Lines Matching refs:ImpSvNumberformatScan

77 ImpSvNumberformatScan::ImpSvNumberformatScan( SvNumberFormatter* pFormatterP )  in ImpSvNumberformatScan()  function in ImpSvNumberformatScan
117 ImpSvNumberformatScan::~ImpSvNumberformatScan() in ~ImpSvNumberformatScan()
124 void ImpSvNumberformatScan::ChangeIntl() in ChangeIntl()
134 void ImpSvNumberformatScan::InitSpecialKeyword( NfKeywordIndex eIdx ) const in InitSpecialKeyword()
139 ((ImpSvNumberformatScan*)this)->sKeyword[NF_KEY_TRUE] = in InitSpecialKeyword()
145 …((ImpSvNumberformatScan*)this)->sKeyword[NF_KEY_TRUE].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "sa… in InitSpecialKeyword()
149 ((ImpSvNumberformatScan*)this)->sKeyword[NF_KEY_FALSE] = in InitSpecialKeyword()
155 …((ImpSvNumberformatScan*)this)->sKeyword[NF_KEY_FALSE].AssignAscii( RTL_CONSTASCII_STRINGPARAM( "s… in InitSpecialKeyword()
164 void ImpSvNumberformatScan::InitCompatCur() const in InitCompatCur()
166 ImpSvNumberformatScan* pThis = (ImpSvNumberformatScan*)this; in InitCompatCur()
175 void ImpSvNumberformatScan::InitKeywords() const in InitKeywords()
179 ((ImpSvNumberformatScan*)this)->SetDependentKeywords(); in InitKeywords()
228 void ImpSvNumberformatScan::SetDependentKeywords() in SetDependentKeywords()
456 void ImpSvNumberformatScan::ChangeNullDate(sal_uInt16 nDay, sal_uInt16 nMonth, sal_uInt16 nYear) in ChangeNullDate()
464 void ImpSvNumberformatScan::ChangeStandardPrec(sal_uInt16 nPrec) in ChangeStandardPrec()
469 Color* ImpSvNumberformatScan::GetColor(String& sStr) in GetColor()
536 short ImpSvNumberformatScan::GetKeyWord( const String& sSymbol, xub_StrLen nPos ) in GetKeyWord()
630 short ImpSvNumberformatScan::Next_Symbol( const String& rStr, in Next_Symbol()
893 xub_StrLen ImpSvNumberformatScan::Symbol_Division(const String& rString) in Symbol_Division()
945 void ImpSvNumberformatScan::SkipStrings(sal_uInt16& i, xub_StrLen& nPos) in SkipStrings()
957 sal_uInt16 ImpSvNumberformatScan::PreviousKeyword(sal_uInt16 i) in PreviousKeyword()
971 sal_uInt16 ImpSvNumberformatScan::NextKeyword(sal_uInt16 i) in NextKeyword()
985 short ImpSvNumberformatScan::PreviousType( sal_uInt16 i ) in PreviousType()
998 sal_Unicode ImpSvNumberformatScan::PreviousChar(sal_uInt16 i) in PreviousChar()
1015 sal_Unicode ImpSvNumberformatScan::NextChar(sal_uInt16 i) in NextChar()
1033 sal_Bool ImpSvNumberformatScan::IsLastBlankBeforeFrac(sal_uInt16 i) in IsLastBlankBeforeFrac()
1059 void ImpSvNumberformatScan::Reset() in Reset()
1089 sal_Bool ImpSvNumberformatScan::Is100SecZero( sal_uInt16 i, sal_Bool bHadDecSep ) in Is100SecZero()
1099 xub_StrLen ImpSvNumberformatScan::ScanType(const String&) in ScanType()
1408 bool ImpSvNumberformatScan::InsertSymbol( sal_uInt16 & nPos, svt::NfSymbolType eType, const String&… in InsertSymbol()
1430 int ImpSvNumberformatScan::FinalScanGetCalendar( xub_StrLen& nPos, sal_uInt16& i, in FinalScanGetCalendar()
1474 xub_StrLen ImpSvNumberformatScan::FinalScan( String& rString, String& rComment ) in FinalScan()
2749 xub_StrLen ImpSvNumberformatScan::RemoveQuotes( String& rStr ) in RemoveQuotes()
2771 xub_StrLen ImpSvNumberformatScan::ScanFormat( String& rString, String& rComment ) in ScanFormat()
2782 void ImpSvNumberformatScan::CopyInfo(ImpSvNumberformatInfo* pInfo, sal_uInt16 nAnz) in CopyInfo()