| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterPaneBorderPainter.cxx | 74 const ::boost::shared_ptr<PresenterTheme>& rpTheme, 108 const ::boost::shared_ptr<PresenterTheme>& rpTheme, 121 const ::boost::shared_ptr<PresenterTheme>& rpTheme); 394 void PresenterPaneBorderPainter::SetTheme (const ::boost::shared_ptr<PresenterTheme>& rpTheme) in SetTheme() argument 396 mpTheme = rpTheme; in SetTheme() 458 const ::boost::shared_ptr<PresenterTheme>& rpTheme) in Renderer() 459 : mpTheme(rpTheme), in Renderer() 916 const ::boost::shared_ptr<PresenterTheme>& rpTheme, in RendererPaneStyle() 937 if (rpTheme.get() != NULL) in RendererPaneStyle() 939 mpTopLeft = GetBitmap(rpTheme, rsStyleName, A2S("TopLeft")); in RendererPaneStyle() [all …]
|
| H A D | PresenterButton.cxx | 56 const ::boost::shared_ptr<PresenterTheme>& rpTheme, in Create() 72 if (rpTheme.get() != NULL) in Create() 73 pFont = rpTheme->GetFont(A2S("ButtonFont")); in Create() 76 if (rpTheme.get() != NULL) in Create() 77 pMouseOverFont = rpTheme->GetFont(A2S("ButtonMouseOverFont")); in Create() 83 rpTheme, in Create() 102 const ::boost::shared_ptr<PresenterTheme>& rpTheme, in PresenterButton() 110 mpTheme(rpTheme), in PresenterButton()
|
| H A D | PresenterButton.hxx | 69 const ::boost::shared_ptr<PresenterTheme>& rpTheme, 151 const ::boost::shared_ptr<PresenterTheme>& rpTheme,
|
| H A D | PresenterSlideSorter.cxx | 163 const ::boost::shared_ptr<PresenterTheme>& rpTheme, 1723 const ::boost::shared_ptr<PresenterTheme>& rpTheme, in MouseOverManager() 1737 if (rpTheme.get()!=NULL) in MouseOverManager() 1739 ::boost::shared_ptr<PresenterBitmapContainer> pBitmaps (rpTheme->GetBitmapContainer()); in MouseOverManager() 1747 mpFont = rpTheme->GetFont(A2S("SlideSorterLabelFont")); in MouseOverManager()
|
| H A D | PresenterPaneBorderPainter.hxx | 99 void SetTheme (const ::boost::shared_ptr<PresenterTheme>& rpTheme);
|
| H A D | PresenterWindowManager.hxx | 87 void SetTheme (const ::boost::shared_ptr<PresenterTheme>& rpTheme);
|
| H A D | PresenterWindowManager.cxx | 228 void PresenterWindowManager::SetTheme (const ::boost::shared_ptr<PresenterTheme>& rpTheme) in SetTheme() argument 230 mpTheme = rpTheme; in SetTheme()
|
| /AOO41X/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsLayouter.cxx | 218 const ::boost::shared_ptr<view::Theme>& rpTheme); 245 const ::boost::shared_ptr<view::Theme>& rpTheme); 271 const ::boost::shared_ptr<view::Theme>& rpTheme); 298 const ::boost::shared_ptr<view::Theme>& rpTheme); 322 const ::boost::shared_ptr<Theme>& rpTheme) in Layouter() 323 : mpImplementation(new GridImplementation(rpWindow, rpTheme)), in Layouter() 569 const ::boost::shared_ptr<view::Theme>& rpTheme) in Implementation() 579 mnVerticalGap (10 - 2*rpTheme->GetIntegerValue(Theme::Integer_FocusIndicatorWidth)), in Implementation() 580 mnHorizontalGap(10 - 2*rpTheme->GetIntegerValue(Theme::Integer_FocusIndicatorWidth)), in Implementation() 593 mpTheme(rpTheme) in Implementation() [all …]
|
| H A D | SlsButtonBar.cxx | 69 const ::boost::shared_ptr<Theme>& rpTheme, 105 const ::boost::shared_ptr<Theme>& rpTheme, 126 const ::boost::shared_ptr<Theme>& rpTheme, 798 const ::boost::shared_ptr<Theme>& rpTheme, in BackgroundTheme() 800 : mpTheme(rpTheme) in BackgroundTheme() 869 const ::boost::shared_ptr<Theme>& rpTheme, in RectangleBackgroundTheme() 871 : BackgroundTheme(rpTheme, rButtons), in RectangleBackgroundTheme() 985 const ::boost::shared_ptr<Theme>& rpTheme, in BitmapBackgroundTheme() 987 : BackgroundTheme(rpTheme, rButtons), in BitmapBackgroundTheme() 1211 const ::boost::shared_ptr<Theme>& rpTheme) const in Paint() [all …]
|
| H A D | SlsPageObjectLayouter.cxx | 45 const ::boost::shared_ptr<Theme>& rpTheme, in PageObjectLayouter() 63 const int nFocusIndicatorWidth (rpTheme->GetIntegerValue(Theme::Integer_FocusIndicatorWidth)); in PageObjectLayouter()
|
| H A D | SlsPageObjectPainter.cxx | 209 void PageObjectPainter::SetTheme (const ::boost::shared_ptr<view::Theme>& rpTheme) in SetTheme() argument 211 mpTheme = rpTheme; in SetTheme()
|
| /AOO41X/main/sd/source/ui/slidesorter/inc/view/ |
| H A D | SlsButtonBar.hxx | 226 const ::boost::shared_ptr<Theme>& rpTheme) const = 0; 272 const ::boost::shared_ptr<Theme>& rpTheme) const; 300 const ::boost::shared_ptr<Theme>& rpTheme) const;
|
| H A D | SlsPageObjectLayouter.hxx | 52 const ::boost::shared_ptr<Theme>& rpTheme,
|
| H A D | SlsPageObjectPainter.hxx | 61 void SetTheme (const ::boost::shared_ptr<view::Theme>& rpTheme);
|
| H A D | SlsLayouter.hxx | 77 const ::boost::shared_ptr<Theme>& rpTheme);
|
| /AOO41X/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsClipboard.cxx | 127 const ::boost::shared_ptr<view::Theme>& rpTheme) in UndoContext() 134 mpDocument->BegUndo(rpTheme->GetString(view::Theme::String_DragAndDropPages)); in UndoContext() 136 mpDocument->BegUndo(rpTheme->GetString(view::Theme::String_DragAndDropSlides)); in UndoContext()
|