Home
last modified time | relevance | path

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

12345678910>>...68

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sfx/
H A Dcom.sun.star.comp.sfx2.StandaloneDocumentInfo.csv3 "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"
9 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Keywords"
10 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"MIMEType"
11 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Language"
16 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"Template"
22 "StandaloneDocumentInfo";"com::sun::star::document::DocumentInfo";"CopyTo"
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DOfficeDatabaseDocument.idl27 #include <com/sun/star/document/OfficeDocument.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
72 service com::sun::star::document::OfficeDocument;
82 embedded in the document
88 database document.
117 … <td>the document has been newly created. This does not imply that the document has
122 … <td>the document has been completely loaded. This does not imply that the document
143 <td>saving the document failed.</td>
[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.
55 the <code>execute</code> method is the model of the loaded document.</li>
56 <li><strong>store</strong>: stores the document.</li>
61 <li><strong>getDocumentInfo</strong>: retrieves the document information, as
62 … <type scope="com::sun::star::document">XDocumentInfo</type> instance, of the sub document.</li>
63 <li><strong>delete</strong>: deletes the sub document from the database document.</li>
67 … the sub document could be closed. Reasons for not closing the document include vetos by
74 … only the document window is hidden, but the document is kept loaded. A subsequent execution
[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
53 if an error occurs during opening the document
59 /** opens the sub document in design mode
67 if an error occurs during opening the document
73 /** stores the sub document, if it had previously been opened in either mode
76 if an error occurs during storing the document
81 /** closes the sub document, if it had previously been opened in either mode
83 @return <TRUE/> if and only if the document could be closed, <FALSE/> otherwise,
[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>
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.
97 Value = string, "open" if the document should be opened in live mode (editing is not possible),
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl90 /** 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.
115 /** contains the title of the document.
121 /** contains the subject of the document.
291 Clears the document properties, such that it apperars the document
328 someone else, e.g., a document.
364 the URL of the source document
393 someone else, e.g., a document.
[all …]
H A DOfficeDocument.idl31 #include <com/sun/star/document/XEventBroadcaster.idl>
32 #include <com/sun/star/document/XEventsSupplier.idl>
34 #include <com/sun/star/document/XViewDataSupplier.idl>
36 #include <com/sun/star/document/XEmbeddedScripts.idl>
38 #include <com/sun/star/document/XUndoManagerSupplier.idl>
74 of the document without saving any changes.
98 print the document on it.
111 a document event occurs
167 control if your document works primarily as a form document.
177 With this, you may control if your document works primarily as a form document.
[all …]
H A DDocumentInfo.idl81 document
136 document was stored
185 the document
201 /** default language of the document
207 person to store this document
213 document was stored
225 person to print the document
230 /** subject of document
236 which the document was created
247 which the document was created
[all …]
H A DMediaDescriptor.idl64 between the loaded document and the resource the document is
94 /** document is a template
100 new untitled document out of the loaded document, even if it has not
107 /** the author of the document
127 /** description of document
158 /** document title
242 /** load document invisible
269 /** content of document
429 /** open document readonly
459 URL of a document, if a hyperlink inside this document is clicked to load
[all …]
H A DXDocumentRecovery.idl33 module com { module sun { module star { module document {
38 the document emergency-save / recovery process.
49 document where <code>wasModifiedSinceLastSave</code> returns <TRUE/>.</p>
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.
83 /** recovers the document after a previous emergency or session save.
85 <p>The document itself has previously been created, but <em>not</em> loaded
89 <p>Upon successful return, the document must be fully initialized. In particular, the
[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"
7 "ScDocumentConfiguration";"com::sun::star::document::Settings";"ApplyUserData#optional"
10 "ScDocumentConfiguration";"com::sun::star::document::Settings";"FieldAutoUpdate#optional"
14 "ScDocumentConfiguration";"com::sun::star::document::Settings";"DefaultTabStop#optional"
15 "ScDocumentConfiguration";"com::sun::star::document::Settings";"IsPrintBooklet#optional"
18 "ScDocumentConfiguration";"com::sun::star::document::Settings";"PrintQuality#optional"
19 "ScDocumentConfiguration";"com::sun::star::document::Settings";"ColorTableURL#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()"
36 "ScModelObj";"com::sun::star::document::XEventsSupplier#optional";"getEvents()"
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.Writer.DocumentSettings.csv11 "DocumentSettings";"com::sun::star::document::Settings";"LinkUpdateMode#optional"
12 "DocumentSettings";"com::sun::star::document::Settings";"PrinterName"
13 "DocumentSettings";"com::sun::star::document::Settings";"PrinterSetup"
16 "DocumentSettings";"com::sun::star::document::Settings";"ApplyUserData#optional"
23 "DocumentSettings";"com::sun::star::document::Settings";"DefaultTabStop#optional"
24 "DocumentSettings";"com::sun::star::document::Settings";"IsPrintBooklet#optional"
27 "DocumentSettings";"com::sun::star::document::Settings";"PrintQuality#optional"
28 "DocumentSettings";"com::sun::star::document::Settings";"ColorTableURL#optional"
29 "DocumentSettings";"com::sun::star::document::Settings";"DashTableURL#optional"
31 "DocumentSettings";"com::sun::star::document::Settings";"HatchTableURL#optional"
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java64 private Document document = null; field in ParcelDescriptor
135 public ParcelDescriptor(Document document) { in ParcelDescriptor() argument
136 this.document = document; in ParcelDescriptor()
195 return document; in getDocument()
200 if (document != null) { in getLanguage()
211 if (document != null) { in setLanguage()
226 if (document == null || in getScriptEntries()
346 Element main = document.getDocumentElement(); in clearEntries()
365 Element main = document.getDocumentElement(); in removeScriptEntry()
400 root = document.createElement("script"); in addScriptEntry()
[all …]
H A DDeployedUnoPackagesDB.java54 private Document document = null; field 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()
151 Element main = document.getDocumentElement(); in removePackage()
195 Element main = document.getDocumentElement(); in addPackage()
217 langNode = document.createElement("language"); in addPackage()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java61 private XTextDocument document = null; field in CheckDateTimeField
69 app.closeDocument(document); in tearDownDocument()
105 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveDoc()
120 createTimeFiled(document, url, propsValue); in testCreateTimeFieldSaveODT()
132 document.getText().insertTextContent(document.getText().getEnd(), dateFiled, false); in createTimeFiled()
135 String dateString = document.getText().getString(); in createTimeFiled()
142 app.closeDocument(document); in createTimeFiled()
174 createDateFiled(document, url, propsValue); in testCreateDateFieldSaveDoc()
189 createDateFiled(document, url, propsValue); in testCreateDateFieldSaveODT()
200 document.getText().insertTextContent(document.getText().getEnd(), dateFiled, false); in createDateFiled()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java32 import com.sun.star.document.XDocumentProperties;
33 import com.sun.star.document.XDocumentPropertiesSupplier;
57 saveAs(document, "MS Word 97", url); in saveAsDoc()
63 saveAs(document, "MS Word 97", url); in saveAsDoc()
67 saveAs(document, "writer8", url); in saveAsODT()
88 String url = document.getURL(); in saveAndReload()
89 app.closeDocument(document); in saveAndReload()
109 public static void moveCuror2End(XTextDocument document) { in moveCuror2End() argument
110 XText xText = document.getText(); in moveCuror2End()
116 XText xText = document.getText(); in moveCuror2Start()
[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;
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;
181 /** controls the recalculation settings of the document.
221 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
186 … , ::com::sun::star::document::XEventsSupplier
187 … , ::com::sun::star::document::XEventBroadcaster
189 … , ::com::sun::star::document::XEventListener
223 virtual void SAL_CALL notifyEvent(const ::com::sun::star::document::EventObject& aEvent)
261 void implts_notifyJobExecution(const ::com::sun::star::document::EventObject& aEvent);
262 … void implts_checkAndExecuteEventBindings(const ::com::sun::star::document::DocumentEvent& aEvent);
[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)" ;
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)" ;
316 Text [ en-US ] = "The document was opened as read-only." ;
473document content and/or macros do not match the current document signature.\n\nThis could be the r…
[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.cxx595 m_xJobExecutorListener = css::uno::Reference< css::document::XEventListener >( in SfxGlobalEvents_Impl()
656 void SAL_CALL SfxGlobalEvents_Impl::notifyEvent(const css::document::EventObject& aEvent) in notifyEvent()
669 implts_notifyJobExecution(css::document::EventObject(_Event.Source, _Event.EventName)); in documentEventOccured()
740 css::uno::Reference< css::document::XEventBroadcaster > xBroadcaster(xDoc, UNO_QUERY); in insert()
742 xBroadcaster->addEventListener(static_cast< css::document::XEventListener* >(this)); in insert()
777 css::uno::Reference< css::document::XEventBroadcaster > xBroadcaster(xDoc, UNO_QUERY); in remove()
818 void SfxGlobalEvents_Impl::implts_notifyJobExecution(const css::document::EventObject& aEvent) in implts_notifyJobExecution()
824 css::uno::Reference< css::document::XEventListener > xJobExecutor(m_xJobExecutorListener); in implts_notifyJobExecution()
863 void SfxGlobalEvents_Impl::implts_notifyListener(const css::document::DocumentEvent& aEvent) in implts_notifyListener()
866 css::document::EventObject aLegacyEvent(aEvent.Source, aEvent.EventName); in implts_notifyListener()
[all …]

Completed in 100 milliseconds

12345678910>>...68