LibreOffice Module svx (master)
1
|
#include <svx/fmtools.hxx>
#include <svx/svxdllapi.h>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <cppuhelper/implbase.hxx>
#include <osl/mutex.hxx>
#include <unotools/charclass.hxx>
#include <unotools/collatorwrapper.hxx>
#include <tools/link.hxx>
#include <deque>
#include <memory>
#include <string_view>
#include <vector>
Go to the source code of this file.
Classes | |
struct | FmSearchProgress |
struct FmSearchProgress - the owner of SearchEngine receives this structure for status updates (at the end of the search) More... | |
class | FmRecordCountListener |
class FmRecordCountListener - utility class for FmSearchEngine, listens at a certain cursor and provides the differences in RecordCount More... | |
class | svxform::ControlTextWrapper |
class | svxform::SimpleTextWrapper |
class | svxform::ListBoxWrapper |
class | svxform::CheckBoxWrapper |
class | FmSearchEngine |
struct | FmSearchEngine::FieldInfo |
Namespaces | |
com::sun::star::awt | |
com::sun::star::sdb | |
svxform | |
class FmSearchEngine - Impl class for FmSearchDialog | |
Typedefs | |
typedef std::vector< css::uno::Reference< css::uno::XInterface > > | InterfaceArray |
typedef std::vector< css::uno::Reference< css::uno::XInterface> > InterfaceArray |
Definition at line 150 of file fmsrcimp.hxx.