Lines Matching refs:BackingComp

82 BackingComp::BackingComp( const css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR )  in BackingComp()  function in framework::BackingComp
90 BackingComp::~BackingComp() in ~BackingComp()
111 css::uno::Any SAL_CALL BackingComp::queryInterface( /*IN*/ const css::uno::Type& aType ) in queryInterface()
152 void SAL_CALL BackingComp::acquire() in acquire()
163 void SAL_CALL BackingComp::release() in release()
182 css::uno::Sequence< css::uno::Type > SAL_CALL BackingComp::getTypes() in getTypes()
229 css::uno::Sequence< sal_Int8 > SAL_CALL BackingComp::getImplementationId() in getImplementationId()
261 ::rtl::OUString SAL_CALL BackingComp::getImplementationName() in getImplementationName()
281 sal_Bool SAL_CALL BackingComp::supportsService( /*IN*/ const ::rtl::OUString& sServiceName ) in supportsService()
303 css::uno::Sequence< ::rtl::OUString > SAL_CALL BackingComp::getSupportedServiceNames() in getSupportedServiceNames()
322 ::rtl::OUString BackingComp::impl_getStaticImplementationName() in impl_getStaticImplementationName()
340 css::uno::Sequence< ::rtl::OUString > BackingComp::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
362 css::uno::Reference< css::uno::XInterface > SAL_CALL BackingComp::impl_createInstance( /*IN*/ const… in impl_createInstance()
365 BackingComp* pObject = new BackingComp(xSMGR); in impl_createInstance()
386 css::uno::Reference< css::lang::XSingleServiceFactory > BackingComp::impl_createFactory( /*IN*/ con… in impl_createFactory()
391 BackingComp::impl_getStaticImplementationName(), in impl_createFactory()
392 BackingComp::impl_createInstance, in impl_createFactory()
393 BackingComp::impl_getStaticSupportedServiceNames())); in impl_createFactory()
452 void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFr… in attachFrame()
543 sal_Bool SAL_CALL BackingComp::attachModel( /*IN*/ const css::uno::Reference< css::frame::XModel >&… in attachModel()
559 css::uno::Reference< css::frame::XModel > SAL_CALL BackingComp::getModel() in getModel()
572 css::uno::Any SAL_CALL BackingComp::getViewData() in getViewData()
586 void SAL_CALL BackingComp::restoreViewData( /*IN*/ const css::uno::Any& ) in restoreViewData()
601 css::uno::Reference< css::frame::XFrame > SAL_CALL BackingComp::getFrame() in getFrame()
625 sal_Bool SAL_CALL BackingComp::suspend( /*IN*/ sal_Bool ) in suspend()
649 void SAL_CALL BackingComp::disposing( /*IN*/ const css::lang::EventObject& aEvent ) in disposing()
679 void SAL_CALL BackingComp::dispose() in dispose()
750 void SAL_CALL BackingComp::addEventListener( /*IN*/ const css::uno::Reference< css::lang::XEventLis… in addEventListener()
768 void SAL_CALL BackingComp::removeEventListener( /*IN*/ const css::uno::Reference< css::lang::XEvent… in removeEventListener()
793 void SAL_CALL BackingComp::initialize( /*IN*/ const css::uno::Sequence< css::uno::Any >& lArgs ) in initialize()
843 void SAL_CALL BackingComp::keyPressed( /*IN*/ const css::awt::KeyEvent& ) in keyPressed()
853 void SAL_CALL BackingComp::keyReleased( /*IN*/ const css::awt::KeyEvent& ) in keyReleased()