Home
last modified time | relevance | path

Searched refs:nFIndex (Results 1 – 17 of 17) sorted by relevance

/aoo42x/main/svl/inc/svl/
H A Dzforlist.hxx490 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 Dzforlist.cxx1419 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 Dglobal.cxx1258 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 Ddocumen4.cxx76 sal_uInt32 nFIndex = 0; in Solver() local
78 GetFormatTable()->IsNumberFormat(sValStr, nFIndex, nTargetVal)) in Solver()
/aoo42x/main/sc/inc/
H A Dfuncdesc.hxx96 sal_uInt16 nFIndex; // Unique function index member in ScFuncDesc
159 const ScFuncDesc* Get( sal_uInt16 nFIndex ) const;
H A Dscmod.hxx208 void InsertEntryToLRUList(sal_uInt16 nFIndex);
/aoo42x/main/sc/source/core/tool/
H A Dparclass.cxx416 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 Dinterpr2.cxx186 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 Dinterpr1.cxx2988 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 Dscmod.cxx770 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 Dinputwin.cxx1529 if ( pDesc->nFIndex == nId && pDesc->pFuncName ) in FillFunctions()
H A Dinputhdl.cxx668 if ( pDesc->nFIndex == nId && pDesc->pFuncName ) in GetFormulaData()
/aoo42x/main/sc/source/ui/formdlg/
H A Dformula.cxx490 if (pFuncDescP && pFuncDescP->nFIndex!=0) in SaveLRUEntry()
493 pScMod->InsertEntryToLRUList(pFuncDescP->nFIndex); in SaveLRUEntry()
H A Ddwfunctr.cxx243 if (pFuncDesc && pFuncDesc->nFIndex!=0) in UpdateLRUList()
246 pScMod->InsertEntryToLRUList(pFuncDesc->nFIndex); in UpdateLRUList()
/aoo42x/main/sc/source/ui/unoobj/
H A Dappluno.cxx784 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 Dunotbl.cxx4047 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 Dviewfunc.cxx299 if ( pFuncList->GetFunction(i)->nFIndex == nOpCode ) in lcl_FunctionKnown()

Completed in 182 milliseconds