Lines Matching refs:nNumFor

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()
4004 short SvNumberformat::GetNumForType( sal_uInt16 nNumFor, sal_uInt16 nPos, in GetNumForType() argument
4007 if ( nNumFor > 3 ) in GetNumForType()
4009 sal_uInt16 nAnz = NumFor[nNumFor].GetnAnz(); in GetNumForType()
4017 short* pType = NumFor[nNumFor].Info().nTypeArray + nPos; in GetNumForType()
4032 short* pType = NumFor[nNumFor].Info().nTypeArray + nPos; in GetNumForType()
4042 return NumFor[nNumFor].Info().nTypeArray[nPos]; in GetNumForType()
4148 Color* SvNumberformat::GetColor( sal_uInt16 nNumFor ) const in GetColor()
4150 if ( nNumFor > 3 ) in GetColor()
4153 return NumFor[nNumFor].GetColor(); in GetColor()
4404 sal_uInt16 nNumFor ) const in GetNatNumXml()
4406 if ( nNumFor <= 3 ) in GetNatNumXml()
4408 const SvNumberNatNum& rNum = NumFor[nNumFor].GetNatNum(); in GetNatNumXml()
4598 sal_uInt16 SvNumberformat::ImpGetNumForStringElementCount( sal_uInt16 nNumFor ) const in ImpGetNumForStringElementCount()
4601 sal_uInt16 nAnz = NumFor[nNumFor].GetnAnz(); in ImpGetNumForStringElementCount()
4602 short const * const pType = NumFor[nNumFor].Info().nTypeArray; in ImpGetNumForStringElementCount()