Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx84 m_xDocProps( i_xDocProps ), in SvxRTFParser()
268 if (bReadDocInfo && bNewDoc && m_xDocProps.is()) in NextToken()
711 DBG_ASSERT(m_xDocProps.is(), in ReadInfo()
741 m_xDocProps->setTitle( GetTextToEndGroup( sStr ) ); in ReadInfo()
744 m_xDocProps->setSubject( GetTextToEndGroup( sStr ) ); in ReadInfo()
747 m_xDocProps->setAuthor( GetTextToEndGroup( sStr ) ); in ReadInfo()
750 m_xDocProps->setModifiedBy( GetTextToEndGroup( sStr ) ); in ReadInfo()
755 m_xDocProps->setKeywords( in ReadInfo()
760 m_xDocProps->setDescription( GetTextToEndGroup( sStr ) ); in ReadInfo()
768 m_xDocProps->setCreationDate( GetDateTimeStamp() ); in ReadInfo()
[all …]
/trunk/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()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx828 m_xDocProps.set( ::comphelper::getProcessServiceFactory()->createInstance( in SvtFrameWindow_Impl()
897 m_xDocProps->loadFromMedium( rURL, aProps ); in ShowDocInfo()
898 pEditWin->fill( m_xDocProps, rURL ); in ShowDocInfo()
920 if ( rURL.Len() > 0 && bPreview && m_xDocProps.is() ) in OpenFile()
H A Dtemplwin.hxx192 m_xDocProps;
/trunk/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()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx239 ::com::sun::star::document::XDocumentProperties> m_xDocProps;
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java244 m_xDocProps.setTitle(_sTitleName); in updateReportTitle()