Home
last modified time | relevance | path

Searched refs:SharedButton (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx70 const ::std::vector<SharedButton>& rButtons);
94 void UpdateMinimumIconSizes(const ::std::vector<SharedButton>& rButtons);
106 const ::std::vector<SharedButton>& rButtons);
127 const ::std::vector<SharedButton>& rButtons);
382 SharedButton ButtonBar::GetButtonAt (const Point aModelLocation) in GetButtonAt()
387 ::std::vector<SharedButton>& rButtons ( in GetButtonAt()
396 return SharedButton(); in GetButtonAt()
401 return SharedButton(); in GetButtonAt()
415 bool ButtonBar::SetButtonUnderMouse (const SharedButton& rButton) in SetButtonUnderMouse()
452 const ::std::vector<SharedButton>& rButtons ( in Paint()
[all …]
/AOO41X/main/sd/source/ui/slidesorter/inc/view/
H A DSlsButtonBar.hxx44 typedef ::boost::shared_ptr<Button> SharedButton; typedef
163 ::std::vector<SharedButton> maRegularButtons;
164 ::std::vector<SharedButton> maExcludedButtons;
178 SharedButton GetButtonAt (const Point aModelLocation);
179 bool SetButtonUnderMouse (const SharedButton& rButton = SharedButton());