/aoo4110/main/svl/source/items/ |
H A D | dateitem.cxx | 249 if (GetDateTime() == DateTime(Date(1, 2, 3), Time(3, 2, 1))) in GetPresentation() 258 rText = pIntlWrapper->getLocaleData()->getDate(GetDateTime()); in GetPresentation() 260 rText += pIntlWrapper->getLocaleData()->getTime(GetDateTime()); in GetPresentation() 266 rText = aIntlWrapper.getLocaleData()->getDate(GetDateTime()); in GetPresentation() 268 rText += aIntlWrapper.getLocaleData()->getTime(GetDateTime()); in GetPresentation()
|
/aoo4110/main/sw/source/core/fields/ |
H A D | flddat.cxx | 90 fVal = GetDateTime(GetDoc(), aDateTime); in Expand() 162 SetValue(GetDateTime(GetDoc(), rDT)); in SetDateTime() 169 double SwDateTimeField::GetDateTime(SwDoc* pDoc, const DateTime& rDT) in GetDateTime() function in SwDateTimeField 188 return GetDateTime(GetDoc(), DateTime()); in GetValue()
|
H A D | docufld.cxx | 1019 double fVal = SwDateTimeField::GetDateTime( GetDoc(), in Expand() 1035 double fVal = SwDateTimeField::GetDateTime( GetDoc(), in Expand()
|
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | resourcemanager.cxx | 68 DateTime GetDateTime( const ::com::sun::star::util::DateTime& _rDT ) in GetDateTime() function 78 DateTime aDT( GetDateTime( _rDT ) ); in GetDateTimeString() 108 return GetLocaleData().getDate( GetDateTime( _rDT ) ); in GetDateString()
|
H A D | resourcemanager.hxx | 44 DateTime GetDateTime( const ::com::sun::star::util::DateTime& _rDT );
|
/aoo4110/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 530 aDateTime( rAction.GetDateTime() ), in XclExpChTrAction() 923 lcl_WriteDateTime( rStrm, GetDateTime() ); in SaveActionData() 1120 (pAction->GetDateTime() != aLastDateTime) ) in XclExpChangeTrack() 1124 aLastDateTime = pAction->GetDateTime(); in XclExpChangeTrack()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 80 bool GetDateTime (oslDateTime& rDateTime); 369 if ( ! GetDateTime(aDateTime)) in UpdateTime() 718 bool GetDateTime (oslDateTime& rDateTime) in GetDateTime() function
|
H A D | PresenterTimer.cxx | 129 bool GetDateTime (oslDateTime& rDateTime);
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | acredlin.cxx | 362 DateTime aDateTime=pScChangeAction->GetDateTime(); in IsValidAction() 430 DateTime aDateTime=pScChangeAction->GetDateTime(); in InsertChangeAction() 584 DateTime aDateTime=pScChangeAction->GetDateTime(); in InsertFilteredAction() 713 DateTime aDateTime=pScChangeAction->GetDateTime(); in InsertChangeActionContent()
|
H A D | redcom.cxx | 121 DateTime aDT = pChangeAction->GetDateTime(); in ReInit()
|
H A D | conflictsdlg.cxx | 578 DateTime aDateTime = pAction->GetDateTime(); in GetActionString()
|
/aoo4110/main/svl/inc/svl/ |
H A D | dateitem.hxx | 67 const DateTime& GetDateTime() const { return aDateTime; } in GetDateTime() function in SfxDateTimeItem
|
/aoo4110/main/sw/inc/ |
H A D | flddat.hxx | 138 static double GetDateTime(SwDoc* pDoc, const DateTime& rDT);
|
/aoo4110/main/sc/source/core/tool/ |
H A D | chgviset.cxx | 140 aFirstDateTime = pLast->GetDateTime(); in AdjustDateMode()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 110 else if( const DateTime* pDateTime = GetDateTime() ) in WriteToSource() 564 … DBG_ASSERT( pItem->GetDateTime(), "XclImpPCField::GetDateGroupLimit - SXDATETIME item expected" ); in GetDateGroupLimit() 565 return pItem->GetDateTime(); in GetDateGroupLimit()
|
H A D | xepivot.cxx | 159 return GetDateTime() && (*GetDateTime() == rDateTime); in EqualsDateTime() 183 else if( const DateTime* pDateTime = GetDateTime() ) in WriteBody()
|
H A D | xlpivot.cxx | 151 const DateTime* XclPCItem::GetDateTime() const in GetDateTime() function in XclPCItem
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | XclExpChangeTrack.hxx | 392 inline const DateTime& GetDateTime() const { return aDateTime; } in GetDateTime() function in XclExpChTrAction
|
H A D | xlpivot.hxx | 443 const DateTime* GetDateTime() const;
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 176 DateTime aDT = pFound->GetDateTime(); in ShowNoteMarker()
|
H A D | viewutil.cxx | 196 DateTime aDateTime = rAction.GetDateTime(); in IsActionShown()
|
/aoo4110/main/sc/inc/ |
H A D | chgtrack.hxx | 408 SC_DLLPUBLIC DateTime GetDateTime() const; // local time
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 677 DateTime aDT = pAction->GetDateTime(); in ExecuteChangeCommentDialog()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 490 …static void GetDateTime( const sal_uInt32 nVal, SvxDateFormat& eDateFormat, SvxTimeFormat& eTimeF…
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen2.cxx | 1438 DateTime aDT = pFound->GetDateTime(); in GetCellChangeTrackNote()
|