Lines Matching refs:Implementation

76 class MasterPageContainer::Implementation  class in sd::sidebar::MasterPageContainer
84 static ::boost::weak_ptr<Implementation> mpInstance;
87 static ::boost::shared_ptr<Implementation> Instance (void);
128 Implementation (void);
129 virtual ~Implementation (void);
132 void operator() (Implementation* pObject) { delete pObject; } in operator ()()
193 ::boost::weak_ptr<MasterPageContainer::Implementation>
194 MasterPageContainer::Implementation::mpInstance;
200 ::boost::shared_ptr<MasterPageContainer::Implementation>
201 MasterPageContainer::Implementation::Instance (void) in Instance()
203 ::boost::shared_ptr<MasterPageContainer::Implementation> pInstance; in Instance()
205 if (Implementation::mpInstance.expired()) in Instance()
209 if (Implementation::mpInstance.expired()) in Instance()
212 pInstance = ::boost::shared_ptr<MasterPageContainer::Implementation>( in Instance()
213 new MasterPageContainer::Implementation(), in Instance()
214 MasterPageContainer::Implementation::Deleter()); in Instance()
216 Implementation::mpInstance = pInstance; in Instance()
219 pInstance = ::boost::shared_ptr<MasterPageContainer::Implementation>( in Instance()
220 Implementation::mpInstance); in Instance()
225 pInstance = ::boost::shared_ptr<MasterPageContainer::Implementation>( in Instance()
226 Implementation::mpInstance); in Instance()
238 : mpImpl(Implementation::Instance()), in MasterPageContainer()
588 MasterPageContainer::Implementation::Implementation (void) in Implementation() function in sd::sidebar::MasterPageContainer::Implementation
614 MasterPageContainer::Implementation::~Implementation (void) in ~Implementation()
639 void MasterPageContainer::Implementation::LateInit (void) in LateInit()
663 void MasterPageContainer::Implementation::AddChangeListener (const Link& rLink) in AddChangeListener()
677 void MasterPageContainer::Implementation::RemoveChangeListener (const Link& rLink) in RemoveChangeListener()
690 void MasterPageContainer::Implementation::UpdatePreviewSizePixel (void) in UpdatePreviewSizePixel()
731 Size MasterPageContainer::Implementation::GetPreviewSizePixel (PreviewSize eSize) const in GetPreviewSizePixel()
742 IMPL_LINK(MasterPageContainer::Implementation,AsynchronousNotifyCallback, EventData*, pData) in IMPL_LINK() argument
758 MasterPageContainer::Token MasterPageContainer::Implementation::PutMasterPage ( in PutMasterPage()
838 bool MasterPageContainer::Implementation::HasToken (Token aToken) const in HasToken()
848 const SharedMasterPageDescriptor MasterPageContainer::Implementation::GetDescriptor ( in GetDescriptor()
860 SharedMasterPageDescriptor MasterPageContainer::Implementation::GetDescriptor (Token aToken) in GetDescriptor()
871 void MasterPageContainer::Implementation::InvalidatePreview (Token aToken) in InvalidatePreview()
887 Image MasterPageContainer::Implementation::GetPreviewForToken ( in GetPreviewForToken()
943 MasterPageContainer::PreviewState MasterPageContainer::Implementation::GetPreviewState ( in GetPreviewState()
974 bool MasterPageContainer::Implementation::RequestPreview (Token aToken) in RequestPreview()
986 Reference<frame::XModel> MasterPageContainer::Implementation::GetModel (void) in GetModel()
1047 SdDrawDocument* MasterPageContainer::Implementation::GetDocument (void) in GetDocument()
1056 Image MasterPageContainer::Implementation::GetPreviewSubstitution ( in GetPreviewSubstitution()
1103 void MasterPageContainer::Implementation::CleanContainer (void) in CleanContainer()
1117 void MasterPageContainer::Implementation::FireContainerChange ( in FireContainerChange()
1125 LINK(this,Implementation,AsynchronousNotifyCallback), in FireContainerChange()
1143 bool MasterPageContainer::Implementation::UpdateDescriptor ( in UpdateDescriptor()
1193 void MasterPageContainer::Implementation::ReleaseDescriptor (Token aToken) in ReleaseDescriptor()
1205 void MasterPageContainer::Implementation::FillingDone (void) in FillingDone()