Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 1688) sorted by relevance

12345678910>>...68

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sfx/
H A Dcom.sun.star.comp.sfx2.StandaloneDocumentInfo.csv1 "StandaloneDocumentInfo";"com::sun::star::document::XStandaloneDocumentInfo";"loadFromURL()"
2 "StandaloneDocumentInfo";"com::sun::star::document::XStandaloneDocumentInfo";"storeIntoURL()"
3 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Author"
4 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Generator"
5 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"CreationDate"
6 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Title"
7 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Subject"
8 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Description"
9 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Keywords"
10 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"MIMEType"
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DOfficeDatabaseDocument.idl27 #include <com/sun/star/document/OfficeDocument.idl>
33 #include <com/sun/star/document/XDocumentEventBroadcaster.idl>
47 /** specifies a office database document which is a storable document.
51 …<p>The database document contains no data per default. The following is stored inside the document:
61 @see com::sun::star::document::OfficeDocument
66 /** specifies basic functionality of a document in OpenOffice.org
68 …<p>Note that a database document actually does not support the <type scope="com::sun::star::view">…
69 …The non-optional requirement of this interface in the <type scope="com::sun::star::document">Offic…
72 service com::sun::star::document::OfficeDocument;
76 /** allows access to the Basic macros and dialogs possibly embedded in the document
[all …]
H A DDocumentDefinition.idl37 /** specifies a sub document of a <type>OfficeDatabaseDocument</type>.
41 <p>Note that the <code>DocumentDefinition</code> does not denote the actual document
48 of a database document's sub documents.
54 <li><strong>open</strong>: loads the sub document in an own frame. The return value of
55 the <code>execute</code> method is the model of the loaded document.</li>
56 <li><strong>store</strong>: stores the document.</li>
57 <li><strong>openDesign</strong>: opens the sub document in an own frame, in design mode.
58 … The user can make changes to the document, and save those changes. The return value of
59 the <code>execute</code> method is the model of the loaded document.</li>
60 … <li><strong>preview</strong>: retrieves an image showing a preview of the sub document.</li>
[all …]
H A DXSubDocument.idl36 /** allows operating on a sub document of an <type>OfficeDatabaseDocument</type>
42 /** opens the sub document
44 <p>Note that opening the document means it is displayed in an own top-level frame
48 the sub document, usually an <type scope="com::sun::star::frame">XModel</type>,
49 or an <type scope="com::sun::star::frame">XController</type> if the sub document
53 if an error occurs during opening the document
59 /** opens the sub document in design mode
62 the sub document, usually an <type scope="com::sun::star::frame">XModel</type>,
63 or an <type scope="com::sun::star::frame">XController</type> if the sub document
67 if an error occurs during opening the document
[all …]
H A DDocumentContainer.idl50 /** describes a container which provides access to documents embedded into a database document,
54 should be used to create sub document container or form, or report objects.</p>
57 usual <type scope="com::sun::star::document">OfficeDocument</type>s.<br/>
61 obtain the database document which the embedded document belongs to.
72 of a database document's sub documents.
79 to enumerate the content of the document container.</li>
80 …<li><strong>delete</strong>: deletes the document container, including all contained documents.</l…
85 /** can be used to load the document inside.
87 URL: describes the name of the document definition to load,
94 Value = The connection which should be used when opening the text document.
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl65 module com { module sun { module star { module document {
68 /** provides document-specific information such as the author, creation date,
72 This interface manages access to document meta-data properties.
74 (e.g. when importing arbitrary document formats that support
75 document properties), or imported from an ODF package via the methods
84 for getting access to an instance from a loaded document
90 /** contains the initial author of the document.
97 document.
100 new document or it saves a document. When a document is loaded that
102 document is saved again.
[all …]
H A DOfficeDocument.idl31 #include <com/sun/star/document/XEventBroadcaster.idl>
32 #include <com/sun/star/document/XEventsSupplier.idl>
33 #include <com/sun/star/document/XDocumentInfoSupplier.idl>
34 #include <com/sun/star/document/XViewDataSupplier.idl>
35 #include <com/sun/star/document/XDocumentEventBroadcaster.idl>
36 #include <com/sun/star/document/XEmbeddedScripts.idl>
37 #include <com/sun/star/document/XDocumentPropertiesSupplier.idl>
38 #include <com/sun/star/document/XUndoManagerSupplier.idl>
42 module com { module sun { module star { module document {
45 /** abstract service which specifies a storable and printable document
[all …]
H A DDocumentInfo.idl27 #include <com/sun/star/document/XDocumentInfo.idl>
59 module com { module sun { module star { module document {
62 /** this service provides document-specific information like the
66 Contrary to the service <type>StandaloneDocumentInfo</type> the document - which
68 DocumentInfo service is available on an open document via the interface
81 document
112 /** contains the initial author of the document
123 URL is to be loaded after the document is loaded into a desktop
130 specified time after the document is loaded into a desktop frame
136 document was stored
[all …]
H A DMediaDescriptor.idl60 module com { module sun { module star { module document {
63 /** describes properties of a document, regarding the relationship
64 between the loaded document and the resource the document is
72 and may change it if to actualize the informations about the document.
94 /** document is a template
97 Loading a component of type "template" creates a new untitled document
99 template document for editing. Setting "AsTemplate" to <TRUE/> creates a
100 new untitled document out of the loaded document, even if it has not
107 /** the author of the document
120 Defines the character set for document formats that contain single
[all …]
H A DXDocumentRecovery.idl33 module com { module sun { module star { module document {
38 the document emergency-save / recovery process.
42 …/** determines whether the document has been modified since the last call to <member>storeToRecove…
44 …ode>storeToRecoveryFile</code> has not been called before, this method returns whether the document
49 document where <code>wasModifiedSinceLastSave</code> returns <TRUE/>.</p>
52 …the document actually has been modified. So, the most simple implementation could simply delegate …
56 …<p>However, in such a case, the document might be saved more often than needed. In particular duri…
57 … periodic session save, this might become a problem when saving is expensive, for a single document
62 /** does an emergency save of the document
68 specifies the URL of the location to which the document should be emergency-saved.
[all …]
H A DXScriptInvocationContext.idl29 #include <com/sun/star/document/XEmbeddedScripts.idl>
34 module com { module sun { module star { module document {
38 /** indicates support for executing scripts contained in a, possibly foreign, document.
40 <p>If the component implementing it is a document, which supports embedding scripts into
41 itself, then <member>ScriptContainer</member> refers to the document itself. Implementing this
42 …interface is unnecessary then, instead the document should simply implement <type>XEmbeddedScripts…
44 <p>If the interface is implemented by a document which does not itself support embedding
45 scripts into it, but which is associated unambiguously with a document which does,
46 then this other document is denoted by <member>ScriptContainer</member>.</p>
49 refers to the document which supports embedding scripts, and which is unambiguosly
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDocumentConfiguration.csv1 "ScDocumentConfiguration";"com::sun::star::document::Settings";"ForbiddenCharacters#optional"
2 "ScDocumentConfiguration";"com::sun::star::document::Settings";"LinkUpdateMode#optional"
3 "ScDocumentConfiguration";"com::sun::star::document::Settings";"PrinterName"
4 "ScDocumentConfiguration";"com::sun::star::document::Settings";"PrinterSetup"
5 "ScDocumentConfiguration";"com::sun::star::document::Settings";"IsKernAsianPunctuation#optional"
6 "ScDocumentConfiguration";"com::sun::star::document::Settings";"CharacterCompressionType#optional"
7 "ScDocumentConfiguration";"com::sun::star::document::Settings";"ApplyUserData#optional"
8 "ScDocumentConfiguration";"com::sun::star::document::Settings";"SaveVersionOnClose#optional"
9 "ScDocumentConfiguration";"com::sun::star::document::Settings";"UpdateFromTemplate#optional"
10 "ScDocumentConfiguration";"com::sun::star::document::Settings";"FieldAutoUpdate#optional"
[all …]
H A Dcom.sun.star.comp.office.ScModelObj.csv2 "ScModelObj";"com::sun::star::document::XEventBroadcaster#optional";"addEventListener()"
3 "ScModelObj";"com::sun::star::document::XEventBroadcaster#optional";"removeEventListener()"
4 "ScModelObj";"com::sun::star::document::XLinkTargetSupplier";"getLinks()"
6 "ScModelObj";"com::sun::star::document::XActionLockable";"isActionLocked()"
7 "ScModelObj";"com::sun::star::document::XActionLockable";"addActionLock()"
8 "ScModelObj";"com::sun::star::document::XActionLockable";"removeActionLock()"
9 "ScModelObj";"com::sun::star::document::XActionLockable";"setActionLocks()"
10 "ScModelObj";"com::sun::star::document::XActionLockable";"resetActionLocks()"
26 "ScModelObj";"com::sun::star::document::XViewDataSupplier#optional";"getViewData()"
27 "ScModelObj";"com::sun::star::document::XViewDataSupplier#optional";"setViewData()"
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.Writer.DocumentSettings.csv10 "DocumentSettings";"com::sun::star::document::Settings";"ForbiddenCharacters#optional"
11 "DocumentSettings";"com::sun::star::document::Settings";"LinkUpdateMode#optional"
12 "DocumentSettings";"com::sun::star::document::Settings";"PrinterName"
13 "DocumentSettings";"com::sun::star::document::Settings";"PrinterSetup"
14 "DocumentSettings";"com::sun::star::document::Settings";"IsKernAsianPunctuation#optional"
15 "DocumentSettings";"com::sun::star::document::Settings";"CharacterCompressionType#optional"
16 "DocumentSettings";"com::sun::star::document::Settings";"ApplyUserData#optional"
17 "DocumentSettings";"com::sun::star::document::Settings";"SaveVersionOnClose#optional"
18 "DocumentSettings";"com::sun::star::document::Settings";"UpdateFromTemplate#optional"
19 "DocumentSettings";"com::sun::star::document::Settings";"FieldAutoUpdate#optional"
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java64 private Document document = null; field in ParcelDescriptor
127 this.document = XMLParserFactory.getParser().parse(bis); in ParcelDescriptor()
135 public ParcelDescriptor(Document document) { in ParcelDescriptor() argument
136 this.document = document; in ParcelDescriptor()
155 this.document = XMLParserFactory.getParser().parse(fis); in ParcelDescriptor()
166 this.document = XMLParserFactory.getParser().parse(bis); in ParcelDescriptor()
179 XMLParserFactory.getParser().write(document, fos); in write()
191 XMLParserFactory.getParser().write(document, out); in write()
195 return document; in getDocument()
200 if (document != null) { in getLanguage()
[all …]
H A DDeployedUnoPackagesDB.java54 private Document document = null; field in DeployedUnoPackagesDB
60 this.document = XMLParserFactory.getParser().parse(bis); in DeployedUnoPackagesDB()
68 public DeployedUnoPackagesDB(Document document) { in DeployedUnoPackagesDB() argument
69 this.document = document; in DeployedUnoPackagesDB()
79 Element main = document.getDocumentElement(); in getDeployedPackages()
122 XMLParserFactory.getParser().write(document, out); in write()
126 return document; in getDocument()
132 Element main = document.getDocumentElement(); in clearEntries()
135 if ((langNodes = document.getElementsByTagName("language")) != null && in clearEntries()
151 Element main = document.getDocumentElement(); in removePackage()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java61 private XTextDocument document = null; field in CheckDateTimeField
64document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swriter… in setUpDocument()
69 app.closeDocument(document); in tearDownDocument()
105 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveDoc()
120 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveODT()
124 …private void createTimeFiled(XTextDocument document, String url, PropertyValue[] propsValue) throw… in createTimeFiled() argument
125 …ceFactory = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.class, document); in createTimeFiled()
132 document.getText().insertTextContent(document.getText().getEnd(), dateFiled, false); in createTimeFiled()
135 String dateString = document.getText().getString(); in createTimeFiled()
140 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in createTimeFiled()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java32 import com.sun.star.document.XDocumentProperties;
33 import com.sun.star.document.XDocumentPropertiesSupplier;
56 public static void saveAsDoc(XTextDocument document, String url) throws IOException { in saveAsDoc() argument
57 saveAs(document, "MS Word 97", url); in saveAsDoc()
62 …XTextDocument document = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, component); in saveAsDoc() local
63 saveAs(document, "MS Word 97", url); in saveAsDoc()
66 public static void saveAsODT(XTextDocument document, String url) throws IOException { in saveAsODT() argument
67 saveAs(document, "writer8", url); in saveAsODT()
70 …public static void saveAs(XTextDocument document, String filterValue, String url) throws IOExcepti… in saveAs() argument
71 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in saveAs()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetDocument.idl28 #include <com/sun/star/document/OfficeDocument.idl>
45 #include <com/sun/star/document/XActionLockable.idl>
49 #include <com/sun/star/document/XLinkTargetSupplier.idl>
128 service com::sun::star::document::OfficeDocument;
132 /** contributes spreadsheet document specific properties.
147 /** provides common methods for a document model.
158 interface com::sun::star::document::XActionLockable;
163 the document.
165 interface com::sun::star::document::XLinkTargetSupplier;
169 /** provides methods to protect and unprotect the document.
[all …]
/trunk/main/sfx2/source/inc/
H A Deventsupplier.hxx65 #define DOCEVENTOBJECT ::com::sun::star::document::EventObject
66 #define XEVENTBROADCASTER ::com::sun::star::document::XEventBroadcaster
67 #define XDOCEVENTLISTENER ::com::sun::star::document::XEventListener
68 #define XEVENTSSUPPLIER ::com::sun::star::document::XEventsSupplier
90 …plHelper2< ::com::sun::star::container::XNameReplace, ::com::sun::star::document::XEventListener >
186 … , ::com::sun::star::document::XEventsSupplier
187 … , ::com::sun::star::document::XEventBroadcaster
188 … , ::com::sun::star::document::XDocumentEventBroadcaster
189 … , ::com::sun::star::document::XEventListener
190 … , ::com::sun::star::document::XDocumentEventListener
[all …]
H A Ddocundomanager.hxx51 typedef ::cppu::ImplHelper1 < ::com::sun::star::document::XUndoManager
79 …virtual void SAL_CALL enterHiddenUndoContext( ) throw (::com::sun::star::document::EmptyUndoStack…
81 …ddUndoAction( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XUndoAction >& i…
82 …com::sun::star::document::EmptyUndoStackException, ::com::sun::star::document::UndoContextNotClose…
83 …com::sun::star::document::EmptyUndoStackException, ::com::sun::star::document::UndoContextNotClose…
86 …UString SAL_CALL getCurrentUndoActionTitle( ) throw (::com::sun::star::document::EmptyUndoStackEx…
87 …UString SAL_CALL getCurrentRedoActionTitle( ) throw (::com::sun::star::document::EmptyUndoStackEx…
90 …virtual void SAL_CALL clear( ) throw (::com::sun::star::document::UndoContextNotClosedException, …
91 …virtual void SAL_CALL clearRedo( ) throw (::com::sun::star::document::UndoContextNotClosedExcepti…
93 …agerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XUndoManagerList…
[all …]
/trunk/main/svx/source/src/
H A Derrtxt.src45 Text [ en-US ] = "$(ERR) saving the document $(ARG1)" ;
49 Text [ en-US ] = "$(ERR) saving the document $(ARG1)" ;
53 Text [ en-US ] = "$(ERR) displaying doc. information for document $(ARG1)" ;
57 Text [ en-US ] = "$(ERR) writing document $(ARG1) as template" ;
61 Text [ en-US ] = "$(ERR) copying or moving document contents" ;
69 Text [ en-US ] = "$(ERR) loading document $(ARG1)" ;
73 Text [ en-US ] = "$(ERR) creating a new document" ;
77 Text [ en-US ] = "$(ERR) creating a new document" ;
85 Text [ en-US ] = "$(ERR) loading BASIC of document $(ARG1)" ;
300 …n could not be read from the file because\nthe document information format is unknown or because d…
[all …]
/trunk/main/dbaccess/inc/
H A Ddbaundomanager.hxx48 typedef ::cppu::ImplHelper1< ::com::sun::star::document::XUndoManager > UndoManager_Base;
66 …virtual void SAL_CALL enterHiddenUndoContext( ) throw (::com::sun::star::document::EmptyUndoStack…
68 …ddUndoAction( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XUndoAction >& i…
69 …com::sun::star::document::EmptyUndoStackException, ::com::sun::star::document::UndoContextNotClose…
70 …com::sun::star::document::EmptyUndoStackException, ::com::sun::star::document::UndoContextNotClose…
73 …UString SAL_CALL getCurrentUndoActionTitle( ) throw (::com::sun::star::document::EmptyUndoStackEx…
74 …UString SAL_CALL getCurrentRedoActionTitle( ) throw (::com::sun::star::document::EmptyUndoStackEx…
77 …virtual void SAL_CALL clear( ) throw (::com::sun::star::document::UndoContextNotClosedException, …
78 …virtual void SAL_CALL clearRedo( ) throw (::com::sun::star::document::UndoContextNotClosedExcepti…
80 …agerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XUndoManagerList…
[all …]
/trunk/main/chart2/source/model/main/
H A DUndoManager.hxx45 typedef ::cppu::ImplHelper2 < ::com::sun::star::document::XUndoManager
68 …virtual void SAL_CALL enterHiddenUndoContext( ) throw (::com::sun::star::document::EmptyUndoStack…
70 …ddUndoAction( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XUndoAction >& i…
71 …com::sun::star::document::EmptyUndoStackException, ::com::sun::star::document::UndoContextNotClose…
72 …com::sun::star::document::EmptyUndoStackException, ::com::sun::star::document::UndoContextNotClose…
75 …UString SAL_CALL getCurrentUndoActionTitle( ) throw (::com::sun::star::document::EmptyUndoStackEx…
76 …UString SAL_CALL getCurrentRedoActionTitle( ) throw (::com::sun::star::document::EmptyUndoStackEx…
79 …virtual void SAL_CALL clear( ) throw (::com::sun::star::document::UndoContextNotClosedException, …
80 …virtual void SAL_CALL clearRedo( ) throw (::com::sun::star::document::UndoContextNotClosedExcepti…
82 …agerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XUndoManagerList…
[all …]
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx198 static void Execute( ANY& aEventData, const css::document::DocumentEvent& aTrigger, SfxObjectShell*… in Execute()
337 …Execute( aEventData, css::document::DocumentEvent(aEvent.Source, aEvent.EventName, NULL, css::uno:… in notifyEvent()
595 m_xJobExecutorListener = css::uno::Reference< css::document::XEventListener >( in SfxGlobalEvents_Impl()
617 void SAL_CALL SfxGlobalEvents_Impl::addEventListener(const css::uno::Reference< css::document::XEve… in addEventListener()
625 void SAL_CALL SfxGlobalEvents_Impl::removeEventListener(const css::uno::Reference< css::document::X… in removeEventListener()
633 …lEvents_Impl::addDocumentEventListener( const css::uno::Reference< css::document::XDocumentEventLi… in addDocumentEventListener()
640 …ents_Impl::removeDocumentEventListener( const css::uno::Reference< css::document::XDocumentEventLi… in removeDocumentEventListener()
656 void SAL_CALL SfxGlobalEvents_Impl::notifyEvent(const css::document::EventObject& aEvent) in notifyEvent()
659 css::document::DocumentEvent aDocEvent(aEvent.Source, aEvent.EventName, NULL, css::uno::Any()); in notifyEvent()
666 void SAL_CALL SfxGlobalEvents_Impl::documentEventOccured( const ::css::document::DocumentEvent& _Ev… in documentEventOccured()
[all …]

12345678910>>...68