LibreOffice Module svx (master) 1
Macros | Functions
fmsrcimp.cxx File Reference
#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>
Include dependency graph for fmsrcimp.cxx:

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)
 

Macro Definition Documentation

◆ EQUAL_BOOKMARKS

#define EQUAL_BOOKMARKS (   a,
 
)    a == b

Definition at line 53 of file fmsrcimp.cxx.

◆ IFACECAST

#define IFACECAST (   c)    static_cast<const Reference< XInterface >&>(c)

Definition at line 55 of file fmsrcimp.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( FmSearchEngine  ,
OnNewRecordCount  ,
sal_Int32  ,
theCounter  ,
void   
)