Home
last modified time | relevance | path

Searched refs:SharedMasterPageDescriptor (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx66 typedef ::std::vector<sd::sidebar::SharedMasterPageDescriptor> MasterPageContainerType;
96 const SharedMasterPageDescriptor GetDescriptor (MasterPageContainer::Token aToken) const;
97 SharedMasterPageDescriptor GetDescriptor (MasterPageContainer::Token aToken);
98 virtual Token PutMasterPage (const SharedMasterPageDescriptor& rDescriptor);
115 const SharedMasterPageDescriptor& rpDescriptor,
298 const SharedMasterPageDescriptor& rDescriptor) in PutMasterPage()
308 SharedMasterPageDescriptor pDescriptor = mpImpl->GetDescriptor(aToken); in AcquireToken()
320 SharedMasterPageDescriptor pDescriptor = mpImpl->GetDescriptor(aToken); in ReleaseToken()
448 SharedMasterPageDescriptor pDescriptor = mpImpl->GetDescriptor(aToken); in GetURLForToken()
463 SharedMasterPageDescriptor pDescriptor = mpImpl->GetDescriptor(aToken); in GetPageNameForToken()
[all …]
H A DMasterPageDescriptor.hxx34 typedef ::boost::shared_ptr<MasterPageDescriptor> SharedMasterPageDescriptor; typedef
209 bool operator() (const SharedMasterPageDescriptor& rDescriptor);
214 bool operator() (const SharedMasterPageDescriptor& rDescriptor);
219 bool operator() (const SharedMasterPageDescriptor& rDescriptor);
222 AllComparator(const SharedMasterPageDescriptor& rDescriptor);
223 bool operator() (const SharedMasterPageDescriptor& rDescriptor);
225 SharedMasterPageDescriptor mpDescriptor;
H A DMasterPageDescriptor.cxx322 const SharedMasterPageDescriptor& rDescriptor) in operator ()()
344 const SharedMasterPageDescriptor& rDescriptor) in operator ()()
366 const SharedMasterPageDescriptor& rDescriptor) in operator ()()
379 MasterPageDescriptor::AllComparator::AllComparator(const SharedMasterPageDescriptor& rDescriptor) in AllComparator()
387 bool MasterPageDescriptor::AllComparator::operator() (const SharedMasterPageDescriptor&rDescriptor) in operator ()()
H A DAllMasterPagesSelector.cxx40 int GetURLPriority (const SharedMasterPageDescriptor& rpDescriptor) in GetURLPriority()
61 const SharedMasterPageDescriptor& rp1, in operator ()()
62 const SharedMasterPageDescriptor& rp2) in operator ()()
82 : public ::std::set<SharedMasterPageDescriptor,MasterPageDescriptorOrder>
H A DMasterPageContainerQueue.cxx43 PreviewCreationRequest (const SharedMasterPageDescriptor& rpDescriptor, int nPriority) in PreviewCreationRequest()
47 SharedMasterPageDescriptor mpDescriptor;
134 bool MasterPageContainerQueue::RequestPreview (const SharedMasterPageDescriptor& rpDescriptor) in RequestPreview()
171 const SharedMasterPageDescriptor& rpDescriptor) const in CalculatePriority()
H A DMasterPageContainerQueue.hxx45 const SharedMasterPageDescriptor& rpDescriptor,
61 bool RequestPreview (const SharedMasterPageDescriptor& rDescriptor);
123 sal_Int32 CalculatePriority (const SharedMasterPageDescriptor& rDescriptor) const;
H A DMasterPageContainerFiller.cxx47 SharedMasterPageDescriptor pDescriptor (new MasterPageDescriptor( in MasterPageContainerFiller()
162 SharedMasterPageDescriptor pDescriptor (new MasterPageDescriptor( in AddTemplate()
H A DMasterPageContainerFiller.hxx48 const SharedMasterPageDescriptor& rpDescriptor) = 0;
H A DCurrentMasterPagesSelector.cxx164 SharedMasterPageDescriptor pDescriptor (new MasterPageDescriptor( in Fill()
H A DRecentlyUsedMasterPages.cxx213 SharedMasterPageDescriptor pDescriptor (new MasterPageDescriptor( in LoadPersistentValues()