Searched refs:ViewDescriptor (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sd/source/ui/framework/factories/ |
H A D | BasicViewFactory.cxx | 94 class BasicViewFactory::ViewDescriptor class in sd::framework::BasicViewFactory 101 static bool CompareView (const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, in CompareView() 113 : public ::std::vector<boost::shared_ptr<ViewDescriptor> > 121 : public ::std::vector<boost::shared_ptr<ViewDescriptor> > 221 ::boost::shared_ptr<ViewDescriptor> pDescriptor (GetViewFromCache(rxViewId, xPane)); in createResource() 258 ::boost::bind(&ViewDescriptor::CompareView, _1, rxView))); in releaseResource() 344 ::boost::shared_ptr<BasicViewFactory::ViewDescriptor> BasicViewFactory::CreateView ( in CreateView() 352 ::boost::shared_ptr<ViewDescriptor> pDescriptor (new ViewDescriptor()); in CreateView() 463 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, in ReleaseView() 544 ::boost::shared_ptr<ViewDescriptor> pDescriptor; in GetViewFromCache() [all …]
|
H A D | BasicViewFactory.hxx | 111 class ViewDescriptor; 123 ::boost::shared_ptr<ViewDescriptor> CreateView ( 139 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor); 142 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, 146 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor); 148 ::boost::shared_ptr<ViewDescriptor> GetViewFromCache (
|
/aoo4110/main/dbaccess/source/ext/macromigration/ |
H A D | macromigrationdialog.cxx | 491 typedef ::std::pair< Reference< XFrame >, ::rtl::OUString > ViewDescriptor; in impl_reloadDocument_nothrow() typedef 492 ::std::list< ViewDescriptor > aViews; in impl_reloadDocument_nothrow() 539 aViews.push_back( ViewDescriptor( xFrame, sViewName ) ); in impl_reloadDocument_nothrow() 552 ViewDescriptor aView( aViews.front() ); in impl_reloadDocument_nothrow() 608 ViewDescriptor aView( aViews.front() ); in impl_reloadDocument_nothrow()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterScreen.hxx | 155 class ViewDescriptor class in sdext::presenter::PresenterScreen 162 typedef ::std::map<rtl::OUString,ViewDescriptor> ViewDescriptorContainer;
|
H A D | PresenterScreen.cxx | 895 ViewDescriptor aViewDescriptor; in ProcessViewDescription() 930 ViewDescriptor aViewDescriptor; in SetupView()
|
H A D | PresenterTheme.cxx | 228 class ViewDescriptor class 231 typedef ::boost::shared_ptr<ViewDescriptor> SharedViewDescriptor;
|
/aoo4110/main/offapi/com/sun/star/sdbcx/ |
H A D | makefile.mk | 67 ViewDescriptor.idl \
|
H A D | ViewDescriptor.idl | 36 published service ViewDescriptor
|
/aoo4110/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 646 typedef ::std::pair< Reference< XFrame >, sal_uInt16 > ViewDescriptor; in ExecReload_Impl() typedef 647 ::std::list< ViewDescriptor > aViewFrames; in ExecReload_Impl() 653 aViewFrames.push_back( ViewDescriptor( xFrame, pView->GetCurViewId() ) ); in ExecReload_Impl()
|
Completed in 489 milliseconds