Searched refs:IMPL_CONSTRUCTORS (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/toolkit/source/layout/vcl/ |
| H A D | wbutton.cxx | 180 IMPL_CONSTRUCTORS( Button, Control, "button" ); 256 IMPL_CONSTRUCTORS( PushButton, Button, "pushbutton" ); 365 IMPL_CONSTRUCTORS( RadioButton, Button, "radiobutton" ); 425 IMPL_CONSTRUCTORS( CheckBox, Button, "checkbox" ); 461 IMPL_CONSTRUCTORS( OKButton, PushButton, "okbutton" ); 462 IMPL_CONSTRUCTORS( CancelButton, PushButton, "cancelbutton" ); 463 IMPL_CONSTRUCTORS( YesButton, PushButton, "yesbutton" ); 464 IMPL_CONSTRUCTORS( NoButton, PushButton, "nobutton" ); 465 IMPL_CONSTRUCTORS( RetryButton, PushButton, "retrybutton" ); 466 IMPL_CONSTRUCTORS( IgnoreButton, PushButton, "ignorebutton" ); [all …]
|
| H A D | wfield.cxx | 135 IMPL_CONSTRUCTORS( Edit, Control, "edit" ); 148 IMPL_CONSTRUCTORS( MultiLineEdit, Edit, "multilineedit" ); 160 IMPL_CONSTRUCTORS( SpinField, Edit, "spinfield" ); 773 IMPL_CONSTRUCTORS (ListBox, Control, "listbox");
|
| H A D | wrapper.cxx | 1220 IMPL_CONSTRUCTORS (TabControl, Control, "tabcontrol"); 1279 IMPL_CONSTRUCTORS( FixedLine, Control, "hfixedline" ); 1319 IMPL_CONSTRUCTORS( FixedText, Control, "fixedtext" ); 1338 IMPL_CONSTRUCTORS( FixedInfo, FixedText, "fixedinfo" ); 1381 IMPL_CONSTRUCTORS( FixedImage, Control, "fixedimage" ); 1408 IMPL_CONSTRUCTORS( ProgressBar, Control, "ProgressBar" );
|
| H A D | wrapper.hxx | 119 #define IMPL_CONSTRUCTORS(t,par,unoName) IMPL_CONSTRUCTORS_BODY(t, par, unoName, ) macro
|