Home
last modified time | relevance | path

Searched refs:AdvancedButton (Results 1 – 7 of 7) sorted by relevance

/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx572 void AdvancedButton::AddAdvanced( Window* w ) in AddAdvanced()
577 void AdvancedButton::AddSimple( Window* w ) in AddSimple()
582 void AdvancedButton::RemoveAdvanced( Window* w ) in RemoveAdvanced()
587 void AdvancedButton::RemoveSimple( Window* w ) in RemoveSimple()
592 void AdvancedButton::SetAdvancedText (rtl::OUString const& text) in SetAdvancedText()
598 void AdvancedButton::SetSimpleText (rtl::OUString const& text) in SetSimpleText()
604 rtl::OUString AdvancedButton::GetAdvancedText () const in GetAdvancedText()
609 rtl::OUString AdvancedButton::GetSimpleText () const in GetSimpleText()
614 void AdvancedButton::SetDelta (int) in SetDelta()
618 IMPL_CONSTRUCTORS_BODY( AdvancedButton, PushButton, "advancedbutton", getImpl()->simpleMode () );
[all …]
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx329 class TOOLKIT_DLLPUBLIC AdvancedButton : public PushButton class
331 DECL_CONSTRUCTORS( AdvancedButton, PushButton, 0 );
332 DECL_GET_IMPL( AdvancedButton );
347 class TOOLKIT_DLLPUBLIC MoreButton : public AdvancedButton
349 DECL_CONSTRUCTORS( MoreButton, AdvancedButton, 0 );
H A Dlayout-pre.hxx32 #define AdvancedButton layout::AdvancedButton macro
H A Dlayout-post.hxx33 #undef AdvancedButton
/trunk/main/toolkit/workben/layout/
H A Drecover.hxx54 AdvancedButton aButtonAdvanced;
/trunk/main/toolkit/doc/layout/
H A DTODO68 *** Symbols on MoreButton/AdvancedButton?
H A DChangeLog42 workben/layout/recover.hxx: Extract AdvancedButton implementation