Home
last modified time | relevance | path

Searched refs:rpTheme (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx74 const ::boost::shared_ptr<PresenterTheme>& rpTheme,
108 const ::boost::shared_ptr<PresenterTheme>& rpTheme,
121 const ::boost::shared_ptr<PresenterTheme>& rpTheme);
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()
940 mpTop = GetBitmap(rpTheme, rsStyleName, A2S("Top")); in RendererPaneStyle()
951 mpFont = rpTheme->GetFont(rsStyleName); in RendererPaneStyle()
[all …]
H A DPresenterButton.cxx56 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 DPresenterButton.hxx69 const ::boost::shared_ptr<PresenterTheme>& rpTheme,
151 const ::boost::shared_ptr<PresenterTheme>& rpTheme,
H A DPresenterSlideSorter.cxx163 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 DPresenterPaneBorderPainter.hxx99 void SetTheme (const ::boost::shared_ptr<PresenterTheme>& rpTheme);
H A DPresenterWindowManager.hxx87 void SetTheme (const ::boost::shared_ptr<PresenterTheme>& rpTheme);
H A DPresenterWindowManager.cxx228 void PresenterWindowManager::SetTheme (const ::boost::shared_ptr<PresenterTheme>& rpTheme) in SetTheme() argument
230 mpTheme = rpTheme; in SetTheme()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx218 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()
569 const ::boost::shared_ptr<view::Theme>& rpTheme) in Implementation()
593 mpTheme(rpTheme) in Implementation()
1204 const ::boost::shared_ptr<view::Theme>& rpTheme) in HorizontalImplementation()
1205 : Implementation(rpWindow, rpTheme) in HorizontalImplementation()
1284 : Implementation(rpWindow, rpTheme) in VerticalImplementation()
[all …]
H A DSlsButtonBar.cxx69 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 DSlsPageObjectLayouter.cxx45 const ::boost::shared_ptr<Theme>& rpTheme, in PageObjectLayouter()
63 const int nFocusIndicatorWidth (rpTheme->GetIntegerValue(Theme::Integer_FocusIndicatorWidth)); in PageObjectLayouter()
H A DSlsPageObjectPainter.cxx209 void PageObjectPainter::SetTheme (const ::boost::shared_ptr<view::Theme>& rpTheme) in SetTheme() argument
211 mpTheme = rpTheme; in SetTheme()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsButtonBar.hxx226 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 DSlsPageObjectLayouter.hxx52 const ::boost::shared_ptr<Theme>& rpTheme,
H A DSlsPageObjectPainter.hxx61 void SetTheme (const ::boost::shared_ptr<view::Theme>& rpTheme);
H A DSlsLayouter.hxx77 const ::boost::shared_ptr<Theme>& rpTheme);
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx127 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()

Completed in 105 milliseconds