Home
last modified time | relevance | path

Searched refs:xUpdatable (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dcharthelper.cxx78 const uno::Reference< util::XUpdatable > xUpdatable(xChartView, uno::UNO_QUERY_THROW); in tryToGetChartContentAsPrimitive2DSequence() local
80 if(xUpdatable.is()) in tryToGetChartContentAsPrimitive2DSequence()
82 xUpdatable->update(); in tryToGetChartContentAsPrimitive2DSequence()
/trunk/main/sfx2/source/sidebar/
H A DControllerFactory.cxx123 Reference<util::XUpdatable> xUpdatable (xController, UNO_QUERY); in CreateToolBoxController() local
124 if (xUpdatable.is()) in CreateToolBoxController()
125 xUpdatable->update(); in CreateToolBoxController()
/trunk/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx415 Reference< XUpdatable > xUpdatable( xController, UNO_QUERY ); in FillToolbar() local
416 if ( xUpdatable.is() ) in FillToolbar()
420 xUpdatable->update(); in FillToolbar()
H A Dtoolbarmanager.cxx504 Reference< XUpdatable > xUpdatable( pIter->second, UNO_QUERY ); in UpdateControllers() local
505 if ( xUpdatable.is() ) in UpdateControllers()
506 xUpdatable->update(); in UpdateControllers()
527 Reference< XUpdatable > xUpdatable( xController, UNO_QUERY ); in UpdateController() local
528 if ( xUpdatable.is() ) in UpdateController()
529 xUpdatable->update(); in UpdateController()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx469 const Reference<util::XUpdatable> xUpdatable( *iPos, UNO_QUERY ); in update() local
470 if (xUpdatable.is()) in update()
471 xUpdatable->update(); in update()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx1235 Reference<util::XUpdatable> xUpdatable( m_xRegistry, UNO_QUERY ); in reinstallDeployedPackages() local
1236 if (xUpdatable.is()) in reinstallDeployedPackages()
1237 xUpdatable->update(); in reinstallDeployedPackages()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx527 uno::Reference< util::XUpdatable > xUpdatable( m_xChartView, uno::UNO_QUERY ); in execute_Paint() local
528 if( xUpdatable.is() ) in execute_Paint()
529 xUpdatable->update(); in execute_Paint()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx2159 uno::Reference< util::XUpdatable > xUpdatable( xView->getCanvas(), in update() local
2161 xUpdatable->update(); in update()

Completed in 59 milliseconds