/aoo42x/main/svl/inc/svl/ |
H A D | zforlist.hxx | 490 void GetOutputString( const double& fOutNumber, sal_uInt32 nFIndex, 496 void GetOutputString( String& sString, sal_uInt32 nFIndex, 502 sal_uInt32 nFIndex, String& sOutString ); 536 sal_Bool IsTextFormat(sal_uInt32 nFIndex) const; 538 sal_Bool HasTextFormat(sal_uInt32 nFIndex) const; 548 void SetFormatUsed(sal_uInt32 nFIndex); 588 sal_uInt32 GetStandardFormat( sal_uInt32 nFIndex, short eType, LanguageType eLnge ); 593 sal_uInt32 GetStandardFormat( double fNumber, sal_uInt32 nFIndex, short eType, 597 sal_Bool IsSpecialStandardFormat( sal_uInt32 nFIndex, LanguageType eLnge ); 607 short GetType(sal_uInt32 nFIndex);
|
/aoo42x/main/svl/source/numbers/ |
H A D | zforlist.cxx | 1419 nFIndex == GetFormatIndex( NF_TIME_HH_MMSS, eLnge ) in IsSpecialStandardFormat() 1426 if ( IsSpecialStandardFormat( nFIndex, eLnge ) ) in GetStandardFormat() 1427 return nFIndex; in GetStandardFormat() 1435 if ( IsSpecialStandardFormat( nFIndex, eLnge ) ) in GetStandardFormat() 1436 return nFIndex; in GetStandardFormat() 1472 sal_uInt32 nFIndex, in GetInputLineString() argument 1477 pFormat = (SvNumberformat*) aFTable.Get(nFIndex); in GetInputLineString() 1497 sal_uInt32 nKey = nFIndex; in GetInputLineString() 1509 if ( nKey != nFIndex ) in GetInputLineString() 1525 sal_uInt32 nFIndex, in GetOutputString() argument [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | global.cxx | 1258 pDesc->nFIndex = i; in ScFunctionList() 1292 pDesc->nFIndex = nNextId++; // ??? OpCode vergeben in ScFunctionList() 1381 pDesc->nFIndex = nNextId++; in ScFunctionList() 1417 nFIndex (0), in ScFuncDesc() 1460 nFIndex = 0; in Clear() 1824 const ScFuncDesc* ScFunctionMgr::Get( sal_uInt16 nFIndex ) const in Get() 1828 if (pDesc->nFIndex == nFIndex) in Get()
|
H A D | documen4.cxx | 76 sal_uInt32 nFIndex = 0; in Solver() local 78 GetFormatTable()->IsNumberFormat(sValStr, nFIndex, nTargetVal)) in Solver()
|
/aoo42x/main/sc/inc/ |
H A D | funcdesc.hxx | 96 sal_uInt16 nFIndex; // Unique function index member in ScFuncDesc 159 const ScFuncDesc* Get( sal_uInt16 nFIndex ) const;
|
H A D | scmod.hxx | 208 void InsertEntryToLRUList(sal_uInt16 nFIndex);
|
/aoo42x/main/sc/source/core/tool/ |
H A D | parclass.cxx | 416 if ( pDesc->nFIndex > SC_OPCODE_LAST_OPCODE_ID || in MergeArgumentsFromFunctionResource() 417 pData[pDesc->nFIndex].aData.nParam[0] != Unknown ) in MergeArgumentsFromFunctionResource() 420 RunData* pRun = &pData[ pDesc->nFIndex ]; in MergeArgumentsFromFunctionResource()
|
H A D | interpr2.cxx | 186 sal_uInt32 nFIndex = 0; // damit default Land/Spr. in ScGetDateValue() local 188 if (pFormatter->IsNumberFormat(aInputString, nFIndex, fVal)) in ScGetDateValue() 190 short eType = pFormatter->GetType(nFIndex); in ScGetDateValue() 417 sal_uInt32 nFIndex = 0; // damit default Land/Spr. in ScGetTimeValue() local 419 if (pFormatter->IsNumberFormat(aInputString, nFIndex, fVal)) in ScGetTimeValue() 421 short eType = pFormatter->GetType(nFIndex); in ScGetTimeValue()
|
H A D | interpr1.cxx | 2988 sal_uInt32 nFIndex = 0; // 0 for default locale in ScValue() local 2989 if (pFormatter->IsNumberFormat(aInputString, nFIndex, fVal)) in ScValue() 3405 sal_uInt32 nFIndex = 0; // damit default Land/Spr. in IterateParameters() local 3406 if ( bTextAsZero || pFormatter->IsNumberFormat(aStr, nFIndex, fVal)) in IterateParameters()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | scmod.cxx | 770 void ScModule::InsertEntryToLRUList(sal_uInt16 nFIndex) in InsertEntryToLRUList() argument 772 if(nFIndex != 0) in InsertEntryToLRUList() 784 if (!bFound && (pLRUListIds[n]== nFIndex)) in InsertEntryToLRUList() 794 aIdxList[0] = nFIndex; // Current on Top in InsertEntryToLRUList()
|
H A D | inputwin.cxx | 1529 if ( pDesc->nFIndex == nId && pDesc->pFuncName ) in FillFunctions()
|
H A D | inputhdl.cxx | 668 if ( pDesc->nFIndex == nId && pDesc->pFuncName ) in GetFormulaData()
|
/aoo42x/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 490 if (pFuncDescP && pFuncDescP->nFIndex!=0) in SaveLRUEntry() 493 pScMod->InsertEntryToLRUList(pFuncDescP->nFIndex); in SaveLRUEntry()
|
H A D | dwfunctr.cxx | 243 if (pFuncDesc && pFuncDesc->nFIndex!=0) in UpdateLRUList() 246 pScMod->InsertEntryToLRUList(pFuncDesc->nFIndex); in UpdateLRUList()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | appluno.cxx | 784 pArray[0].Value <<= (sal_Int32) rDesc.nFIndex; in lcl_FillSequence() 848 if ( pDesc && pDesc->nFIndex == nId ) in getById()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 4047 sal_uInt32 nFIndex; in GetDataSequence() local 4059 nFIndex = ((SwTblBoxNumFormat*)pItem)->GetValue(); in GetDataSequence() 4065 nFIndex -= (nFIndex % SV_COUNTRY_LANGUAGE_OFFSET); in GetDataSequence() 4076 nFIndex = pNumFormatter->GetStandardIndex( eLang ); in GetDataSequence() 4081 if (pNumFormatter->IsNumberFormat( aTxt, nFIndex, fTmp )) in GetDataSequence()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 299 if ( pFuncList->GetFunction(i)->nFIndex == nOpCode ) in lcl_FunctionKnown()
|