LibreOffice Module svx (master) 1
|
class FmSearchEngine - Impl class for FmSearchDialog More...
Namespaces | |
namespace | charset_helper |
namespace | ControlLayouter |
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< XInterface > | OAddConditionDialog_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 |
class FmSearchEngine - Impl class for FmSearchDialog
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.
typedef ::cppu::WeakComponentImplHelper< css::frame::XDispatchProviderInterceptor , css::lang::XEventListener > svxform::DispatchInterceptionMultiplexer_BASE |
Definition at line 52 of file formdispatchinterceptor.hxx.
typedef ::std::vector< css::uno::Reference< css::awt::XTextComponent > > svxform::FilterComponents |
Definition at line 86 of file formcontroller.hxx.
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.
typedef ::cppu::WeakImplHelper< XScriptListener > svxform::FormScriptListener_Base |
Definition at line 69 of file fmscriptingenv.cxx.
typedef ::cppu::WeakImplHelper< form::XFormController , XServiceInfo > svxform::LegacyFormController_Base |
Definition at line 55 of file legacyformcontroller.cxx.
typedef ::std::set<std::unique_ptr<weld::TreeIter> > svxform::ListBoxEntrySet |
Definition at line 38 of file fmexch.hxx.
typedef ::std::map< Reference< XInterface >, SdrObject* > svxform::MapModelToShape |
Definition at line 79 of file navigatortree.cxx.
Definition at line 32 of file xfm_addcondition.hxx.
typedef std::set<std::unique_ptr<weld::TreeIter> > svxform::SvLBoxEntrySortedArray |
Definition at line 373 of file fmexpl.hxx.
Enumerator | |
---|---|
DGTUnknown | |
DGTInstance | |
DGTSubmission | |
DGTBinding |
Definition at line 59 of file datanavi.hxx.
Enumerator | |
---|---|
DITNone | |
DITText | |
DITAttribute | |
DITElement | |
DITBinding |
Definition at line 67 of file datanavi.hxx.
Enumerator | |
---|---|
eTextDocument | |
eWebDocument | |
eSpreadsheetDocument | |
eDrawingDocument | |
ePresentationDocument | |
eEnhancedForm | |
eDatabaseForm | |
eDatabaseReport | |
eUnknownDocumentType |
Definition at line 29 of file fmdocumentclassification.hxx.
|
static |
Definition at line 82 of file navigatortree.cxx.
References DBG_ASSERT, SdrObjListIter::IsMore(), and SdrObjListIter::Next().
Referenced by svxform::NavigatorTree::DeleteSelection().
|
static |
Definition at line 2229 of file datanavi.cxx.
References aProperties, DBG_ASSERT, Exception, Property, and TOOLS_WARN_EXCEPTION.
Referenced by IMPL_LINK_NOARG().
|
static |
Definition at line 71 of file fmcontrolbordermanager.cxx.
References FM_PROP_BORDER, FM_PROP_BORDERCOLOR, svxform::BorderDescriptor::nBorderColor, and svxform::BorderDescriptor::nBorderType.
Referenced by svxform::ControlBorderManager::determineOriginalBorderStyle().
|
static |
Definition at line 59 of file fmcontrolbordermanager.cxx.
References FM_PROP_FONT, FM_PROP_TEXTLINECOLOR, svxform::UnderlineDescriptor::nUnderlineColor, and svxform::UnderlineDescriptor::nUnderlineType.
Referenced by svxform::ControlBorderManager::validityChanged().
svxform::IMPL_LINK | ( | AddDataItemDialog | , |
CheckHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 2148 of file datanavi.cxx.
References Check.
svxform::IMPL_LINK | ( | AddDataItemDialog | , |
ConditionHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 2185 of file datanavi.cxx.
References Any, svxform::AddConditionDialog::GetCondition(), m_xDialog, PN_BINDING_EXPR, PN_CALCULATE_EXPR, PN_CONSTRAINT_EXPR, PN_READONLY_EXPR, PN_RELEVANT_EXPR, PN_REQUIRED_EXPR, RET_OK, weld::DialogController::run(), svxform::AddConditionDialog::SetCondition(), and TRUE_VALUE.
svxform::IMPL_LINK | ( | DataNavigatorWindow | , |
ActivatePageHdl | , | ||
const OUString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 1701 of file datanavi.cxx.
References svxform::XFormsPage::HasModel().
svxform::IMPL_LINK | ( | DataNavigatorWindow | , |
MenuActivateHdl | , | ||
weld::Toggleable & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 1679 of file datanavi.cxx.
References MIN_PAGE_COUNT, and SAL_WARN.
svxform::IMPL_LINK | ( | DataNavigatorWindow | , |
MenuSelectHdl | , | ||
const OUString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 1384 of file datanavi.cxx.
References Any, Application::CreateMessageDialog(), DBG_ASSERT, DBG_UNHANDLED_EXCEPTION, Exception, GetFrameWeld(), svxform::XFormsPage::GetInstanceName(), svxform::XFormsPage::GetInstanceURL(), svxform::XFormsPage::GetLinkOnce(), svxform::AddModelDialog::GetModifyDoc(), svxform::AddModelDialog::GetName(), svxform::AddInstanceDialog::GetName(), svxform::AddInstanceDialog::GetURL(), INSTANCENAME, svxform::AddInstanceDialog::IsLinkInstance(), MODELNAME, MSG_VARIABLE, RET_OK, RET_YES, weld::DialogController::run(), SAL_WARN, svxform::XFormsPage::SetInstanceName(), svxform::XFormsPage::SetInstanceURL(), svxform::AddInstanceDialog::SetLinkInstance(), svxform::XFormsPage::SetLinkOnce(), svxform::AddModelDialog::SetModifyDoc(), svxform::AddModelDialog::SetName(), svxform::AddInstanceDialog::SetName(), svxform::AddInstanceDialog::SetURL(), sName, SvxResId(), TOOLS_WARN_EXCEPTION, and xModel.
svxform::IMPL_LINK | ( | DataNavigatorWindow | , |
ModelSelectListBoxHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 1366 of file datanavi.cxx.
svxform::IMPL_LINK | ( | DelayedEvent | , |
OnCall | , | ||
void * | , | ||
_pArg | , | ||
void | |||
) |
Definition at line 41 of file delayedevent.cxx.
svxform::IMPL_LINK | ( | FmFilterNavigator | , |
DragBeginHdl | , | ||
bool & | , | ||
rUnsetDragIcon | , | ||
bool | |||
) |
Definition at line 1426 of file filtnav.cxx.
References DND_ACTION_COPYMOVE.
svxform::IMPL_LINK | ( | FmFilterNavigator | , |
EditedEntryHdl | , | ||
const IterString & | , | ||
rIterString | , | ||
bool | |||
) |
Definition at line 1120 of file filtnav.cxx.
References DBG_ASSERT, displayException(), VCLUnoHelper::GetInterface(), LINK, pData, Application::PostUserEvent(), comphelper::string::strip(), and SvxResId().
svxform::IMPL_LINK | ( | FmFilterNavigator | , |
EditingEntryHdl | , | ||
const weld::TreeIter & | , | ||
rIter | , | ||
bool | |||
) |
Definition at line 1108 of file filtnav.cxx.
svxform::IMPL_LINK | ( | FmFilterNavigator | , |
KeyInputHdl | , | ||
const ::KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 1594 of file filtnav.cxx.
References svxform::FmFilterItems::Find(), vcl::KeyCode::GetCode(), vcl::KeyCode::GetModifier(), svxform::FmFilterNavigator::getNextEntry(), svxform::FmFilterNavigator::getPrevEntry(), i, vcl::KeyCode::IsMod1(), vcl::KeyCode::IsMod2(), vcl::KeyCode::IsShift(), KEY_DELETE, KEY_DOWN, KEY_UP, and xTarget.
svxform::IMPL_LINK | ( | FmFilterNavigator | , |
OnRemove | , | ||
void * | , | ||
p | , | ||
void | |||
) |
Definition at line 1165 of file filtnav.cxx.
References p.
svxform::IMPL_LINK | ( | FmFilterNavigator | , |
PopupMenuHdl | , | ||
const CommandEvent & | , | ||
rEvt | , | ||
bool | |||
) |
Definition at line 1449 of file filtnav.cxx.
References Application::CreateBuilder(), svxform::FmParentData::GetChildren(), and svxform::FmFilterData::GetParent().
svxform::IMPL_LINK | ( | FormScriptListener | , |
OnAsyncScriptEvent | , | ||
void * | , | ||
p | , | ||
void | |||
) |
Definition at line 733 of file fmscriptingenv.cxx.
svxform::IMPL_LINK | ( | NamespaceItemDialog | , |
ClickHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 2701 of file datanavi.cxx.
References DBG_ASSERT, svxform::ManageNamespaceDialog::GetPrefix(), svxform::ManageNamespaceDialog::GetURL(), m_xDialog, RET_OK, weld::DialogController::run(), SAL_WARN, svxform::ManageNamespaceDialog::SetNamespace(), and sPrefix.
svxform::IMPL_LINK | ( | NavigatorTree | , |
DragBeginHdl | , | ||
bool & | , | ||
rUnsetDragIcon | , | ||
bool | |||
) |
Definition at line 291 of file navigatortree.cxx.
References DND_ACTION_COPYMOVE.
svxform::IMPL_LINK | ( | NavigatorTree | , |
EditedEntryHdl | , | ||
const IterString & | , | ||
rIterString | , | ||
bool | |||
) |
Definition at line 1399 of file navigatortree.cxx.
References LINK, Application::PostUserEvent(), and svxform::NavigatorTreeModel::Rename().
svxform::IMPL_LINK | ( | NavigatorTree | , |
EditingEntryHdl | , | ||
const weld::TreeIter & | , | ||
rIter | , | ||
bool | |||
) |
Definition at line 1260 of file navigatortree.cxx.
svxform::IMPL_LINK | ( | NavigatorTree | , |
KeyInputHdl | , | ||
const ::KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 1226 of file navigatortree.cxx.
References vcl::KeyCode::GetCode(), vcl::KeyCode::GetFunction(), vcl::KeyCode::GetModifier(), and KEY_DELETE.
svxform::IMPL_LINK | ( | NavigatorTree | , |
PopupMenuHdl | , | ||
const CommandEvent & | , | ||
rEvt | , | ||
bool | |||
) |
Definition at line 306 of file navigatortree.cxx.
References aStr, SdrModel::BegUndo(), Application::CreateBuilder(), DBG_ASSERT, DND_ACTION_COPY, DND_ACTION_MOVE, SdrModel::EndUndo(), FM_COMPONENT_HIDDEN, FmFormModel::GetAutoControlFocus(), SfxViewFrame::GetBindings(), FmControlData::GetFormComponent(), FmFormData::GetFormIface(), FmFormShell::GetFormModel(), FmFormShell::GetImpl(), FmFormModel::GetOpenInDesignMode(), SfxViewShell::GetViewFrame(), SfxShell::GetViewShell(), SfxBindings::Invalidate(), FmFormModel::SetAutoControlFocus(), FmFormModel::SetOpenInDesignMode(), and SvxResId().
svxform::IMPL_LINK | ( | XFormsPage | , |
KeyInputHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 979 of file datanavi.cxx.
References KEY_DELETE, and u.
svxform::IMPL_LINK | ( | XFormsPage | , |
PopupMenuHdl | , | ||
const CommandEvent & | , | ||
rCEvt | , | ||
bool | |||
) |
Definition at line 136 of file datanavi.cxx.
References Application::CreateBuilder(), DGTInstance, DGTSubmission, and SvxResId().
svxform::IMPL_LINK | ( | XFormsPage | , |
TbxSelectHdl | , | ||
const OUString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 251 of file datanavi.cxx.
svxform::IMPL_LINK_NOARG | ( | AddConditionDialog | , |
EditHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 2609 of file datanavi.cxx.
References Any, Exception, PN_BINDING_NAMESPACES, weld::DialogController::run(), and TOOLS_WARN_EXCEPTION.
svxform::IMPL_LINK_NOARG | ( | AddConditionDialog | , |
ModifyHdl | , | ||
weld::TextView & | , | ||
void | |||
) |
Definition at line 2637 of file datanavi.cxx.
svxform::IMPL_LINK_NOARG | ( | AddConditionDialog | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 2632 of file datanavi.cxx.
svxform::IMPL_LINK_NOARG | ( | AddConditionDialog | , |
ResultHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 2642 of file datanavi.cxx.
References Exception, PN_BINDING_EXPR, comphelper::string::strip(), and TOOLS_WARN_EXCEPTION.
svxform::IMPL_LINK_NOARG | ( | AddDataItemDialog | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 2261 of file datanavi.cxx.
References Any, copyPropSet(), Application::CreateMessageDialog(), DITBinding, DITText, Exception, m_xDialog, MSG_VARIABLE, PN_BINDING_EXPR, PN_BINDING_ID, PN_BINDING_TYPE, RET_OK, SvxResId(), and TOOLS_WARN_EXCEPTION.
svxform::IMPL_LINK_NOARG | ( | AddInstanceDialog | , |
FilePickerHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 3099 of file datanavi.cxx.
References sfx2::FileDialogHelper::AddFilter(), ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), FILEDIALOG_FILTER_ALL, sfx2::FileDialogHelper::FormsAddInstance, sfx2::FileDialogHelper::GetPath(), m_xDialog, sfx2::FileDialogHelper::SetContext(), and sfx2::FileDialogHelper::SetCurrentFilter().
svxform::IMPL_LINK_NOARG | ( | AddSubmissionDialog | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 2881 of file datanavi.cxx.
References Any, Application::CreateMessageDialog(), DBG_ASSERT, Exception, m_xDialog, PN_SUBMISSION_ACTION, PN_SUBMISSION_BIND, PN_SUBMISSION_ID, PN_SUBMISSION_METHOD, PN_SUBMISSION_REF, PN_SUBMISSION_REPLACE, RET_OK, sName, SvxResId(), TOOLS_WARN_EXCEPTION, and xModel.
svxform::IMPL_LINK_NOARG | ( | AddSubmissionDialog | , |
RefHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 2873 of file datanavi.cxx.
References svxform::AddConditionDialog::GetCondition(), m_xDialog, PN_BINDING_EXPR, RET_OK, weld::DialogController::run(), and svxform::AddConditionDialog::SetCondition().
svxform::IMPL_LINK_NOARG | ( | DataNavigatorWindow | , |
UpdateHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 1710 of file datanavi.cxx.
svxform::IMPL_LINK_NOARG | ( | FmFilterNavigator | , |
SelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 1253 of file filtnav.cxx.
References svxform::FmFormItem::GetController(), and pData.
svxform::IMPL_LINK_NOARG | ( | FormController | , |
OnActivated | , | ||
void * | , | ||
void | |||
) |
Definition at line 1707 of file formcontroller.cxx.
References aEvent.
svxform::IMPL_LINK_NOARG | ( | FormController | , |
OnActivateTabOrder | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 489 of file formcontroller.cxx.
svxform::IMPL_LINK_NOARG | ( | FormController | , |
OnDeactivated | , | ||
void * | , | ||
void | |||
) |
Definition at line 1714 of file formcontroller.cxx.
References aEvent.
svxform::IMPL_LINK_NOARG | ( | FormController | , |
OnInvalidateFeatures | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 508 of file formcontroller.cxx.
References m_aMutex.
svxform::IMPL_LINK_NOARG | ( | FormController | , |
OnLoad | , | ||
void * | , | ||
void | |||
) |
Definition at line 2536 of file formcontroller.cxx.
svxform::IMPL_LINK_NOARG | ( | FormController | , |
OnToggleAutoFields | , | ||
void * | , | ||
void | |||
) |
Definition at line 1399 of file formcontroller.cxx.
svxform::IMPL_LINK_NOARG | ( | ManageNamespaceDialog | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 2820 of file datanavi.cxx.
References Application::CreateMessageDialog(), Exception, m_xDialog, MSG_VARIABLE, RET_OK, sPrefix, SvxResId(), and TOOLS_WARN_EXCEPTION.
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.
svxform::IMPL_LINK_NOARG | ( | NamespaceItemDialog | , |
SelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 2694 of file datanavi.cxx.
svxform::IMPL_LINK_NOARG | ( | NavigatorTree | , |
OnClipboardAction | , | ||
OLocalExchange & | , | ||
void | |||
) |
Definition at line 1443 of file navigatortree.cxx.
svxform::IMPL_LINK_NOARG | ( | NavigatorTree | , |
OnEdit | , | ||
void * | , | ||
void | |||
) |
Definition at line 1416 of file navigatortree.cxx.
svxform::IMPL_LINK_NOARG | ( | NavigatorTree | , |
OnEntrySelDesel | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 1424 of file navigatortree.cxx.
References EXPLORER_SYNC_DELAY.
svxform::IMPL_LINK_NOARG | ( | NavigatorTree | , |
OnSynchronizeTimer | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 1438 of file navigatortree.cxx.
svxform::IMPL_LINK_NOARG | ( | XFormsPage | , |
ItemSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 256 of file datanavi.cxx.
svxform::IMPL_STATIC_LINK | ( | FmFilterNavigator | , |
CustomGetSizeHdl | , | ||
weld::TreeView::get_size_args | , | ||
aPayload | , | ||
Size | |||
) |
Definition at line 921 of file filtnav.cxx.
References Size::AdjustWidth(), vcl::FONT, OutputDevice::GetFont(), OutputDevice::GetTextHeight(), OutputDevice::GetTextWidth(), nxD, nxDBmp, pData, OutputDevice::Pop(), OutputDevice::Push(), OutputDevice::SetFont(), vcl::Font::SetWeight(), sName, and WEIGHT_BOLD.
svxform::IMPL_STATIC_LINK | ( | FmFilterNavigator | , |
CustomRenderHdl | , | ||
weld::TreeView::render_args | , | ||
aPayload | , | ||
void | |||
) |
Definition at line 955 of file filtnav.cxx.
References Point::AdjustX(), Point::AdjustY(), tools::Rectangle::Bottom(), OutputDevice::DrawLine(), OutputDevice::DrawText(), vcl::FONT, svxform::FmParentData::GetChildren(), StyleSettings::GetDialogTextColor(), svxform::FmFormItem::GetFilterController(), OutputDevice::GetFont(), StyleSettings::GetHighlightTextColor(), OutputDevice::GetOutputSize(), Application::GetSettings(), AllSettings::GetStyleSettings(), OutputDevice::GetTextColor(), OutputDevice::GetTextWidth(), vcl::LINECOLOR, nxD, nxDBmp, pData, OutputDevice::Pop(), OutputDevice::Push(), OutputDevice::SetFont(), OutputDevice::SetLineColor(), OutputDevice::SetTextColor(), vcl::Font::SetWeight(), sName, vcl::TEXTCOLOR, tools::Rectangle::TopLeft(), WEIGHT_BOLD, Size::Width(), X, Point::X(), and Point::Y().
SVXCORE_DLLPUBLIC void svxform::ImplSmartRegisterUnoServices | ( | ) |
Definition at line 39 of file fmservs.cxx.
References FM_CONTROL_GRID, FM_CONTROL_GRIDCONTROL, FM_SUN_CONTROL_GRIDCONTROL, OAddConditionDialog_Create(), OAddConditionDialog_GetImplementationName(), OAddConditionDialog_GetSupportedServiceNames(), and REGISTER_SERVICE.
Referenced by FmFormObjFactory::FmFormObjFactory().
|
static |
Definition at line 133 of file fmexch.cxx.
References SotExchange::GetFormatDataFlavor(), DataFlavorEx::mnSotId, and nId.
Referenced by svxform::OControlTransferData::updateFormats().
|
static |
Definition at line 86 of file fmsrccfg.cxx.
Referenced by svxform::FmSearchConfigItem::implTranslateFromConfig(), and svxform::FmSearchConfigItem::implTranslateToConfig().
|
static |
Definition at line 98 of file fmsrccfg.cxx.
References MATCHING_ANYWHERE, MATCHING_BEGINNING, MATCHING_END, and MATCHING_WHOLETEXT.
Referenced by svxform::FmSearchConfigItem::implTranslateFromConfig(), and svxform::FmSearchConfigItem::implTranslateToConfig().
|
static |
Definition at line 111 of file fmsrccfg.cxx.
References SAL_WARN.
Referenced by svxform::FmSearchConfigItem::implTranslateFromConfig().
|
static |
Definition at line 128 of file fmsrccfg.cxx.
References _nValue, and SAL_WARN.
Referenced by svxform::FmSearchConfigItem::implTranslateToConfig().
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().
css::uno::Reference< css::uno::XInterface > svxform::OAddConditionDialog_Create | ( | css::uno::Reference< css::lang::XMultiServiceFactory > const & | ) |
OUString svxform::OAddConditionDialog_GetImplementationName | ( | ) |
Definition at line 58 of file xfm_addcondition.cxx.
Referenced by svxform::OAddConditionDialog::getImplementationName(), and ImplSmartRegisterUnoServices().
css::uno::Sequence< OUString > svxform::OAddConditionDialog_GetSupportedServiceNames | ( | ) |
Definition at line 52 of file xfm_addcondition.cxx.
Referenced by svxform::OAddConditionDialog::getSupportedServiceNames(), and ImplSmartRegisterUnoServices().
|
static |
Definition at line 80 of file fmcontrolbordermanager.cxx.
References Any, FM_PROP_BORDER, FM_PROP_BORDERCOLOR, svxform::BorderDescriptor::nBorderColor, and svxform::BorderDescriptor::nBorderType.
Referenced by svxform::ControlBorderManager::updateBorderStyle().
|
static |
Definition at line 45 of file fmcontrolbordermanager.cxx.
References Any, FM_PROP_FONT, FM_PROP_TEXTLINECOLOR, svxform::UnderlineDescriptor::nUnderlineColor, and svxform::UnderlineDescriptor::nUnderlineType.
Referenced by svxform::ControlBorderManager::restoreAll(), and svxform::ControlBorderManager::validityChanged().
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.
|
constexpr |
Definition at line 106 of file datanavi.cxx.
Referenced by svxform::DataNavigatorWindow::AddEventBroadcaster(), and svxform::DataNavigatorWindow::RemoveBroadcaster().
|
constexpr |
Definition at line 105 of file datanavi.cxx.
Referenced by svxform::DataNavigatorWindow::AddEventBroadcaster(), and svxform::DataNavigatorWindow::RemoveBroadcaster().
|
constexpr |
Definition at line 104 of file datanavi.cxx.
Referenced by svxform::XFormsPage::DoToolBoxAction().
|
constexpr |
Definition at line 103 of file datanavi.cxx.
Referenced by svxform::XFormsPage::DoToolBoxAction().
const int svxform::nxD = 4 |
Definition at line 918 of file filtnav.cxx.
Referenced by IMPL_STATIC_LINK().
const int svxform::nxDBmp = 12 |
Definition at line 919 of file filtnav.cxx.
Referenced by IMPL_STATIC_LINK().
|
constexpr |
Definition at line 83 of file datanavi.cxx.
Referenced by svxform::XFormsPage::DoToolBoxAction(), svxform::AddSubmissionDialog::FillAllBoxes(), IMPL_LINK(), IMPL_LINK_NOARG(), svxform::AddDataItemDialog::InitFromNode(), and svxform::XFormsPage::SetModel().
|
constexpr |
Definition at line 82 of file datanavi.cxx.
Referenced by svxform::XFormsPage::DoToolBoxAction(), svxform::AddSubmissionDialog::FillAllBoxes(), IMPL_LINK_NOARG(), svxform::AddDataItemDialog::InitFromNode(), svxform::XFormsPage::RemoveEntry(), and svxform::XFormsPage::SetModel().
|
constexpr |
Definition at line 84 of file datanavi.cxx.
Referenced by svxform::AddConditionDialog::AddConditionDialog().
|
constexpr |
Definition at line 85 of file datanavi.cxx.
Referenced by IMPL_LINK_NOARG().
|
constexpr |
Definition at line 91 of file datanavi.cxx.
Referenced by IMPL_LINK_NOARG(), and svxform::AddDataItemDialog::InitDataTypeBox().
|
constexpr |
Definition at line 90 of file datanavi.cxx.
Referenced by svxform::AddDataItemDialog::Check(), IMPL_LINK(), and svxform::AddDataItemDialog::InitFromNode().
|
constexpr |
Definition at line 89 of file datanavi.cxx.
Referenced by svxform::AddDataItemDialog::Check(), IMPL_LINK(), and svxform::AddDataItemDialog::InitFromNode().
|
constexpr |
Definition at line 78 of file datanavi.cxx.
Referenced by svxform::XFormsPage::LoadInstance().
|
constexpr |
Definition at line 77 of file datanavi.cxx.
Referenced by svxform::XFormsPage::LoadInstance().
|
constexpr |
Definition at line 79 of file datanavi.cxx.
Referenced by svxform::XFormsPage::LoadInstance().
|
constexpr |
Definition at line 86 of file datanavi.cxx.
Referenced by svxform::AddDataItemDialog::Check(), IMPL_LINK(), and svxform::AddDataItemDialog::InitFromNode().
|
constexpr |
Definition at line 87 of file datanavi.cxx.
Referenced by svxform::AddDataItemDialog::Check(), IMPL_LINK(), and svxform::AddDataItemDialog::InitFromNode().
|
constexpr |
Definition at line 88 of file datanavi.cxx.
Referenced by svxform::AddDataItemDialog::Check(), IMPL_LINK(), and svxform::AddDataItemDialog::InitFromNode().
|
constexpr |
Definition at line 97 of file datanavi.cxx.
Referenced by svxform::XFormsPage::EditEntry(), svxform::AddSubmissionDialog::FillAllBoxes(), and IMPL_LINK_NOARG().
|
constexpr |
Definition at line 95 of file datanavi.cxx.
Referenced by svxform::XFormsPage::EditEntry(), svxform::AddSubmissionDialog::FillAllBoxes(), IMPL_LINK_NOARG(), and svxform::AddDataItemDialog::InitFromNode().
|
constexpr |
Definition at line 94 of file datanavi.cxx.
Referenced by svxform::XFormsPage::EditEntry(), svxform::AddSubmissionDialog::FillAllBoxes(), IMPL_LINK_NOARG(), svxform::AddDataItemDialog::InitFromNode(), and svxform::XFormsPage::RemoveEntry().
|
constexpr |
Definition at line 98 of file datanavi.cxx.
Referenced by svxform::XFormsPage::EditEntry(), svxform::AddSubmissionDialog::FillAllBoxes(), and IMPL_LINK_NOARG().
|
constexpr |
Definition at line 96 of file datanavi.cxx.
Referenced by svxform::XFormsPage::EditEntry(), svxform::AddSubmissionDialog::FillAllBoxes(), and IMPL_LINK_NOARG().
|
constexpr |
Definition at line 99 of file datanavi.cxx.
Referenced by svxform::XFormsPage::EditEntry(), svxform::AddSubmissionDialog::FillAllBoxes(), and IMPL_LINK_NOARG().
|
constexpr |
Definition at line 102 of file datanavi.cxx.
Referenced by svxform::AddConditionDialog::AddConditionDialog(), svxform::AddDataItemDialog::Check(), and IMPL_LINK().