| /AOO41X/main/scaddins/source/analysis/ |
| H A D | financial.cxx | 37 …double fRet = GetAmordegrc( GetNullDate( xOpt ), fCost, nDate, nFirstPer, fRestVal, fPer, fRate, g… in getAmordegrc() 49 …double fRet = GetAmorlinc( GetNullDate( xOpt ), fCost, nDate, nFirstPer, fRestVal, fPer, fRate, ge… in getAmorlinc() 63 …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() 87 …double fRet = fInvest / ( 1.0 - ( fDisc * GetYearDiff( GetNullDate( xOpt ), nSettle, nMat, getDate… in getReceived() 109 …double fRet = GetDuration( GetNullDate( xOpt ), nSettle, nMat, fCoup, fYield, nFreq, getDateMode(… in getDuration() 209 …double fRet = getPrice_( GetNullDate( xOpt ), nSettle, nMat, fRate, fYield, fRedemp, nFreq, getDat… in getPrice() 220 …double fRet = fRedemp * ( 1.0 - fDisc * GetYearDiff( GetNullDate( xOpt ), nSettle, nMat, getDateMo… in getPricedisc() 232 sal_Int32 nNullDate = GetNullDate( xOpt ); in getPricemat() 255 …double fRet = GetDuration( GetNullDate( xOpt ), nSettle, nMat, fCoup, fYield, nFreq, getDate… in getMduration() [all …]
|
| H A D | analysis.cxx | 549 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 D | analysishelper.hxx | 66 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()
|
| /AOO41X/main/scaddins/source/datefunc/ |
| H A D | datefunc.cxx | 673 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()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xlroot.cxx | 320 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 D | excrecds.cxx | 351 Date* pDate = rDoc.GetFormatTable()->GetNullDate(); in Exc1904()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 94 return (double) (aDate - *(pFormatter->GetNullDate())); in GetDateSerial() 111 long nDiff = aActDate - *(pFormatter->GetNullDate()); in ScGetActDate() 120 long nDiff = aActDate - *(pFormatter->GetNullDate()); in ScGetActTime() 132 Date aDate = *(pFormatter->GetNullDate()); in ScGetYear() 140 Date aDate = *(pFormatter->GetNullDate()); in ScGetMonth() 148 Date aDate = *(pFormatter->GetNullDate()); in ScGetDay() 210 Date aDate = *(pFormatter->GetNullDate()); in ScGetDayOfWeek() 233 Date aDate = *(pFormatter->GetNullDate()); in ScGetWeekOfYear() 370 Date aDate1 = *(pFormatter->GetNullDate()); in ScGetDiffDate360() 372 Date aDate2 = *(pFormatter->GetNullDate()); in ScGetDiffDate360()
|
| /AOO41X/main/chart2/source/tools/ |
| H A D | NumberFormatterWrapper.cxx | 111 Date* pDate = m_pNumberFormatter->GetNullDate(); in getNullDate() 132 Date* pDate = m_pNumberFormatter->GetNullDate(); in getFormattedString()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dbdocutl.cxx | 105 *pFormTable->GetNullDate(); in PutData() 133 *pFormTable->GetNullDate() ) + in PutData()
|
| H A D | dpgroup.cxx | 443 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 D | dpsdbtab.cxx | 162 pCache->InitFromDataBase( xRowSet, *aFormat.GetNullDate() ); in CreateCache()
|
| H A D | table4.cxx | 233 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in FillAnalyse() 1193 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in IncDate()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | flddat.cxx | 172 Date* pNullDate = pFormatter->GetNullDate(); in GetDateTime() 198 Date* pNullDate = pFormatter->GetNullDate(); in GetDate()
|
| H A D | dbfld.cxx | 349 if (*pDocFormatter->GetNullDate() != aStandard) in Evaluate() 350 nValue += (aStandard - *pDocFormatter->GetNullDate()); in Evaluate()
|
| H A D | docufld.cxx | 1121 Date* pNullDate = pFormatter->GetNullDate(); in Expand() 1128 Date* pNullDate = pFormatter->GetNullDate(); in Expand()
|
| /AOO41X/main/sw/source/ui/dbui/ |
| H A D | dbinsdlg.cxx | 1171 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()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xlroot.hxx | 237 DateTime GetNullDate() const;
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforscan.hxx | 85 Date* GetNullDate() const { return pNullDate; } in GetNullDate() function in ImpSvNumberformatScan
|
| H A D | zformat.cxx | 2739 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()
|
| /AOO41X/main/extensions/source/propctrlr/ |
| H A D | standardcontrol.cxx | 300 … double nValue = aDateTime - ::DateTime( *getTypedControlWindow()->GetFormatter()->GetNullDate() ); in setValue() 313 ::DateTime aDateTime( *getTypedControlWindow()->GetFormatter()->GetNullDate() ); in getValue()
|
| /AOO41X/main/uui/source/ |
| H A D | iahndl-ssl.cxx | 126 Date* pNullDate = pNumberFormatter->GetNullDate(); in getLocalizedDatTimeStr()
|
| /AOO41X/main/cui/source/options/ |
| H A D | optupdt.cxx | 149 Date* pNullDate = pNumberFormatter->GetNullDate(); in UpdateLastCheckedText()
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | zforlist.hxx | 600 Date* GetNullDate();
|
| /AOO41X/main/editeng/source/items/ |
| H A D | flditem.cxx | 324 double fDiffDate = aDate - *(rFormatter.GetNullDate()); in GetFormatted()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | cellsh1.cxx | 710 Date aNullDate = *pDoc->GetFormatTable()->GetNullDate(); in ExecuteEdit() 1010 … Date aNullDate( *GetViewData()->GetDocument()->GetFormatTable()->GetNullDate() ); in ExecuteEdit()
|