Home
last modified time | relevance | path

Searched refs:pDate (Results 1 – 14 of 14) sorted by path

/trunk/main/chart2/source/tools/
H A DNumberFormatterWrapper.cxx111 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()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx1912 …::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()
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx351 Date* pDate = rDoc.GetFormatTable()->GetNullDate(); in Exc1904() local
352 bVal = pDate ? (*pDate == Date( 1, 1, 1904 )) : sal_False; in Exc1904()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1126 …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()
/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx74 String* pDate; member in ScViewEntryPtr
83 String* GetpDate() {return pDate; } in GetpDate()
90 void SetpDate (String* pString) {pDate = pString;} in SetpDate()
H A Ddocfunc.hxx98 …ddress& rPos, const String& rNoteText, const String* pAuthor, const String* pDate, sal_Bool bApi );
H A Dviewfunc.hxx303 …Note( const ScAddress& rPos, const String& rNoteText, const String* pAuthor, const String* pDate );
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2639 …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()
/trunk/main/sd/source/core/
H A Dsdpage.cxx841 SdrObject* pDate = pMasterPage->GetPresObj( PRESOBJ_DATETIME ); in CreateTitleAndLayout() local
842 if( pDate == NULL ) in CreateTitleAndLayout()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx936 SdrTextObj* pDate = (SdrTextObj*)mpMaster->GetPresObj( PRESOBJ_DATETIME ); in Paint() local
947 if( pDate ) in Paint()
948 Paint( *this, pDate, maSettings.mbDateTimeVisible ); in Paint()
/trunk/main/svl/inc/svl/
H A Dfstathelper.hxx47 Date* pDate, Time* pTime );
/trunk/main/svl/source/misc/
H A Dfstathelper.cxx39 Date* pDate, Time* pTime ) in GetModifiedDateTimeOfFile() argument
52 if( pDate ) in GetModifiedDateTimeOfFile()
53 *pDate = Date( pDT->Day, pDT->Month, pDT->Year ); in GetModifiedDateTimeOfFile()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx1061 Date* pDate = pFormatter->GetNullDate(); in getPropertyValue() local
1062 if (pDate) in getPropertyValue()
1064 util::Date aUnoDate( pDate->GetDay(), pDate->GetMonth(), pDate->GetYear() ); in getPropertyValue()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx443 SwDateFormat* pDate = 0 ) in GetTimeDatePara() argument
521 if( pDate ) in GetTimeDatePara()
524 *pDate = DFF_MY; in GetTimeDatePara()
526 *pDate = aDateA[i]; in GetTimeDatePara()

Completed in 101 milliseconds