Searched refs:EnhancedCustomShapeEngine (Results 1 – 6 of 6) sorted by relevance
79 EnhancedCustomShapeEngine::EnhancedCustomShapeEngine( const REF( NMSP_LANG::XMultiServiceFactory )&… in EnhancedCustomShapeEngine() function in EnhancedCustomShapeEngine84 EnhancedCustomShapeEngine::~EnhancedCustomShapeEngine() in ~EnhancedCustomShapeEngine()90 void SAL_CALL EnhancedCustomShapeEngine::acquire() throw() in acquire()94 void SAL_CALL EnhancedCustomShapeEngine::release() throw() in release()101 void SAL_CALL EnhancedCustomShapeEngine::initialize( const SEQ( NMSP_UNO::Any )& aArguments ) in initialize()123 rtl::OUString SAL_CALL EnhancedCustomShapeEngine::getImplementationName() in getImplementationName()128 sal_Bool SAL_CALL EnhancedCustomShapeEngine::supportsService( const rtl::OUString& rServiceName ) in supportsService()133 SEQ( rtl::OUString ) SAL_CALL EnhancedCustomShapeEngine::getSupportedServiceNames() in SEQ()141 SdrObject* EnhancedCustomShapeEngine::ImplForceGroupWithText( const SdrObjCustomShape* pCustoObj, S… in ImplForceGroupWithText()260 REF( com::sun::star::drawing::XShape ) SAL_CALL EnhancedCustomShapeEngine::render() in REF()[all …]
69 class EnhancedCustomShapeEngine : public cppu::WeakImplHelper3 class83 … EnhancedCustomShapeEngine( const REF( NMSP_LANG::XMultiServiceFactory )& rxMgr );84 virtual ~EnhancedCustomShapeEngine();
73 If the CustomShapeEngine property is "com.sun.star.drawing.EnhancedCustomShapeEngine",
92 If the CustomShapeEngine property is "com.sun.star.drawing.EnhancedCustomShapeEngine",
99 svx/source/customshapes/EnhancedCustomShapeEngine \
222 return *new EnhancedCustomShapeEngine( rxFact ); in create_EnhancedCustomShapeEngine()