Home
last modified time | relevance | path

Searched refs:SwTOXInternational (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/core/tox/
H A Dtxmsrt.cxx68 SwTOXInternational::SwTOXInternational( LanguageType nLang, sal_uInt16 nOpt, in SV_IMPL_VARARR()
77 SwTOXInternational::SwTOXInternational( const SwTOXInternational& rIntl ) : in SwTOXInternational() function in SwTOXInternational
85 void SwTOXInternational::Init() in Init()
108 SwTOXInternational::~SwTOXInternational() in ~SwTOXInternational()
114 String SwTOXInternational::ToUpper( const String& rStr, xub_StrLen nPos ) const in ToUpper()
118 inline sal_Bool SwTOXInternational::IsNumeric( const String& rStr ) const in IsNumeric()
123 sal_Int32 SwTOXInternational::Compare( const String& rTxt1, const String& rTxtReading1, in Compare()
132 String SwTOXInternational::GetIndexKey( const String& rTxt, const String& rTxtReading, in GetIndexKey()
138 String SwTOXInternational::GetFollowingText( sal_Bool bMorePages ) const in GetFollowingText()
150 const SwTOXInternational* pInter, in SwTOXSortTabBase()
[all …]
/AOO41X/main/sw/source/core/inc/
H A Dtxmsrt.hxx64 class SwTOXInternational class
75 SwTOXInternational( LanguageType nLang, sal_uInt16 nOptions,
77 SwTOXInternational( const SwTOXInternational& );
78 ~SwTOXInternational();
122 const SwTOXInternational* pTOXIntl;
131 const SwTOXInternational* pIntl,
182 const SwTOXInternational& rIntl,
201 const SwTOXInternational& rIntl,
224 const SwTOXInternational& rIntl );
279 SwTOXAuthority( const SwCntntNode& rNd, SwFmtFld& rField, const SwTOXInternational& rIntl );
H A Ddoctxm.hxx32 class SwTOXInternational;
54 void UpdateMarks( const SwTOXInternational& rIntl,
62 void UpdateAuthorities( const SwTOXInternational& rIntl );
69 void InsertAlphaDelimitter( const SwTOXInternational& rIntl );
84 const SwTOXInternational& rIntl );
/AOO41X/main/sw/source/core/doc/
H A Ddoctxm.cxx877 SwTOXInternational aIntl( GetLanguage(), in Update()
1095 void SwTOXBaseSection::InsertAlphaDelimitter( const SwTOXInternational& rIntl ) in InsertAlphaDelimitter()
1192 void SwTOXBaseSection::UpdateMarks( const SwTOXInternational& rIntl, in UpdateMarks()
1377 void SwTOXBaseSection::UpdateAuthorities( const SwTOXInternational& rIntl ) in UpdateAuthorities()
1945 SwTOXInternational aIntl( GetLanguage(), in UpdatePageNum()
2064 const SwTOXInternational& rIntl ) in _UpdatePageNum()
2331 const SwTOXInternational& rIntl = *rNew.pTOXIntl; in GetKeyRange()
/AOO41X/main/sw/source/core/fields/
H A Dauthfld.cxx320 SwTOXInternational aIntl(m_eLanguage, 0, m_sSortAlgorithm); in GetSequencePos()