Home
last modified time | relevance | path

Searched refs:GetNullDate (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/scaddins/source/analysis/
H A Dfinancial.cxx63 …double fRet = fVal * fRate * GetYearDiff( GetNullDate( xOpt ), nIssue, nSettle, getDateMode( xOpt,… in getAccrint()
76 …double fRet = fVal * fRate * GetYearDiff( GetNullDate( xOpt ), nIssue, nSettle, getDateMode( xOpt,… in getAccrintm()
232 sal_Int32 nNullDate = GetNullDate( xOpt ); in getPricemat()
330 sal_Int32 nNullDate = GetNullDate( xOpt ); in getYielddisc()
442 …double fRet = GetOddlprice( GetNullDate( xOpt ), nSettle, nMat, nLastInterest, fRate, fYield, fRed… in getOddlprice()
626 double fRet = GetCoupncd( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupncd()
634 … double fRet = GetCoupdays( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdays()
642 …double fRet = GetCoupdaysnc( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdaysnc()
650 … double fRet = GetCoupdaybs( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCoupdaybs()
658 double fRet = GetCouppcd( GetNullDate( xOpt ), nSettle, nMat, nFreq, getDateMode( xOpt, rOB ) ); in getCouppcd()
[all …]
H A Danalysis.cxx549 sal_Int32 nNullDate = GetNullDate( xOptions ); in getWorkday()
614 sal_Int32 nNullDate = GetNullDate( xOpt ); in getEdate()
623 nDate += GetNullDate( xOpt ); in getWeeknum()
637 sal_Int32 nNullDate = GetNullDate( xOpt ); in getEomonth()
665 sal_Int32 nNullDate = GetNullDate( xOpt ); in getNetworkdays()
H A Danalysishelper.hxx66 sal_Int32 GetNullDate( const REF( CSS::beans::XPropertySet )& xOptions ) THROWDEF_RTE;
623 return GetDiffDate360( GetNullDate( xOpt ), nDate1, nDate2, bUSAMethod ); in GetDiffDate360()
635 return GetYearFrac( GetNullDate( xOpt ), nStartDate, nEndDate, nMode ); in GetYearFrac()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx673 sal_Int32 GetNullDate( const uno::Reference< beans::XPropertySet >& xOptions ) in GetNullDate() function
754 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffWeeks()
792 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffMonths()
841 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDiffYears()
862 sal_Int32 nNullDate = GetNullDate( xOptions ); in getIsLeapYear()
879 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDaysInMonth()
896 sal_Int32 nNullDate = GetNullDate( xOptions ); in getDaysInYear()
925 sal_Int32 nNullDate = GetNullDate( xOptions ); in getWeeksInYear()
/trunk/main/sc/source/filter/excel/
H A Dxlroot.cxx320 DateTime XclRoot::GetNullDate() const in GetNullDate() function in XclRoot
322 return *GetFormatter().GetNullDate(); in GetNullDate()
328 return (GetNullDate().GetYear() == 1904) ? 1904 : 1900; in GetBaseYear()
333 double fValue = rDateTime - GetNullDate(); in GetDoubleFromDateTime()
342 DateTime aDateTime = GetNullDate() + fValue; in GetDateTimeFromDouble()
H A Dexcrecds.cxx351 Date* pDate = rDoc.GetFormatTable()->GetNullDate(); in Exc1904()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx96 return (double) (aDate - *(pFormatter->GetNullDate())); in GetDateSerial()
113 long nDiff = aActDate - *(pFormatter->GetNullDate()); in ScGetActDate()
122 long nDiff = aActDate - *(pFormatter->GetNullDate()); in ScGetActTime()
134 Date aDate = *(pFormatter->GetNullDate()); in ScGetYear()
142 Date aDate = *(pFormatter->GetNullDate()); in ScGetMonth()
150 Date aDate = *(pFormatter->GetNullDate()); in ScGetDay()
212 Date aDate = *(pFormatter->GetNullDate()); in ScGetDayOfWeek()
235 Date aDate = *(pFormatter->GetNullDate()); in ScGetWeekOfYear()
372 Date aDate1 = *(pFormatter->GetNullDate()); in ScGetDiffDate360()
374 Date aDate2 = *(pFormatter->GetNullDate()); in ScGetDiffDate360()
/trunk/main/chart2/source/tools/
H A DNumberFormatterWrapper.cxx111 Date* pDate = m_pNumberFormatter->GetNullDate(); in getNullDate()
132 Date* pDate = m_pNumberFormatter->GetNullDate(); in getFormattedString()
/trunk/main/sc/source/core/data/
H A Ddbdocutl.cxx105 *pFormTable->GetNullDate(); in PutData()
133 *pFormTable->GetNullDate() ) + in PutData()
H A Ddpgroup.cxx443 Date aNullDate = *(pFormatter->GetNullDate()); in lcl_GetDateGroupName()
505 Date aDate = *(pFormatter->GetNullDate()); in lcl_GetDatePartValue()
1244 pDoc->GetFormatTable()->GetNullDate(), &pDateHelper->GetNumInfo())); in ModifyFilterCriteria()
1269 pDoc->GetFormatTable()->GetNullDate(), &pDateHelper->GetNumInfo())); in ModifyFilterCriteria()
H A Ddpsdbtab.cxx162 pCache->InitFromDataBase( xRowSet, *aFormat.GetNullDate() ); in CreateCache()
H A Dtable4.cxx233 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in FillAnalyse()
1193 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in IncDate()
/trunk/main/sw/source/core/fields/
H A Dflddat.cxx172 Date* pNullDate = pFormatter->GetNullDate(); in GetDateTime()
198 Date* pNullDate = pFormatter->GetNullDate(); in GetDate()
H A Ddbfld.cxx349 if (*pDocFormatter->GetNullDate() != aStandard) in Evaluate()
350 nValue += (aStandard - *pDocFormatter->GetNullDate()); in Evaluate()
H A Ddocufld.cxx1121 Date* pNullDate = pFormatter->GetNullDate(); in Expand()
1128 Date* pNullDate = pFormatter->GetNullDate(); in Expand()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1171 if (*rNumFmtr.GetNullDate() != aStandard) in DataToDoc()
1172 fVal += (aStandard - *rNumFmtr.GetNullDate()); in DataToDoc()
1408 if (*rNumFmtr.GetNullDate() != aStandard) in DataToDoc()
1409 nValue += (aStandard - *rNumFmtr.GetNullDate()); in DataToDoc()
/trunk/main/svl/source/numbers/
H A Dzforscan.hxx85 Date* GetNullDate() const { return pNullDate; } in GetNullDate() function in ImpSvNumberformatScan
H A Dzformat.cxx2739 double fDiff = DateTime(*(rScan.GetNullDate())) - GetCal().getEpochStart(); in ImpGetTimeOutput()
2942 double fDiff = DateTime(*(rScan.GetNullDate())) - rCal.getEpochStart(); in ImpGetDateOutput()
3126 double fDiff = DateTime(*(rScan.GetNullDate())) - rCal.getEpochStart(); in ImpGetDateTimeOutput()
/trunk/main/sc/source/filter/inc/
H A Dxlroot.hxx237 DateTime GetNullDate() const;
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx300 … double nValue = aDateTime - ::DateTime( *getTypedControlWindow()->GetFormatter()->GetNullDate() ); in setValue()
313 ::DateTime aDateTime( *getTypedControlWindow()->GetFormatter()->GetNullDate() ); in getValue()
/trunk/main/uui/source/
H A Diahndl-ssl.cxx126 Date* pNullDate = pNumberFormatter->GetNullDate(); in getLocalizedDatTimeStr()
/trunk/main/cui/source/options/
H A Doptupdt.cxx149 Date* pNullDate = pNumberFormatter->GetNullDate(); in UpdateLastCheckedText()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx600 Date* GetNullDate();
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx710 Date aNullDate = *pDoc->GetFormatTable()->GetNullDate(); in ExecuteEdit()
1010 … Date aNullDate( *GetViewData()->GetDocument()->GetFormatTable()->GetNullDate() ); in ExecuteEdit()
/trunk/main/editeng/source/items/
H A Dflditem.cxx324 double fDiffDate = aDate - *(rFormatter.GetNullDate()); in GetFormatted()

Completed in 163 milliseconds

12