/trunk/main/sc/source/core/data/ |
H A D | dbdocutl.cxx | 68 nFormatIndex = pDoc->GetFormatTable()->GetStandardFormat( in PutData() 99 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() 113 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() 127 SvNumberFormatter* pFormTable = pDoc->GetFormatTable(); in PutData() 158 nFormatIndex = pDoc->GetFormatTable()->GetStandardFormat( in PutData()
|
H A D | column3.cxx | 163 short eOldType = pDocument->GetFormatTable()-> in Insert() 167 short eNewType = pDocument->GetFormatTable()->GetType(nNumberFormat); in Insert() 168 if (!pDocument->GetFormatTable()->IsCompatible(eOldType, eNewType)) in Insert() 442 short nType = pDocument->GetFormatTable()->GetType(nIndex); in DeleteRange() 625 short nTyp = pDocument->GetFormatTable()->GetType(nNumIndex); in CreateRefCell() 819 short nTyp = rDoc.GetFormatTable()->GetType( nNumIndex ); in lclCanCloneValue() 1269 SvNumberFormatter* pFormatter = pDocument->GetFormatTable(); in SetString() 1492 SvNumberFormatter* pFormatter = pDocument->GetFormatTable(); in GetFilterEntries() 1736 SvNumberFormatter* pFormatter = pDocument->GetFormatTable(); in FillDPCacheT() 1967 SvNumberFormatter* pNumFmt = pDocument->GetFormatTable(); in GetMaxStringLen() [all …]
|
H A D | validat.cxx | 453 SvNumberFormatter* pFormatter = GetDocument()->GetFormatTable(); in IsDataValid() 614 return pPattern->GetNumberFormat( rDoc.GetFormatTable() ); in lclGetCellFormat() 690 SvNumberFormatter* pFormatter = GetDocument()->GetFormatTable(); in GetSelectionFromFormula() 828 … bool bIsValue = GetDocument()->GetFormatTable()->IsNumberFormat( *pString, nFormat, fValue ); in FillSelectionList() 886 if( GetDocument()->GetFormatTable()->IsNumberFormat( *pString, nFormat, fValue ) ) in IsListValid()
|
H A D | dociter.cxx | 226 nFormat = pPattern->GetNumberFormat( pDoc->GetFormatTable() ); in lcl_IterGetNumberFormat() 458 nNumFmtType = pDoc->GetFormatTable()->GetType( nNumFmtIndex ); in GetCurNumFmtInfo() 461 nNumFmtType = pDoc->GetFormatTable()->GetType( nNumFmtIndex ); in GetCurNumFmtInfo() 555 !(mpDoc->GetFormatTable()->IsNumberFormat(*rEntry.pStr, nIndex, rEntry.nVal)); in DataAccessInternal() 1137 !(pDoc->GetFormatTable()->IsNumberFormat(*rEntry.pStr, in ScQueryCellIterator() 1420 SvNumberFormatter& rFormatter = *(pDoc->GetFormatTable()); in BinarySearch() 1940 nNumFmtType = pDoc->GetFormatTable()->GetType( nNumFmtIndex ); in GetCurNumFmtInfo() 1943 nNumFmtType = pDoc->GetFormatTable()->GetType( nNumFmtIndex ); in GetCurNumFmtInfo()
|
H A D | dpgroup.cxx | 228 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in lcl_GetNumGroupForValue() 649 SvNumberFormatter* pFormatter = pCache->GetDoc()->GetFormatTable(); in FillColumnEntries() 919 SvNumberFormatter* pFormatter = pCache->GetDoc()->GetFormatTable(); in GetNumEntries() 1244 pDoc->GetFormatTable()->GetNullDate(), &pDateHelper->GetNumInfo())); in ModifyFilterCriteria() 1269 pDoc->GetFormatTable()->GetNullDate(), &pDateHelper->GetNumInfo())); in ModifyFilterCriteria() 1404 pData->GetValue(), pDateHelper->GetDatePart(), pDoc->GetFormatTable(), in FillGroupValues()
|
H A D | dpshttab.cxx | 86 !(pD->GetFormatTable()-> in ScSheetDPData() 170 if ( SvNumberFormatter* pFormatter = mpDoc->GetFormatTable() ) in GetNumberFormatByIdx()
|
H A D | table4.cxx | 226 sal_Bool bDate = ( pDocument->GetFormatTable()->GetType(nFormat) == NUMBERFORMAT_DATE ); in FillAnalyse() 233 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in FillAnalyse() 1078 pDocument->GetFormatTable()-> in GetAutoFillPreview() 1166 pDocument->GetFormatTable()-> in GetAutoFillPreview() 1193 Date aNullDate = *pDocument->GetFormatTable()->GetNullDate(); in IncDate() 1788 ScNumFormatAbbrev aNumFormat( nFormatIndex, *pDocument->GetFormatTable() ); in GetAutoFormatAttr()
|
H A D | documen4.cxx | 78 GetFormatTable()->IsNumberFormat(sValStr, nFIndex, nTargetVal)) in Solver() 508 if ( (nType = GetFormatTable()->GetType( nFormat )) != NUMBERFORMAT_DATE in RoundValueAsShown() 514 nPrecision = (short)GetFormatTable()->GetFormatPrecision( nFormat ); in RoundValueAsShown()
|
H A D | conditio.cxx | 896 nNumFmt = pDoc->GetFormatTable()->GetStandardIndex( LANGUAGE_ENGLISH_US ); in GetExpression() 913 pDoc->GetFormatTable()->GetInputLineString(nVal1, nNumFmt, aRet); in GetExpression() 930 pDoc->GetFormatTable()->GetInputLineString(nVal2, nNumFmt, aRet); in GetExpression()
|
H A D | table3.cxx | 995 const SvNumberformat* pEntry = pDocument->GetFormatTable()->GetEntry(nNumFmt); in ValidQuery() 1063 … ScCellFormat::GetInputString( pCell, nFormat, aCellStr, *(pDocument->GetFormatTable()) ); in ValidQuery() 1416 rEntry.bQueryByString = !( pDoc->GetFormatTable()-> in lcl_PrepareQuery() 1422 const SvNumberformat* pEntry = pDoc->GetFormatTable()->GetEntry(nIndex); in lcl_PrepareQuery()
|
H A D | dptablecache.cxx | 192 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in ScDPItemData() 997 SvNumberFormatter* pFormatter = mpDoc->GetFormatTable(); in GetNumType()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | filldlg.cxx | 213 rDoc.GetFormatTable()->GetInputLineString( fIncrement, 0, aIncrTxt ); in Init() 218 rDoc.GetFormatTable()->GetInputLineString( fEndVal, 0, aEndTxt ); in Init() 242 bValOk = rDoc.GetFormatTable()->IsNumberFormat( aStr, nKey, fStartVal ); in CheckStartVal() 255 return rDoc.GetFormatTable()->IsNumberFormat( aStr, nKey, fIncrement ); in CheckIncrementVal() 273 bValOk = rDoc.GetFormatTable()->IsNumberFormat( aStr, nKey, fEndVal ); in CheckEndVal()
|
H A D | solvrdlg.cxx | 218 return pDoc->GetFormatTable()->IsNumberFormat( rStrVal, n1, n2 ); in CheckTargetValue()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsh5.cxx | 379 pDoc->GetFormatTable(), in MakeNumberInfoItem() 386 pDoc->GetFormatTable(), in MakeNumberInfoItem() 394 pDoc->GetFormatTable(), in MakeNumberInfoItem()
|
H A D | output2.cxx | 390 nValueFormat = pPattern->GetNumberFormat( pOutput->pDoc->GetFormatTable(), pCondSet ); in SetPattern() 435 nValueFormat = pOutput->pDoc->GetFormatTable()->GetFormatForLanguageIfBuiltIn( in SetPatternSimple() 477 *pOutput->pDoc->GetFormatTable(), in SetText() 552 const SvNumberformat* pNumFormat = pOutput->pDoc->GetFormatTable()->GetEntry(nFormat); in SetTextToWidthOrHash() 724 …cast<const ScFormulaCell*>(pCell)->GetStandardFormat(*pOutput->pDoc->GetFormatTable(), nValueForma… in GetResultValueFormat() 1014 …return pDoc->GetCellScriptType( pCell, pPattern->GetNumberFormat( pDoc->GetFormatTable(), pCondSet… in GetScriptType() 2508 pDoc->GetFormatTable(), pCondSet ); in DrawEdit() 2513 *pDoc->GetFormatTable(), in DrawEdit() 3269 pDoc->GetFormatTable(), pCondSet ); in DrawRotated() 3274 *pDoc->GetFormatTable(), in DrawRotated()
|
H A D | tabvwsha.cxx | 118 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in GetFunction() 509 pOldAttrs->GetNumberFormat( pDoc->GetFormatTable() ) ) ); in ExecuteCellFormatDlg() 675 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in UpdateInputHandler()
|
H A D | formatsh.cxx | 737 sal_uLong nLangFormat = pDoc->GetFormatTable()-> in ExecuteStyle() 830 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in ExecuteStyle() 1008 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in ExecuteNumFormat() 2368 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in GetNumFormatState() 2407 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in GetNumFormatState()
|
H A D | viewfunc.cxx | 446 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in EnterData() 571 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in EnterData() 1056 GetViewData()->GetDocument()->GetFormatTable(); in ApplyAttributes() 2657 SvNumberFormatter* pNumberFormatter = pDoc->GetFormatTable(); in SetNumberFormat() 2692 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in SetNumFmtByStr() 2739 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in ChangeNumFmtDecimals()
|
H A D | cellsh2.cxx | 1044 nNumFmt = pDoc->GetFormatTable()->GetStandardFormat( in ExecuteDB() 1101 if (pDoc->GetFormatTable()->IsNumberFormat(aTemp1, nNumIndex, nVal)) in ExecuteDB() 1118 if (pDoc->GetFormatTable()->IsNumberFormat(aTemp2, nNumIndex, nVal)) in ExecuteDB()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 93 nFormat = pDoc->GetFormatTable()->GetStandardFormat( NUMBERFORMAT_DATE, ScGlobal::eLnge ); in CreateCell() 95 nFormat = pDoc->GetFormatTable()->GetStandardFormat( NUMBERFORMAT_TIME, ScGlobal::eLnge ); in CreateCell() 96 pDoc->GetFormatTable()->GetInputLineString(fValue, nFormat, sInputString); in CreateCell()
|
H A D | XMLChangeTrackingExportHelper.cxx | 282 …if (rExport.GetDocument() && rExport.GetDocument()->GetFormatTable()->IsNumberFormat(sValue, nInde… in SetValueAttributes() 284 sal_uInt16 nType = rExport.GetDocument()->GetFormatTable()->GetType(nIndex); in SetValueAttributes()
|
/trunk/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 269 pNumFormatter = rDoc.GetFormatTable(); in DifParser() 982 rDoc.GetFormatTable()->GetStandardFormat( NUMBERFORMAT_LOGICAL ) ) ); in Apply()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 1646 short nFmtType = mpDoc->GetFormatTable()->GetType(nFmtIndex); in getSingleRefToken() 1702 short nFmtType = mpDoc->GetFormatTable()->GetType(nFmtIndex); in getSingleRefToken() 2440 mpDoc->GetFormatTable()->MergeFormatter( *pSrcDoc->GetFormatTable()); in getMappedNumberFormat() 2441 SvNumberFormatterMergeMap aMap = mpDoc->GetFormatTable()->ConvertMergeTableToMap(); in getMappedNumberFormat()
|
/trunk/main/sc/source/filter/rtf/ |
H A D | expbase.cxx | 50 pFormatter( pDocP->GetFormatTable() ), in ScExportBase()
|
/trunk/main/sc/source/core/tool/ |
H A D | ddelink.cxx | 173 SvNumberFormatter* pFormatter = pDoc->GetFormatTable(); in DataChanged()
|