Home
last modified time | relevance | path

Searched refs:IMPL_CONSTRUCTORS (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx179 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 Dwfield.cxx135 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 Dwrapper.cxx1229 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 Dwrapper.hxx119 #define IMPL_CONSTRUCTORS(t,par,unoName) IMPL_CONSTRUCTORS_BODY(t, par, unoName, ) macro

Completed in 47 milliseconds