LibreOffice Module sw (master) 1
|
#include <toxwrap.hxx>
Public Member Functions | |
IndexEntrySupplierWrapper () | |
~IndexEntrySupplierWrapper () | |
void | SetLocale (const css::lang::Locale &rLocale) |
OUString | GetIndexKey (const OUString &rText, const OUString &rTextReading, const css::lang::Locale &rLocale) const |
OUString | GetFollowingText (bool bMorePages) const |
css::uno::Sequence< OUString > | GetAlgorithmList (const css::lang::Locale &rLcl) const |
bool | LoadAlgorithm (const css::lang::Locale &rLcl, const OUString &sSortAlgorithm, tools::Long nOptions) const |
sal_Int16 | CompareIndexEntry (const OUString &rText1, const OUString &rTextReading1, const css::lang::Locale &rLcl1, const OUString &rText2, const OUString &rTextReading2, const css::lang::Locale &rLcl2) const |
Private Attributes | |
css::lang::Locale | m_aLcl |
css::uno::Reference< css::i18n::XExtendedIndexEntrySupplier > | m_xIES |
Definition at line 31 of file toxwrap.hxx.
IndexEntrySupplierWrapper::IndexEntrySupplierWrapper | ( | ) |
Definition at line 27 of file toxhlp.cxx.
References m_xIES, and TOOLS_WARN_EXCEPTION.
IndexEntrySupplierWrapper::~IndexEntrySupplierWrapper | ( | ) |
Definition at line 40 of file toxhlp.cxx.
sal_Int16 IndexEntrySupplierWrapper::CompareIndexEntry | ( | const OUString & | rText1, |
const OUString & | rTextReading1, | ||
const css::lang::Locale & | rLcl1, | ||
const OUString & | rText2, | ||
const OUString & | rTextReading2, | ||
const css::lang::Locale & | rLcl2 | ||
) | const |
Definition at line 101 of file toxhlp.cxx.
References m_xIES, and TOOLS_WARN_EXCEPTION.
css::uno::Sequence< OUString > IndexEntrySupplierWrapper::GetAlgorithmList | ( | const css::lang::Locale & | rLcl | ) | const |
Definition at line 72 of file toxhlp.cxx.
References m_xIES, and TOOLS_WARN_EXCEPTION.
OUString IndexEntrySupplierWrapper::GetFollowingText | ( | bool | bMorePages | ) | const |
Definition at line 59 of file toxhlp.cxx.
References m_aLcl, m_xIES, and TOOLS_WARN_EXCEPTION.
OUString IndexEntrySupplierWrapper::GetIndexKey | ( | const OUString & | rText, |
const OUString & | rTextReading, | ||
const css::lang::Locale & | rLocale | ||
) | const |
Definition at line 44 of file toxhlp.cxx.
References m_xIES, and TOOLS_WARN_EXCEPTION.
bool IndexEntrySupplierWrapper::LoadAlgorithm | ( | const css::lang::Locale & | rLcl, |
const OUString & | sSortAlgorithm, | ||
tools::Long | nOptions | ||
) | const |
Definition at line 86 of file toxhlp.cxx.
References m_xIES, and TOOLS_WARN_EXCEPTION.
|
inline |
Definition at line 40 of file toxwrap.hxx.
|
private |
Definition at line 33 of file toxwrap.hxx.
Referenced by GetFollowingText().
|
private |
Definition at line 34 of file toxwrap.hxx.
Referenced by CompareIndexEntry(), GetAlgorithmList(), GetFollowingText(), GetIndexKey(), IndexEntrySupplierWrapper(), and LoadAlgorithm().