Home
last modified time | relevance | path

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

12

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx145 PaintBackground(rDevice, rpDescriptor); in PaintPageObject()
146 PaintPreview(rDevice, rpDescriptor); in PaintPageObject()
147 PaintPageNumber(rDevice, rpDescriptor); in PaintPageObject()
149 mrButtonBar.Paint(rDevice, rpDescriptor); in PaintPageObject()
223 rpDescriptor, in PaintBackground()
232 SdPage* pPage = rpDescriptor->GetPage(); in PaintBackground()
238 rpDescriptor, in PaintBackground()
253 rpDescriptor, in PaintPreview()
317 rpDescriptor, in GetPreviewBitmap()
345 rpDescriptor, in PaintPageNumber()
[all …]
H A DSlsButtonBar.cxx276 if (rpDescriptor) in ProcessMouseMotionEvent()
333 mpDescriptor = rpDescriptor; in SetPage()
437 if ( ! rpDescriptor) in Paint()
639 if ( ! rpDescriptor) in RequestFadeIn()
661 if ( ! rpDescriptor) in RequestFadeOut()
682 return rpDescriptor && rpDescriptor->GetVisualState().GetButtonBarAlpha() < nMaxAlpha; in IsVisible()
1397 if ( ! rpDescriptor) in ProcessClick()
1402 : rpDescriptor), in ProcessClick()
1495 if ( ! rpDescriptor) in ProcessClick()
1500 : rpDescriptor), in ProcessClick()
[all …]
H A DSlideSorterView.cxx671 if (rpDescriptor) in RequestRepaint()
672 RequestRepaint(rpDescriptor->GetBoundingBox()); in RequestRepaint()
972 const model::SharedPageDescriptor& rpDescriptor, in UpdatePageUnderMouse() argument
978 SetPageUnderMouse(rpDescriptor, bAnimate); in UpdatePageUnderMouse()
992 if (rpDescriptor in UpdatePageUnderMouse()
1005 const model::SharedPageDescriptor& rpDescriptor, in SetPageUnderMouse() argument
1008 if (mpPageUnderMouse != rpDescriptor) in SetPageUnderMouse()
1013 mpPageUnderMouse = rpDescriptor; in SetPageUnderMouse()
1020 mpToolTip->SetPage(rpDescriptor); in SetPageUnderMouse()
1028 const model::SharedPageDescriptor& rpDescriptor, in SetState() argument
[all …]
H A DSlsToolTip.cxx62 void ToolTip::SetPage (const model::SharedPageDescriptor& rpDescriptor) in SetPage() argument
64 if (mpDescriptor != rpDescriptor) in SetPage()
69 mpDescriptor = rpDescriptor; in SetPage()
/trunk/main/sd/source/ui/sidebar/
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 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 …]
/trunk/main/sd/source/ui/slidesorter/controller/
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 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 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 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 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 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/view/
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 DSlideSorterView.hxx220 const model::SharedPageDescriptor& rpDescriptor,
225 const model::SharedPageDescriptor& rpDescriptor,
229 const model::SharedPageDescriptor& rpDescriptor,
/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/slidesorter/model/
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 ()()
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()
/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx607 const ::boost::shared_ptr<FontDescriptor>& rpDescriptor) in FontDescriptor()
616 if (rpDescriptor.get() != NULL) in FontDescriptor()
618 msFamilyName = rpDescriptor->msFamilyName; in FontDescriptor()
619 msStyleName = rpDescriptor->msStyleName; in FontDescriptor()
620 mnSize = rpDescriptor->mnSize; in FontDescriptor()
621 mnColor = rpDescriptor->mnColor; in FontDescriptor()
622 msAnchor = rpDescriptor->msAnchor; in FontDescriptor()
623 mnXOffset = rpDescriptor->mnXOffset; in FontDescriptor()
624 mnYOffset = rpDescriptor->mnYOffset; in FontDescriptor()
H A DPresenterPaneContainer.cxx392 void PresenterPaneContainer::ToTop (const SharedPaneDescriptor& rpDescriptor) in ToTop() argument
394 if (rpDescriptor.get() != NULL) in ToTop()
400 if (iPane->get() == rpDescriptor.get()) in ToTop()
407 mxPresenterHelper->toTop(rpDescriptor->mxBorderWindow); in ToTop()
410 maPanes.push_back(rpDescriptor); in ToTop()
H A DPresenterWindowManager.cxx244 const PresenterPaneContainer::SharedPaneDescriptor& rpDescriptor) in NotifyPaneCreation() argument
246 if (rpDescriptor.get()==NULL) in NotifyPaneCreation()
248 OSL_ASSERT(rpDescriptor.get()!=NULL); in NotifyPaneCreation()
251 if ( ! rpDescriptor->mxContentWindow.is()) in NotifyPaneCreation()
253 OSL_ASSERT(rpDescriptor->mxContentWindow.is()); in NotifyPaneCreation()
259 Reference<awt::XWindow> xBorderWindow (rpDescriptor->mxBorderWindow); in NotifyPaneCreation()
261 if (xBorderWindow.is() && ! rpDescriptor->mbIsSprite) in NotifyPaneCreation()
H A DPresenterPaneAnimator.cxx178 PaneDescriptor (const PresenterPaneContainer::SharedPaneDescriptor& rpDescriptor);
1240 PaneDescriptor::PaneDescriptor (const PresenterPaneContainer::SharedPaneDescriptor& rpDescriptor) in PaneDescriptor() argument
1241 : mpPaneDescriptor(rpDescriptor), in PaneDescriptor()
1242 mnLeft(rpDescriptor->mnLeft), in PaneDescriptor()
1243 mnTop(rpDescriptor->mnTop), in PaneDescriptor()
1244 mnRight(rpDescriptor->mnRight), in PaneDescriptor()
1245 mnBottom(rpDescriptor->mnBottom) in PaneDescriptor()
/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,

Completed in 152 milliseconds

12