Lines Matching refs:component

392     VCLXWindow* component = 0;  in implCreateWidget()  local
395 window = layoutCreateWindow (&component, parent, name, attributes); in implCreateWidget()
401 if ( component ) in implCreateWidget()
402 component->SetCreatedWithToolkit( true ); in implCreateWidget()
403 reference = component; in implCreateWidget()
404 window->SetComponentInterface( component ); in implCreateWidget()
414 Window* WidgetFactory::sfx2CreateWindow (VCLXWindow** component, Window* parent, OUString const& na… in sfx2CreateWindow() argument
430 return mSfx2CreateWidget (component, name, parent, attributes); in sfx2CreateWindow()
435 Window* WidgetFactory::layoutCreateWindow (VCLXWindow** component, Window *parent, OUString const& … in layoutCreateWindow() argument
448 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow()
457 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow()
466 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow()
475 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow()
485 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow()
494 *component = new layoutimpl::VCLXDialog(); in layoutCreateWindow()
501 *component = new layoutimpl::VCLXTabControl(); in layoutCreateWindow()
507 *component = new layoutimpl::VCLXScroller(); in layoutCreateWindow()
512 *component = new layoutimpl::VCLXSplitter( name.equalsAscii( "hsplitter" ) ); in layoutCreateWindow()
523 *component = new layoutimpl::VCLXFixedLine(); in layoutCreateWindow()
528 *component = new layoutimpl::VCLXOKButton( window ); in layoutCreateWindow()
534 *component = new layoutimpl::VCLXCancelButton( window ); in layoutCreateWindow()
540 *component = new layoutimpl::VCLXYesButton( window ); in layoutCreateWindow()
547 *component = new layoutimpl::VCLXNoButton( window ); in layoutCreateWindow()
552 *component = new layoutimpl::VCLXRetryButton( window ); in layoutCreateWindow()
557 *component = new layoutimpl::VCLXIgnoreButton( window ); in layoutCreateWindow()
562 *component = new layoutimpl::VCLXResetButton( window ); in layoutCreateWindow()
567 *component = new layoutimpl::VCLXApplyButton( window ); in layoutCreateWindow()
572 *component = new layoutimpl::VCLXHelpButton( window ); in layoutCreateWindow()
578 *component = new layoutimpl::VCLXMoreButton( window ); in layoutCreateWindow()
584 *component = new layoutimpl::VCLXAdvancedButton( window ); in layoutCreateWindow()
592 *component = new layoutimpl::VCLXPlugin( window, ImplGetWinBits( attributes, 0 ) ); in layoutCreateWindow()
612 *component = new VCLXDialog(); in layoutCreateWindow()
617 *component = new VCLXTabPage( window ); in layoutCreateWindow()
625 *component = new layoutimpl::LocalizedString(); in layoutCreateWindow()
631 *component = new VCLXListBox (); in layoutCreateWindow()
638 *component = new VCLXListBox (); in layoutCreateWindow()