Searched refs:getPrintDate (Results 1 – 17 of 17) sorted by relevance
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentProperties.java | 200 assertTrue("PrintDate", 29 == xDP.getPrintDate().Day); in check() 285 assertTrue("setPrintDate", dt.Year == xDP.getPrintDate().Year); in check()
|
/aoo42x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 297 DateTime result = xDocPro2.getPrintDate(); in testGeneralPrintDate() 369 DateTimeEquals(new DateTime(), xDocPro.getPrintDate())); in testGeneralReset()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objuno.cxx | 834 if ( !equalsDateTime(_pImp->m_xDocProps->getPrintDate(), aTemp ) ) in setFastPropertyValue() 983 if ( IsValidDateTime( _pImp->m_xDocProps->getPrintDate() ) ) in getFastPropertyValue() 984 aValue <<= _pImp->m_xDocProps->getPrintDate(); in getFastPropertyValue()
|
H A D | docinf.cxx | 199 rGlobSect.SetFileTimeValue(PROPID_LASTPRINTED, i_xDocProps->getPrintDate()); in SaveOlePropertySet()
|
H A D | objxtor.cxx | 632 HasName() && getDocProperties()->getPrintDate().Month > 0) in PrepareClose()
|
H A D | SfxDocumentMetaData.cxx | 196 virtual css::util::DateTime SAL_CALL getPrintDate() 1590 SfxDocumentMetaData::getPrintDate() throw (css::uno::RuntimeException) in getPrintDate() function in __anon3557ca200111::SfxDocumentMetaData
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 252 , m_PrintDate( i_xDocProps->getPrintDate() ) in SfxDocumentInfoItem() 306 , m_PrintDate( rItem.getPrintDate() ) in SfxDocumentInfoItem() 408 i_xDocProps->setPrintDate(getPrintDate()); in UpdateDocumentInfo() 1131 aTime = pInfoItem->getPrintDate(); in Reset()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docglos.cxx | 64 i_xTarget->setPrintDate(i_xSource->getPrintDate()); in lcl_copyDocumentProperties()
|
/aoo42x/main/oox/source/core/ |
H A D | xmlfilterbase.cxx | 406 writeElement( pCoreProps, FSNS( XML_cp, XML_lastPrinted ), xProperties->getPrintDate() ); in writeCoreProperties()
|
/aoo42x/main/xmloff/source/meta/ |
H A D | xmlmetae.cxx | 146 SimpleDateTimeElement( mxDocProps->getPrintDate(), in _MExport()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 127 getPrintDate() const { return m_PrintDate; } in getPrintDate() function in SfxDocumentInfoItem
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewprn.cxx | 296 m_aLastPrinted = xDocProps->getPrintDate(); in jobStarted()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | rtfexport.cxx | 456 OutDateTime(OOO_STRING_SVTOOLS_RTF_PRINTIM, xDocProps->getPrintDate()); in WriteInfo()
|
H A D | wrtww8.cxx | 400 uDT = xDocProps->getPrintDate(); in SV_IMPL_PTRARR()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 385 xDocProps->getPrintDate(), *ScGlobal::pLocaleData ); in WriteHeader()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 214 i_xDocProps->getPrintDate()); in fill()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 991 uDT = xDocProps->getPrintDate(); in Expand()
|
Completed in 571 milliseconds