LibreOffice Module svx (master)
1
|
#include <viewobjectcontactofunocontrol.hxx>
Private Member Functions | |
UnoControlPrintOrPreviewContact (const UnoControlPrintOrPreviewContact &)=delete | |
UnoControlPrintOrPreviewContact & | operator= (const UnoControlPrintOrPreviewContact &)=delete |
virtual drawinglayer::primitive2d::Primitive2DContainer | createPrimitive2DSequence (const DisplayInfo &rDisplayInfo) const override |
Additional Inherited Members | |
![]() | |
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 SdrUnoObj::GetTemporaryControlForWindow More... | |
![]() | |
virtual | ~ViewObjectContactOfUnoControl () 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... | |
![]() | |
const SdrObject & | getSdrObject () const |
![]() | |
void | checkForPrimitive2DAnimations () |
void | flushPrimitive2DSequence () |
![]() | |
::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 1764 of file viewobjectcontactofunocontrol.cxx.
|
overridevirtual |
Definition at line 1770 of file viewobjectcontactofunocontrol.cxx.
|
privatedelete |
|
overrideprivatevirtual |
Reimplemented from sdr::contact::ViewObjectContactOfUnoControl.
Definition at line 1775 of file viewobjectcontactofunocontrol.cxx.
References sdr::contact::ViewObjectContactOfUnoControl::createPrimitive2DSequence(), and sdr::contact::ViewObjectContactOfUnoControl::m_pImpl.
|
privatedelete |