Lines Matching refs:mxDocProps

120     SimpleStringElement  ( mxDocProps->getTitle(),  in _MExport()
124 SimpleStringElement ( mxDocProps->getDescription(), in _MExport()
128 SimpleStringElement ( mxDocProps->getSubject(), in _MExport()
132 SimpleStringElement ( mxDocProps->getAuthor(), in _MExport()
134 SimpleDateTimeElement( mxDocProps->getCreationDate(), in _MExport()
138 SimpleStringElement ( mxDocProps->getModifiedBy(), in _MExport()
140 SimpleDateTimeElement( mxDocProps->getModificationDate(), in _MExport()
144 SimpleStringElement ( mxDocProps->getPrintedBy(), in _MExport()
146 SimpleDateTimeElement( mxDocProps->getPrintDate(), in _MExport()
150 const uno::Sequence< ::rtl::OUString > keywords = mxDocProps->getKeywords(); in _MExport()
159 const lang::Locale aLocale = mxDocProps->getLanguage(); in _MExport()
179 static_cast<sal_Int32>(mxDocProps->getEditingCycles()) ) ); in _MExport()
185 sal_Int32 secs = mxDocProps->getEditingDuration(); in _MExport()
194 const ::rtl::OUString sDefTarget = mxDocProps->getDefaultTarget(); in _MExport()
212 const ::rtl::OUString sReloadURL = mxDocProps->getAutoloadURL(); in _MExport()
213 const sal_Int32 sReloadDelay = mxDocProps->getAutoloadSecs(); in _MExport()
229 const rtl::OUString sTplPath = mxDocProps->getTemplateURL(); in _MExport()
241 mxDocProps->getTemplateName() ); in _MExport()
245 GetISODateTimeString( mxDocProps->getTemplateDate() ) ); in _MExport()
253 mxDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in _MExport()
272 mxDocProps->getDocumentStatistics(); in _MExport()
336 mxDocProps( i_rDocProps ), in SvXMLMetaExport()
340 DBG_ASSERT( mxDocProps.is(), "no document properties" ); in SvXMLMetaExport()
350 uno::Reference< xml::sax::XSAXSerializable> xSAXable(mxDocProps, in Export()