Searched refs:VCLXRegion (Results 1 – 4 of 4) sorted by relevance
40 VCLXRegion::VCLXRegion() in VCLXRegion() function in VCLXRegion44 VCLXRegion::~VCLXRegion() in ~VCLXRegion()59 IMPL_XUNOTUNNEL( VCLXRegion )62 IMPL_XTYPEPROVIDER_START( VCLXRegion ) in IMPL_XTYPEPROVIDER_START() argument68 ::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()[all …]
662 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XRegion > xRef = new VCLXRegion; in createRegion()
40 class VCLXRegion : public ::com::sun::star::awt::XRegion, class53 VCLXRegion();54 ~VCLXRegion();66 …static VCLXRegion* GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun…
140 VCLXRegion* pVCLRegion = VCLXRegion::GetImplementation( rxRegion ); in GetRegion()
Completed in 22 milliseconds