Searched refs:nNumFor (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svl/inc/svl/ |
| H A D | zformat.hxx | 278 const String* GetNumForString( sal_uInt16 nNumFor, sal_uInt16 nPos, 284 short GetNumForType( sal_uInt16 nNumFor, sal_uInt16 nPos, sal_Bool bString = sal_False ) const; 290 sal_Bool IsNumForStringElementCountEqual( sal_uInt16 nNumFor, sal_uInt16 nAllCount, in IsNumForStringElementCountEqual() argument 293 if ( nNumFor < 4 ) in IsNumForStringElementCountEqual() 300 sal_uInt16 nCnt = NumFor[nNumFor].GetnAnz(); in IsNumForStringElementCountEqual() 304 return ImpGetNumForStringElementCount( nNumFor ) == in IsNumForStringElementCountEqual() 418 Color* GetColor( sal_uInt16 nNumFor ) const; 419 void GetNumForInfo( sal_uInt16 nNumFor, short& rScannedType, 425 sal_uInt16 nNumFor ) const; 430 sal_Bool IsOtherCalendar( sal_uInt16 nNumFor ) const in IsOtherCalendar() [all …]
|
| /AOO41X/main/svl/source/numbers/ |
| H A D | zformat.cxx | 3922 void SvNumberformat::GetNumForInfo( sal_uInt16 nNumFor, short& rScannedType, in GetNumForInfo() argument 3927 if ( nNumFor > 3 ) in GetNumForInfo() 3930 const ImpSvNumberformatInfo& rInfo = NumFor[nNumFor].Info(); in GetNumForInfo() 3942 const sal_uInt16 nAnz = NumFor[nNumFor].GetnAnz(); in GetNumForInfo() 3961 const String* SvNumberformat::GetNumForString( sal_uInt16 nNumFor, sal_uInt16 nPos, in GetNumForString() argument 3964 if ( nNumFor > 3 ) in GetNumForString() 3966 sal_uInt16 nAnz = NumFor[nNumFor].GetnAnz(); in GetNumForString() 3974 short* pType = NumFor[nNumFor].Info().nTypeArray + nPos; in GetNumForString() 3989 short* pType = NumFor[nNumFor].Info().nTypeArray + nPos; in GetNumForString() 4000 return &NumFor[nNumFor].Info().sStrArray[nPos]; in GetNumForString() [all …]
|