|
LibreOffice Module svx (master) 1
|
#include <viewobjectcontactofunocontrol.hxx>
Public Member Functions | |
| UnoControlPrintOrPreviewContact (ObjectContactOfPageView &_rObjectContact, ViewContactOfUnoControl &_rViewContact) | |
| virtual | ~UnoControlPrintOrPreviewContact () override |
Public Member Functions inherited from sdr::contact::ViewObjectContactOfUnoControl | |
| ViewObjectContactOfUnoControl (ObjectContact &_rObjectContact, ViewContactOfUnoControl &_rViewContact) | |
| css::uno::Reference< css::awt::XControl > | getControl () |
| returns the ->XControl instance belonging to the instance, creates it if necessary More... | |
| void | ensureControlVisibility (bool _bVisible) const |
| ensures that the control belonging to this instances has a given visibility More... | |
| void | setControlDesignMode (bool _bDesignMode) const |
| sets the design/alive mode of the control More... | |
| void | propertyChange () |
| callback from impl class to react on changes of properties form the XControlModel More... | |
| virtual void | ActionChanged () override |
| React on changes of the object of this ViewContact. More... | |
| void | onControlChangedOrModified (ImplAccess) |
Public Member Functions inherited from sdr::contact::ViewObjectContactOfSdrObj | |
| ViewObjectContactOfSdrObj (ObjectContact &rObjectContact, ViewContact &rViewContact) | |
| virtual | ~ViewObjectContactOfSdrObj () override |
| virtual bool | isPrimitiveVisible (const DisplayInfo &rDisplayInfo) const override |
| const OutputDevice * | getPageViewOutputDevice () const |
| retrieves the device which a PageView belongs to, starting from its ObjectContactOfPageView More... | |
Public Member Functions inherited from sdr::contact::ViewObjectContact | |
| ViewObjectContact (ObjectContact &rObjectContact, ViewContact &rViewContact) | |
| virtual | ~ViewObjectContact () |
| ObjectContact & | GetObjectContact () const |
| ViewContact & | GetViewContact () const |
| const basegfx::B2DRange & | getObjectRange () const |
| virtual void | ActionChanged () |
| void | triggerLazyInvalidate () |
| bool | isAnimated () const |
| void | ActionChildInserted (ViewContact &rChild) |
| drawinglayer::primitive2d::Primitive2DContainer const & | getPrimitive2DSequence (const DisplayInfo &rDisplayInfo) const |
| void | createStructureTag (drawinglayer::primitive2d::Primitive2DContainer &rNewPrimitiveSequence) const |
| Check if we need to embed to a StructureTagPrimitive2D, too. More... | |
| virtual bool | isExportPDFTags () const |
| check if getPrimitive2DSequence() should create tag More... | |
| virtual bool | isPrimitiveVisible (const DisplayInfo &rDisplayInfo) const |
| virtual bool | isPrimitiveGhosted (const DisplayInfo &rDisplayInfo) const |
| virtual void | getPrimitive2DSequenceHierarchy (DisplayInfo &rDisplayInfo, drawinglayer::primitive2d::Primitive2DDecompositionVisitor &rVisitor) const |
| void | getPrimitive2DSequenceSubHierarchy (DisplayInfo &rDisplayInfo, drawinglayer::primitive2d::Primitive2DDecompositionVisitor &rVisitor) const |
| const basegfx::B2DVector & | getGridOffset () const |
| void | resetGridOffset () |
Private Member Functions | |
| UnoControlPrintOrPreviewContact (const UnoControlPrintOrPreviewContact &)=delete | |
| UnoControlPrintOrPreviewContact & | operator= (const UnoControlPrintOrPreviewContact &)=delete |
| virtual void | createPrimitive2DSequence (const DisplayInfo &rDisplayInfo, drawinglayer::primitive2d::Primitive2DDecompositionVisitor &rVisitor) const override |
Additional Inherited Members | |
Static Public Member Functions inherited from sdr::contact::ViewObjectContactOfUnoControl | |
| static css::uno::Reference< css::awt::XControl > | getTemporaryControlForWindow (const vcl::Window &_rWindow, css::uno::Reference< css::awt::XControlContainer > &_inout_ControlContainer, const SdrUnoObj &_rUnoObject) |
| retrieves a temporary XControl instance, whose parent is the given device @seealso SdrUnoObj::GetTemporaryControlForWindow More... | |
Protected Member Functions inherited from sdr::contact::ViewObjectContactOfUnoControl | |
| virtual | ~ViewObjectContactOfUnoControl () override |
| virtual void | createPrimitive2DSequence (const DisplayInfo &rDisplayInfo, drawinglayer::primitive2d::Primitive2DDecompositionVisitor &rVisitor) const override |
| virtual bool | isPrimitiveVisible (const DisplayInfo &_rDisplayInfo) const override |
| void | impl_onControlChangedOrModified () |
| to be called when any aspect of the control which requires view updates changed More... | |
Protected Member Functions inherited from sdr::contact::ViewObjectContactOfSdrObj | |
| const SdrObject & | getSdrObject () const |
Protected Member Functions inherited from sdr::contact::ViewObjectContact | |
| void | checkForPrimitive2DAnimations () |
| virtual void | createPrimitive2DSequence (const DisplayInfo &rDisplayInfo, drawinglayer::primitive2d::Primitive2DDecompositionVisitor &rVisitor) const |
| void | flushPrimitive2DSequence () |
Protected Attributes inherited from sdr::contact::ViewObjectContactOfUnoControl | |
| ::rtl::Reference< ViewObjectContactOfUnoControl_Impl > | m_pImpl |
Definition at line 106 of file viewobjectcontactofunocontrol.hxx.
| sdr::contact::UnoControlPrintOrPreviewContact::UnoControlPrintOrPreviewContact | ( | ObjectContactOfPageView & | _rObjectContact, |
| ViewContactOfUnoControl & | _rViewContact | ||
| ) |
Definition at line 1770 of file viewobjectcontactofunocontrol.cxx.
|
overridevirtual |
Definition at line 1776 of file viewobjectcontactofunocontrol.cxx.
|
privatedelete |
|
overrideprivatevirtual |
Reimplemented from sdr::contact::ViewObjectContactOfUnoControl.
Definition at line 1781 of file viewobjectcontactofunocontrol.cxx.
References sdr::contact::ViewObjectContactOfUnoControl::createPrimitive2DSequence(), and sdr::contact::ViewObjectContactOfUnoControl::m_pImpl.
|
privatedelete |