Searched refs:ViewDescriptor (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sd/source/ui/framework/factories/ |
| H A D | BasicViewFactory.cxx | 93 class BasicViewFactory::ViewDescriptor class in sd::framework::BasicViewFactory 100 static bool CompareView (const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, in CompareView() 112 : public ::std::vector<boost::shared_ptr<ViewDescriptor> > 120 : public ::std::vector<boost::shared_ptr<ViewDescriptor> > 219 ::boost::shared_ptr<ViewDescriptor> pDescriptor (GetViewFromCache(rxViewId, xPane)); in createResource() 255 ::boost::bind(&ViewDescriptor::CompareView, _1, rxView))); in releaseResource() 340 ::boost::shared_ptr<BasicViewFactory::ViewDescriptor> BasicViewFactory::CreateView ( in CreateView() 348 ::boost::shared_ptr<ViewDescriptor> pDescriptor (new ViewDescriptor()); in CreateView() 459 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, in ReleaseView() 500 bool BasicViewFactory::IsCacheable (const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor) in IsCacheable() [all …]
|
| H A D | BasicViewFactory.hxx | 108 class ViewDescriptor; 120 ::boost::shared_ptr<ViewDescriptor> CreateView ( 136 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor); 139 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, 143 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor); 145 ::boost::shared_ptr<ViewDescriptor> GetViewFromCache (
|
| /trunk/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()
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterScreen.hxx | 151 class ViewDescriptor class in sdext::presenter::PresenterScreen 158 typedef ::std::map<rtl::OUString,ViewDescriptor> ViewDescriptorContainer;
|
| H A D | PresenterScreen.cxx | 890 ViewDescriptor aViewDescriptor; in ProcessViewDescription() 925 ViewDescriptor aViewDescriptor; in SetupView()
|
| H A D | PresenterTheme.cxx | 228 class ViewDescriptor class 231 typedef ::boost::shared_ptr<ViewDescriptor> SharedViewDescriptor;
|
| /trunk/main/offapi/com/sun/star/sdbcx/ |
| H A D | ViewDescriptor.idl | 36 published service ViewDescriptor
|
| /trunk/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()
|
| /trunk/main/offapi/ |
| H A D | UnoApi_offapi.mk | 775 offapi/com/sun/star/sdbcx/ViewDescriptor \
|