Lines Matching refs:SvxUnoDrawingModel
86 SvxUnoDrawingModel& mrModel;
89 SvxUnoDrawPagesAccess( SvxUnoDrawingModel& rMyModel ) throw();
273 SvxUnoDrawingModel::SvxUnoDrawingModel( SdrModel* pDoc ) throw() in SvxUnoDrawingModel() function in SvxUnoDrawingModel
278 SvxUnoDrawingModel::~SvxUnoDrawingModel() throw() in ~SvxUnoDrawingModel()
282 uno::Any SAL_CALL SvxUnoDrawingModel::queryInterface( const uno::Type & rType ) throw(uno::RuntimeE… in queryInterface()
296 void SAL_CALL SvxUnoDrawingModel::acquire() throw ( ) in acquire()
301 void SAL_CALL SvxUnoDrawingModel::release() throw ( ) in release()
307 uno::Sequence< uno::Type > SAL_CALL SvxUnoDrawingModel::getTypes( ) throw(uno::RuntimeException) in getTypes()
332 uno::Sequence< sal_Int8 > SAL_CALL SvxUnoDrawingModel::getImplementationId( ) throw(uno::RuntimeEx… in getImplementationId()
343 void SAL_CALL SvxUnoDrawingModel::lockControllers( ) in lockControllers()
350 void SAL_CALL SvxUnoDrawingModel::unlockControllers( ) in unlockControllers()
359 sal_Bool SAL_CALL SvxUnoDrawingModel::hasControllersLocked( ) in hasControllersLocked()
366 uno::Reference< drawing::XDrawPages > SAL_CALL SvxUnoDrawingModel::getDrawPages() in getDrawPages()
380 uno::Reference< uno::XInterface > SAL_CALL SvxUnoDrawingModel::createInstance( const OUString& aSer… in createInstance()
541 uno::Sequence< OUString > SAL_CALL SvxUnoDrawingModel::getAvailableServiceNames() in getAvailableServiceNames()
579 OUString SAL_CALL SvxUnoDrawingModel::getImplementationName() in getImplementationName()
585 sal_Bool SAL_CALL SvxUnoDrawingModel::supportsService( const OUString& ServiceName ) in supportsService()
591 uno::Sequence< OUString > SAL_CALL SvxUnoDrawingModel::getSupportedServiceNames() throw(uno::Runtim… in getSupportedServiceNames()
599 uno::Reference< com::sun::star::ucb::XAnyCompare > SAL_CALL SvxUnoDrawingModel::createAnyCompareByN… in createAnyCompareByName()
609 SvxUnoDrawPagesAccess::SvxUnoDrawPagesAccess( SvxUnoDrawingModel& rMyModel ) throw() in SvxUnoDrawPagesAccess()