LibreOffice Module svx (master) 1
Classes | Namespaces | Functions | Variables
filtnav.cxx File Reference
#include <memory>
#include <filtnav.hxx>
#include <fmexch.hxx>
#include <helpids.h>
#include <fmprop.hxx>
#include <svx/strings.hrc>
#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/form/runtime/XFormController.hpp>
#include <com/sun/star/util/NumberFormatter.hpp>
#include <com/sun/star/sdb/SQLContext.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/sqlnode.hxx>
#include <cppuhelper/implbase.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <fmshimp.hxx>
#include <o3tl/safeint.hxx>
#include <sfx2/objitem.hxx>
#include <svx/dialmgr.hxx>
#include <svx/fmshell.hxx>
#include <svx/fmtools.hxx>
#include <svx/svxids.hrc>
#include <toolkit/helper/vclunohelper.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <utility>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <bitmaps.hlst>
#include <functional>
Include dependency graph for filtnav.cxx:

Go to the source code of this file.

Classes

class  svxform::FmFilterAdapter
 

Namespaces

namespace  svxform
 class FmSearchEngine - Impl class for FmSearchDialog
 

Functions

 svxform::IMPL_STATIC_LINK (FmFilterNavigator, CustomGetSizeHdl, weld::TreeView::get_size_args, aPayload, Size)
 
 svxform::IMPL_STATIC_LINK (FmFilterNavigator, CustomRenderHdl, weld::TreeView::render_args, aPayload, void)
 
 svxform::IMPL_LINK (FmFilterNavigator, EditingEntryHdl, const weld::TreeIter &, rIter, bool)
 
 svxform::IMPL_LINK (FmFilterNavigator, EditedEntryHdl, const IterString &, rIterString, bool)
 
 svxform::IMPL_LINK (FmFilterNavigator, OnRemove, void *, p, void)
 
 svxform::IMPL_LINK_NOARG (FmFilterNavigator, SelectHdl, weld::TreeView &, void)
 
 svxform::IMPL_LINK (FmFilterNavigator, DragBeginHdl, bool &, rUnsetDragIcon, bool)
 
 svxform::IMPL_LINK (FmFilterNavigator, PopupMenuHdl, const CommandEvent &, rEvt, bool)
 
 svxform::IMPL_LINK (FmFilterNavigator, KeyInputHdl, const ::KeyEvent &, rKEvt, bool)
 

Variables

const int svxform::nxD = 4
 
const int svxform::nxDBmp = 12
 

Variable Documentation

◆ m_nPos

size_t m_nPos
private

Definition at line 172 of file filtnav.cxx.

◆ m_pData

FmFilterData* m_pData
private

Definition at line 163 of file filtnav.cxx.