Searched refs:IMPL_CONSTRUCTORS_BODY (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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 | 625 IMPL_CONSTRUCTORS_BODY( AdvancedButton, PushButton, "advancedbutton", getImpl().simpleMode () ); 644 IMPL_CONSTRUCTORS_BODY( MoreButton, AdvancedButton, "morebutton", getImpl().simpleMode () );
|
H A D | wfield.cxx | 489 IMPL_CONSTRUCTORS_BODY( ComboBox, Edit, "combobox", getImpl().parent = parent; ); 785 IMPL_CONSTRUCTORS_BODY( MultiListBox, ListBox, "multilistbox", GetMultiListBox()->EnableMultiSelect…
|
Completed in 49 milliseconds