Lines Matching refs:document
36 /** 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
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,
87 if an error occurs during closing the document