LibreOffice Module sd (master) 1
|
#include <zoomlist.hxx>
Public Member Functions | |
ZoomList (ViewShell *pViewShell) | |
void | InsertZoomRect (const ::tools::Rectangle &rRect) |
::tools::Rectangle const & | GetNextZoomRect () |
::tools::Rectangle const & | GetPreviousZoomRect () |
bool | IsNextPossible () const |
bool | IsPreviousPossible () const |
Private Attributes | |
ViewShell * | mpViewShell |
sal_uInt32 | mnCurPos |
std::vector<::tools::Rectangle > | maRectangles |
Definition at line 30 of file zoomlist.hxx.
sd::ZoomList::ZoomList | ( | ViewShell * | pViewShell | ) |
Definition at line 32 of file zoomlist.cxx.
tools::Rectangle const & sd::ZoomList::GetNextZoomRect | ( | ) |
Definition at line 56 of file zoomlist.cxx.
References SfxViewFrame::GetBindings(), sd::ViewShell::GetViewFrame(), SfxBindings::Invalidate(), maRectangles, mnCurPos, and mpViewShell.
Referenced by sd::FuPoor::KeyInput().
tools::Rectangle const & sd::ZoomList::GetPreviousZoomRect | ( | ) |
Definition at line 71 of file zoomlist.cxx.
References SfxViewFrame::GetBindings(), sd::ViewShell::GetViewFrame(), SfxBindings::Invalidate(), maRectangles, mnCurPos, and mpViewShell.
Referenced by sd::FuPoor::KeyInput().
void sd::ZoomList::InsertZoomRect | ( | const ::tools::Rectangle & | rRect | ) |
Definition at line 38 of file zoomlist.cxx.
References SfxViewFrame::GetBindings(), sd::ViewShell::GetViewFrame(), SfxBindings::Invalidate(), maRectangles, MAX_ENTRIES, mnCurPos, and mpViewShell.
Referenced by sd::FuZoom::MouseButtonUp().
bool sd::ZoomList::IsNextPossible | ( | ) | const |
Definition at line 83 of file zoomlist.cxx.
References maRectangles, and mnCurPos.
Referenced by sd::FuPoor::KeyInput().
bool sd::ZoomList::IsPreviousPossible | ( | ) | const |
Definition at line 90 of file zoomlist.cxx.
References mnCurPos.
Referenced by sd::FuPoor::KeyInput().
|
private |
Definition at line 45 of file zoomlist.hxx.
Referenced by GetNextZoomRect(), GetPreviousZoomRect(), InsertZoomRect(), and IsNextPossible().
|
private |
Definition at line 43 of file zoomlist.hxx.
Referenced by GetNextZoomRect(), GetPreviousZoomRect(), InsertZoomRect(), IsNextPossible(), and IsPreviousPossible().
|
private |
Definition at line 42 of file zoomlist.hxx.
Referenced by GetNextZoomRect(), GetPreviousZoomRect(), and InsertZoomRect().