Home
last modified time | relevance | path

Searched refs:mpWidget (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx75 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()
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()
172 mpWidget->setProperty( OUString::createFromAscii( "label" ), rChars ); in characters()
[all …]
H A Dimport.hxx225 LayoutWidget *mpWidget; member in layoutimpl::WidgetElement
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx759 : 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

Completed in 28 milliseconds