|
LibreOffice Module svtools (master) 1
|
Public Member Functions | |
| SvParser_Impl () | |
Public Attributes | |
| OUString | aToken |
| sal_uInt64 | nFilePos |
| sal_uInt32 | nlLineNr |
| sal_uInt32 | nlLinePos |
| tools::Long | nTokenValue |
| bool | bTokenHasValue |
| T | nToken |
| sal_uInt32 | nNextCh |
| T | nSaveToken |
| rtl_TextToUnicodeConverter | hConv |
| rtl_TextToUnicodeContext | hContext |
Definition at line 35 of file svparser.cxx.
|
inline |
Definition at line 50 of file svparser.cxx.
| OUString SvParser_Impl< T >::aToken |
Definition at line 37 of file svparser.cxx.
| bool SvParser_Impl< T >::bTokenHasValue |
Definition at line 42 of file svparser.cxx.
| rtl_TextToUnicodeContext SvParser_Impl< T >::hContext |
Definition at line 48 of file svparser.cxx.
| rtl_TextToUnicodeConverter SvParser_Impl< T >::hConv |
Definition at line 47 of file svparser.cxx.
| sal_uInt64 SvParser_Impl< T >::nFilePos |
Definition at line 38 of file svparser.cxx.
| sal_uInt32 SvParser_Impl< T >::nlLineNr |
Definition at line 39 of file svparser.cxx.
| sal_uInt32 SvParser_Impl< T >::nlLinePos |
Definition at line 40 of file svparser.cxx.
| sal_uInt32 SvParser_Impl< T >::nNextCh |
Definition at line 44 of file svparser.cxx.
| T SvParser_Impl< T >::nSaveToken |
Definition at line 45 of file svparser.cxx.
| T SvParser_Impl< T >::nToken |
Definition at line 43 of file svparser.cxx.
| tools::Long SvParser_Impl< T >::nTokenValue |
Definition at line 41 of file svparser.cxx.