Searched refs:ImpSvNumberformatScan (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/svl/source/numbers/ |
| H A D | zforscan.cxx | 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() [all …]
|
| H A D | zforscan.hxx | 43 class ImpSvNumberformatScan class 47 ImpSvNumberformatScan( SvNumberFormatter* pFormatter ); 48 ~ImpSvNumberformatScan();
|
| H A D | zformat.cxx | 367 void ImpSvNumFor::Copy( const ImpSvNumFor& rNumFor, ImpSvNumberformatScan* pSc ) in Copy() 386 void ImpSvNumFor::Load(SvStream& rStream, ImpSvNumberformatScan& rSc, in Load() 518 SvNumberformat::SvNumberformat( ImpSvNumberformatScan& rSc, LanguageType eLge ) in SvNumberformat() 542 ImpSvNumberformatScan* pColorSc = ( &rScan != &rFormat.rScan ) ? &rScan : NULL; in ImpCopyNumberformat() 554 SvNumberformat::SvNumberformat( SvNumberformat& rFormat, ImpSvNumberformatScan& rSc ) in SvNumberformat() 605 ImpSvNumberformatScan* pSc, in SvNumberformat()
|
| H A D | zforfind.cxx | 541 const ImpSvNumberformatScan* pFS = pFormatter->GetFormatScanner(); in GetLogical()
|
| H A D | zforlist.cxx | 250 pFormatScanner = new ImpSvNumberformatScan( this ); in ImpConstruct()
|
| /trunk/main/svl/inc/svl/ |
| H A D | zformat.hxx | 48 class ImpSvNumberformatScan; // format code string scanner 131 void Load( SvStream& rStream, ImpSvNumberformatScan& rSc, 136 void Copy( const ImpSvNumFor& rNumFor, ImpSvNumberformatScan* pSc ); 178 SvNumberformat( ImpSvNumberformatScan& rSc, LanguageType eLge ); 182 ImpSvNumberformatScan* pSc, 192 SvNumberformat( SvNumberformat& rFormat, ImpSvNumberformatScan& rSc ); 413 ImpSvNumberformatScan& ImpGetScan() const { return rScan; } in ImpGetScan() 471 ImpSvNumberformatScan& rScan; // Format code scanner
|
| H A D | zforlist.hxx | 50 class ImpSvNumberformatScan; 816 ImpSvNumberformatScan* pFormatScanner; // Format code string scanner 955 inline const ImpSvNumberformatScan* GetFormatScanner() const { return pFormatScanner; } in GetFormatScanner()
|