LibreOffice Module reportdesign (master) 1
|
Typedefs | |
typedef std::unordered_map< OUString, PropertyInfo > | PropertiesInfo |
typedef ::std::map< Reference< XPropertySet >, ObjectInfo > | PropertySetInfoCache |
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler, css::lang::XServiceInfo > | DataProviderHandler_Base |
typedef ::cppu::WeakAggImplHelper3< css::inspection::XObjectInspectorModel, css::lang::XServiceInfo, css::lang::XInitialization > | DefaultComponentInspectorModel_Base |
typedef ::std::pair< css::uno::Reference< css::report::XFunction >, css::uno::Reference< css::report::XFunctionsSupplier > > | TFunctionPair |
typedef ::std::multimap< OUString, TFunctionPair, ::comphelper::UStringMixLess > | TFunctions |
typedef ::comphelper::OInterfaceContainerHelper3< css::beans::XPropertyChangeListener > | PropertyChangeListeners |
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler, css::beans::XPropertyChangeListener, css::lang::XServiceInfo > | GeometryHandler_Base |
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler, css::lang::XServiceInfo > | ReportComponentHandler_Base |
typedef ::dbaui::DBSubComponentController | OReportController_BASE |
typedef ::cppu::ImplHelper5< css::container::XContainerListener, css::beans::XPropertyChangeListener, css::view::XSelectionSupplier, css::util::XModeSelector, css::embed::XVisualObject > | OReportController_Listener |
typedef vcl::Window | OScrollWindowHelper_BASE |
This class defines the scrollable area of the report design. More... | |
typedef ::cppu::ImplHelper1< css::lang::XServiceInfo > | OStatusbarController_BASE |
typedef std::map< OUString, bool > | AllProperties |
typedef std::shared_ptr< ConditionalExpression > | PConditionalExpression |
typedef ::std::map< ComparisonOperation, PConditionalExpression > | ConditionalExpressions |
typedef ::cppu::WeakComponentImplHelper< css::beans::XPropertyChangeListener > | OPropertyForward_Base |
typedef ::std::pair< OUString, std::shared_ptr< AnyConverter > > | TPropertyConverter |
typedef std::map< OUString, TPropertyConverter > | TPropertyNamePair |
typedef ::std::multimap< sal_Int16, OUString > | IndexToNameMap |
Enumerations | |
enum | NearSectionAccess { CURRENT = 0 , PREVIOUS = -1 , POST = 1 } |
enum class | DlgEdMode { Insert , Select } |
enum | ConditionType { eFieldValueComparison = 0 , eExpression = 1 } |
enum | ComparisonOperation { eBetween = 0 , eNotBetween = 1 , eEqualTo = 2 , eNotEqualTo = 3 , eGreaterThan = 4 , eLessThan = 5 , eGreaterOrEqual = 6 , eLessOrEqual = 7 } |
enum class | ControlModification { NONE = 0 , LEFT = 1 , RIGHT = 2 , TOP = 3 , BOTTOM = 4 , CENTER_HORIZONTAL = 5 , CENTER_VERTICAL = 6 , WIDTH_SMALLEST = 7 , HEIGHT_SMALLEST = 8 , WIDTH_GREATEST = 9 , HEIGHT_GREATEST = 10 } |
enum | DlgEdHintKind { RPTUI_HINT_WINDOWSCROLLED , RPTUI_HINT_SELECTIONCHANGED } |
enum | Action { Inserted = 1 , Removed = 2 } |
Functions | |
static std::unique_ptr< SdrUndoAction > | lcl_createUndo (SdrObject &rObject, Action _eAction, TranslateId pCommentId) |
const TPropertyNamePair & | getPropertyNameMap (SdrObjKind _nObjectId) |
returns the property name map for the given property id More... | |
static OUString | ObjectTypeToServiceName (SdrObjKind _nObjectType) |
static uno::Reference< chart2::data::XDatabaseDataProvider > | lcl_getDataProvider (const uno::Reference< embed::XEmbeddedObject > &_xObj) |
uno::Reference< style::XStyle > | getUsedStyle (const uno::Reference< report::XReportDefinition > &_xReport) |
IMPL_LINK (OAddFieldWindow, DragBeginHdl, bool &, rUnsetDragIcon, bool) | |
IMPL_LINK_NOARG (OAddFieldWindow, FocusChangeHdl, weld::Container &, void) | |
IMPL_LINK_NOARG (OAddFieldWindow, OnSelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (OAddFieldWindow, OnDoubleClickHdl, weld::TreeView &, bool) | |
IMPL_LINK (OAddFieldWindow, OnSortAction, const OUString &, rCurItem, void) | |
IMPL_LINK_NOARG (ConditionalFormattingDialog, OnScroll, weld::ScrolledWindow &, void) | |
IMPL_LINK_NOARG (ConditionField, OnFormula, weld::Button &, void) | |
IMPL_LINK (Condition, OnFormatAction, const OUString &, rIdent, void) | |
IMPL_LINK (Condition, OnConditionAction, weld::Button &, rClickedButton, void) | |
IMPL_LINK_NOARG (Condition, OnTypeSelected, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (Condition, OnOperationSelected, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ODateTimeDialog, CBClickHdl, weld::Toggleable &, void) | |
IMPL_LINK (FormulaDialog, OnClickHdl, OAddFieldWindow &, _rAddFieldDlg, void) | |
static void | lcl_addToList_throw (weld::ComboBox &_rListBox, ::std::vector< ColumnInfo > &o_aColumnList, const uno::Reference< container::XNameAccess > &i_xColumns) |
IMPL_LINK_NOARG (OFieldExpressionControl, CBChangeHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (OFieldExpressionControl, DelayedDelete, void *, void) | |
IMPL_LINK_NOARG (OGroupsSortingDialog, OnControlFocusGot, LinkParamNone *, void) | |
IMPL_LINK (OGroupsSortingDialog, OnWidgetFocusGot, weld::Widget &, rControl, void) | |
IMPL_LINK_NOARG (OGroupsSortingDialog, OnWidgetFocusLost, weld::Widget &, void) | |
IMPL_LINK (OGroupsSortingDialog, OnFormatAction, const OUString &, rCommand, void) | |
IMPL_LINK (OGroupsSortingDialog, LBChangeHdl, weld::ComboBox &, rListBox, void) | |
static OUString | lcl_getImageId (const uno::Reference< report::XReportComponent > &_xElement) |
static OUString | lcl_getName (const uno::Reference< beans::XPropertySet > &_xElement) |
IMPL_LINK (NavigatorTree, CommandHdl, const CommandEvent &, rEvt, bool) | |
IMPL_LINK_NOARG (NavigatorTree, OnEntrySelDesel, weld::TreeView &, void) | |
IMPL_LINK_NOARG (ONavigator, FocusChangeHdl, weld::Container &, void) | |
template<typename T > | |
sal_Int32 | getPositionInIndexAccess (const css::uno::Reference< css::container::XIndexAccess > &_xCollection, const css::uno::Reference< T > &_xSearch) |
returns the position of the object inside the index container More... | |
void | adjustSectionName (const css::uno::Reference< css::report::XGroup > &_xGroup, sal_Int32 _nPos) |
set the name of the header and footer of the group by the expression appended by the localized name of the section More... | |
::rtl::Reference< comphelper::OPropertyChangeMultiplexer > | addStyleListener (const css::uno::Reference< css::report::XReportDefinition > &_xReportDefinition,::comphelper::OPropertyChangeListener *_pListener) |
add a listener for the properties size, left margin, right margin to the page style More... | |
bool | openCharDialog (const css::uno::Reference< css::report::XReportControlFormat > &_xReportControlFormat, const css::uno::Reference< css::awt::XWindow > &_xWindow, css::uno::Sequence< css::beans::NamedValue > &_out_rNewValues) |
opens the common character font dialog More... | |
bool | openAreaDialog (const css::uno::Reference< css::report::XShape > &_xShape, const css::uno::Reference< css::awt::XWindow > &_xWindow) |
opens the area dialog for shapes More... | |
bool | openDialogFormula_nothrow (OUString &_in_out_rFormula, const css::uno::Reference< css::uno::XComponentContext > &_xContext, const css::uno::Reference< css::awt::XWindow > &_xWindow, const css::uno::Reference< css::beans::XPropertySet > &_xRowSet) |
opens the formula dialog More... | |
void | applyCharacterSettings (const css::uno::Reference< css::report::XReportControlFormat > &_rxReportControlFormat, const css::uno::Sequence< css::beans::NamedValue > &_rSettings) |
applies the character settings previously obtained via openCharDialog More... | |
void | notifySystemWindow (vcl::Window const *pWindow, vcl::Window *pToRegister, const ::comphelper::mem_fun1_t< TaskPaneList, vcl::Window * > &rMemFunc) |
notifySystemWindow adds or remove the given window _pToRegister at the Systemwindow found when search _pWindow. More... | |
SdrObject * | isOver (const tools::Rectangle &_rRect, SdrPage const &_rPage, SdrView const &_rView, bool _bAllObjects=false, SdrObject const *_pIgnore=nullptr, sal_Int16 _nIgnoreType=0) |
checks whether the given rectangle overlapps another OUnoObject object in that view. More... | |
SdrObject * | isOver (const tools::Rectangle &_rRect, SdrPage const &_rPage, SdrView const &_rView, bool _bAllObjects, rtl::Reference< SdrUnoObj > _pIgnoreList[], int _nIgnoreListLength) |
SdrObject * | isOver (SdrObject const *_pObj, SdrPage const &_rPage, SdrView const &_rView) |
checks whether the given OUnoObject object rectangle overlapps another object in that view. More... | |
css::uno::Sequence< OUString > | getParameterNames (const css::uno::Reference< css::sdbc::XRowSet > &_rxRowSet) |
retrieves the names of the parameters of the command which the given RowSet is bound to More... | |
void | correctOverlapping (SdrObject *pControl, OReportSection const &_aReportSection, bool _bInsert=true) |
ensures that no control overlaps the given one. More... | |
tools::Rectangle | getRectangleFromControl (SdrObject *pControl) |
returns a Rectangle of a given SdrObject More... | |
void | setZoomFactor (const Fraction &_aZoom, vcl::Window &_rWindow) |
sets the map mode at the window More... | |
void | adjustSectionName (const uno::Reference< report::XGroup > &_xGroup, sal_Int32 _nPos) |
::rtl::Reference< comphelper::OPropertyChangeMultiplexer > | addStyleListener (const uno::Reference< report::XReportDefinition > &_xReportDefinition,::comphelper::OPropertyChangeListener *_pListener) |
bool | openCharDialog (const uno::Reference< report::XReportControlFormat > &_rxReportControlFormat, const uno::Reference< awt::XWindow > &_rxParentWindow, uno::Sequence< beans::NamedValue > &_out_rNewValues) |
bool | openAreaDialog (const uno::Reference< report::XShape > &_xShape, const uno::Reference< awt::XWindow > &_rxParentWindow) |
void | applyCharacterSettings (const uno::Reference< report::XReportControlFormat > &_rxReportControlFormat, const uno::Sequence< beans::NamedValue > &_rSettings) |
static bool | checkArrayForOccurrence (SdrObject const *_pObjToCheck, rtl::Reference< SdrUnoObj > _pIgnore[], int _nListLength) |
uno::Sequence< OUString > | getParameterNames (const uno::Reference< sdbc::XRowSet > &_rxRowSet) |
bool | openDialogFormula_nothrow (OUString &_in_out_rFormula, const css::uno::Reference< css::uno::XComponentContext > &_xContext, const uno::Reference< awt::XWindow > &_xInspectorWindow, const css::uno::Reference< css::beans::XPropertySet > &_xRowSet) |
IMPL_LINK_NOARG (ODesignView, MarkTimeout, Timer *, void) | |
IMPL_LINK_NOARG (ODesignView, SplitHdl, SplitWindow *, void) | |
IMPL_STATIC_LINK (DlgEdFactory, MakeObject, SdrObjCreatorParams, aParams, rtl::Reference< SdrObject >) | |
IMPL_LINK_NOARG (DlgEdFunc, ScrollTimeout, Timer *, void) | |
static Color | lcl_setColorOfObject (const uno::Reference< uno::XInterface > &_xObj, Color _nColorTRGB) |
IMPL_LINK_NOARG (PropBrw, OnAsyncGetFocus, void *, void) | |
IMPL_LINK (OXReportControllerObserver, SettingsChanged, VclSimpleEvent &, _rEvt, void) | |
static Color | lcl_getOverlappedControlColor () |
static void | lcl_setScrollBar (sal_Int32 _nNewValue, const Point &_aPos, const Size &_aSize, ScrollAdaptor &_rScrollBar) |
IMPL_LINK_NOARG (OScrollWindowHelper, ScrollHdl, weld::Scrollbar &, void) | |
IMPL_LINK (OSectionWindow, Collapsed, OColorListener &, _rMarker, void) | |
IMPL_LINK_NOARG (OSectionWindow, StartSplitHdl, Splitter *, void) | |
IMPL_LINK_NOARG (OSectionWindow, EndSplitHdl, Splitter *, void) | |
IMPL_LINK (OSectionWindow, SplitHdl, Splitter *, _pSplitter, void) | |
static void | lcl_scroll (vcl::Window &_rWindow, const Point &_aDelta) |
static void | lcl_setOrigin (vcl::Window &_rWindow, tools::Long _nX, tools::Long _nY) |
static bool | lcl_getNewRectSize (const tools::Rectangle &_aObjRect, tools::Long &_nXMov, tools::Long &_nYMov, SdrObject const *_pObj, SdrView const *_pView, ControlModification _nControlModification) |
constexpr SdrLayerID | RPT_LAYER_FRONT (0) |
constexpr SdrLayerID | RPT_LAYER_BACK (1) |
constexpr SdrLayerID | RPT_LAYER_HIDDEN (2) |
REPORTDESIGN_DLLPUBLIC css::uno::Reference< css::style::XStyle > | getUsedStyle (const css::uno::Reference< css::report::XReportDefinition > &_xReport) |
template<typename T > | |
T | getStyleProperty (const css::uno::Reference< css::report::XReportDefinition > &_xReport, const OUString &_sPropertyName) |
class REPORTDESIGN_DLLPUBLIC | SAL_LOPLUGIN_ANNOTATE ("crosscast") OObjectBase |
Variables | |
constexpr size_t | MAX_CONDITIONS = 3 |
const sal_Int16 | ISOVER_IGNORE_CUSTOMSHAPES = 1 |
typedef std::map<OUString, bool> rptui::AllProperties |
Definition at line 39 of file ReportControllerObserver.cxx.
Definition at line 88 of file conditionalexpression.hxx.
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler , css::lang::XServiceInfo> rptui::DataProviderHandler_Base |
Definition at line 44 of file DataProviderHandler.hxx.
typedef ::cppu::WeakAggImplHelper3< css::inspection::XObjectInspectorModel , css::lang::XServiceInfo , css::lang::XInitialization > rptui::DefaultComponentInspectorModel_Base |
Definition at line 40 of file DefaultInspection.hxx.
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler , css::beans::XPropertyChangeListener , css::lang::XServiceInfo> rptui::GeometryHandler_Base |
Definition at line 66 of file GeometryHandler.hxx.
typedef ::std::multimap< sal_Int16, OUString > rptui::IndexToNameMap |
Definition at line 37 of file RptObject.hxx.
typedef ::cppu::WeakComponentImplHelper< css::beans::XPropertyChangeListener > rptui::OPropertyForward_Base |
Definition at line 35 of file PropertyForward.hxx.
Definition at line 65 of file ReportController.hxx.
typedef ::cppu::ImplHelper5< css::container::XContainerListener , css::beans::XPropertyChangeListener , css::view::XSelectionSupplier , css::util::XModeSelector , css::embed::XVisualObject > rptui::OReportController_Listener |
Definition at line 71 of file ReportController.hxx.
This class defines the scrollable area of the report design.
It includes the h-ruler and the sections, and end marker. Not the start marker.
Definition at line 40 of file ScrollHelper.hxx.
typedef ::cppu::ImplHelper1< css::lang::XServiceInfo> rptui::OStatusbarController_BASE |
Definition at line 30 of file statusbarcontroller.hxx.
typedef std::shared_ptr< ConditionalExpression > rptui::PConditionalExpression |
Definition at line 87 of file conditionalexpression.hxx.
typedef std::unordered_map< OUString, PropertyInfo > rptui::PropertiesInfo |
Definition at line 69 of file UndoEnv.cxx.
typedef ::comphelper::OInterfaceContainerHelper3< css::beans::XPropertyChangeListener > rptui::PropertyChangeListeners |
Definition at line 63 of file GeometryHandler.hxx.
typedef std::map< uno::Reference< beans::XPropertySet >, AllProperties > rptui::PropertySetInfoCache |
Definition at line 85 of file UndoEnv.cxx.
typedef ::cppu::WeakComponentImplHelper< css::inspection::XPropertyHandler , css::lang::XServiceInfo> rptui::ReportComponentHandler_Base |
Definition at line 38 of file ReportComponentHandler.hxx.
typedef ::std::pair< css::uno::Reference< css::report::XFunction>, css::uno::Reference< css::report::XFunctionsSupplier> > rptui::TFunctionPair |
Definition at line 61 of file GeometryHandler.hxx.
typedef ::std::multimap< OUString,TFunctionPair, ::comphelper::UStringMixLess > rptui::TFunctions |
Definition at line 62 of file GeometryHandler.hxx.
typedef ::std::pair< OUString, std::shared_ptr<AnyConverter> > rptui::TPropertyConverter |
Definition at line 72 of file RptDef.hxx.
typedef std::map<OUString, TPropertyConverter> rptui::TPropertyNamePair |
Definition at line 73 of file RptDef.hxx.
enum rptui::Action |
Enumerator | |
---|---|
Inserted | |
Removed |
Definition at line 40 of file UndoActions.hxx.
Enumerator | |
---|---|
eBetween | |
eNotBetween | |
eEqualTo | |
eNotEqualTo | |
eGreaterThan | |
eLessThan | |
eGreaterOrEqual | |
eLessOrEqual |
Definition at line 75 of file conditionalexpression.hxx.
enum rptui::ConditionType |
Enumerator | |
---|---|
eFieldValueComparison | |
eExpression |
Definition at line 66 of file conditionalexpression.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
LEFT | |
RIGHT | |
TOP | |
BOTTOM | |
CENTER_HORIZONTAL | |
CENTER_VERTICAL | |
WIDTH_SMALLEST | |
HEIGHT_SMALLEST | |
WIDTH_GREATEST | |
HEIGHT_GREATEST |
Definition at line 48 of file RptDef.hxx.
enum rptui::DlgEdHintKind |
Enumerator | |
---|---|
RPTUI_HINT_WINDOWSCROLLED | |
RPTUI_HINT_SELECTIONCHANGED |
Definition at line 38 of file RptObject.hxx.
|
strong |
Enumerator | |
---|---|
Insert | |
Select |
Definition at line 24 of file ReportDefines.hxx.
Enumerator | |
---|---|
CURRENT | |
PREVIOUS | |
POST |
Definition at line 29 of file MarkedSection.hxx.
::rtl::Reference< comphelper::OPropertyChangeMultiplexer > rptui::addStyleListener | ( | const css::uno::Reference< css::report::XReportDefinition > & | _xReportDefinition, |
::comphelper::OPropertyChangeListener * | _pListener | ||
) |
add a listener for the properties size, left margin, right margin to the page style
_xReportDefinition | |
_pListener |
Referenced by rptui::OReportSection::fill(), rptui::OScrollWindowHelper::initialize(), and rptui::OReportWindow::OReportWindow().
::rtl::Reference< comphelper::OPropertyChangeMultiplexer > rptui::addStyleListener | ( | const uno::Reference< report::XReportDefinition > & | _xReportDefinition, |
::comphelper::OPropertyChangeListener * | _pListener | ||
) |
Definition at line 195 of file UITools.cxx.
References getUsedStyle(), PROPERTY_BACKCOLOR, PROPERTY_LEFTMARGIN, PROPERTY_PAPERSIZE, and PROPERTY_RIGHTMARGIN.
void rptui::adjustSectionName | ( | const css::uno::Reference< css::report::XGroup > & | _xGroup, |
sal_Int32 | _nPos | ||
) |
set the name of the header and footer of the group by the expression appended by the localized name of the section
_xGroup | the group where the header/footer name is set by the expression of the group |
Referenced by rptui::OFieldExpressionControl::SaveModified().
void rptui::adjustSectionName | ( | const uno::Reference< report::XGroup > & | _xGroup, |
sal_Int32 | _nPos | ||
) |
Definition at line 179 of file UITools.cxx.
References _nPos, RptResId(), and sName.
void rptui::applyCharacterSettings | ( | const css::uno::Reference< css::report::XReportControlFormat > & | _rxReportControlFormat, |
const css::uno::Sequence< css::beans::NamedValue > & | _rSettings | ||
) |
applies the character settings previously obtained via openCharDialog
Referenced by rptui::OReportController::Execute(), and rptui::GeometryHandler::setPropertyValue().
void rptui::applyCharacterSettings | ( | const uno::Reference< report::XReportControlFormat > & | _rxReportControlFormat, |
const uno::Sequence< beans::NamedValue > & | _rSettings | ||
) |
Definition at line 778 of file UITools.cxx.
References DBG_UNHANDLED_EXCEPTION, comphelper::NamedValueCollection::get(), PROPERTY_CHARAUTOKERNING, PROPERTY_CHARCASEMAP, PROPERTY_CHARCOLOR, PROPERTY_CHARCOMBINEISON, PROPERTY_CHARCOMBINEPREFIX, PROPERTY_CHARCOMBINESUFFIX, PROPERTY_CHARCONTOURED, PROPERTY_CHAREMPHASIS, PROPERTY_CHARESCAPEMENT, PROPERTY_CHARESCAPEMENTHEIGHT, PROPERTY_CHARFLASH, PROPERTY_CHARHIDDEN, PROPERTY_CHARKERNING, PROPERTY_CHARLOCALE, PROPERTY_CHARLOCALEASIAN, PROPERTY_CHARLOCALECOMPLEX, PROPERTY_CHARRELIEF, PROPERTY_CHARSHADOWED, PROPERTY_CHARUNDERLINECOLOR, PROPERTY_CONTROLBACKGROUND, PROPERTY_PARAADJUST, and PROPERTY_VERTICALALIGN.
|
static |
void rptui::correctOverlapping | ( | SdrObject * | pControl, |
OReportSection const & | _aReportSection, | ||
bool | _bInsert = true |
||
) |
ensures that no control overlaps the given one.
pControl | the control which should place in the section without overlapping |
_pReportSection | the section |
_bInsert | sal_True when the control should be inserted, otherwise not. |
Definition at line 977 of file UITools.cxx.
References SdrObject::GetLogicRect(), tools::Rectangle::getOpenHeight(), rptui::OReportSection::getPage(), getRectangleFromControl(), SdrPaintView::GetSdrPageView(), rptui::OReportSection::getSectionView(), SdrObject::getUnoShape(), SdrEditView::InsertObjectAtView(), isOver(), tools::Rectangle::Move(), and tools::Rectangle::Top().
Referenced by rptui::OReportController::addPairControls(), rptui::OReportController::createControl(), and rptui::OReportSection::impl_adjustObjectSizePosition().
css::uno::Sequence< OUString > rptui::getParameterNames | ( | const css::uno::Reference< css::sdbc::XRowSet > & | _rxRowSet | ) |
retrieves the names of the parameters of the command which the given RowSet is bound to
Referenced by rptui::GeometryHandler::inspect(), and rptui::OAddFieldWindow::Update().
uno::Sequence< OUString > rptui::getParameterNames | ( | const uno::Reference< sdbc::XRowSet > & | _rxRowSet | ) |
Definition at line 928 of file UITools.cxx.
References count, DBG_UNHANDLED_EXCEPTION, i, and PROPERTY_NAME.
sal_Int32 rptui::getPositionInIndexAccess | ( | const css::uno::Reference< css::container::XIndexAccess > & | _xCollection, |
const css::uno::Reference< T > & | _xSearch | ||
) |
returns the position of the object inside the index container
_xReportDefinition | the report definition to get the groups |
_xGroup | the group to search |
Definition at line 52 of file UITools.hxx.
Referenced by rptui::OReportController::Execute(), rptui::OReportController::getGroupPosition(), rptui::GeometryHandler::impl_fillScopeList_nothrow(), rptui::OGroupUndo::OGroupUndo(), and rptui::NavigatorTree::traverseGroup().
REPORTDESIGN_DLLPUBLIC const TPropertyNamePair & rptui::getPropertyNameMap | ( | SdrObjKind | _nObjectId | ) |
returns the property name map for the given property id
_nObjectId | the object id |
Definition at line 224 of file RptObject.cxx.
References PROPERTY_ALIGN, PROPERTY_BACKGROUNDCOLOR, PROPERTY_BORDER, PROPERTY_BORDERCOLOR, PROPERTY_CHARCOLOR, PROPERTY_CHARFONTHEIGHT, PROPERTY_CHARRELIEF, PROPERTY_CHARSTRIKEOUT, PROPERTY_CHARUNDERLINECOLOR, PROPERTY_CONTROLBACKGROUND, PROPERTY_CONTROLBORDER, PROPERTY_CONTROLBORDERCOLOR, PROPERTY_CONTROLTEXTEMPHASISMARK, PROPERTY_FONTEMPHASISMARK, PROPERTY_FONTHEIGHT, PROPERTY_FONTRELIEF, PROPERTY_FONTSTRIKEOUT, PROPERTY_PARAADJUST, PROPERTY_TEXTCOLOR, and PROPERTY_TEXTLINECOLOR.
Referenced by rptui::OUnoObject::CreateMediator().
tools::Rectangle rptui::getRectangleFromControl | ( | SdrObject * | pControl | ) |
returns a Rectangle of a given SdrObject
pControl | the SdrObject |
Definition at line 960 of file UITools.cxx.
References tools::Rectangle::getOpenHeight(), tools::Rectangle::getOpenWidth(), SdrObject::getUnoShape(), tools::Rectangle::setHeight(), tools::Rectangle::setWidth(), VCLPoint(), and VCLSize().
Referenced by rptui::OReportController::addPairControls(), and correctOverlapping().
T rptui::getStyleProperty | ( | const css::uno::Reference< css::report::XReportDefinition > & | _xReport, |
const OUString & | _sPropertyName | ||
) |
Definition at line 80 of file RptDef.hxx.
References getUsedStyle().
REPORTDESIGN_DLLPUBLIC css::uno::Reference< css::style::XStyle > rptui::getUsedStyle | ( | const css::uno::Reference< css::report::XReportDefinition > & | _xReport | ) |
uno::Reference< style::XStyle > rptui::getUsedStyle | ( | const uno::Reference< report::XReportDefinition > & | _xReport | ) |
Definition at line 1199 of file RptObject.cxx.
References aSeq.
Referenced by addStyleListener(), getStyleProperty(), and rptui::OReportController::openPageDialog().
rptui::IMPL_LINK | ( | Condition | , |
OnConditionAction | , | ||
weld::Button & | , | ||
rClickedButton | , | ||
void | |||
) |
Definition at line 189 of file Condition.cxx.
rptui::IMPL_LINK | ( | Condition | , |
OnFormatAction | , | ||
const OUString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 183 of file Condition.cxx.
References Color::AsRGBHexString(), and COL_AUTO().
rptui::IMPL_LINK | ( | FormulaDialog | , |
OnClickHdl | , | ||
OAddFieldWindow & | , | ||
_rAddFieldDlg | , | ||
void | |||
) |
Definition at line 228 of file Formula.cxx.
References svx::ColumnName, RET_CANCEL, and sName.
rptui::IMPL_LINK | ( | NavigatorTree | , |
CommandHdl | , | ||
const CommandEvent & | , | ||
rEvt | , | ||
bool | |||
) |
Definition at line 259 of file Navigator.cxx.
References Application::CreateBuilder(), i, m_rController, comphelper::makePropertyValue(), nId, pData, PROPERTY_GROUP, and SAL_N_ELEMENTS.
rptui::IMPL_LINK | ( | OAddFieldWindow | , |
DragBeginHdl | , | ||
bool & | , | ||
rUnsetDragIcon | , | ||
bool | |||
) |
Definition at line 50 of file AddField.cxx.
rptui::IMPL_LINK | ( | OAddFieldWindow | , |
OnSortAction | , | ||
const OUString & | , | ||
rCurItem | , | ||
void | |||
) |
Definition at line 322 of file AddField.cxx.
References Update.
rptui::IMPL_LINK | ( | OGroupsSortingDialog | , |
LBChangeHdl | , | ||
weld::ComboBox & | , | ||
rListBox | , | ||
void | |||
) |
Definition at line 1012 of file GroupsSorting.cxx.
References comphelper::makePropertyValue(), NO_GROUP, PROPERTY_FOOTERON, PROPERTY_GROUP, and PROPERTY_HEADERON.
rptui::IMPL_LINK | ( | OGroupsSortingDialog | , |
OnFormatAction | , | ||
const OUString & | , | ||
rCommand | , | ||
void | |||
) |
Definition at line 974 of file GroupsSorting.cxx.
References LINK, nIndex, NO_GROUP, and Application::PostUserEvent().
rptui::IMPL_LINK | ( | OGroupsSortingDialog | , |
OnWidgetFocusGot | , | ||
weld::Widget & | , | ||
rControl | , | ||
void | |||
) |
Definition at line 938 of file GroupsSorting.cxx.
References first, i, RptResId(), SAL_N_ELEMENTS, weld::ComboBox::save_value(), and weld::Entry::save_value().
rptui::IMPL_LINK | ( | OSectionWindow | , |
Collapsed | , | ||
OColorListener & | , | ||
_rMarker | , | ||
void | |||
) |
Definition at line 293 of file SectionWindow.cxx.
rptui::IMPL_LINK | ( | OSectionWindow | , |
SplitHdl | , | ||
Splitter * | , | ||
_pSplitter | , | ||
void | |||
) |
rptui::IMPL_LINK | ( | OXReportControllerObserver | , |
SettingsChanged | , | ||
VclSimpleEvent & | , | ||
_rEvt | , | ||
void | |||
) |
rptui::IMPL_LINK_NOARG | ( | Condition | , |
OnOperationSelected | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 211 of file Condition.cxx.
rptui::IMPL_LINK_NOARG | ( | Condition | , |
OnTypeSelected | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 206 of file Condition.cxx.
rptui::IMPL_LINK_NOARG | ( | ConditionalFormattingDialog | , |
OnScroll | , | ||
weld::ScrolledWindow & | , | ||
void | |||
) |
Definition at line 260 of file CondFormat.cxx.
References MAX_CONDITIONS.
rptui::IMPL_LINK_NOARG | ( | ConditionField | , |
OnFormula | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 52 of file Condition.cxx.
References rptui::ReportFormula::getCompleteFormula(), rptui::ReportFormula::getUndecoratedContent(), openDialogFormula_nothrow(), and sFormula.
Definition at line 58 of file dlgedfunc.cxx.
rptui::IMPL_LINK_NOARG | ( | NavigatorTree | , |
OnEntrySelDesel | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 326 of file Navigator.cxx.
References m_rController.
rptui::IMPL_LINK_NOARG | ( | OAddFieldWindow | , |
FocusChangeHdl | , | ||
weld::Container & | , | ||
void | |||
) |
Definition at line 120 of file AddField.cxx.
References m_xDialog.
rptui::IMPL_LINK_NOARG | ( | OAddFieldWindow | , |
OnDoubleClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 316 of file AddField.cxx.
rptui::IMPL_LINK_NOARG | ( | OAddFieldWindow | , |
OnSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 311 of file AddField.cxx.
rptui::IMPL_LINK_NOARG | ( | ODateTimeDialog | , |
CBClickHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 172 of file DateTime.cxx.
rptui::IMPL_LINK_NOARG | ( | ODesignView | , |
MarkTimeout | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 270 of file DesignView.cxx.
References m_pPropWin, and Resize.
rptui::IMPL_LINK_NOARG | ( | ODesignView | , |
SplitHdl | , | ||
SplitWindow * | , | ||
void | |||
) |
Definition at line 402 of file DesignView.cxx.
References m_pPropWin, TASKPANE_ID, and Size::Width().
rptui::IMPL_LINK_NOARG | ( | OFieldExpressionControl | , |
CBChangeHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 397 of file GroupsSorting.cxx.
rptui::IMPL_LINK_NOARG | ( | OFieldExpressionControl | , |
DelayedDelete | , | ||
void * | , | ||
void | |||
) |
Definition at line 774 of file GroupsSorting.cxx.
References DeleteRows.
rptui::IMPL_LINK_NOARG | ( | OGroupsSortingDialog | , |
OnControlFocusGot | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 933 of file GroupsSorting.cxx.
References RptResId().
rptui::IMPL_LINK_NOARG | ( | OGroupsSortingDialog | , |
OnWidgetFocusLost | , | ||
weld::Widget & | , | ||
void | |||
) |
Definition at line 965 of file GroupsSorting.cxx.
rptui::IMPL_LINK_NOARG | ( | ONavigator | , |
FocusChangeHdl | , | ||
weld::Container & | , | ||
void | |||
) |
Definition at line 806 of file Navigator.cxx.
References m_xDialog.
rptui::IMPL_LINK_NOARG | ( | OScrollWindowHelper | , |
ScrollHdl | , | ||
weld::Scrollbar & | , | ||
void | |||
) |
Definition at line 175 of file ScrollHelper.cxx.
rptui::IMPL_LINK_NOARG | ( | OSectionWindow | , |
EndSplitHdl | , | ||
Splitter * | , | ||
void | |||
) |
Definition at line 320 of file SectionWindow.cxx.
rptui::IMPL_LINK_NOARG | ( | OSectionWindow | , |
StartSplitHdl | , | ||
Splitter * | , | ||
void | |||
) |
Definition at line 314 of file SectionWindow.cxx.
References RptResId().
rptui::IMPL_LINK_NOARG | ( | PropBrw | , |
OnAsyncGetFocus | , | ||
void * | , | ||
void | |||
) |
Definition at line 514 of file propbrw.cxx.
rptui::IMPL_STATIC_LINK | ( | DlgEdFactory | , |
MakeObject | , | ||
SdrObjCreatorParams | , | ||
aParams | , | ||
rtl::Reference< SdrObject > | |||
) |
Definition at line 42 of file dlgedfac.cxx.
References PROPERTY_ORIENTATION.
SdrObject * rptui::isOver | ( | const tools::Rectangle & | _rRect, |
SdrPage const & | _rPage, | ||
SdrView const & | _rView, | ||
bool | _bAllObjects, | ||
rtl::Reference< SdrUnoObj > | _pIgnoreList[], | ||
int | _nIgnoreListLength | ||
) |
Definition at line 889 of file UITools.cxx.
References tools::Rectangle::Bottom(), checkArrayForOccurrence(), tools::Rectangle::GetIntersection(), SdrObject::GetLastBoundRect(), tools::Rectangle::IsEmpty(), SdrMarkView::IsObjMarked(), tools::Rectangle::Left(), SdrObjListIter::Next(), tools::Rectangle::Right(), and tools::Rectangle::Top().
SdrObject * rptui::isOver | ( | const tools::Rectangle & | _rRect, |
SdrPage const & | _rPage, | ||
SdrView const & | _rView, | ||
bool | _bAllObjects = false , |
||
SdrObject const * | _pIgnore = nullptr , |
||
sal_Int16 | _nIgnoreType = 0 |
||
) |
checks whether the given rectangle overlapps another OUnoObject object in that view.
_rRect | |
_rPage | |
_bAllObjects | if <TRUE> all objects are taken into account, otherwise only not marked ones |
Definition at line 846 of file UITools.cxx.
References tools::Rectangle::Bottom(), tools::Rectangle::GetIntersection(), SdrObject::GetLastBoundRect(), SdrObject::GetObjIdentifier(), tools::Rectangle::IsEmpty(), SdrMarkView::IsObjMarked(), ISOVER_IGNORE_CUSTOMSHAPES, tools::Rectangle::Left(), SdrObjListIter::Next(), tools::Rectangle::Right(), and tools::Rectangle::Top().
Referenced by rptui::OReportController::addPairControls(), correctOverlapping(), rptui::OViewsWindow::handleKey(), isOver(), rptui::DlgEdFunc::isRectangleHit(), lcl_getNewRectSize(), rptui::DlgEdFuncInsert::MouseButtonUp(), and rptui::OReportSection::Paste().
SdrObject * rptui::isOver | ( | SdrObject const * | _pObj, |
SdrPage const & | _rPage, | ||
SdrView const & | _rView | ||
) |
checks whether the given OUnoObject object rectangle overlapps another object in that view.
_pObj | |
_rPage | |
_rView |
Definition at line 916 of file UITools.cxx.
References SdrObject::GetCurrentBoundRect(), and isOver().
|
static |
Definition at line 57 of file GroupsSorting.cxx.
References aEntries, weld::ComboBox::append_text(), PROPERTY_LABEL, and xColumn.
Referenced by rptui::OFieldExpressionControl::fillColumns().
|
static |
Definition at line 28 of file ReportUndoFactory.cxx.
References rptui::OGroupHelper::getMemberFunction(), rptui::OReportHelper::getMemberFunction(), and SdrObject::getSdrModelFromSdrObject().
Referenced by rptui::OReportUndoFactory::CreateUndoDeleteObject(), rptui::OReportUndoFactory::CreateUndoInsertObject(), and rptui::OReportUndoFactory::CreateUndoNewObject().
|
static |
Definition at line 1103 of file RptObject.cxx.
Referenced by rptui::OOle2Obj::initializeChart(), rptui::OOle2Obj::initializeOle(), and rptui::OOle2Obj::OOle2Obj().
|
static |
Definition at line 58 of file Navigator.cxx.
References sId.
Referenced by rptui::NavigatorTree::_elementInserted(), and rptui::NavigatorTree::traverseSection().
|
static |
Definition at line 75 of file Navigator.cxx.
References rptui::ReportFormula::getUndecoratedContent(), rptui::ReportFormula::isValid(), PROPERTY_DATAFIELD, PROPERTY_NAME, and sName.
Referenced by rptui::NavigatorTree::_elementInserted(), rptui::NavigatorTree::UserData::_propertyChanged(), and rptui::NavigatorTree::traverseSection().
|
static |
Definition at line 54 of file ViewsWindow.cxx.
References tools::Rectangle::Bottom(), BOTTOM, CENTER_HORIZONTAL, CENTER_VERTICAL, tools::Rectangle::GetIntersection(), tools::Rectangle::getOpenHeight(), tools::Rectangle::getOpenWidth(), SdrObject::getSdrPageFromSdrObject(), SdrObject::GetSnapRect(), HEIGHT_GREATEST, tools::Rectangle::IsEmpty(), isOver(), tools::Rectangle::Left(), LEFT, tools::Rectangle::Move(), tools::Rectangle::Right(), RIGHT, tools::Rectangle::SetBottom(), tools::Rectangle::setHeight(), tools::Rectangle::SetLeft(), tools::Rectangle::SetRight(), tools::Rectangle::SetTop(), tools::Rectangle::setWidth(), tools::Rectangle::Top(), TOP, and WIDTH_GREATEST.
Referenced by rptui::OViewsWindow::alignMarkedObjects().
|
static |
Definition at line 68 of file ReportSection.cxx.
References CFG_REPORTDESIGNER, DBOVERLAPPEDCONTROL, svtools::ExtendedColorConfigValue::getColor(), and svtools::ExtendedColorConfig::GetColorValue().
Referenced by rptui::OReportSection::SetMode().
|
static |
Definition at line 354 of file SectionWindow.cxx.
References vcl::Window::Invalidate(), vcl::Window::Scroll(), Point::X(), and Point::Y().
Referenced by rptui::OSectionWindow::scrollChildren().
|
static |
Definition at line 142 of file dlgedfunc.cxx.
References uno::Any::hasValue(), and PROPERTY_CONTROLBACKGROUND.
Referenced by rptui::DlgEdFunc::colorizeOverlappedObject(), and rptui::DlgEdFunc::unColorizeOverlappedObj().
|
static |
Definition at line 360 of file SectionWindow.cxx.
References aMap, vcl::Window::GetMapMode(), and vcl::Window::SetMapMode().
Referenced by rptui::OSectionWindow::scrollChildren().
|
static |
Definition at line 37 of file ScrollHelper.cxx.
References ScrollAdaptor::SetPageSize(), and ScrollAdaptor::SetVisibleSize().
Referenced by rptui::OScrollWindowHelper::ResizeScrollBars().
void rptui::notifySystemWindow | ( | vcl::Window const * | pWindow, |
vcl::Window * | pToRegister, | ||
const ::comphelper::mem_fun1_t< TaskPaneList, vcl::Window * > & | rMemFunc | ||
) |
notifySystemWindow adds or remove the given window _pToRegister at the Systemwindow found when search _pWindow.
pWindow | The window which is used to search for the SystemWindow. |
pToRegister | The window which should be added or removed on the TaskPaneList. |
rMemFunc | The member function which should be called at the SystemWindow when found. Possible values are: ::comphelper::mem_fun(&TaskPaneList::AddWindow) ::comphelper::mem_fun(&TaskPaneList::RemoveWindow) |
Definition at line 836 of file UITools.cxx.
References vcl::Window::GetSystemWindow(), and SystemWindow::GetTaskPaneList().
Referenced by rptui::ODesignView::dispose(), rptui::PropBrw::dispose(), and rptui::ODesignView::togglePropertyBrowser().
|
static |
Definition at line 548 of file RptObject.cxx.
References SERVICE_FIXEDLINE, SERVICE_FIXEDTEXT, SERVICE_FORMATTEDFIELD, SERVICE_IMAGECONTROL, SERVICE_REPORTDEFINITION, and SERVICE_SHAPE.
bool rptui::openAreaDialog | ( | const css::uno::Reference< css::report::XShape > & | _xShape, |
const css::uno::Reference< css::awt::XWindow > & | _xWindow | ||
) |
opens the area dialog for shapes
Referenced by rptui::GeometryHandler::onInteractivePropertySelection().
bool rptui::openAreaDialog | ( | const uno::Reference< report::XShape > & | _xShape, |
const uno::Reference< awt::XWindow > & | _rxParentWindow | ||
) |
Definition at line 741 of file UITools.cxx.
References SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateSvxAreaTabDialog(), DBG_UNHANDLED_EXCEPTION, SfxItemPool::GetFirstWhich(), Application::GetFrameWeld(), SfxItemPool::GetLastWhich(), reportdesign::OReportDefinition::getSdrModel(), and RET_OK.
bool rptui::openCharDialog | ( | const css::uno::Reference< css::report::XReportControlFormat > & | _xReportControlFormat, |
const css::uno::Reference< css::awt::XWindow > & | _xWindow, | ||
css::uno::Sequence< css::beans::NamedValue > & | _out_rNewValues | ||
) |
opens the common character font dialog
Referenced by rptui::OReportController::Execute(), and rptui::GeometryHandler::onInteractivePropertySelection().
bool rptui::openCharDialog | ( | const uno::Reference< report::XReportControlFormat > & | _rxReportControlFormat, |
const uno::Reference< awt::XWindow > & | _rxParentWindow, | ||
uno::Sequence< beans::NamedValue > & | _out_rNewValues | ||
) |
Definition at line 549 of file UITools.cxx.
References aItemInfos, ASIAN, COL_DEFAULT_SHAPE_FILLING, COL_DEFAULT_SHAPE_STROKE, COMPLEX, XColorList::CreateStdColorList(), DBG_UNHANDLED_EXCEPTION, Application::GetDefaultDevice(), Application::GetFrameWeld(), SfxTabDialogController::GetOutputItemSet(), ITALIC_NONE, ITEMID_AUTOKERN, ITEMID_BLINK, ITEMID_BRUSH, ITEMID_CASEMAP, ITEMID_CHARHIDDEN, ITEMID_CHARRELIEF, ITEMID_CHARROTATE, ITEMID_CHARSCALE_W, ITEMID_COLOR, ITEMID_COLOR_TABLE, ITEMID_CONTOUR, ITEMID_CROSSEDOUT, ITEMID_EMPHASISMARK, ITEMID_ESCAPEMENT, ITEMID_FONT, ITEMID_FONT_ASIAN, ITEMID_FONT_COMPLEX, ITEMID_FONTHEIGHT, ITEMID_FONTHEIGHT_ASIAN, ITEMID_FONTHEIGHT_COMPLEX, ITEMID_FONTLIST, ITEMID_HORJUSTIFY, ITEMID_KERNING, ITEMID_LANGUAGE, ITEMID_LANGUAGE_ASIAN, ITEMID_LANGUAGE_COMPLEX, ITEMID_POSTURE, ITEMID_POSTURE_ASIAN, ITEMID_POSTURE_COMPLEX, ITEMID_SHADOWED, ITEMID_TWOLINES, ITEMID_UNDERLINE, ITEMID_VERJUSTIFY, ITEMID_WEIGHT, ITEMID_WEIGHT_ASIAN, ITEMID_WEIGHT_COMPLEX, ITEMID_WORDLINEMODE, svl::Items, LANGUAGE_GERMAN, LINESTYLE_NONE, SfxTabDialogController::RemoveTabPage(), RET_OK, SfxTabDialogController::run(), SAL_N_ELEMENTS, STRIKEOUT_NONE, WEIGHT_NORMAL, WESTERN, XATTR_FILL_FIRST(), XATTR_FILLBACKGROUND(), and XATTR_FILLSTYLE().
bool rptui::openDialogFormula_nothrow | ( | OUString & | _in_out_rFormula, |
const css::uno::Reference< css::uno::XComponentContext > & | _xContext, | ||
const css::uno::Reference< css::awt::XWindow > & | _xWindow, | ||
const css::uno::Reference< css::beans::XPropertySet > & | _xRowSet | ||
) |
opens the formula dialog
_out_rFormula | the formula chosen by the user @precond we're really inspecting a database report (well, a RowSet at least) |
Referenced by IMPL_LINK_NOARG(), and rptui::GeometryHandler::onInteractivePropertySelection().
bool rptui::openDialogFormula_nothrow | ( | OUString & | _in_out_rFormula, |
const css::uno::Reference< css::uno::XComponentContext > & | _xContext, | ||
const uno::Reference< awt::XWindow > & | _xInspectorWindow, | ||
const css::uno::Reference< css::beans::XPropertySet > & | _xRowSet | ||
) |
Definition at line 1007 of file UITools.cxx.
References _xContext, rptui::FormulaDialog::getCurrentFormula(), Application::GetFrameWeld(), rptui::ReportFormula::getUndecoratedContent(), dbtools::SQLExceptionInfo::isValid(), LANGUAGE_SYSTEM, RET_OK, sFormula, TOOLS_WARN_EXCEPTION, and xFactory.
|
constexpr |
|
constexpr |
|
constexpr |
Referenced by reportdesign::OReportDefinition::init().
class REPORTDESIGN_DLLPUBLIC rptui::SAL_LOPLUGIN_ANNOTATE | ( | "crosscast" | ) |
called by instances of derived classes to implement their overriding of getUnoShape
css::uno::RuntimeException |
releases the reference to our UNO shape (m_xKeepShapeAlive)
Definition at line 63 of file RptObject.hxx.
References StartListening, and supportsService().
void rptui::setZoomFactor | ( | const Fraction & | _aZoom, |
vcl::Window & | _rWindow | ||
) |
sets the map mode at the window
_aZoom | the zoom scale |
_rWindow | where to set the map mode |
Definition at line 999 of file UITools.cxx.
References vcl::Window::GetMapMode(), vcl::Window::SetMapMode(), MapMode::SetScaleX(), and MapMode::SetScaleY().
Referenced by rptui::OReportController::impl_zoom_nothrow(), rptui::OSectionWindow::zoom(), rptui::OStartMarker::zoom(), and rptui::OViewsWindow::zoom().
const sal_Int16 rptui::ISOVER_IGNORE_CUSTOMSHAPES = 1 |
Definition at line 131 of file UITools.hxx.
Referenced by isOver(), and rptui::DlgEdFunc::isRectangleHit().
|
constexpr |
Definition at line 31 of file CondFormat.hxx.
Referenced by rptui::ConditionalFormattingDialog::impl_ensureConditionVisible(), rptui::ConditionalFormattingDialog::impl_getLastVisibleConditionIndex(), rptui::ConditionalFormattingDialog::impl_layoutAll(), IMPL_LINK_NOARG(), rptui::ConditionalFormattingDialog::impl_scrollTo(), and rptui::ConditionalFormattingDialog::impl_setPrefHeight().