Searched refs:GetEntryKey (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/svx/source/items/ |
H A D | numfmtsh.cxx | 252 sal_uInt32 nAddKey = pFormatter->GetEntryKey( rFormat, eCurLanguage ); in AddFormat() 319 sal_uInt32 nDelKey = pFormatter->GetEntryKey( rFormat, eCurLanguage ); in RemoveFormat() 411 sal_uInt32 nFmtKey = pFormatter->GetEntryKey( rFormat, eCurLanguage ); in GetOptions() 451 sal_uIntPtr nExistingFormat = pFormatter->GetEntryKey( rFormatStr, eCurLanguage ); in MakePreviewString() 479 sal_uInt32 nFound = pFormatter->GetEntryKey( rFmtString, eCurLanguage ); in IsUserDefined()
|
/aoo4110/main/svl/inc/svl/ |
H A D | zforlist.hxx | 573 sal_uInt32 GetEntryKey( const String& sStr, LanguageType eLnge = LANGUAGE_DONTKNOW );
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 1841 pInsDBColumn->nUsrNumFmt = rNFmtr.GetEntryKey( pInsDBColumn->sUsrNumFmt, in Load() 1916 rSet.nUsrNumFmt = rNFmtr.GetEntryKey( rGet.sUsrNumFmt, in Load()
|
/aoo4110/main/svl/source/numbers/ |
H A D | zforlist.cxx | 591 sal_uInt32 nOrig = GetEntryKey( rString, eSysLnge ); in GetIndexPuttingAndConverting() 614 nKey = GetEntryKey( rString, eLnge); in GetIndexPuttingAndConverting() 2841 sal_uInt32 SvNumberFormatter::GetEntryKey(const String& sStr, in GetEntryKey() function in SvNumberFormatter
|
H A D | numfmuno.cxx | 494 nRet = pFormatter->GetEntryKey( aFormat, eLang ); in queryKey()
|
/aoo4110/main/xmloff/source/style/ |
H A D | xmlnumfi.cxx | 1719 nIndex = pFormatter->GetEntryKey( aFormatStr, nFormatLang ); in CreateAndInsert() 1729 nIndex = pFormatter->GetEntryKey( aFormatStr, nFormatLang ); in CreateAndInsert()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2705 sal_uInt32 nNumberFormat = pFormatter->GetEntryKey( rCode, eLanguage ); in SetNumFmtByStr() 2824 nNewFormat = pFormatter->GetEntryKey( aNewPicture, eLanguage ); in ChangeNumFmtDecimals()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 1559 nNumberFormat = pFormatter->GetEntryKey( aCode, eLang ); in ExecNumberFormat()
|
Completed in 75 milliseconds