Searched refs:IMPL_CONSTRUCTORS_BODY (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wrapper.hxx | 95 #define IMPL_CONSTRUCTORS_BODY(t,par,unoName,body) \ macro 119 #define IMPL_CONSTRUCTORS(t,par,unoName) IMPL_CONSTRUCTORS_BODY(t, par, unoName, )
|
H A D | wbutton.cxx | 627 IMPL_CONSTRUCTORS_BODY( AdvancedButton, PushButton, "advancedbutton", getImpl()->simpleMode () ); 646 IMPL_CONSTRUCTORS_BODY( MoreButton, AdvancedButton, "morebutton", getImpl()->simpleMode () );
|
H A D | wfield.cxx | 490 IMPL_CONSTRUCTORS_BODY( ComboBox, Edit, "combobox", getImpl()->parent = parent; ); 778 IMPL_CONSTRUCTORS_BODY( MultiListBox, ListBox, "multilistbox", GetMultiListBox()->EnableMultiSelect…
|
Completed in 19 milliseconds