/aoo42x/main/chart2/source/tools/ |
H A D | NumberFormatterWrapper.cxx | 111 Date* pDate = m_pNumberFormatter->GetNullDate(); in getNullDate() local 112 if( pDate ) in getNullDate() 113 aRet = *pDate; in getNullDate() 132 Date* pDate = m_pNumberFormatter->GetNullDate(); in getFormattedString() local 133 if ( pDate ) in getFormattedString() 135 nYear = pDate->GetYear(); in getFormattedString() 136 nMonth = pDate->GetMonth(); in getFormattedString() 137 nDay = pDate->GetDay(); in getFormattedString()
|
/aoo42x/main/svl/source/misc/ |
H A D | fstathelper.cxx | 39 Date* pDate, Time* pTime ) in GetModifiedDateTimeOfFile() argument 52 if( pDate ) in GetModifiedDateTimeOfFile() 53 *pDate = Date( pDT->Day, pDT->Month, pDT->Year ); in GetModifiedDateTimeOfFile()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | acredlin.hxx | 74 String* pDate; member in ScViewEntryPtr 83 String* GetpDate() {return pDate; } in GetpDate() 90 void SetpDate (String* pString) {pDate = pString;} in SetpDate()
|
H A D | docfunc.hxx | 98 …ddress& rPos, const String& rNoteText, const String* pAuthor, const String* pDate, sal_Bool bApi );
|
H A D | viewfunc.hxx | 303 …Note( const ScAddress& rPos, const String& rNoteText, const String* pAuthor, const String* pDate );
|
/aoo42x/main/svl/source/numbers/ |
H A D | numfmuno.cxx | 1061 Date* pDate = pFormatter->GetNullDate(); in getPropertyValue() local 1062 if (pDate) in getPropertyValue() 1064 util::Date aUnoDate( pDate->GetDay(), pDate->GetMonth(), pDate->GetYear() ); in getPropertyValue()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | excrecds.cxx | 351 Date* pDate = rDoc.GetFormatTable()->GetNullDate(); in Exc1904() local 352 bVal = pDate ? (*pDate == Date( 1, 1, 1904 )) : sal_False; in Exc1904()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.cxx | 936 SdrTextObj* pDate = (SdrTextObj*)mpMaster->GetPresObj( PRESOBJ_DATETIME ); in Paint() local 947 if( pDate ) in Paint() 948 Paint( *this, pDate, maSettings.mbDateTimeVisible ); in Paint()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 443 SwDateFormat* pDate = 0 ) in GetTimeDatePara() argument 521 if( pDate ) in GetTimeDatePara() 524 *pDate = DFF_MY; in GetTimeDatePara() 526 *pDate = aDateA[i]; in GetTimeDatePara()
|
/aoo42x/main/svl/inc/svl/ |
H A D | fstathelper.hxx | 47 Date* pDate, Time* pTime );
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1912 …::com::sun::star::util::Date* pDate = static_cast< ::com::sun::star::util::Date*>(m_aValue.m_pValu… in getDateTime() 1913 aValue.Day = pDate->Day; in getDateTime() 1914 aValue.Month = pDate->Month; in getDateTime() 1915 aValue.Year = pDate->Year; in getDateTime()
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 841 SdrObject* pDate = pMasterPage->GetPresObj( PRESOBJ_DATETIME ); in CreateTitleAndLayout() local 842 if( pDate == NULL ) in CreateTitleAndLayout()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2639 …eNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor, const String* pDate ) in ReplaceNote() argument 2641 …GetViewData()->GetDocShell()->GetDocFunc().ReplaceNote( rPos, rNoteText, pAuthor, pDate, sal_False… in ReplaceNote()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1126 …Address& rPos, const String& rNoteText, const String* pAuthor, const String* pDate, sal_Bool bApi ) in ReplaceNote() argument 1160 if( pDate ) pNewNote->SetDate( *pDate ); in ReplaceNote()
|