OpenDocument4all - Info and tools about OpenDocument
Sunday, 05 February 2012
Home arrow Forum
Forum Statistics
Total user: 89
Total message: 179
Main Menu
Home
My Blog
AODL - Project
AODC - Project
OO Development & Info
Forum
About OpenDocument ...
Search
News
Contact Us
Login Form





Lost Password?
No account yet? Register
Sourceforge.net

SourceForge.net - Goto the project homepage
Project site on SF.net

 

Demand OpenDocument

 

Countomat Webcounter und Webstatistik (Statistik & Logfileanalyse, Counter)

OpenDocument4all-Forum

 
Class/method referencing in AODL
Date: 2007/07/02 02:47 By: Stefan Max Status: User  
Karma: 0  
Fresh Boarder

Posts: 2
graphgraph
This may be a very dumb question, but I am somewhat new to dotnet/C#, so please bear with me.

I am not able to use the AODL classes/methods without using their full names, e.g. AODL.document.spreadsheetDocuments.spreadsheetDocument...

In the code snippets, everything is referenced only by its name, without any further diving into the class hierarchy.

How do I do this?
The administrator has disabled public write access.

Re:Class/method referencing in AODL
Date: 2007/07/04 00:50 By: Stefan Max Status: User  
Karma: 0  
Fresh Boarder

Posts: 2
graphgraph
I found out myself, just had to use the "using" directive a bit more excessively.
The administrator has disabled public write access.

Re:Class/method referencing in AODL
Date: 2007/09/27 03:18 By: Oerb Status: User  
Karma: 0  
Junior Boarder

Posts: 7
graphgraph
Stefan Max wrote:
I found out myself, just had to use the "using" directive a bit more excessively.

yea, so it is...

using unoidl.com.sun.star.lang;
using unoidl.com.sun.star.uno;
using unoidl.com.sun.star.bridge;
using unoidl.com.sun.star.frame;
//using NUnit.Framework /* don't work but has too if you look in the Examples on Opendocument4all
using System.Xml;
using AODL.Document.Content.Tables;
using AODL.Document.TextDocuments;
using AODL.Document.Styles;
using AODL.Document.Content.Text;
using OpenOfficeLib.Connection;
using OpenOfficeLib.Document;
using OpenOfficeLib.Printer;
The administrator has disabled public write access.

Quick jump
Download area
Who's Online
We have 27 guests online
Polls
Should AODL and AODC also implement export as PDF and RTF?
 
Popular
© 2005 MamboZ. All rights reserved.