Lines Matching refs:document
60 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
127 /** description of document
153 /** The base URL of the document to be used to resolve relative links.
158 /** document title
161 This parameter can be used to specify a title for a document.
173 a password protected document will fail, storing will be done without
242 /** load document invisible
252 /** The hierarchical path to the embedded document from topmost container.
257 /** a stream to receive the document data.
260 If used when storing a document: writing must be done using this stream.
269 /** content of document
272 If used when loading a document: reading must be done using this stream.
359 /** opens a new view for an already loaded document
387 a password protected document will fail, storing will be done without
429 /** open document readonly
432 Tells whether a document should be loaded in a (logical) readonly or in
437 document in read only mode will not prevent the component from being
445 /** start presentation from a document
448 Tells the component loading the document that a presentation that is in the
449 document is to be started right away.
455 /** name of document referrer
459 URL of a document, if a hyperlink inside this document is clicked to load
460 another document. The referrer may be evaluated by the addressed UCB content
461 or the loaded document. Without a referrer the processing of URLs that
470 /** let the document be opened in repair mode
473 For loading of corrupted zip packages: Setting this to <TRUE/> let the document
542 the document, use a folder instead (only usable for UCB contents, that
549 /** URL of the document
564 loaded, the "main" document is processed.
593 the value should be one from <type scope="com::sun::star::document">MacroExecMode</type>
601 /** can the document be updated depending from links.
602 the value should be one from <type scope="com::sun::star::document">UpdateDocMode</type>
610 /** specifies the name of the view controller to create when loading a document
612 <p>If this property is used when loading a document into a frame, then it
614 …is passed to the document's <member scope="com::sun::star::frame">XModel2::createViewController</m…
616 If the loaded document does not support the <code>XModel2</code> interface,
627 /** specifies the frame containing the document. May be empty.