Home
last modified time | relevance | path

Searched refs:i_xDocProps (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx455 ::com::sun::star::document::XDocumentProperties> i_xDocProps,
H A Dswparrtf.cxx176 uno::Reference<document::XDocumentProperties> i_xDocProps, in SwRTFParser() argument
179 SvxRTFParser(pD->GetAttrPool(), rIn, i_xDocProps, bReadNewDoc), in SwRTFParser()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx5468 const uno::Reference<document::XDocumentProperties> & i_xDocProps, in ParseMetaOptions() argument
5472 bool ret( HTMLParser::ParseMetaOptions(i_xDocProps, i_pHeader) ); in ParseMetaOptions()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx221 ::com::sun::star::document::XDocumentProperties> & i_xDocProps);
H A Ddinfdlg.hxx86 ::com::sun::star::document::XDocumentProperties> & i_xDocProps,
94 ::com::sun::star::document::XDocumentProperties> & i_xDocProps,
H A Ddocinf.hxx51 ::com::sun::star::document::XDocumentProperties> i_xDocProps,
64 ::com::sun::star::document::XDocumentProperties> i_xDocProps,
/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx251 const uno::Reference<document::XDocumentProperties>& i_xDocProps,
264 const uno::Reference<document::XDocumentProperties>& i_xDocProps, in SdXMLFlatDocContext_Impl() argument
269 i_xDocProps, i_xDocBuilder) in SdXMLFlatDocContext_Impl()
/trunk/main/xmloff/source/chart/
H A Dcontexts.cxx150 const uno::Reference<document::XDocumentProperties>& i_xDocProps, in SchXMLFlatDocContext_Impl() argument
155 i_xDocProps, i_xDocBuilder) in SchXMLFlatDocContext_Impl()
H A Dcontexts.hxx77 … const com::sun::star::uno::Reference<com::sun::star::document::XDocumentProperties>& i_xDocProps,
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2202 if (i_xDocProps.is()) { in ParseMetaOptionsImpl()
2203 i_xDocProps->setAuthor( aContent ); in ParseMetaOptionsImpl()
2208 if (i_xDocProps.is()) { in ParseMetaOptionsImpl()
2214 if (i_xDocProps.is()) { in ParseMetaOptionsImpl()
2215 i_xDocProps->setKeywords( in ParseMetaOptionsImpl()
2221 if (i_xDocProps.is()) { in ParseMetaOptionsImpl()
2222 i_xDocProps->setSubject( aContent ); in ParseMetaOptionsImpl()
2228 if (i_xDocProps.is()) { in ParseMetaOptionsImpl()
2229 i_xDocProps->setModifiedBy( aContent ); in ParseMetaOptionsImpl()
2235 if ( i_xDocProps.is() && aContent.Len() && in ParseMetaOptionsImpl()
[all …]
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx179 if (!i_xDocProps.is()) throw RuntimeException(); in fill()
184 aStr = i_xDocProps->getTitle(); in fill()
189 aStr = i_xDocProps->getAuthor(); in fill()
196 i_xDocProps->getCreationDate()); in fill()
198 aStr = i_xDocProps->getModifiedBy(); in fill()
205 i_xDocProps->getModificationDate()); in fill()
207 aStr = i_xDocProps->getPrintedBy(); in fill()
214 i_xDocProps->getPrintDate()); in fill()
216 aStr = i_xDocProps->getSubject(); in fill()
227 aStr = i_xDocProps->getDescription(); in fill()
[all …]
/trunk/main/svtools/inc/svtools/
H A DDocumentInfoPreview.hxx49 ::com::sun::star::document::XDocumentProperties>& i_xDocProps
/trunk/main/starmath/source/
H A Dmathmlimport.cxx2019 const uno::Reference<document::XDocumentProperties>& i_xDocProps,
2029 const uno::Reference<document::XDocumentProperties>& i_xDocProps, in SmXMLFlatDocContext_Impl() argument
2034 i_xDocProps, i_xDocBuilder) in SmXMLFlatDocContext_Impl()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx243 const uno::Reference<document::XDocumentProperties> & i_xDocProps) in UpdateTime_Impl() argument
246 const sal_Int32 secs = i_xDocProps->getEditingDuration(); in UpdateTime_Impl()
292 i_xDocProps->setEditingDuration(newSecs); in UpdateTime_Impl()
293 i_xDocProps->setEditingCycles(i_xDocProps->getEditingCycles() + 1); in UpdateTime_Impl()
H A Ddocinf.cxx73 i_xDocProps->setTitle( aStrValue ); in LoadOlePropertySet()
77 i_xDocProps->setKeywords( in LoadOlePropertySet()
87 i_xDocProps->setAuthor( aStrValue ); in LoadOlePropertySet()
89 i_xDocProps->setAuthor( ::rtl::OUString() ); in LoadOlePropertySet()
91 i_xDocProps->setCreationDate( aDateTime ); in LoadOlePropertySet()
93 i_xDocProps->setCreationDate( aInvalid ); in LoadOlePropertySet()
96 i_xDocProps->setModifiedBy( aStrValue ); in LoadOlePropertySet()
102 i_xDocProps->setModificationDate( aInvalid ); in LoadOlePropertySet()
106 i_xDocProps->setPrintDate( aDateTime ); in LoadOlePropertySet()
108 i_xDocProps->setPrintDate( aInvalid ); in LoadOlePropertySet()
[all …]
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx247 , m_Author( i_xDocProps->getAuthor() ) in SfxDocumentInfoItem()
251 , m_PrintedBy( i_xDocProps->getPrintedBy() ) in SfxDocumentInfoItem()
258 , m_Subject( i_xDocProps->getSubject() ) in SfxDocumentInfoItem()
259 , m_Title( i_xDocProps->getTitle() ) in SfxDocumentInfoItem()
398 i_xDocProps->setAutoloadSecs(0); in UpdateDocumentInfo()
403 i_xDocProps->setAuthor(getAuthor()); in UpdateDocumentInfo()
407 i_xDocProps->setPrintedBy(getPrintedBy()); in UpdateDocumentInfo()
408 i_xDocProps->setPrintDate(getPrintDate()); in UpdateDocumentInfo()
412 i_xDocProps->setKeywords( in UpdateDocumentInfo()
414 i_xDocProps->setSubject(getSubject()); in UpdateDocumentInfo()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx129 if( i_xDocProps.is() ) in Out_DocInfo()
131 const String& rTitle = i_xDocProps->getTitle(); in Out_DocInfo()
138 if( i_xDocProps.is() ) in Out_DocInfo()
140 const String& rTarget = i_xDocProps->getDefaultTarget(); in Out_DocInfo()
160 if( i_xDocProps.is() ) in Out_DocInfo()
163 if( (i_xDocProps->getAutoloadSecs() != 0) || in Out_DocInfo()
167 i_xDocProps->getAutoloadSecs() ); in Out_DocInfo()
183 const String& rAuthor = i_xDocProps->getAuthor(); in Out_DocInfo()
205 uDT = i_xDocProps->getModificationDate(); in Out_DocInfo()
215 const String& rTheme = i_xDocProps->getSubject(); in Out_DocInfo()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx292 const uno::Reference<document::XDocumentProperties>& i_xDocProps,
305 … const uno::Reference<document::XDocumentProperties>& i_xDocProps, in ScXMLFlatDocContext_Impl() argument
310 i_xDocProps, i_xDocBuilder) in ScXMLFlatDocContext_Impl()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx78 uno::Reference<document::XDocumentProperties> i_xDocProps, in SvxRTFParser() argument
85 m_xDocProps( i_xDocProps ), in SvxRTFParser()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx333 ::com::sun::star::document::XDocumentProperties> i_xDocProps,

Completed in 157 milliseconds