LibreOffice Module svx (master) 1
|
Functions | |
static void | adjustControlGeometry_throw (const ControlHolder &_rControl, const tools::Rectangle &_rLogicBoundingRect, const basegfx::B2DHomMatrix &_rViewTransformation, const ::basegfx::B2DHomMatrix &_rZoomLevelNormalization) |
positions a control, and sets its zoom mode, using a given transformation and output device More... | |
static void | disposeAndClearControl_nothrow (ControlHolder &_rControl) |
disposes the given control More... | |
|
static |
positions a control, and sets its zoom mode, using a given transformation and output device
Definition at line 279 of file viewobjectcontactofunocontrol.cxx.
References tools::Rectangle::Bottom(), basegfx::B2DHomMatrix::decompose(), basegfx::Tuple2D< typename TYPE >::getX(), basegfx::Tuple2D< typename TYPE >::getY(), comphelper::LibreOfficeKit::isActive(), tools::Rectangle::Left(), tools::Rectangle::Right(), and tools::Rectangle::Top().
Referenced by sdr::contact::ViewObjectContactOfUnoControl_Impl::createControlForDevice(), and sdr::contact::ViewObjectContactOfUnoControl_Impl::positionAndZoomControl().
|
static |
disposes the given control
Definition at line 322 of file viewobjectcontactofunocontrol.cxx.
References DBG_UNHANDLED_EXCEPTION, and Exception.
Referenced by sdr::contact::ViewObjectContactOfUnoControl_Impl::createControlForDevice(), sdr::contact::ViewObjectContactOfUnoControl_Impl::impl_dispose_nothrow(), and sdr::contact::ViewObjectContactOfUnoControl_Impl::impl_ensureControl_nothrow().