Searched refs:IMPL_CONSTRUCTORS (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wbutton.cxx | 179 IMPL_CONSTRUCTORS( Button, Control, "button" ); 254 IMPL_CONSTRUCTORS( PushButton, Button, "pushbutton" ); 363 IMPL_CONSTRUCTORS( RadioButton, Button, "radiobutton" ); 423 IMPL_CONSTRUCTORS( CheckBox, Button, "checkbox" ); 459 IMPL_CONSTRUCTORS( OKButton, PushButton, "okbutton" ); 461 IMPL_CONSTRUCTORS( YesButton, PushButton, "yesbutton" ); 462 IMPL_CONSTRUCTORS( NoButton, PushButton, "nobutton" ); 463 IMPL_CONSTRUCTORS( RetryButton, PushButton, "retrybutton" ); 465 IMPL_CONSTRUCTORS( ResetButton, PushButton, "resetbutton" ); 467 IMPL_CONSTRUCTORS( HelpButton, PushButton, "helpbutton" ); [all …]
|
H A D | wfield.cxx | 135 IMPL_CONSTRUCTORS( Edit, Control, "edit" ); 148 IMPL_CONSTRUCTORS( MultiLineEdit, Edit, "multilineedit" ); 160 IMPL_CONSTRUCTORS( SpinField, Edit, "spinfield" ); 780 IMPL_CONSTRUCTORS (ListBox, Control, "listbox");
|
H A D | wrapper.cxx | 1229 IMPL_CONSTRUCTORS (TabControl, Control, "tabcontrol"); 1288 IMPL_CONSTRUCTORS( FixedLine, Control, "hfixedline" ); 1328 IMPL_CONSTRUCTORS( FixedText, Control, "fixedtext" ); 1347 IMPL_CONSTRUCTORS( FixedInfo, FixedText, "fixedinfo" ); 1390 IMPL_CONSTRUCTORS( FixedImage, Control, "fixedimage" ); 1417 IMPL_CONSTRUCTORS( ProgressBar, Control, "ProgressBar" );
|
H A D | wrapper.hxx | 119 #define IMPL_CONSTRUCTORS(t,par,unoName) IMPL_CONSTRUCTORS_BODY(t, par, unoName, ) macro
|
Completed in 73 milliseconds