Searched refs:m_xDocProps (Results 1 – 8 of 8) sorted by relevance
347 , m_xDocProps() in SfxDocumentInfoObject_Impl()409 m_xDocProps = xDocProps; in Reset()467 return _pImp->m_xDocProps; in getDocumentProperties()489 _pImp->m_xDocProps = 0; in dispose()820 _pImp->m_xDocProps->setCreationDate(aTemp); in setFastPropertyValue()836 _pImp->m_xDocProps->setPrintDate(aTemp); in setFastPropertyValue()844 _pImp->m_xDocProps->setTemplateDate(aTemp); in setFastPropertyValue()927 _pImp->m_xDocProps->setLanguage(aLocale); in setFastPropertyValue()960 aValue <<= _pImp->m_xDocProps->getAuthor(); in getFastPropertyValue()988 _pImp->m_xDocProps->getKeywords()); in getFastPropertyValue()[all …]
85 m_xDocProps( i_xDocProps ), in SvxRTFParser()269 if (bReadDocInfo && bNewDoc && m_xDocProps.is()) in NextToken()712 DBG_ASSERT(m_xDocProps.is(), in ReadInfo()742 m_xDocProps->setTitle( GetTextToEndGroup( sStr ) ); in ReadInfo()745 m_xDocProps->setSubject( GetTextToEndGroup( sStr ) ); in ReadInfo()748 m_xDocProps->setAuthor( GetTextToEndGroup( sStr ) ); in ReadInfo()751 m_xDocProps->setModifiedBy( GetTextToEndGroup( sStr ) ); in ReadInfo()756 m_xDocProps->setKeywords( in ReadInfo()769 m_xDocProps->setCreationDate( GetDateTimeStamp() ); in ReadInfo()773 m_xDocProps->setModificationDate( GetDateTimeStamp() ); in ReadInfo()[all …]
82 public com.sun.star.document.XDocumentProperties m_xDocProps; field in TextDocument218 m_xDocProps = xDocPropsSuppl.getDocumentProperties(); in TextDocument()229 m_xDocProps = xDocPropsSuppl.getDocumentProperties(); in init()329 m_xDocProps = xDocPropsSuppl.getDocumentProperties(); in TextDocument()
831 m_xDocProps.set( ::comphelper::getProcessServiceFactory()->createInstance( in SvtFrameWindow_Impl()900 m_xDocProps->loadFromMedium( rURL, aProps ); in ShowDocInfo()901 pEditWin->fill( m_xDocProps, rURL ); in ShowDocInfo()923 if ( rURL.Len() > 0 && bPreview && m_xDocProps.is() ) in OpenFile()
192 m_xDocProps;
183 private XDocumentProperties m_xDocProps; field in AgendaTemplate276 m_xDocProps.setTitle(newTitle); in setTemplateTitle()472 m_xDocProps = OfficeDocument.getDocumentProperties(document); in initialize()
239 ::com::sun::star::document::XDocumentProperties> m_xDocProps;
244 m_xDocProps.setTitle(_sTitleName); in updateReportTitle()
Completed in 120 milliseconds