/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentProperties.java | 188 assertTrue("CreationDate", 2007 == xDP.getCreationDate().Year); in check() 257 assertTrue("setCreationDate", dt.Year == xDP.getCreationDate().Year); in check()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGGeneralInfo.java | 53 public Integer getCreationDate() in getCreationDate() method in CGGeneralInfo
|
H A D | CGDocument.java | 188 createDate = xProps.getCreationDate(); in validate()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objuno.cxx | 818 if ( !equalsDateTime(_pImp->m_xDocProps->getCreationDate(), aTemp ) ) in setFastPropertyValue() 963 if ( IsValidDateTime( _pImp->m_xDocProps->getCreationDate() ) ) in getFastPropertyValue() 964 aValue <<= _pImp->m_xDocProps->getCreationDate(); in getFastPropertyValue()
|
H A D | docinf.cxx | 194 rGlobSect.SetFileTimeValue(PROPID_CREATED, i_xDocProps->getCreationDate()); in SaveOlePropertySet()
|
H A D | SfxDocumentMetaData.cxx | 158 virtual css::util::DateTime SAL_CALL getCreationDate() 1447 SfxDocumentMetaData::getCreationDate() throw (css::uno::RuntimeException) in getCreationDate() function in __anon3557ca200111::SfxDocumentMetaData
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 248 , m_CreationDate( i_xDocProps->getCreationDate() ) in SfxDocumentInfoItem() 302 , m_CreationDate( rItem.getCreationDate() ) in SfxDocumentInfoItem() 404 i_xDocProps->setCreationDate(getCreationDate()); in UpdateDocumentInfo() 1125 pInfoItem->getCreationDate(), aLocaleWrapper ) ); in Reset()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docglos.cxx | 55 i_xTarget->setCreationDate(i_xSource->getCreationDate()); in lcl_copyDocumentProperties()
|
H A D | doccomp.cxx | 1456 ? xDocProps->getCreationDate() in SetRedlinesToDoc()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | frmhtmlw.cxx | 189 ::util::DateTime uDT = i_xDocProps->getCreationDate(); in Out_DocInfo()
|
/aoo42x/main/oox/source/core/ |
H A D | xmlfilterbase.cxx | 397 … writeElement( pCoreProps, FSNS( XML_dcterms, XML_created ), xProperties->getCreationDate() ); in writeCoreProperties()
|
/aoo42x/main/xmloff/source/meta/ |
H A D | xmlmetae.cxx | 134 SimpleDateTimeElement( mxDocProps->getCreationDate(), in _MExport()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 112 getCreationDate() const { return m_CreationDate; } in getCreationDate() function in SfxDocumentInfoItem
|
/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 231 DateTime result = xDocPro2.getCreationDate(); in testGeneralCreationDate()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | rtfexport.cxx | 451 OutDateTime(OOO_STRING_SVTOOLS_RTF_CREATIM, xDocProps->getCreationDate()); in WriteInfo()
|
H A D | wrtww8.cxx | 392 ::util::DateTime uDT = xDocProps->getCreationDate(); in SV_IMPL_PTRARR()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 196 i_xDocProps->getCreationDate()); in fill()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 973 util::DateTime uDT( xDocProps->getCreationDate() ); in Expand()
|