Home
last modified time | relevance | path

Searched refs:uDT (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1677 ::util::DateTime uDT(aLastPrinted.Get100Sec(), in ImportDop()
1681 xDocuProps->setPrintDate(uDT); in ImportDop()
H A Dwrtww8.cxx392 ::util::DateTime uDT = xDocProps->getCreationDate(); in SV_IMPL_PTRARR()
393 Date aD(uDT.Day, uDT.Month, uDT.Year); in SV_IMPL_PTRARR()
394 Time aT(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in SV_IMPL_PTRARR()
396 uDT = xDocProps->getModificationDate(); in SV_IMPL_PTRARR()
397 Date aD2(uDT.Day, uDT.Month, uDT.Year); in SV_IMPL_PTRARR()
398 Time aT2(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in SV_IMPL_PTRARR()
400 uDT = xDocProps->getPrintDate(); in SV_IMPL_PTRARR()
401 Date aD3(uDT.Day, uDT.Month, uDT.Year); in SV_IMPL_PTRARR()
402 Time aT3(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in SV_IMPL_PTRARR()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx973 util::DateTime uDT( xDocProps->getCreationDate() ); in Expand() local
974 Date aD(uDT.Day, uDT.Month, uDT.Year); in Expand()
975 Time aT(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in Expand()
982 uDT = xDocProps->getModificationDate(); in Expand()
983 Date bD(uDT.Day, uDT.Month, uDT.Year); in Expand()
984 Time bT(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in Expand()
991 uDT = xDocProps->getPrintDate(); in Expand()
992 Date bD(uDT.Day, uDT.Month, uDT.Year); in Expand()
993 Time bT(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in Expand()
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx265 ::util::DateTime uDT(aTmplDate.Get100Sec(), in SplitDoc()
269 xDocProps->setTemplateDate(uDT); in SplitDoc()
616 ::util::DateTime uDT(aTmplDate.Get100Sec(), in SplitDoc()
620 xDocProps->setTemplateDate(uDT); in SplitDoc()
H A Ddoccomp.cxx1455 util::DateTime uDT( 1 == xDocProps->getEditingCycles() in SetRedlinesToDoc() local
1458 Date d(uDT.Day, uDT.Month, uDT.Year); in SetRedlinesToDoc()
1459 Time t(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in SetRedlinesToDoc()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2241 ::util::DateTime uDT(aDateTime.Get100Sec(), in ParseMetaOptionsImpl()
2246 i_xDocProps->setCreationDate( uDT ); in ParseMetaOptionsImpl()
2248 i_xDocProps->setModificationDate( uDT ); in ParseMetaOptionsImpl()
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx1849 css::util::DateTime uDT(now.Get100Sec(), now.GetSec(), now.GetMin(), in resetUserData() local
1851 bModified |= setMetaText("meta:creation-date", dateTimeToText(uDT)); in resetUserData()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx191 const util::DateTime& uDT, const LocaleDataWrapper& rWrapper ) in ConvertDateTime_Impl() argument
193 Date aD(uDT.Day, uDT.Month, uDT.Year); in ConvertDateTime_Impl()
194 Time aT(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in ConvertDateTime_Impl()
882 util::DateTime uDT( in IMPL_LINK() local
885 aCreateValFt.SetText( ConvertDateTime_Impl( aName, uDT, aLocaleWrapper ) ); in IMPL_LINK()
/trunk/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx189 ::util::DateTime uDT = i_xDocProps->getCreationDate(); in Out_DocInfo()
190 Date aD(uDT.Day, uDT.Month, uDT.Year); in Out_DocInfo()
191 Time aT(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in Out_DocInfo()
205 uDT = i_xDocProps->getModificationDate(); in Out_DocInfo()
206 Date aD2(uDT.Day, uDT.Month, uDT.Year); in Out_DocInfo()
207 Time aT2(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in Out_DocInfo()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsharedocdlg.cxx220 util::DateTime uDT(xDocProps->getModificationDate()); in UpdateView() local
221 Date d(uDT.Day, uDT.Month, uDT.Year); in UpdateView()
222 Time t(uDT.Hours, uDT.Minutes, uDT.Seconds, uDT.HundredthSeconds); in UpdateView()

Completed in 174 milliseconds