LibreOffice Module svx (master) 1
Namespaces | Classes | Typedefs | Enumerations | Functions | Variables
svxform Namespace Reference

class FmSearchEngine - Impl class for FmSearchDialog More...

Namespaces

namespace  charset_helper
 
namespace  ControlLayouter
 

Classes

class  AddConditionDialog
 
class  AddDataItemDialog
 
class  AddInstanceDialog
 
class  AddModelDialog
 
class  AddSubmissionDialog
 
struct  BorderDescriptor
 
class  CheckBoxWrapper
 
class  ColumnInfoCache
 
class  ControlBorderManager
 manages the dynamic border color for form controls More...
 
struct  ControlData
 
class  ControlTextWrapper
 
class  DataColumn
 
class  DataListener
 
class  DataNavigator
 
class  DataNavigatorWindow
 
class  DataTreeDropTarget
 
class  DelayedEvent
 small class which encapsulates posting a Link instance as ApplicationUserEvent More...
 
class  DispatchInterceptionMultiplexer
 
class  DispatchInterceptor
 
class  DocumentClassification
 
struct  FmFieldInfo
 
class  FmFilterAdapter
 
class  FmFilterData
 
class  FmFilterItem
 
class  FmFilterItems
 
class  FmFilterModel
 
class  FmFilterNavigator
 
class  FmFilterNavigatorDropTarget
 
class  FmFilterNavigatorWin
 
class  FmFilterNavigatorWinMgr
 
class  FmFormItem
 
class  FmParentData
 
class  FmSearchConfigItem
 
struct  FmSearchParams
 
class  FormControlFactory
 
class  FormController
 
class  FormScriptingEnvironment
 describes the interface implemented by a component which handles scripting requirements in a form/control environment. More...
 
class  FormScriptListener
 implements the XScriptListener interface, is used by FormScriptingEnvironment More...
 
class  FormToolboxes
 
struct  ItemNode
 
class  LinkedInstanceWarningBox
 
class  ListBoxWrapper
 
class  ManageNamespaceDialog
 
class  MethodString
 
class  NamespaceItemDialog
 
class  NavigatorFrame
 
class  NavigatorTree
 
class  NavigatorTreeDropTarget
 
class  NavigatorTreeModel
 
class  OAddConditionDialog
 
class  OControlExchange
 
class  OControlExchangeHelper
 
class  OControlTransferData
 
class  OFilterExchangeHelper
 
class  OFilterItemExchange
 
class  OFormComponentObserver
 
class  OParseContextClient
 helper class which needs access to a (shared and ref-counted) OSystemParseContext instance. More...
 
class  OSystemParseContext
 
class  ReplaceString
 
class  SimpleTextWrapper
 
struct  UnderlineDescriptor
 
class  XFormsPage
 

Typedefs

typedef ::cppu::WeakImplHelper< XScriptListener > FormScriptListener_Base
 
typedef ::cppu::WeakImplHelper< form::XFormController, XServiceInfo > LegacyFormController_Base
 
typedef ::std::map< Reference< XInterface >, SdrObject * > MapModelToShape
 
typedef cppu::WeakImplHelper< css::container::XContainerListener, css::frame::XFrameActionListener, css::xml::dom::events::XEventListener > DataListener_t
 
typedef ::std::set< std::unique_ptr< weld::TreeIter > > ListBoxEntrySet
 
typedef std::set< std::unique_ptr< weld::TreeIter > > SvLBoxEntrySortedArray
 
typedef ::std::vector< css::uno::Reference< css::awt::XTextComponent > > FilterComponents
 
typedef cppu::WeakComponentImplHelper< css::form::runtime::XFormController, css::form::runtime::XFilterController, css::awt::XFocusListener, css::form::XLoadListener, css::beans::XPropertyChangeListener, css::awt::XTextListener, css::awt::XItemListener, css::container::XContainerListener, css::util::XModifyListener, css::form::XConfirmDeleteListener, css::sdb::XSQLErrorListener, css::sdbc::XRowSetListener, css::sdb::XRowSetApproveListener, css::form::XDatabaseParameterListener, css::lang::XServiceInfo, css::form::XResetListener, css::frame::XDispatch, css::awt::XMouseListener, css::form::validation::XFormComponentValidityListener, css::task::XInteractionHandler, css::form::XGridControlListener, css::form::runtime::XFeatureInvalidation > FormController_BASE
 
typedef ::cppu::WeakComponentImplHelper< css::frame::XDispatchProviderInterceptor, css::lang::XEventListener > DispatchInterceptionMultiplexer_BASE
 
typedef ::svt::OGenericUnoDialog OAddConditionDialogBase
 

Enumerations

enum  DataGroupType {
  DGTUnknown = 0 ,
  DGTInstance ,
  DGTSubmission ,
  DGTBinding
}
 
enum  DataItemType {
  DITNone = 0 ,
  DITText ,
  DITAttribute ,
  DITElement ,
  DITBinding
}
 
enum  DocumentType {
  eTextDocument ,
  eWebDocument ,
  eSpreadsheetDocument ,
  eDrawingDocument ,
  ePresentationDocument ,
  eEnhancedForm ,
  eDatabaseForm ,
  eDatabaseReport ,
  eUnknownDocumentType
}
 

Functions

 IMPL_LINK (XFormsPage, PopupMenuHdl, const CommandEvent &, rCEvt, bool)
 
 IMPL_LINK (XFormsPage, TbxSelectHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (XFormsPage, ItemSelectHdl, weld::TreeView &, void)
 
 IMPL_LINK (XFormsPage, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
 IMPL_LINK (DataNavigatorWindow, ModelSelectListBoxHdl, weld::ComboBox &, rBox, void)
 
 IMPL_LINK (DataNavigatorWindow, MenuSelectHdl, const OUString &, rIdent, void)
 
 IMPL_LINK (DataNavigatorWindow, MenuActivateHdl, weld::Toggleable &, rBtn, void)
 
 IMPL_LINK (DataNavigatorWindow, ActivatePageHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (DataNavigatorWindow, UpdateHdl, Timer *, void)
 
 IMPL_LINK (AddDataItemDialog, CheckHdl, weld::Toggleable &, rBox, void)
 
 IMPL_LINK (AddDataItemDialog, ConditionHdl, weld::Button &, rBtn, void)
 
static void copyPropSet (const Reference< XPropertySet > &xFrom, Reference< XPropertySet > const &xTo)
 
 IMPL_LINK_NOARG (AddDataItemDialog, OKHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (AddConditionDialog, EditHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (AddConditionDialog, OKHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (AddConditionDialog, ModifyHdl, weld::TextView &, void)
 
 IMPL_LINK_NOARG (AddConditionDialog, ResultHdl, Timer *, void)
 
 IMPL_LINK_NOARG (NamespaceItemDialog, SelectHdl, weld::TreeView &, void)
 
 IMPL_LINK (NamespaceItemDialog, ClickHdl, weld::Button &, rButton, void)
 
 IMPL_LINK_NOARG (NamespaceItemDialog, OKHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ManageNamespaceDialog, OKHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (AddSubmissionDialog, RefHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (AddSubmissionDialog, OKHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (AddInstanceDialog, FilePickerHdl, weld::Button &, void)
 
 IMPL_LINK (DelayedEvent, OnCall, void *, _pArg, void)
 
 IMPL_STATIC_LINK (FmFilterNavigator, CustomGetSizeHdl, weld::TreeView::get_size_args, aPayload, Size)
 
 IMPL_STATIC_LINK (FmFilterNavigator, CustomRenderHdl, weld::TreeView::render_args, aPayload, void)
 
 IMPL_LINK (FmFilterNavigator, EditingEntryHdl, const weld::TreeIter &, rIter, bool)
 
 IMPL_LINK (FmFilterNavigator, EditedEntryHdl, const IterString &, rIterString, bool)
 
 IMPL_LINK (FmFilterNavigator, OnRemove, void *, p, void)
 
 IMPL_LINK_NOARG (FmFilterNavigator, SelectHdl, weld::TreeView &, void)
 
 IMPL_LINK (FmFilterNavigator, DragBeginHdl, bool &, rUnsetDragIcon, bool)
 
 IMPL_LINK (FmFilterNavigator, PopupMenuHdl, const CommandEvent &, rEvt, bool)
 
 IMPL_LINK (FmFilterNavigator, KeyInputHdl, const ::KeyEvent &, rKEvt, bool)
 
static void setUnderline (const Reference< XVclWindowPeer > &_rxPeer, const UnderlineDescriptor &_rUnderline)
 
static void getUnderline (const Reference< XVclWindowPeer > &_rxPeer, UnderlineDescriptor &_rUnderline)
 
static void getBorder (const Reference< XVclWindowPeer > &_rxPeer, BorderDescriptor &_rBorder)
 
static void setBorder (const Reference< XVclWindowPeer > &_rxPeer, const BorderDescriptor &_rBorder)
 
static bool lcl_fillDataFlavorEx (SotClipboardFormatId nId, DataFlavorEx &_rFlavor)
 
 IMPL_LINK (FormScriptListener, OnAsyncScriptEvent, void *, p, void)
 
void ImplSmartRegisterUnoServices ()
 
static const Ascii2Int16 * lcl_getSearchForTypeValueMap ()
 
static const Ascii2Int16 * lcl_getSearchPositionValueMap ()
 
static sal_Int16 lcl_implMapAsciiValue (const OUString &_rAsciiValue, const Ascii2Int16 *_pMap)
 
static const char * lcl_implMapIntValue (const sal_Int16 _nValue, const Ascii2Int16 *_pMap)
 
 IMPL_LINK_NOARG (FormController, OnActivateTabOrder, Timer *, void)
 
 IMPL_LINK_NOARG (FormController, OnInvalidateFeatures, Timer *, void)
 
 IMPL_LINK_NOARG (FormController, OnToggleAutoFields, void *, void)
 
 IMPL_LINK_NOARG (FormController, OnActivated, void *, void)
 
 IMPL_LINK_NOARG (FormController, OnDeactivated, void *, void)
 
 IMPL_LINK_NOARG (FormController, OnLoad, void *, void)
 
static void collectShapeModelMapping (SdrPage const *_pPage, MapModelToShape &_rMapping)
 
 IMPL_LINK (NavigatorTree, DragBeginHdl, bool &, rUnsetDragIcon, bool)
 
 IMPL_LINK (NavigatorTree, PopupMenuHdl, const CommandEvent &, rEvt, bool)
 
 IMPL_LINK (NavigatorTree, KeyInputHdl, const ::KeyEvent &, rKEvt, bool)
 
 IMPL_LINK (NavigatorTree, EditingEntryHdl, const weld::TreeIter &, rIter, bool)
 
 IMPL_LINK (NavigatorTree, EditedEntryHdl, const IterString &, rIterString, bool)
 
 IMPL_LINK_NOARG (NavigatorTree, OnEdit, void *, void)
 
 IMPL_LINK_NOARG (NavigatorTree, OnEntrySelDesel, weld::TreeView &, void)
 
 IMPL_LINK_NOARG (NavigatorTree, OnSynchronizeTimer, Timer *, void)
 
 IMPL_LINK_NOARG (NavigatorTree, OnClipboardAction, OLocalExchange &, void)
 
Reference< XInterfaceOAddConditionDialog_Create (const Reference< XMultiServiceFactory > &_rxORB)
 
Sequence< OUString > OAddConditionDialog_GetSupportedServiceNames ()
 
OUString OAddConditionDialog_GetImplementationName ()
 
class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) OLocalExchange class UNLESS_MERGELIBS (SVXCORE_DLLPUBLIC) OLocalExchangeHelper
 a helper for navigator windows (SvTreeListBox'es) which allow DnD within themself More...
 
css::uno::Reference< css::uno::XInterface > OAddConditionDialog_Create (css::uno::Reference< css::lang::XMultiServiceFactory > const &)
 

Variables

constexpr OUStringLiteral PN_INSTANCE_MODEL = u"Instance"
 
constexpr OUStringLiteral PN_INSTANCE_ID = u"ID"
 
constexpr OUStringLiteral PN_INSTANCE_URL = u"URL"
 
constexpr OUStringLiteral PN_BINDING_ID = u"BindingID"
 
constexpr OUStringLiteral PN_BINDING_EXPR = u"BindingExpression"
 
constexpr OUStringLiteral PN_BINDING_MODEL = u"Model"
 
constexpr OUStringLiteral PN_BINDING_NAMESPACES = u"ModelNamespaces"
 
constexpr OUStringLiteral PN_READONLY_EXPR = u"ReadonlyExpression"
 
constexpr OUStringLiteral PN_RELEVANT_EXPR = u"RelevantExpression"
 
constexpr OUStringLiteral PN_REQUIRED_EXPR = u"RequiredExpression"
 
constexpr OUStringLiteral PN_CONSTRAINT_EXPR = u"ConstraintExpression"
 
constexpr OUStringLiteral PN_CALCULATE_EXPR = u"CalculateExpression"
 
constexpr OUStringLiteral PN_BINDING_TYPE = u"Type"
 
constexpr OUStringLiteral PN_SUBMISSION_ID = u"ID"
 
constexpr OUStringLiteral PN_SUBMISSION_BIND = u"Bind"
 
constexpr OUStringLiteral PN_SUBMISSION_REF = u"Ref"
 
constexpr OUStringLiteral PN_SUBMISSION_ACTION = u"Action"
 
constexpr OUStringLiteral PN_SUBMISSION_METHOD = u"Method"
 
constexpr OUStringLiteral PN_SUBMISSION_REPLACE = u"Replace"
 
constexpr OUStringLiteral TRUE_VALUE = u"true()"
 
constexpr OUStringLiteral NEW_ELEMENT = u"newElement"
 
constexpr OUStringLiteral NEW_ATTRIBUTE = u"newAttribute"
 
constexpr OUStringLiteral EVENTTYPE_CHARDATA = u"DOMCharacterDataModified"
 
constexpr OUStringLiteral EVENTTYPE_ATTR = u"DOMAttrModified"
 
const int nxD = 4
 
const int nxDBmp = 12
 

Detailed Description

class FmSearchEngine - Impl class for FmSearchDialog

Typedef Documentation

◆ DataListener_t

typedef cppu::WeakImplHelper< css::container::XContainerListener, css::frame::XFrameActionListener, css::xml::dom::events::XEventListener > svxform::DataListener_t

Definition at line 37 of file datalistener.hxx.

◆ DispatchInterceptionMultiplexer_BASE

typedef ::cppu::WeakComponentImplHelper< css::frame::XDispatchProviderInterceptor , css::lang::XEventListener > svxform::DispatchInterceptionMultiplexer_BASE

Definition at line 52 of file formdispatchinterceptor.hxx.

◆ FilterComponents

typedef ::std::vector< css::uno::Reference< css::awt::XTextComponent > > svxform::FilterComponents

Definition at line 86 of file formcontroller.hxx.

◆ FormController_BASE

typedef cppu::WeakComponentImplHelper< css::form::runtime::XFormController , css::form::runtime::XFilterController , css::awt::XFocusListener , css::form::XLoadListener , css::beans::XPropertyChangeListener , css::awt::XTextListener , css::awt::XItemListener , css::container::XContainerListener , css::util::XModifyListener , css::form::XConfirmDeleteListener , css::sdb::XSQLErrorListener , css::sdbc::XRowSetListener , css::sdb::XRowSetApproveListener , css::form::XDatabaseParameterListener , css::lang::XServiceInfo , css::form::XResetListener , css::frame::XDispatch , css::awt::XMouseListener , css::form::validation::XFormComponentValidityListener , css::task::XInteractionHandler , css::form::XGridControlListener , css::form::runtime::XFeatureInvalidation > svxform::FormController_BASE

Definition at line 112 of file formcontroller.hxx.

◆ FormScriptListener_Base

typedef ::cppu::WeakImplHelper< XScriptListener > svxform::FormScriptListener_Base

Definition at line 69 of file fmscriptingenv.cxx.

◆ LegacyFormController_Base

typedef ::cppu::WeakImplHelper< form::XFormController , XServiceInfo > svxform::LegacyFormController_Base

Definition at line 55 of file legacyformcontroller.cxx.

◆ ListBoxEntrySet

Definition at line 38 of file fmexch.hxx.

◆ MapModelToShape

Definition at line 79 of file navigatortree.cxx.

◆ OAddConditionDialogBase

Definition at line 32 of file xfm_addcondition.hxx.

◆ SvLBoxEntrySortedArray

Definition at line 373 of file fmexpl.hxx.

Enumeration Type Documentation

◆ DataGroupType

Enumerator
DGTUnknown 
DGTInstance 
DGTSubmission 
DGTBinding 

Definition at line 59 of file datanavi.hxx.

◆ DataItemType

Enumerator
DITNone 
DITText 
DITAttribute 
DITElement 
DITBinding 

Definition at line 67 of file datanavi.hxx.

◆ DocumentType

Enumerator
eTextDocument 
eWebDocument 
eSpreadsheetDocument 
eDrawingDocument 
ePresentationDocument 
eEnhancedForm 
eDatabaseForm 
eDatabaseReport 
eUnknownDocumentType 

Definition at line 29 of file fmdocumentclassification.hxx.

Function Documentation

◆ collectShapeModelMapping()

static void svxform::collectShapeModelMapping ( SdrPage const *  _pPage,
MapModelToShape _rMapping 
)
static

◆ copyPropSet()

static void svxform::copyPropSet ( const Reference< XPropertySet > &  xFrom,
Reference< XPropertySet > const &  xTo 
)
static

Definition at line 2229 of file datanavi.cxx.

References aProperties, DBG_ASSERT, Exception, Property, and TOOLS_WARN_EXCEPTION.

Referenced by IMPL_LINK_NOARG().

◆ getBorder()

static void svxform::getBorder ( const Reference< XVclWindowPeer > &  _rxPeer,
BorderDescriptor _rBorder 
)
static

◆ getUnderline()

static void svxform::getUnderline ( const Reference< XVclWindowPeer > &  _rxPeer,
UnderlineDescriptor _rUnderline 
)
static

◆ IMPL_LINK() [1/23]

svxform::IMPL_LINK ( AddDataItemDialog  ,
CheckHdl  ,
weld::Toggleable ,
rBox  ,
void   
)

Definition at line 2148 of file datanavi.cxx.

References Check.

◆ IMPL_LINK() [2/23]

svxform::IMPL_LINK ( AddDataItemDialog  ,
ConditionHdl  ,
weld::Button ,
rBtn  ,
void   
)

◆ IMPL_LINK() [3/23]

svxform::IMPL_LINK ( DataNavigatorWindow  ,
ActivatePageHdl  ,
const OUString &  ,
rIdent  ,
void   
)

Definition at line 1701 of file datanavi.cxx.

References svxform::XFormsPage::HasModel().

◆ IMPL_LINK() [4/23]

svxform::IMPL_LINK ( DataNavigatorWindow  ,
MenuActivateHdl  ,
weld::Toggleable ,
rBtn  ,
void   
)

Definition at line 1679 of file datanavi.cxx.

References MIN_PAGE_COUNT, and SAL_WARN.

◆ IMPL_LINK() [5/23]

svxform::IMPL_LINK ( DataNavigatorWindow  ,
MenuSelectHdl  ,
const OUString &  ,
rIdent  ,
void   
)

◆ IMPL_LINK() [6/23]

svxform::IMPL_LINK ( DataNavigatorWindow  ,
ModelSelectListBoxHdl  ,
weld::ComboBox ,
rBox  ,
void   
)

Definition at line 1366 of file datanavi.cxx.

◆ IMPL_LINK() [7/23]

svxform::IMPL_LINK ( DelayedEvent  ,
OnCall  ,
void *  ,
_pArg  ,
void   
)

Definition at line 41 of file delayedevent.cxx.

◆ IMPL_LINK() [8/23]

svxform::IMPL_LINK ( FmFilterNavigator  ,
DragBeginHdl  ,
bool &  ,
rUnsetDragIcon  ,
bool   
)

Definition at line 1426 of file filtnav.cxx.

References DND_ACTION_COPYMOVE.

◆ IMPL_LINK() [9/23]

svxform::IMPL_LINK ( FmFilterNavigator  ,
EditedEntryHdl  ,
const IterString &  ,
rIterString  ,
bool   
)

◆ IMPL_LINK() [10/23]

svxform::IMPL_LINK ( FmFilterNavigator  ,
EditingEntryHdl  ,
const weld::TreeIter ,
rIter  ,
bool   
)

Definition at line 1108 of file filtnav.cxx.

◆ IMPL_LINK() [11/23]

svxform::IMPL_LINK ( FmFilterNavigator  ,
KeyInputHdl  ,
const ::KeyEvent ,
rKEvt  ,
bool   
)

◆ IMPL_LINK() [12/23]

svxform::IMPL_LINK ( FmFilterNavigator  ,
OnRemove  ,
void *  ,
p  ,
void   
)

Definition at line 1165 of file filtnav.cxx.

References p.

◆ IMPL_LINK() [13/23]

svxform::IMPL_LINK ( FmFilterNavigator  ,
PopupMenuHdl  ,
const CommandEvent ,
rEvt  ,
bool   
)

◆ IMPL_LINK() [14/23]

svxform::IMPL_LINK ( FormScriptListener  ,
OnAsyncScriptEvent  ,
void *  ,
p  ,
void   
)

Definition at line 733 of file fmscriptingenv.cxx.

References m_aMutex, and p.

◆ IMPL_LINK() [15/23]

svxform::IMPL_LINK ( NamespaceItemDialog  ,
ClickHdl  ,
weld::Button ,
rButton  ,
void   
)

◆ IMPL_LINK() [16/23]

svxform::IMPL_LINK ( NavigatorTree  ,
DragBeginHdl  ,
bool &  ,
rUnsetDragIcon  ,
bool   
)

Definition at line 291 of file navigatortree.cxx.

References DND_ACTION_COPYMOVE.

◆ IMPL_LINK() [17/23]

svxform::IMPL_LINK ( NavigatorTree  ,
EditedEntryHdl  ,
const IterString &  ,
rIterString  ,
bool   
)

◆ IMPL_LINK() [18/23]

svxform::IMPL_LINK ( NavigatorTree  ,
EditingEntryHdl  ,
const weld::TreeIter ,
rIter  ,
bool   
)

Definition at line 1260 of file navigatortree.cxx.

◆ IMPL_LINK() [19/23]

svxform::IMPL_LINK ( NavigatorTree  ,
KeyInputHdl  ,
const ::KeyEvent ,
rKEvt  ,
bool   
)

◆ IMPL_LINK() [20/23]

svxform::IMPL_LINK ( NavigatorTree  ,
PopupMenuHdl  ,
const CommandEvent ,
rEvt  ,
bool   
)

◆ IMPL_LINK() [21/23]

svxform::IMPL_LINK ( XFormsPage  ,
KeyInputHdl  ,
const KeyEvent ,
rKEvt  ,
bool   
)

Definition at line 979 of file datanavi.cxx.

References KEY_DELETE, and u.

◆ IMPL_LINK() [22/23]

svxform::IMPL_LINK ( XFormsPage  ,
PopupMenuHdl  ,
const CommandEvent ,
rCEvt  ,
bool   
)

Definition at line 136 of file datanavi.cxx.

References Application::CreateBuilder(), DGTInstance, DGTSubmission, and SvxResId().

◆ IMPL_LINK() [23/23]

svxform::IMPL_LINK ( XFormsPage  ,
TbxSelectHdl  ,
const OUString &  ,
rIdent  ,
void   
)

Definition at line 251 of file datanavi.cxx.

◆ IMPL_LINK_NOARG() [1/24]

svxform::IMPL_LINK_NOARG ( AddConditionDialog  ,
EditHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/24]

svxform::IMPL_LINK_NOARG ( AddConditionDialog  ,
ModifyHdl  ,
weld::TextView ,
void   
)

Definition at line 2637 of file datanavi.cxx.

◆ IMPL_LINK_NOARG() [3/24]

svxform::IMPL_LINK_NOARG ( AddConditionDialog  ,
OKHdl  ,
weld::Button ,
void   
)

Definition at line 2632 of file datanavi.cxx.

References m_xDialog, and RET_OK.

◆ IMPL_LINK_NOARG() [4/24]

svxform::IMPL_LINK_NOARG ( AddConditionDialog  ,
ResultHdl  ,
Timer ,
void   
)

◆ IMPL_LINK_NOARG() [5/24]

svxform::IMPL_LINK_NOARG ( AddDataItemDialog  ,
OKHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [6/24]

svxform::IMPL_LINK_NOARG ( AddInstanceDialog  ,
FilePickerHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [7/24]

svxform::IMPL_LINK_NOARG ( AddSubmissionDialog  ,
OKHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [8/24]

svxform::IMPL_LINK_NOARG ( AddSubmissionDialog  ,
RefHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [9/24]

svxform::IMPL_LINK_NOARG ( DataNavigatorWindow  ,
UpdateHdl  ,
Timer ,
void   
)

Definition at line 1710 of file datanavi.cxx.

◆ IMPL_LINK_NOARG() [10/24]

svxform::IMPL_LINK_NOARG ( FmFilterNavigator  ,
SelectHdl  ,
weld::TreeView ,
void   
)

Definition at line 1253 of file filtnav.cxx.

References svxform::FmFormItem::GetController(), and pData.

◆ IMPL_LINK_NOARG() [11/24]

svxform::IMPL_LINK_NOARG ( FormController  ,
OnActivated  ,
void *  ,
void   
)

Definition at line 1707 of file formcontroller.cxx.

References aEvent.

◆ IMPL_LINK_NOARG() [12/24]

svxform::IMPL_LINK_NOARG ( FormController  ,
OnActivateTabOrder  ,
Timer ,
void   
)

Definition at line 489 of file formcontroller.cxx.

◆ IMPL_LINK_NOARG() [13/24]

svxform::IMPL_LINK_NOARG ( FormController  ,
OnDeactivated  ,
void *  ,
void   
)

Definition at line 1714 of file formcontroller.cxx.

References aEvent.

◆ IMPL_LINK_NOARG() [14/24]

svxform::IMPL_LINK_NOARG ( FormController  ,
OnInvalidateFeatures  ,
Timer ,
void   
)

Definition at line 508 of file formcontroller.cxx.

References m_aMutex.

◆ IMPL_LINK_NOARG() [15/24]

svxform::IMPL_LINK_NOARG ( FormController  ,
OnLoad  ,
void *  ,
void   
)

Definition at line 2536 of file formcontroller.cxx.

◆ IMPL_LINK_NOARG() [16/24]

svxform::IMPL_LINK_NOARG ( FormController  ,
OnToggleAutoFields  ,
void *  ,
void   
)

Definition at line 1399 of file formcontroller.cxx.

◆ IMPL_LINK_NOARG() [17/24]

svxform::IMPL_LINK_NOARG ( ManageNamespaceDialog  ,
OKHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [18/24]

svxform::IMPL_LINK_NOARG ( NamespaceItemDialog  ,
OKHdl  ,
weld::Button ,
void   
)

Definition at line 2746 of file datanavi.cxx.

References Any, Exception, i, m_xDialog, RET_OK, sPrefix, and TOOLS_WARN_EXCEPTION.

◆ IMPL_LINK_NOARG() [19/24]

svxform::IMPL_LINK_NOARG ( NamespaceItemDialog  ,
SelectHdl  ,
weld::TreeView ,
void   
)

Definition at line 2694 of file datanavi.cxx.

◆ IMPL_LINK_NOARG() [20/24]

svxform::IMPL_LINK_NOARG ( NavigatorTree  ,
OnClipboardAction  ,
OLocalExchange &  ,
void   
)

Definition at line 1443 of file navigatortree.cxx.

◆ IMPL_LINK_NOARG() [21/24]

svxform::IMPL_LINK_NOARG ( NavigatorTree  ,
OnEdit  ,
void *  ,
void   
)

Definition at line 1416 of file navigatortree.cxx.

◆ IMPL_LINK_NOARG() [22/24]

svxform::IMPL_LINK_NOARG ( NavigatorTree  ,
OnEntrySelDesel  ,
weld::TreeView ,
void   
)

Definition at line 1424 of file navigatortree.cxx.

References EXPLORER_SYNC_DELAY.

◆ IMPL_LINK_NOARG() [23/24]

svxform::IMPL_LINK_NOARG ( NavigatorTree  ,
OnSynchronizeTimer  ,
Timer ,
void   
)

Definition at line 1438 of file navigatortree.cxx.

◆ IMPL_LINK_NOARG() [24/24]

svxform::IMPL_LINK_NOARG ( XFormsPage  ,
ItemSelectHdl  ,
weld::TreeView ,
void   
)

Definition at line 256 of file datanavi.cxx.

◆ IMPL_STATIC_LINK() [1/2]

svxform::IMPL_STATIC_LINK ( FmFilterNavigator  ,
CustomGetSizeHdl  ,
weld::TreeView::get_size_args  ,
aPayload  ,
Size   
)

◆ IMPL_STATIC_LINK() [2/2]

svxform::IMPL_STATIC_LINK ( FmFilterNavigator  ,
CustomRenderHdl  ,
weld::TreeView::render_args  ,
aPayload  ,
void   
)

◆ ImplSmartRegisterUnoServices()

SVXCORE_DLLPUBLIC void svxform::ImplSmartRegisterUnoServices ( )

◆ lcl_fillDataFlavorEx()

static bool svxform::lcl_fillDataFlavorEx ( SotClipboardFormatId  nId,
DataFlavorEx _rFlavor 
)
static

◆ lcl_getSearchForTypeValueMap()

static const Ascii2Int16 * svxform::lcl_getSearchForTypeValueMap ( )
static

◆ lcl_getSearchPositionValueMap()

static const Ascii2Int16 * svxform::lcl_getSearchPositionValueMap ( )
static

◆ lcl_implMapAsciiValue()

static sal_Int16 svxform::lcl_implMapAsciiValue ( const OUString &  _rAsciiValue,
const Ascii2Int16 *  _pMap 
)
static

Definition at line 111 of file fmsrccfg.cxx.

References SAL_WARN.

Referenced by svxform::FmSearchConfigItem::implTranslateFromConfig().

◆ lcl_implMapIntValue()

static const char * svxform::lcl_implMapIntValue ( const sal_Int16  _nValue,
const Ascii2Int16 *  _pMap 
)
static

Definition at line 128 of file fmsrccfg.cxx.

References _nValue, and SAL_WARN.

Referenced by svxform::FmSearchConfigItem::implTranslateToConfig().

◆ OAddConditionDialog_Create() [1/2]

Reference< XInterface > svxform::OAddConditionDialog_Create ( const Reference< XMultiServiceFactory > &  _rxORB)

Definition at line 46 of file xfm_addcondition.cxx.

References svxform::OAddConditionDialog::Create().

Referenced by ImplSmartRegisterUnoServices().

◆ OAddConditionDialog_Create() [2/2]

css::uno::Reference< css::uno::XInterface > svxform::OAddConditionDialog_Create ( css::uno::Reference< css::lang::XMultiServiceFactory > const &  )

◆ OAddConditionDialog_GetImplementationName()

OUString svxform::OAddConditionDialog_GetImplementationName ( )

◆ OAddConditionDialog_GetSupportedServiceNames()

css::uno::Sequence< OUString > svxform::OAddConditionDialog_GetSupportedServiceNames ( )

◆ setBorder()

static void svxform::setBorder ( const Reference< XVclWindowPeer > &  _rxPeer,
const BorderDescriptor _rBorder 
)
static

◆ setUnderline()

static void svxform::setUnderline ( const Reference< XVclWindowPeer > &  _rxPeer,
const UnderlineDescriptor _rUnderline 
)
static

◆ UNLESS_MERGELIBS()

class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) OLocalExchange class svxform::UNLESS_MERGELIBS ( SVXCORE_DLLPUBLIC  )

a helper for navigator windows (SvTreeListBox'es) which allow DnD within themself

Definition at line 38 of file fmexch.hxx.

Variable Documentation

◆ EVENTTYPE_ATTR

constexpr OUStringLiteral svxform::EVENTTYPE_ATTR = u"DOMAttrModified"
constexpr

◆ EVENTTYPE_CHARDATA

constexpr OUStringLiteral svxform::EVENTTYPE_CHARDATA = u"DOMCharacterDataModified"
constexpr

◆ NEW_ATTRIBUTE

constexpr OUStringLiteral svxform::NEW_ATTRIBUTE = u"newAttribute"
constexpr

Definition at line 104 of file datanavi.cxx.

Referenced by svxform::XFormsPage::DoToolBoxAction().

◆ NEW_ELEMENT

constexpr OUStringLiteral svxform::NEW_ELEMENT = u"newElement"
constexpr

Definition at line 103 of file datanavi.cxx.

Referenced by svxform::XFormsPage::DoToolBoxAction().

◆ nxD

const int svxform::nxD = 4

Definition at line 918 of file filtnav.cxx.

Referenced by IMPL_STATIC_LINK().

◆ nxDBmp

const int svxform::nxDBmp = 12

Definition at line 919 of file filtnav.cxx.

Referenced by IMPL_STATIC_LINK().

◆ PN_BINDING_EXPR

constexpr OUStringLiteral svxform::PN_BINDING_EXPR = u"BindingExpression"
constexpr

◆ PN_BINDING_ID

constexpr OUStringLiteral svxform::PN_BINDING_ID = u"BindingID"
constexpr

◆ PN_BINDING_MODEL

constexpr OUStringLiteral svxform::PN_BINDING_MODEL = u"Model"
constexpr

Definition at line 84 of file datanavi.cxx.

Referenced by svxform::AddConditionDialog::AddConditionDialog().

◆ PN_BINDING_NAMESPACES

constexpr OUStringLiteral svxform::PN_BINDING_NAMESPACES = u"ModelNamespaces"
constexpr

Definition at line 85 of file datanavi.cxx.

Referenced by IMPL_LINK_NOARG().

◆ PN_BINDING_TYPE

constexpr OUStringLiteral svxform::PN_BINDING_TYPE = u"Type"
constexpr

Definition at line 91 of file datanavi.cxx.

Referenced by IMPL_LINK_NOARG(), and svxform::AddDataItemDialog::InitDataTypeBox().

◆ PN_CALCULATE_EXPR

constexpr OUStringLiteral svxform::PN_CALCULATE_EXPR = u"CalculateExpression"
constexpr

◆ PN_CONSTRAINT_EXPR

constexpr OUStringLiteral svxform::PN_CONSTRAINT_EXPR = u"ConstraintExpression"
constexpr

◆ PN_INSTANCE_ID

constexpr OUStringLiteral svxform::PN_INSTANCE_ID = u"ID"
constexpr

Definition at line 78 of file datanavi.cxx.

Referenced by svxform::XFormsPage::LoadInstance().

◆ PN_INSTANCE_MODEL

constexpr OUStringLiteral svxform::PN_INSTANCE_MODEL = u"Instance"
constexpr

Definition at line 77 of file datanavi.cxx.

Referenced by svxform::XFormsPage::LoadInstance().

◆ PN_INSTANCE_URL

constexpr OUStringLiteral svxform::PN_INSTANCE_URL = u"URL"
constexpr

Definition at line 79 of file datanavi.cxx.

Referenced by svxform::XFormsPage::LoadInstance().

◆ PN_READONLY_EXPR

constexpr OUStringLiteral svxform::PN_READONLY_EXPR = u"ReadonlyExpression"
constexpr

◆ PN_RELEVANT_EXPR

constexpr OUStringLiteral svxform::PN_RELEVANT_EXPR = u"RelevantExpression"
constexpr

◆ PN_REQUIRED_EXPR

constexpr OUStringLiteral svxform::PN_REQUIRED_EXPR = u"RequiredExpression"
constexpr

◆ PN_SUBMISSION_ACTION

constexpr OUStringLiteral svxform::PN_SUBMISSION_ACTION = u"Action"
constexpr

◆ PN_SUBMISSION_BIND

constexpr OUStringLiteral svxform::PN_SUBMISSION_BIND = u"Bind"
constexpr

◆ PN_SUBMISSION_ID

constexpr OUStringLiteral svxform::PN_SUBMISSION_ID = u"ID"
constexpr

◆ PN_SUBMISSION_METHOD

constexpr OUStringLiteral svxform::PN_SUBMISSION_METHOD = u"Method"
constexpr

◆ PN_SUBMISSION_REF

constexpr OUStringLiteral svxform::PN_SUBMISSION_REF = u"Ref"
constexpr

◆ PN_SUBMISSION_REPLACE

constexpr OUStringLiteral svxform::PN_SUBMISSION_REPLACE = u"Replace"
constexpr

◆ TRUE_VALUE

constexpr OUStringLiteral svxform::TRUE_VALUE = u"true()"
constexpr