Searched refs:mpWidget (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/toolkit/source/layout/core/ |
| H A D | import.cxx | 75 xParent = ((WidgetElement *) pParent)->mpWidget->getPeer(); in WidgetElement() 78 mpWidget = pImport->mrRoot.create( aId, name, in WidgetElement() 85 mpWidget->setProperties( aProps ); in WidgetElement() 87 uno::Reference< awt::XDialog2 > xDialog( mpWidget->getPeer(), uno::UNO_QUERY ); in WidgetElement() 110 if ( DialogButtonHBox *b = dynamic_cast<DialogButtonHBox *> ( mpWidget->getPeer().get() ) ) in WidgetElement() 117 mpWidget->setProperties( aProps ); in WidgetElement() 123 uno::Reference< awt::XRadioButton > xRadio( mpWidget->getPeer(), uno::UNO_QUERY ); in WidgetElement() 146 if ( !mpWidget->addChild( pChild->mpWidget ) ) in startChildElement() 154 mpWidget->setChildProperties( pChild->mpWidget, aProps ); in startChildElement() 165 if ( mpWidget && rChars.trim().getLength() ) in characters() [all …]
|
| H A D | import.hxx | 225 LayoutWidget *mpWidget; member in layoutimpl::WidgetElement
|
| /trunk/main/toolkit/workben/layout/ |
| H A D | editor.cxx | 759 : mpWidget( pWidget ), maPropName( aPropName ), maPropKind( aPropKind ) in AnyWidget() 775 mpWidget->setProperty( maPropName, maPropKind, aValue ); in save() 781 bool flag = mpWidget->isPropertyTouched( maPropName, maPropKind ); in checkProperty() 803 value = mpWidget->getProperty( maPropName, maPropKind ); in getValue() 805 value = mpWidget->getOriginalProperty( maPropName, maPropKind ); in getValue() 817 Widget *mpWidget; member
|