Home
last modified time | relevance | path

Searched refs:rpDescriptor (Results 1 – 25 of 38) sorted by path

12

/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx103 { return rpDescriptor->mxView.get() == rxView.get(); } in CompareView()
463 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, in ReleaseView()
466 bool bIsCacheable (!bDoNotCache && IsCacheable(rpDescriptor)); in ReleaseView()
476 mpViewCache->push_back(rpDescriptor); in ReleaseView()
491 rpDescriptor->mpViewShell->Shutdown (); in ReleaseView()
492 mpBase->GetDocShell()->Disconnect(rpDescriptor->mpViewShell.get()); in ReleaseView()
526 if ((*iId)->compareTo(rpDescriptor->mxViewId) == 0) in IsCacheable()
585 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor) in ActivateCenterView()
587 mpBase->GetDocShell()->Connect(rpDescriptor->mpViewShell.get()); in ActivateCenterView()
592 rpDescriptor->mpViewShell->UIFeatureChanged(); in ActivateCenterView()
[all …]
H A DBasicViewFactory.hxx139 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor);
142 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor,
146 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor);
/trunk/main/sd/source/ui/sidebar/
H A DAllMasterPagesSelector.cxx40 int GetURLPriority (const SharedMasterPageDescriptor& rpDescriptor) in GetURLPriority() argument
43 switch (rpDescriptor->GetURLClassification()) in GetURLPriority()
H A DMasterPageContainer.cxx759 const SharedMasterPageDescriptor& rpDescriptor) in PutMasterPage() argument
779 && rpDescriptor->msURL.getLength()==0); in PutMasterPage()
787 rpDescriptor->SetToken(aResult); in PutMasterPage()
792 switch (rpDescriptor->meOrigin) in PutMasterPage()
796 ++rpDescriptor->mnUseCount; in PutMasterPage()
803 maContainer.push_back(rpDescriptor); in PutMasterPage()
814 (*aEntry)->Update(*rpDescriptor)); in PutMasterPage()
1144 const SharedMasterPageDescriptor& rpDescriptor, in UpdateDescriptor() argument
1155 && rpDescriptor->mpMasterPage==NULL); in UpdateDescriptor()
1171 rpDescriptor->maToken); in UpdateDescriptor()
[all …]
H A DMasterPageContainerFiller.hxx48 const SharedMasterPageDescriptor& rpDescriptor) = 0;
H A DMasterPageContainerQueue.cxx44 : mpDescriptor(rpDescriptor), in PreviewCreationRequest()
137 if (rpDescriptor.get() != NULL in RequestPreview()
138 && rpDescriptor->maLargePreview.GetSizePixel().Width() == 0) in RequestPreview()
140 sal_Int32 nPriority (CalculatePriority(rpDescriptor)); in RequestPreview()
171 const SharedMasterPageDescriptor& rpDescriptor) const in CalculatePriority()
177 if (rpDescriptor->mpPreviewProvider.get() != NULL) in CalculatePriority()
179 nCost = rpDescriptor->mpPreviewProvider->GetCostIndex(); in CalculatePriority()
180 if (rpDescriptor->mpPreviewProvider->NeedsPageObject()) in CalculatePriority()
181 if (rpDescriptor->mpPageObjectProvider.get() != NULL) in CalculatePriority()
191 nPriority -= rpDescriptor->maToken / 3; in CalculatePriority()
[all …]
H A DMasterPageContainerQueue.hxx45 const SharedMasterPageDescriptor& rpDescriptor,
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx114 const model::SharedPageDescriptor& rpDescriptor, in ApplyVisualStateChange() argument
118 if (rpDescriptor) in ApplyVisualStateChange()
120 rpDescriptor->GetVisualState().SetVisualStateBlend(nTime); in ApplyVisualStateChange()
121 rView.RequestRepaint(rpDescriptor); in ApplyVisualStateChange()
129 const model::SharedPageDescriptor& rpDescriptor, in ApplyLocationOffsetChange() argument
133 if (rpDescriptor) in ApplyLocationOffsetChange()
138 rView.RequestRepaint(rpDescriptor); in ApplyLocationOffsetChange()
146 const model::SharedPageDescriptor& rpDescriptor, in ApplyButtonAlphaChange() argument
151 if (rpDescriptor) in ApplyButtonAlphaChange()
153 rpDescriptor->GetVisualState().SetButtonAlpha(nButtonAlpha); in ApplyButtonAlphaChange()
[all …]
H A DSlsCurrentSlideManager.cxx157 const SharedPageDescriptor& rpDescriptor, in SwitchCurrentSlide() argument
160 if (rpDescriptor.get() != NULL && mpCurrentSlide!=rpDescriptor) in SwitchCurrentSlide()
163 AcquireCurrentSlide((rpDescriptor->GetPage()->GetPageNum()-1)/2); in SwitchCurrentSlide()
194 mrSlideSorter.GetController().GetPageSelector().SelectPage(rpDescriptor); in SwitchCurrentSlide()
196 mrSlideSorter.GetController().GetFocusManager().SetFocusedPage(rpDescriptor); in SwitchCurrentSlide()
205 OSL_ASSERT(rpDescriptor.get() != NULL); in SetCurrentSlideAtViewShellBase()
214 sal_uInt16 nPageNumber = (rpDescriptor->GetPage()->GetPageNum()-1)/2; in SetCurrentSlideAtViewShellBase()
226 OSL_ASSERT(rpDescriptor.get() != NULL); in SetCurrentSlideAtTabControl()
235 sal_uInt16 nPageNumber = (rpDescriptor->GetPage()->GetPageNum()-1)/2; in SetCurrentSlideAtTabControl()
246 OSL_ASSERT(rpDescriptor.get() != NULL); in SetCurrentSlideAtXController()
[all …]
H A DSlsFocusManager.cxx245 void FocusManager::SetFocusedPage (const model::SharedPageDescriptor& rpDescriptor) in SetFocusedPage() argument
247 if (rpDescriptor.get() != NULL) in SetFocusedPage()
250 mnPageIndex = (rpDescriptor->GetPage()->GetPageNum()-1)/2; in SetFocusedPage()
282 void FocusManager::HideFocusIndicator (const model::SharedPageDescriptor& rpDescriptor) in HideFocusIndicator() argument
284 if (rpDescriptor.get() != NULL) in HideFocusIndicator()
286 mrSlideSorter.GetView().SetState(rpDescriptor, model::PageDescriptor::ST_Focused, false); in HideFocusIndicator()
297 const model::SharedPageDescriptor& rpDescriptor, in ShowFocusIndicator() argument
300 if (rpDescriptor.get() != NULL) in ShowFocusIndicator()
302 mrSlideSorter.GetView().SetState(rpDescriptor, model::PageDescriptor::ST_Focused, true); in ShowFocusIndicator()
308 mrSlideSorter.GetController().GetVisibleAreaManager().RequestVisible(rpDescriptor,true); in ShowFocusIndicator()
[all …]
H A DSlsPageSelector.cxx176 void PageSelector::SelectPage (const SharedPageDescriptor& rpDescriptor) in SelectPage() argument
178 if (rpDescriptor.get()!=NULL in SelectPage()
179 && mrSlideSorter.GetView().SetState(rpDescriptor, PageDescriptor::ST_Selected, true)) in SelectPage()
183 mrSlideSorter.GetView().RequestRepaint(rpDescriptor); in SelectPage()
185 mpMostRecentlySelectedPage = rpDescriptor; in SelectPage()
187 mpSelectionAnchor = rpDescriptor; in SelectPage()
228 const SharedPageDescriptor& rpDescriptor, in DeselectPage() argument
231 if (rpDescriptor.get()!=NULL in DeselectPage()
235 mrSlideSorter.GetController().GetVisibleAreaManager().RequestVisible(rpDescriptor); in DeselectPage()
236 mrSlideSorter.GetView().RequestRepaint(rpDescriptor); in DeselectPage()
[all …]
H A DSlsSelectionFunction.cxx185 void SetCurrentPage (const model::SharedPageDescriptor& rpDescriptor);
189 void SelectOnePage (const model::SharedPageDescriptor& rpDescriptor);
194 void SwitchView (const model::SharedPageDescriptor& rpDescriptor);
247 void RangeSelect (const model::SharedPageDescriptor& rpDescriptor);
299 const model::SharedPageDescriptor& rpDescriptor,
1223 const model::SharedPageDescriptor& rpDescriptor) in SetCurrentPage() argument
1225 SelectOnePage(rpDescriptor); in SetCurrentPage()
1242 const model::SharedPageDescriptor& rpDescriptor) in SelectOnePage() argument
1258 if (rpDescriptor.get()!=NULL && rpDescriptor->GetPage()!=NULL) in SwitchView()
1262 (rpDescriptor->GetPage()->GetPageNum()-1)/2); in SwitchView()
[all …]
H A DSlsSlotManager.cxx1196 const model::SharedPageDescriptor& rpDescriptor, in ChangeSlideExclusionState() argument
1199 if (rpDescriptor) in ChangeSlideExclusionState()
1202 rpDescriptor, in ChangeSlideExclusionState()
H A DSlsVisibleAreaManager.cxx102 const model::SharedPageDescriptor& rpDescriptor, in RequestVisible() argument
105 if (rpDescriptor) in RequestVisible()
111 rpDescriptor->GetPageIndex(), in RequestVisible()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimationFunction.hxx89 const model::SharedPageDescriptor& rpDescriptor,
97 const model::SharedPageDescriptor& rpDescriptor,
105 const model::SharedPageDescriptor& rpDescriptor,
H A DSlsFocusManager.hxx205 void HideFocusIndicator (const model::SharedPageDescriptor& rpDescriptor);
217 const model::SharedPageDescriptor& rpDescriptor,
H A DSlsPageSelector.hxx93 void SelectPage (const model::SharedPageDescriptor& rpDescriptor);
114 const model::SharedPageDescriptor& rpDescriptor,
H A DSlsSlotManager.hxx79 const model::SharedPageDescriptor& rpDescriptor,
H A DSlsVisibleAreaManager.hxx58 const model::SharedPageDescriptor& rpDescriptor,
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlideSorterView.hxx220 const model::SharedPageDescriptor& rpDescriptor,
225 const model::SharedPageDescriptor& rpDescriptor,
229 const model::SharedPageDescriptor& rpDescriptor,
H A DSlsButtonBar.hxx57 const model::SharedPageDescriptor& rpDescriptor,
60 const model::SharedPageDescriptor& rpDescriptor,
63 const model::SharedPageDescriptor& rpDescriptor,
119 const model::SharedPageDescriptor& rpDescriptor,
128 const model::SharedPageDescriptor& rpDescriptor,
134 bool IsVisible (const model::SharedPageDescriptor& rpDescriptor);
177 bool SetPage (const model::SharedPageDescriptor& rpDescriptor);
191 const model::SharedPageDescriptor& rpDescriptor,
320 virtual void ProcessClick (const model::SharedPageDescriptor& rpDescriptor);
331 virtual void ProcessClick (const model::SharedPageDescriptor& rpDescriptor);
[all …]
H A DSlsPageObjectPainter.hxx52 const model::SharedPageDescriptor& rpDescriptor);
75 const model::SharedPageDescriptor& rpDescriptor,
100 const model::SharedPageDescriptor& rpDescriptor);
103 const model::SharedPageDescriptor& rpDescriptor) const;
106 const model::SharedPageDescriptor& rpDescriptor) const;
109 const model::SharedPageDescriptor& rpDescriptor) const;
115 const model::SharedPageDescriptor& rpDescriptor,
H A DSlsPageObjectViewContact.hxx52 const model::SharedPageDescriptor& rpDescriptor);
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx62 bool operator() (const SharedPageDescriptor& rpDescriptor) in operator ()() argument
63 { return rpDescriptor.get()!=NULL && rpDescriptor->GetXDrawPage()==mxSlide; } in operator ()()
737 SharedPageDescriptor& rpDescriptor (maPageDescriptors[nDescriptorIndex]); in UpdateIndices() local
738 if (rpDescriptor) in UpdateIndices()
742 if (rpDescriptor->GetPageIndex()!=nDescriptorIndex) in UpdateIndices()
744 OSL_ASSERT(rpDescriptor->GetPageIndex()==nDescriptorIndex); in UpdateIndices()
749 rpDescriptor->SetPageIndex(nDescriptorIndex); in UpdateIndices()
H A DSlsPageEnumerationProvider.cxx39 bool operator() (const SharedPageDescriptor& rpDescriptor) in operator ()() argument
41 (void)rpDescriptor; in operator ()()
53 bool operator() (const SharedPageDescriptor& rpDescriptor) in operator ()() argument
55 return rpDescriptor->HasState(PageDescriptor::ST_Selected); in operator ()()
65 bool operator() (const SharedPageDescriptor& rpDescriptor) in operator ()() argument
67 return rpDescriptor->HasState(PageDescriptor::ST_Visible); in operator ()()

Completed in 119 milliseconds

12