|
LibreOffice Module sd (master) 1
|
Classes | |
| class | FramePainter |
| class | ILayerInvalidator |
| class | ILayerPainter |
| class | InsertAnimator |
| Animate the positions of page objects to make room at the insert position while a move or copy operation takes place. More... | |
| class | InsertionIndicatorOverlay |
| The insertion indicator is painted as a vertical or horizontal bar in the space between slides. More... | |
| class | InsertPosition |
| Collect all values concerning the logical and visual properties of the insertion position that is used for drag-and-drop and copy-and-paste. More... | |
| class | LayeredDevice |
| A simple wrapper around an OutputDevice that provides support for independent layers and buffering. More... | |
| class | Layouter |
| Calculate the size and position of page objects displayed by a slide sorter. More... | |
| class | PageObjectLayouter |
| In contrast to the Layouter that places page objects in the view, the PageObjectLayouter places the parts of individual page objects like page number area, borders, preview. More... | |
| class | PageObjectPainter |
| class | SlideSorterView |
| class | Theme |
| Collection of colors and styles that are used to paint the slide sorter view. More... | |
| class | ToolTip |
| Manage the display of tool tips. More... | |
| class | ViewCacheContext |
| The cache context for the SlideSorter as used by Draw and Impress. More... | |
Typedefs | |
| typedef std::shared_ptr< ILayerInvalidator > | SharedILayerInvalidator |
| typedef std::shared_ptr< ILayerPainter > | SharedILayerPainter |
Functions | |
| static Color | ChangeLuminance (Color aColor, const int nValue) |
| static Color | HGBAdapt (const Color aColor, const sal_Int32 nNewSaturation, const sal_Int32 nNewBrightness) |
| IMPL_LINK_NOARG (ToolTip, DelayTrigger, Timer *, void) | |
Variables | |
| const int | Theme_FocusIndicatorWidth = 3 |
| const sal_Int32 | gnShadowBorder = 3 |
| const sal_Int32 | gnLayerIndex = 2 |
| const Color | Black (0x000000) |
| const Color | White (0xffffff) |
| typedef std::shared_ptr<ILayerInvalidator> sd::slidesorter::view::SharedILayerInvalidator |
Definition at line 36 of file SlsILayerPainter.hxx.
| typedef std::shared_ptr<ILayerPainter> sd::slidesorter::view::SharedILayerPainter |
Definition at line 49 of file SlsILayerPainter.hxx.
Definition at line 35 of file SlsTheme.cxx.
References Color::DecreaseLuminance(), Color::IncreaseLuminance(), and nValue.
Referenced by sd::slidesorter::view::Theme::SetGradient().
|
static |
Definition at line 44 of file SlsTheme.cxx.
References Color::HSBtoRGB(), and Color::RGBtoHSB().
Referenced by sd::slidesorter::view::Theme::SetGradient().
Definition at line 153 of file SlsToolTip.cxx.
| const Color sd::slidesorter::view::Black(0x000000) | ( | 0x000000 | ) |
Referenced by sd::slidesorter::view::Theme::Update().
| const sal_Int32 sd::slidesorter::view::gnLayerIndex = 2 |
Definition at line 62 of file SlsInsertionIndicatorOverlay.cxx.
Referenced by sd::slidesorter::view::InsertionIndicatorOverlay::Hide(), and sd::slidesorter::view::InsertionIndicatorOverlay::Show().
| const sal_Int32 sd::slidesorter::view::gnShadowBorder = 3 |
Definition at line 61 of file SlsInsertionIndicatorOverlay.cxx.
Referenced by sd::slidesorter::view::InsertionIndicatorOverlay::Create(), and sd::slidesorter::view::InsertionIndicatorOverlay::PaintRepresentatives().
| const int sd::slidesorter::view::Theme_FocusIndicatorWidth = 3 |
Definition at line 33 of file SlsTheme.hxx.
Referenced by sd::slidesorter::view::PageObjectLayouter::PageObjectLayouter().
| const Color sd::slidesorter::view::White(0xffffff) | ( | 0xffffff | ) |
Referenced by sd::slidesorter::view::Theme::Theme(), and sd::slidesorter::view::Theme::Update().