Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/doc/
H A Dobjuno.cxx341 uno::Reference<document::XDocumentProperties> m_xDocProps; member
347 , m_xDocProps() in SfxDocumentInfoObject_Impl()
409 m_xDocProps = xDocProps; in Reset()
455 xCloneable(_pImp->m_xDocProps, uno::UNO_QUERY_THROW); in createClone()
467 return _pImp->m_xDocProps; in getDocumentProperties()
475 xCloneable(rOther._pImp->m_xDocProps, uno::UNO_QUERY_THROW); in operator =()
489 _pImp->m_xDocProps = 0; in dispose()
514 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in getPropertySetInfo()
536 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in setPropertyValue()
555 _pImp->m_xDocProps->getUserDefinedProperties(), uno::UNO_QUERY_THROW); in getPropertyValue()
[all …]
/AOO41X/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()
761 m_xDocProps->setDescription( GetTextToEndGroup( sStr ) ); in ReadInfo()
769 m_xDocProps->setCreationDate( GetDateTimeStamp() ); in ReadInfo()
[all …]
/AOO41X/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()
/AOO41X/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;
/AOO41X/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()
/AOO41X/main/editeng/inc/editeng/
H A Dsvxrtf.hxx239 ::com::sun::star::document::XDocumentProperties> m_xDocProps;
/AOO41X/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java244 m_xDocProps.setTitle(_sTitleName); in updateReportTitle()