Home
last modified time | relevance | path

Searched refs:m_xDocProps (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sfx2/source/doc/
H A Dobjuno.cxx347 , 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 …]
/aoo4110/main/editeng/source/rtf/
H A Dsvxrtf.cxx85 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 …]
/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java82 public com.sun.star.document.XDocumentProperties m_xDocProps; field in TextDocument
218 m_xDocProps = xDocPropsSuppl.getDocumentProperties(); in TextDocument()
229 m_xDocProps = xDocPropsSuppl.getDocumentProperties(); in init()
329 m_xDocProps = xDocPropsSuppl.getDocumentProperties(); in TextDocument()
/aoo4110/main/svtools/source/contnr/
H A Dtemplwin.cxx831 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()
H A Dtemplwin.hxx192 m_xDocProps;
/aoo4110/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java183 private XDocumentProperties m_xDocProps; field in AgendaTemplate
276 m_xDocProps.setTitle(newTitle); in setTemplateTitle()
472 m_xDocProps = OfficeDocument.getDocumentProperties(document); in initialize()
/aoo4110/main/editeng/inc/editeng/
H A Dsvxrtf.hxx239 ::com::sun::star::document::XDocumentProperties> m_xDocProps;
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java244 m_xDocProps.setTitle(_sTitleName); in updateReportTitle()

Completed in 82 milliseconds