Lines Matching refs:AnyWidget

753         struct AnyWidget  struct in PropertiesList::PropertyEntry
758 AnyWidget( Widget *pWidget, rtl::OUString aPropName, Widget::PropertyKind aPropKind ) in AnyWidget() argument
766 virtual ~AnyWidget() in ~AnyWidget() argument
824 struct AnyEdit : public AnyWidget, layout::HBox
837 … : AnyWidget( pWidget, aPropName, aPropKind ), layout::HBox( 0, false ), mpWinParent( pWinParent ) in AnyEdit()
955 struct AnyInteger : public AnyWidget, NumericField
959 … : AnyWidget( pWidget, aPropName, aPropKind ), NumericField( pWinParent, WB_SPIN|WB_BORDER ) in AnyInteger()
997 struct AnyCheckBox : public AnyWidget, layout::CheckBox
1001 : AnyWidget( pWidget, aPropName, aPropKind ), layout::CheckBox( pWinParent ) in AnyCheckBox()
1006 SetToggleHdl( LINK( this, AnyWidget, ApplyPropertyHdl ) ); in AnyCheckBox()
1041 struct AnyListBox : public AnyWidget, layout::ListBox
1045 … : AnyWidget( pWidget, aPropName, aPropKind ), layout::ListBox( pWinParent, WB_DROPDOWN ) in AnyListBox()
1047 SetSelectHdl( LINK( this, AnyWidget, ApplyPropertyHdl ) ); in AnyListBox()
1081 struct AnyComboBox : public AnyWidget, layout::ComboBox
1085 … : AnyWidget( pWidget, aPropName, aPropKind ), layout::ComboBox( pWinParent, WB_DROPDOWN ) in AnyComboBox()
1121 AnyWidget *mpValue;
1124 PropertyEntry( layout::Window *pWinParent, AnyWidget *pAnyWidget ) in PropertyEntry()
1135 mpFlag->SetToggleHdl( LINK( mpValue, AnyWidget, FlagToggledHdl ) ); in PropertyEntry()
1154 AnyWidget *pAnyWidget; in construct()
1312 IMPL_LINK( PropertiesList::PropertyEntry::AnyWidget, ApplyPropertyHdl, layout::Window *, pWin ) in IMPL_LINK() argument
1319 IMPL_LINK( PropertiesList::PropertyEntry::AnyWidget, FlagToggledHdl, layout::CheckBox *, pCheck ) in IMPL_LINK() argument