Lines Matching refs:BackingComp

87 BackingComp::BackingComp( const css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR )  in BackingComp()  function in framework::BackingComp
95 BackingComp::~BackingComp() in ~BackingComp()
116 css::uno::Any SAL_CALL BackingComp::queryInterface( /*IN*/ const css::uno::Type& aType ) in queryInterface()
157 void SAL_CALL BackingComp::acquire() in acquire()
168 void SAL_CALL BackingComp::release() in release()
187 css::uno::Sequence< css::uno::Type > SAL_CALL BackingComp::getTypes() in getTypes()
234 css::uno::Sequence< sal_Int8 > SAL_CALL BackingComp::getImplementationId() in getImplementationId()
266 ::rtl::OUString SAL_CALL BackingComp::getImplementationName() in getImplementationName()
286 sal_Bool SAL_CALL BackingComp::supportsService( /*IN*/ const ::rtl::OUString& sServiceName ) in supportsService()
308 css::uno::Sequence< ::rtl::OUString > SAL_CALL BackingComp::getSupportedServiceNames() in getSupportedServiceNames()
327 ::rtl::OUString BackingComp::impl_getStaticImplementationName() in impl_getStaticImplementationName()
345 css::uno::Sequence< ::rtl::OUString > BackingComp::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
367 css::uno::Reference< css::uno::XInterface > SAL_CALL BackingComp::impl_createInstance( /*IN*/ const… in impl_createInstance()
370 BackingComp* pObject = new BackingComp(xSMGR); in impl_createInstance()
391 css::uno::Reference< css::lang::XSingleServiceFactory > BackingComp::impl_createFactory( /*IN*/ con… in impl_createFactory()
396 BackingComp::impl_getStaticImplementationName(), in impl_createFactory()
397 BackingComp::impl_createInstance, in impl_createFactory()
398 BackingComp::impl_getStaticSupportedServiceNames())); in impl_createFactory()
457 void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::frame::XFrame >& xFr… in attachFrame()
548 sal_Bool SAL_CALL BackingComp::attachModel( /*IN*/ const css::uno::Reference< css::frame::XModel >&… in attachModel()
564 css::uno::Reference< css::frame::XModel > SAL_CALL BackingComp::getModel() in getModel()
577 css::uno::Any SAL_CALL BackingComp::getViewData() in getViewData()
591 void SAL_CALL BackingComp::restoreViewData( /*IN*/ const css::uno::Any& ) in restoreViewData()
606 css::uno::Reference< css::frame::XFrame > SAL_CALL BackingComp::getFrame() in getFrame()
630 sal_Bool SAL_CALL BackingComp::suspend( /*IN*/ sal_Bool ) in suspend()
654 void SAL_CALL BackingComp::disposing( /*IN*/ const css::lang::EventObject& aEvent ) in disposing()
684 void SAL_CALL BackingComp::dispose() in dispose()
755 void SAL_CALL BackingComp::addEventListener( /*IN*/ const css::uno::Reference< css::lang::XEventLis… in addEventListener()
773 void SAL_CALL BackingComp::removeEventListener( /*IN*/ const css::uno::Reference< css::lang::XEvent… in removeEventListener()
798 void SAL_CALL BackingComp::initialize( /*IN*/ const css::uno::Sequence< css::uno::Any >& lArgs ) in initialize()
848 void SAL_CALL BackingComp::keyPressed( /*IN*/ const css::awt::KeyEvent& ) in keyPressed()
858 void SAL_CALL BackingComp::keyReleased( /*IN*/ const css::awt::KeyEvent& ) in keyReleased()