Searched refs:ZoomList (Results 1 – 5 of 5) sorted by relevance
51 ZoomList::ZoomList(ViewShell* pViewShell) in ZoomList() function in sd::ZoomList65 ZoomList::~ZoomList() in ~ZoomList()85 void ZoomList::InsertZoomRect(const Rectangle& rRect) in InsertZoomRect()117 Rectangle ZoomList::GetNextZoomRect() in GetNextZoomRect()141 Rectangle ZoomList::GetPreviousZoomRect() in GetPreviousZoomRect()162 sal_Bool ZoomList::IsNextPossible() const in IsNextPossible()181 sal_Bool ZoomList::IsPreviousPossible() const in IsPreviousPossible()
227 mpZoomList = new ZoomList( this ); in construct()1577 ZoomList* ViewShell::GetZoomList (void) in GetZoomList()
36 class ZoomList : public List class39 ZoomList(ViewShell* pViewShell);40 virtual ~ZoomList();
79 class ZoomList;240 ZoomList* GetZoomList (void);504 ZoomList* mpZoomList;
437 ZoomList* pZoomList = mpViewShell->GetZoomList(); in IMPL_LINK_INLINE_END()450 ZoomList* pZoomList = mpViewShell->GetZoomList(); in IMPL_LINK_INLINE_END()
Completed in 42 milliseconds