Lines Matching refs:Element
144 class Element class
150 Element (const ::rtl::Reference<PresenterToolBar>& rpToolBar);
151 virtual ~Element (void);
219 : public ::std::vector<rtl::Reference<Element> >
230 class Button : public Element
233 static ::rtl::Reference<Element> Create (
269 class Label : public Element
314 using Element::disposing;
334 static ::rtl::Reference<Element> Create (
351 static ::rtl::Reference<Element> Create (
366 class VerticalSeparator : public Element
380 class HorizontalSeparator : public Element
490 ::rtl::Reference<Element> pElement (*iElement); in disposing()
832 ::rtl::Reference<Element> pElement; in ProcessEntry()
840 pElement = ::rtl::Reference<Element>(new VerticalSeparator(this)); in ProcessEntry()
842 pElement = ::rtl::Reference<Element>(new HorizontalSeparator(this)); in ProcessEntry()
844 pElement = ::rtl::Reference<Element>(new Label(this)); in ProcessEntry()
1339 Element::Element ( in Element() function in sdext::presenter::__anonc0e9a9f80411::Element
1365 Element::~Element (void) in ~Element()
1372 void Element::SetModes ( in SetModes()
1388 void Element::disposing (void) in disposing()
1395 awt::Size Element::GetBoundingSize ( in GetBoundingSize()
1405 awt::Rectangle Element::GetBoundingBox (void) const in GetBoundingBox()
1413 void Element::CurrentSlideHasChanged (void) in CurrentSlideHasChanged()
1421 void Element::SetLocation (const awt::Point& rLocation) in SetLocation()
1428 void Element::SetSize (const geometry::RealSize2D& rSize) in SetSize()
1436 bool Element::SetState ( in SetState()
1490 void Element::Invalidate (const bool bSynchronous) in Invalidate()
1499 bool Element::IsOutside (const awt::Rectangle& rBox) in IsOutside()
1515 bool Element::IsEnabled (void) const in IsEnabled()
1523 void Element::SetEnabledState (const bool bIsEnabled) in SetEnabledState()
1531 bool Element::IsFilling (void) const in IsFilling()
1539 void Element::UpdateState (void) in UpdateState()
1561 void SAL_CALL Element::disposing (const css::lang::EventObject& rEvent) in disposing()
1572 void SAL_CALL Element::notifyEvent (const css::document::EventObject& rEvent) in notifyEvent()
1584 void SAL_CALL Element::statusChanged (const css::frame::FeatureStateEvent& rEvent) in statusChanged()
1684 ::rtl::Reference<Element> Button::Create ( in Create()
1689 return ::rtl::Reference<Element>(pElement.get()); in Create()
1697 : Element(rpToolBar), in Button()
1736 Element::disposing(); in disposing()
1848 Element::disposing(rEvent); in disposing()
1861 : Element(rpToolBar) in Label()
1924 return Element::SetState(false, false); in SetState()
2187 ::rtl::Reference<Element> CurrentTimeLabel::Create ( in Create()
2192 return ::rtl::Reference<Element>(pElement.get()); in Create()
2239 ::rtl::Reference<Element> PresentationTimeLabel::Create ( in Create()
2244 return ::rtl::Reference<Element>(pElement.get()); in Create()
2323 : Element(rpToolBar) in VerticalSeparator()
2386 : Element(rpToolBar) in HorizontalSeparator()