LibreOffice Module svx (master) 1
|
#include <sal/config.h>
#include <o3tl/safeint.hxx>
#include <o3tl/string_view.hxx>
#include <svx/fmtools.hxx>
#include <svx/fmsrccfg.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/wldcrd.hxx>
#include <vcl/svapp.hxx>
#include <unotools/textsearch.hxx>
#include <com/sun/star/awt/XTextComponent.hpp>
#include <com/sun/star/awt/XListBox.hpp>
#include <com/sun/star/awt/XCheckBox.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/util/SearchAlgorithms2.hpp>
#include <com/sun/star/util/SearchFlags.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/i18n/CollatorOptions.hpp>
#include <com/sun/star/sdb/XColumn.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <fmprop.hxx>
#include <svx/fmsrcimp.hxx>
#include <comphelper/types.hxx>
#include <unotools/syslocale.hxx>
#include <i18nutil/searchopt.hxx>
Go to the source code of this file.
Macros | |
#define | EQUAL_BOOKMARKS(a, b) a == b |
#define | IFACECAST(c) static_cast<const Reference< XInterface >&>(c) |
Functions | |
IMPL_LINK (FmSearchEngine, OnNewRecordCount, sal_Int32, theCounter, void) | |
Definition at line 53 of file fmsrcimp.cxx.
#define IFACECAST | ( | c | ) | static_cast<const Reference< XInterface >&>(c) |
Definition at line 55 of file fmsrcimp.cxx.
IMPL_LINK | ( | FmSearchEngine | , |
OnNewRecordCount | , | ||
sal_Int32 | , | ||
theCounter | , | ||
void | |||
) |
Definition at line 905 of file fmsrcimp.cxx.
References FmSearchProgress::aSearchState, FmSearchProgress::nCurrentRecord, and FmSearchProgress::ProgressCounting.