Searched refs:getModificationDate (Results 1 – 18 of 18) sorted by relevance
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentProperties.java | 197 assertTrue("ModificationDate", 10 == xDP.getModificationDate().Month); in check() 279 dt.Year == xDP.getModificationDate().Year); in check()
|
/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 263 DateTime result = xDocPro.getModificationDate(); in testGeneralModificationDate() 366 DateTimeEquals(new DateTime(), xDocPro.getModificationDate())); in testGeneralReset()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objuno.cxx | 826 if ( !equalsDateTime(_pImp->m_xDocProps->getModificationDate(), aTemp ) ) in setFastPropertyValue() 976 if ( IsValidDateTime( _pImp->m_xDocProps->getModificationDate() ) ) in getFastPropertyValue() 977 aValue <<= _pImp->m_xDocProps->getModificationDate(); in getFastPropertyValue()
|
H A D | docinf.cxx | 197 i_xDocProps->getModificationDate() ); in SaveOlePropertySet()
|
H A D | SfxDocumentMetaData.cxx | 187 virtual css::util::DateTime SAL_CALL getModificationDate() 1562 SfxDocumentMetaData::getModificationDate() throw (css::uno::RuntimeException) in getModificationDate() function in __anon3557ca200111::SfxDocumentMetaData
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 250 , m_ModificationDate( i_xDocProps->getModificationDate() ) in SfxDocumentInfoItem() 304 , m_ModificationDate( rItem.getModificationDate() ) in SfxDocumentInfoItem() 406 i_xDocProps->setModificationDate(getModificationDate()); in UpdateDocumentInfo() 1126 util::DateTime aTime( pInfoItem->getModificationDate() ); in Reset()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docglos.cxx | 62 i_xTarget->setModificationDate(i_xSource->getModificationDate()); in lcl_copyDocumentProperties()
|
H A D | doccomp.cxx | 1457 : xDocProps->getModificationDate() ); in SetRedlinesToDoc()
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | sharedocdlg.cxx | 220 util::DateTime uDT(xDocProps->getModificationDate()); in UpdateView()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | frmhtmlw.cxx | 205 uDT = i_xDocProps->getModificationDate(); in Out_DocInfo()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGDocument.java | 189 updateDate = xProps.getModificationDate(); in validate()
|
/aoo42x/main/oox/source/core/ |
H A D | xmlfilterbase.cxx | 407 …iteElement( pCoreProps, FSNS( XML_dcterms, XML_modified ), xProperties->getModificationDate() ); in writeCoreProperties()
|
/aoo42x/main/xmloff/source/meta/ |
H A D | xmlmetae.cxx | 140 SimpleDateTimeElement( mxDocProps->getModificationDate(), in _MExport()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 120 getModificationDate() const { return m_ModificationDate; } in getModificationDate() function in SfxDocumentInfoItem
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | rtfexport.cxx | 454 OutDateTime(OOO_STRING_SVTOOLS_RTF_REVTIM, xDocProps->getModificationDate()); in WriteInfo()
|
H A D | wrtww8.cxx | 396 uDT = xDocProps->getModificationDate(); in SV_IMPL_PTRARR()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 205 i_xDocProps->getModificationDate()); in fill()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 982 uDT = xDocProps->getModificationDate(); in Expand()
|
Completed in 390 milliseconds