| /AOO41X/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsPageObjectPainter.cxx | 136 const model::SharedPageDescriptor& rpDescriptor) in PaintPageObject() argument 145 PaintBackground(rDevice, rpDescriptor); in PaintPageObject() 146 PaintPreview(rDevice, rpDescriptor); in PaintPageObject() 147 PaintPageNumber(rDevice, rpDescriptor); in PaintPageObject() 148 PaintTransitionEffect(rDevice, rpDescriptor); in PaintPageObject() 149 mrButtonBar.Paint(rDevice, rpDescriptor); in PaintPageObject() 220 const model::SharedPageDescriptor& rpDescriptor) in PaintBackground() argument 223 rpDescriptor, in PaintBackground() 227 const Bitmap& rBackground (GetBackgroundForState(rpDescriptor, rDevice)); in PaintBackground() 232 SdPage* pPage = rpDescriptor->GetPage(); in PaintBackground() [all …]
|
| H A D | SlsButtonBar.cxx | 221 const model::SharedPageDescriptor& rpDescriptor, in ProcessButtonDownEvent() argument 229 mrSlideSorter.GetView().RequestRepaint(rpDescriptor); in ProcessButtonDownEvent() 236 const model::SharedPageDescriptor& rpDescriptor, in ProcessButtonUpEvent() argument 250 ProcessMouseMotionEvent (rpDescriptor, aMouseModelLocation, false); in ProcessButtonUpEvent() 255 mrSlideSorter.GetView().RequestRepaint(rpDescriptor); in ProcessButtonUpEvent() 262 const model::SharedPageDescriptor& rpDescriptor, in ProcessMouseMotionEvent() argument 272 bPageHasChanged = SetPage(rpDescriptor); in ProcessMouseMotionEvent() 276 if (rpDescriptor) in ProcessMouseMotionEvent() 329 bool ButtonBar::SetPage (const model::SharedPageDescriptor& rpDescriptor) in SetPage() argument 331 if (mpDescriptor != rpDescriptor) in SetPage() [all …]
|
| H A D | SlideSorterView.cxx | 669 void SlideSorterView::RequestRepaint (const model::SharedPageDescriptor& rpDescriptor) in RequestRepaint() argument 671 if (rpDescriptor) in RequestRepaint() 672 RequestRepaint(rpDescriptor->GetBoundingBox()); in RequestRepaint() 972 const model::SharedPageDescriptor& rpDescriptor, in UpdatePageUnderMouse() argument 978 SetPageUnderMouse(rpDescriptor, bAnimate); in UpdatePageUnderMouse() 989 … GetButtonBar().ProcessMouseMotionEvent(rpDescriptor, aMouseModelPosition, bIsMouseButtonDown); 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() [all …]
|
| H A D | SlsToolTip.cxx | 62 void ToolTip::SetPage (const model::SharedPageDescriptor& rpDescriptor) in SetPage() argument 64 if (mpDescriptor != rpDescriptor) in SetPage() 69 mpDescriptor = rpDescriptor; in SetPage()
|
| /AOO41X/main/sd/source/ui/sidebar/ |
| H A D | MasterPageContainerQueue.cxx | 43 PreviewCreationRequest (const SharedMasterPageDescriptor& rpDescriptor, int nPriority) in PreviewCreationRequest() argument 44 : mpDescriptor(rpDescriptor), in PreviewCreationRequest() 134 bool MasterPageContainerQueue::RequestPreview (const SharedMasterPageDescriptor& rpDescriptor) in RequestPreview() argument 137 if (rpDescriptor.get() != NULL in RequestPreview() 138 && rpDescriptor->maLargePreview.GetSizePixel().Width() == 0) in RequestPreview() 140 sal_Int32 nPriority (CalculatePriority(rpDescriptor)); in RequestPreview() 146 PreviewCreationRequest::CompareToken(rpDescriptor->maToken))); in RequestPreview() 159 mpRequestQueue->insert(PreviewCreationRequest(rpDescriptor,nPriority)); in RequestPreview() 171 const SharedMasterPageDescriptor& rpDescriptor) const in CalculatePriority() 177 if (rpDescriptor->mpPreviewProvider.get() != NULL) in CalculatePriority() [all …]
|
| H A D | MasterPageContainer.cxx | 115 const SharedMasterPageDescriptor& rpDescriptor, 759 const SharedMasterPageDescriptor& rpDescriptor) in PutMasterPage() argument 766 UpdateDescriptor(rpDescriptor,false,false, false); in PutMasterPage() 774 MasterPageDescriptor::AllComparator(rpDescriptor))); in PutMasterPage() 778 bool bIgnore (rpDescriptor->mpPageObjectProvider.get()==NULL in PutMasterPage() 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() [all …]
|
| /AOO41X/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsCurrentSlideManager.cxx | 157 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() 203 void CurrentSlideManager::SetCurrentSlideAtViewShellBase (const SharedPageDescriptor& rpDescriptor) in SetCurrentSlideAtViewShellBase() argument 205 OSL_ASSERT(rpDescriptor.get() != NULL); in SetCurrentSlideAtViewShellBase() 214 sal_uInt16 nPageNumber = (rpDescriptor->GetPage()->GetPageNum()-1)/2; in SetCurrentSlideAtViewShellBase() 224 void CurrentSlideManager::SetCurrentSlideAtTabControl (const SharedPageDescriptor& rpDescriptor) in SetCurrentSlideAtTabControl() argument 226 OSL_ASSERT(rpDescriptor.get() != NULL); in SetCurrentSlideAtTabControl() [all …]
|
| H A D | SlsAnimationFunction.cxx | 114 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() 135 const Rectangle aOldBoundingBox(rpDescriptor->GetBoundingBox()); in ApplyLocationOffsetChange() 136 rpDescriptor->GetVisualState().SetLocationOffset(aLocationOffset); in ApplyLocationOffsetChange() 138 rView.RequestRepaint(rpDescriptor); in ApplyLocationOffsetChange() 146 const model::SharedPageDescriptor& rpDescriptor, in ApplyButtonAlphaChange() argument [all …]
|
| H A D | SlsPageSelector.cxx | 176 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() 182 mrSlideSorter.GetController().GetVisibleAreaManager().RequestVisible(rpDescriptor,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() 232 && mrSlideSorter.GetView().SetState(rpDescriptor, PageDescriptor::ST_Selected, false)) in DeselectPage() [all …]
|
| H A D | SlsFocusManager.cxx | 245 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 D | SlsSelectionFunction.cxx | 185 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() 1226 mrSlideSorter.GetController().GetCurrentSlideManager()->SwitchCurrentSlide(rpDescriptor); in SetCurrentPage() 1242 const model::SharedPageDescriptor& rpDescriptor) in SelectOnePage() argument 1245 mrSlideSorter.GetController().GetPageSelector().SelectPage(rpDescriptor); in SelectOnePage() [all …]
|
| H A D | SlsVisibleAreaManager.cxx | 102 const model::SharedPageDescriptor& rpDescriptor, in RequestVisible() argument 105 if (rpDescriptor) in RequestVisible() 111 rpDescriptor->GetPageIndex(), in RequestVisible()
|
| /AOO41X/main/sd/source/ui/slidesorter/inc/view/ |
| H A D | SlsButtonBar.hxx | 57 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, 227 virtual void ProcessClick (const model::SharedPageDescriptor& rpDescriptor) = 0; 320 virtual void ProcessClick (const model::SharedPageDescriptor& rpDescriptor); [all …]
|
| H A D | SlsPageObjectPainter.hxx | 52 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 D | SlideSorterView.hxx | 220 const model::SharedPageDescriptor& rpDescriptor, 225 const model::SharedPageDescriptor& rpDescriptor, 229 const model::SharedPageDescriptor& rpDescriptor,
|
| /AOO41X/main/sd/source/ui/framework/factories/ |
| H A D | BasicViewFactory.cxx | 101 static bool CompareView (const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, in CompareView() argument 103 { 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() 470 Reference<XRelocatableResource> xResource (rpDescriptor->mxView, UNO_QUERY); in ReleaseView() 476 mpViewCache->push_back(rpDescriptor); in ReleaseView() 491 rpDescriptor->mpViewShell->Shutdown (); in ReleaseView() 492 mpBase->GetDocShell()->Disconnect(rpDescriptor->mpViewShell.get()); in ReleaseView() 493 mpBase->GetViewShellManager()->DeactivateViewShell(rpDescriptor->mpViewShell.get()); in ReleaseView() 495 Reference<XComponent> xComponent (rpDescriptor->mxView, UNO_QUERY); in ReleaseView() [all …]
|
| H A D | BasicViewFactory.hxx | 139 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor); 142 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor, 146 const ::boost::shared_ptr<ViewDescriptor>& rpDescriptor);
|
| /AOO41X/main/sd/source/ui/slidesorter/model/ |
| H A D | SlsPageEnumerationProvider.cxx | 39 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 D | SlideSorterModel.cxx | 62 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()
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterPaneContainer.cxx | 392 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 D | PresenterTheme.cxx | 607 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 D | PresenterWindowManager.cxx | 244 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 D | PresenterPaneAnimator.cxx | 178 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()
|
| /AOO41X/main/sd/source/ui/slidesorter/inc/controller/ |
| H A D | SlsAnimationFunction.hxx | 89 const model::SharedPageDescriptor& rpDescriptor, 97 const model::SharedPageDescriptor& rpDescriptor, 105 const model::SharedPageDescriptor& rpDescriptor,
|
| H A D | SlsFocusManager.hxx | 205 void HideFocusIndicator (const model::SharedPageDescriptor& rpDescriptor); 217 const model::SharedPageDescriptor& rpDescriptor,
|