Searched refs:attrbs (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/toolkit/source/layout/core/ |
H A D | root.cxx | 311 LayoutWidget *LayoutRoot::create( OUString id, const OUString unoName, long attrbs,uno::Reference< … in create() argument 313 LayoutWidget *pWidget = new LayoutWidget( mxToolkit, xParent, unoName, attrbs ); in create() 347 OUString unoName, long attrbs ) in LayoutWidget() argument 356 mxWidget = WidgetFactory::createWidget( xToolkit, xParent, unoName, attrbs ); in LayoutWidget()
|
H A D | root.hxx | 120 …virtual LayoutWidget *create( rtl::OUString id, const rtl::OUString unoName, long attrbs, css::uno… 131 rtl::OUString unoName, long attrbs );
|
H A D | import.hxx | 94 rtl::OUString unoName, long attrbs ); 120 virtual Widget *create( rtl::OUString id, const rtl::OUString unoName, long attrbs );
|
/aoo4110/main/toolkit/workben/layout/ |
H A D | editor.cxx | 602 … long attrbs, uno::Reference< awt::XLayoutContainer > xParent ) in create() argument 608 Widget *pWidget = new Widget( id, mxToolkit, xParent, unoName, attrbs ); in create()
|
Completed in 32 milliseconds