Lines Matching refs:VCLXRegion

40 VCLXRegion::VCLXRegion()  in VCLXRegion()  function in VCLXRegion
44 VCLXRegion::~VCLXRegion() in ~VCLXRegion()
49 ::com::sun::star::uno::Any VCLXRegion::queryInterface( const ::com::sun::star::uno::Type & rType ) … in queryInterface()
59 IMPL_XUNOTUNNEL( VCLXRegion )
62 IMPL_XTYPEPROVIDER_START( VCLXRegion ) in IMPL_XTYPEPROVIDER_START() argument
68 ::com::sun::star::awt::Rectangle VCLXRegion::getBounds() throw(::com::sun::star::uno::RuntimeExcept… in IMPL_XTYPEPROVIDER_START()
75 void VCLXRegion::clear() throw(::com::sun::star::uno::RuntimeException) in clear()
82 void VCLXRegion::move( sal_Int32 nHorzMove, sal_Int32 nVertMove ) throw(::com::sun::star::uno::Runt… in move()
89 void VCLXRegion::unionRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun::… in unionRectangle()
96 void VCLXRegion::intersectRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::s… in intersectRectangle()
103 void VCLXRegion::excludeRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun… in excludeRectangle()
110 void VCLXRegion::xOrRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun::st… in xOrRectangle()
117 void VCLXRegion::unionRegion( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XRegio… in unionRegion()
125 void VCLXRegion::intersectRegion( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XR… in intersectRegion()
133 void VCLXRegion::excludeRegion( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XReg… in excludeRegion()
141 void VCLXRegion::xOrRegion( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XRegion … in xOrRegion()
149 ::com::sun::star::uno::Sequence< ::com::sun::star::awt::Rectangle > VCLXRegion::getRectangles() thr… in getRectangles()