/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 145 PaintBackground(rDevice, rpDescriptor); in PaintPageObject() 146 PaintPreview(rDevice, rpDescriptor); in PaintPageObject() 147 PaintPageNumber(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() 384 OSL_ASSERT(rpDescriptor->GetPage()!=NULL); in PaintPageNumber() [all …]
|
H A D | SlsButtonBar.cxx | 276 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 D | SlideSorterView.cxx | 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() 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 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 | 44 : 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 D | MasterPageContainer.cxx | 759 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 …]
|
/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() 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 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() 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 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() 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 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() 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 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, 320 virtual void ProcessClick (const model::SharedPageDescriptor& rpDescriptor); 331 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 | 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() 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 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,
|