Lines Matching refs:xController

383         uno::Reference< frame::XStatusbarController > xController;  in CreateControllers()  local
428 xController = uno::Reference< frame::XStatusbarController >( in CreateControllers()
435 if ( !xController.is() ) in CreateControllers()
459 xController = uno::Reference< frame::XStatusbarController >( in CreateControllers()
464 m_aControllerMap[nId] = xController; in CreateControllers()
467 xController->initialize( aArgs ); in CreateControllers()
652 uno::Reference< frame::XStatusbarController > xController( it->second ); in UserDraw() local
653 if ( xController.is() && rUDEvt.GetDevice() ) in UserDraw()
663 xController->paint( xGraphics, aRect, rUDEvt.GetStyle() ); in UserDraw()
682 uno::Reference< frame::XStatusbarController > xController( it->second ); in Command() local
683 if ( xController.is() ) in Command()
688 xController->command( aPos, awt::Command::CONTEXTMENU, sal_True, uno::Any() ); in Command()
711 uno::Reference< frame::XStatusbarController > xController( it->second ); in MouseButton() local
712 if ( xController.is() ) in MouseButton()
719 (xController.get()->*_pMethod)( aMouseEvent); in MouseButton()
748 uno::Reference< frame::XStatusbarController > xController( it->second ); in IMPL_LINK() local
749 if ( xController.is() ) in IMPL_LINK()
753 xController->click( aAWTPoint ); in IMPL_LINK()
771 uno::Reference< frame::XStatusbarController > xController( it->second ); in IMPL_LINK() local
772 if ( xController.is() ) in IMPL_LINK()
776 xController->doubleClick( aAWTPoint ); in IMPL_LINK()