Home
last modified time | relevance | path

Searched refs:Implementation (Results 1 – 25 of 70) sorted by relevance

123

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx43 class Layouter::Implementation class in sd::slidesorter::view::Layouter
91 static Implementation* Create (
213 virtual ~Implementation (void);
216 Implementation (
219 Implementation (const Implementation& rImplementation);
536 bIncludePageBorders ? Implementation::GM_PAGE_BORDER : Implementation::GM_NONE)); in GetIndexAtPoint()
541 bIncludePageBorders ? Implementation::GM_PAGE_BORDER : Implementation::GM_NONE)); in GetIndexAtPoint()
551 Layouter::Implementation* Layouter::Implementation::Create ( in Create()
567 Layouter::Implementation::Implementation ( in Implementation() function in sd::slidesorter::view::Layouter::Implementation
600 Layouter::Implementation::Implementation (const Implementation& rImplementation) in Implementation() function in sd::slidesorter::view::Layouter::Implementation
[all …]
H A DSlsInsertAnimator.cxx125 class InsertAnimator::Implementation : public AnimatorAccess class in sd::slidesorter::view::InsertAnimator
128 Implementation (SlideSorter& rSlideSorter);
129 virtual ~Implementation (void);
167 : mpImplementation(new Implementation(rSlideSorter)) in InsertAnimator()
192 InsertAnimator::Implementation::Implementation (SlideSorter& rSlideSorter) in Implementation() function in sd::slidesorter::view::InsertAnimator::Implementation
205 InsertAnimator::Implementation::~Implementation (void) in ~Implementation()
213 void InsertAnimator::Implementation::SetInsertPosition ( in SetInsertPosition()
241 SharedPageObjectRun InsertAnimator::Implementation::GetRun ( in GetRun()
291 InsertAnimator::Implementation::RunContainer::const_iterator
292 InsertAnimator::Implementation::FindRun (const sal_Int32 nRunIndex) const in FindRun()
[all …]
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx76 class MasterPageContainer::Implementation class in sd::sidebar::MasterPageContainer
128 Implementation (void);
129 virtual ~Implementation (void);
205 if (Implementation::mpInstance.expired()) in Instance()
209 if (Implementation::mpInstance.expired()) in Instance()
216 Implementation::mpInstance = pInstance; in Instance()
220 Implementation::mpInstance); 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
[all …]
H A DMasterPageObserver.cxx39 class MasterPageObserver::Implementation class in sd::MasterPageObserver
111 if (Implementation::mpInstance == NULL) in Instance()
115 if (Implementation::mpInstance == NULL) in Instance()
121 Implementation::mpInstance = pInstance; in Instance()
129 DBG_ASSERT(Implementation::mpInstance!=NULL, in Instance()
131 return *Implementation::mpInstance; in Instance()
171 : mpImpl (new Implementation()) in MasterPageObserver()
185 void MasterPageObserver::Implementation::RegisterDocument ( in RegisterDocument()
219 void MasterPageObserver::Implementation::AddEventListener ( in AddEventListener()
286 void MasterPageObserver::Implementation::Notify( in Notify()
[all …]
/trunk/main/sd/source/ui/view/
H A DUpdateLockManager.cxx56 class UpdateLockManager::Implementation class in sd::UpdateLockManager
61 Implementation (ViewShellBase& rBase);
62 virtual ~Implementation (void);
120 Implementation (const Implementation&); // Not implemented.
121 Implementation& operator= (const Implementation&); // Not implemented.
130 : mpImpl(new Implementation(rBase)) in UpdateLockManager()
192 UpdateLockManager::Implementation::Implementation (ViewShellBase& rBase) in Implementation() function in sd::UpdateLockManager::Implementation
206 UpdateLockManager::Implementation::~Implementation (void) in ~Implementation()
215 void UpdateLockManager::Implementation::Lock (void) in Lock()
250 void UpdateLockManager::Implementation::Unlock (void) in Unlock()
[all …]
H A DViewShellManager.cxx111 class ViewShellManager::Implementation class in sd::ViewShellManager
114 Implementation (
117 ~Implementation (void);
152 Implementation& mrImpl;
258 : mpImpl(new Implementation(*this,rBase)), in ViewShellManager()
441 ViewShellManager::Implementation::Implementation ( in Implementation() function in sd::ViewShellManager::Implementation
462 ViewShellManager::Implementation::~Implementation (void) in ~Implementation()
470 void ViewShellManager::Implementation::AddShellFactory ( in AddShellFactory()
877 void ViewShellManager::Implementation::LockUpdate (void) in LockUpdate()
1309 void ViewShellManager::Implementation::Shutdown (void) in Shutdown()
[all …]
H A DToolBarManager.cxx259 class ToolBarManager::Implementation class in sd::ToolBarManager
268 Implementation (
273 ~Implementation (void);
313 Implementation& mrImplementation;
600 ToolBarManager::Implementation::Implementation ( in Implementation() function in sd::ToolBarManager::Implementation
636 ToolBarManager::Implementation::~Implementation (void) in ~Implementation()
718 void ToolBarManager::Implementation::AddToolBar ( in AddToolBar()
737 void ToolBarManager::Implementation::RemoveToolBar ( in RemoveToolBar()
754 void ToolBarManager::Implementation::AddToolBarShell ( in AddToolBarShell()
790 void ToolBarManager::Implementation::PreUpdate (void) in PreUpdate()
[all …]
H A DViewShellImplementation.cxx71 ViewShell::Implementation::Implementation (ViewShell& rViewShell) in Implementation() function in sd::ViewShell::Implementation
85 ViewShell::Implementation::~Implementation (void) in ~Implementation()
102 void ViewShell::Implementation::ProcessModifyPageSlot ( in ProcessModifyPageSlot()
310 sal_uInt16 ViewShell::Implementation::GetViewId (void) in GetViewId()
344 SvxIMapDlg* ViewShell::Implementation::GetImageMapDialog (void) in GetImageMapDialog()
358 class ViewShell::Implementation::ToolBarManagerLock::Deleter { public:
362 ::boost::shared_ptr<ViewShell::Implementation::ToolBarManagerLock>
363 ViewShell::Implementation::ToolBarManagerLock::Create ( in Create()
367 new ViewShell::Implementation::ToolBarManagerLock(rpManager), in Create()
368 ViewShell::Implementation::ToolBarManagerLock::Deleter()); in Create()
[all …]
H A DViewShellBase.cxx127 class ViewShellBase::Implementation class in sd::ViewShellBase
163 Implementation (ViewShellBase& rBase);
164 ~Implementation (void);
278 mpImpl.reset(new Implementation(*this)); in ViewShellBase()
1208 ViewShellBase::Implementation::Implementation (ViewShellBase& rBase) in Implementation() function in sd::ViewShellBase::Implementation
1227 ViewShellBase::Implementation::~Implementation (void) in ~Implementation()
1238 void ViewShellBase::Implementation::LateInit (void) in LateInit()
1274 void ViewShellBase::Implementation::ShowViewTabBar (bool bShow) in ShowViewTabBar()
1287 void ViewShellBase::Implementation::ResizePixel ( in ResizePixel()
1337 void ViewShellBase::Implementation::SetPaneVisibility ( in SetPaneVisibility()
[all …]
H A DOutliner.cxx89 class Outliner::Implementation class in sd::Outliner
98 Implementation (void);
99 ~Implementation (void);
145 mpImpl(new Implementation()), in Outliner()
1752 Outliner::Implementation::Implementation (void) in Implementation() function in sd::Outliner::Implementation
1762 Outliner::Implementation::~Implementation (void) in ~Implementation()
1775 OutlinerView* Outliner::Implementation::GetOutlinerView () in GetOutlinerView()
1788 void Outliner::Implementation::ProvideOutlinerView ( in ProvideOutlinerView()
1850 void Outliner::Implementation::ReleaseOutlinerView (void) in ReleaseOutlinerView()
/trunk/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx69 class EventMultiplexer::Implementation class in sd::tools::EventMultiplexer
75 Implementation (ViewShellBase& rBase);
76 ~Implementation (void);
184 : mpImpl (new EventMultiplexer::Implementation(rBase)) in EventMultiplexer()
248 EventMultiplexer::Implementation::Implementation (ViewShellBase& rBase) in Implementation() function in sd::tools::EventMultiplexer::Implementation
316 EventMultiplexer::Implementation::~Implementation (void) in ~Implementation()
364 void EventMultiplexer::Implementation::AddEventListener ( in AddEventListener()
387 void EventMultiplexer::Implementation::RemoveEventListener ( in RemoveEventListener()
527 void SAL_CALL EventMultiplexer::Implementation::disposing ( in disposing()
724 void EventMultiplexer::Implementation::Notify ( in Notify()
[all …]
H A DSdGlobalResourceContainer.cxx41 class SdGlobalResourceContainer::Implementation class in sd::SdGlobalResourceContainer
68 DBG_ASSERT(Implementation::mpInstance!=NULL, in Instance()
71 return *Implementation::mpInstance; in Instance()
87 Implementation::ResourceList::iterator iResource; in AddResource()
114 Implementation::SharedResourceList::iterator iResource; in AddResource()
135 Implementation::XInterfaceResourceList::iterator iResource; in AddResource()
152 : mpImpl (new SdGlobalResourceContainer::Implementation()) in SdGlobalResourceContainer()
154 Implementation::mpInstance = this; in SdGlobalResourceContainer()
168 Implementation::ResourceList::reverse_iterator iResource; in ~SdGlobalResourceContainer()
203 DBG_ASSERT(Implementation::mpInstance == this, in ~SdGlobalResourceContainer()
[all …]
H A DIconCache.cxx38 class IconCache::Implementation class in sd::IconCache
55 IconCache* IconCache::Implementation::mpInstance = NULL;
59 Image IconCache::Implementation::GetIcon (sal_uInt16 nResourceId) in GetIcon()
82 if (Implementation::mpInstance == NULL) in Instance()
86 if (Implementation::mpInstance == NULL) in Instance()
92 Implementation::mpInstance = pCache; in Instance()
100 DBG_ASSERT(Implementation::mpInstance!=NULL, in Instance()
102 return *Implementation::mpInstance; in Instance()
117 : mpImpl (new Implementation()) in IconCache()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx69 class AccessibleSlideSorterView::Implementation class in accessibility::AccessibleSlideSorterView
73 Implementation (
77 ~Implementation (void);
122 mpImpl(new Implementation(*this,rSlideSorter,pContentWindow)), in AccessibleSlideSorterView()
788 AccessibleSlideSorterView::Implementation::Implementation ( in Implementation() function in accessibility::AccessibleSlideSorterView::Implementation
811 AccessibleSlideSorterView::Implementation::~Implementation (void) in ~Implementation()
828 LINK(this, AccessibleSlideSorterView::Implementation, in RequestUpdateChildren()
835 void AccessibleSlideSorterView::Implementation::UpdateChildren (void) in UpdateChildren()
865 void AccessibleSlideSorterView::Implementation::Clear (void) in Clear()
996 void AccessibleSlideSorterView::Implementation::Notify ( in Notify()
[all …]
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx89 class PresenterTextView::Implementation class in sd::presenter::PresenterTextView
102 Implementation (void);
103 ~Implementation (void);
142 mpImplementation(new Implementation()) in PresenterTextView()
300 PresenterTextView::Implementation::Implementation (void) in Implementation() function in sd::presenter::PresenterTextView::Implementation
330 PresenterTextView::Implementation::~Implementation (void) in ~Implementation()
436 void PresenterTextView::Implementation::SetSize (const Size aSize) in SetSize()
476 void PresenterTextView::Implementation::SetFontDescriptor ( in SetFontDescriptor()
510 sal_Int32 PresenterTextView::Implementation::GetTop (void) const in GetTop()
605 sal_Int32 PresenterTextView::Implementation::GetTotalHeight (void) in GetTotalHeight()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx32 class GridLayouter::Implementation class in sfx2::sidebar::GridLayouter
35 Implementation (Window& rParent);
36 ~Implementation (void);
94 : mpImplementation(new Implementation(rParent)) in GridLayouter()
272 GridLayouter::Implementation::Implementation (Window& rParent) in Implementation() function in sfx2::sidebar::GridLayouter::Implementation
282 GridLayouter::Implementation::~Implementation (void) in ~Implementation()
289 CellDescriptor& GridLayouter::Implementation::GetCell ( in GetCell()
325 void GridLayouter::Implementation::Layout (void) in Layout()
365 void GridLayouter::Implementation::LayoutColumn( in LayoutColumn()
491 sal_Int32 GridLayouter::Implementation::GetMinimumColumnWidth ( in GetMinimumColumnWidth()
[all …]
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationController.cxx92 class ConfigurationController::Implementation class in sd::framework::ConfigurationController
95 Implementation (
98 ~Implementation (void);
656 mpImplementation.reset(new Implementation( in initialize()
693 ConfigurationController::Implementation::Implementation ( in Implementation() function in sd::framework::ConfigurationController::Implementation
715 ConfigurationController::Implementation::~Implementation (void) in ~Implementation()
/trunk/main/sd/source/ui/inc/
H A DViewShellImplementation.hxx45 class ViewShell::Implementation class in sd::ViewShell
108 Implementation (ViewShell& rViewShell);
109 ~Implementation (void);
H A DUpdateLockManager.hxx78 class Implementation;
79 Implementation* mpImpl;
H A DMasterPageObserver.hxx82 class Implementation;
83 ::std::auto_ptr<Implementation> mpImpl;
/trunk/main/lucene/
H A Dlucene.patch4 <attribute name="Implementation-Title" value="org.apache.lucene"/>
6 <attribute name="Implementation-Version"
9 <attribute name="Implementation-Vendor"
/trunk/main/store/workben/
H A Dt_page.cxx1513 class Implementation : public Interface
1518 Implementation() : Interface() { printf("Ctor(%p)\n", this); }
1519 ~Implementation() { printf("Dtor(%p)\n", this); }
1521Implementation (Implementation const & rhs) : Interface(), m_count (rhs.m_count) { printf("CopyCto…
1528 Implementation aInst;
/trunk/main/sd/source/ui/inc/tools/
H A DIconCache.hxx59 class Implementation;
60 ::std::auto_ptr<Implementation> mpImpl;
H A DSdGlobalResourceContainer.hxx95 class Implementation;
96 ::std::auto_ptr<Implementation> mpImpl;
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertAnimator.hxx60 class Implementation;
61 ::boost::shared_ptr<Implementation> mpImplementation;

Completed in 136 milliseconds

123