Lines Matching refs:xPSet

372     Reference< beans::XPropertySet > xPSet( GetUnoControlModel(), UNO_QUERY );  in SetRectFromProps()  local
373 if ( xPSet.is() ) in SetRectFromProps()
376 xPSet->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nXIn; in SetRectFromProps()
377 xPSet->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nYIn; in SetRectFromProps()
378 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidthIn; in SetRectFromProps()
379 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeightIn; in SetRectFromProps()
409 Reference< beans::XPropertySet > xPSet( GetUnoControlModel(), UNO_QUERY ); in SetPropsFromRect() local
410 if ( xPSet.is() ) in SetPropsFromRect()
414 xPSet->setPropertyValue( DLGED_PROP_POSITIONX, aValue ); in SetPropsFromRect()
416 xPSet->setPropertyValue( DLGED_PROP_POSITIONY, aValue ); in SetPropsFromRect()
418 xPSet->setPropertyValue( DLGED_PROP_WIDTH, aValue ); in SetPropsFromRect()
420 xPSet->setPropertyValue( DLGED_PROP_HEIGHT, aValue ); in SetPropsFromRect()
447 Reference< beans::XPropertySet > xPSet( GetUnoControlModel(), UNO_QUERY ); in PositionAndSizeChange() local
448 if ( xPSet.is() ) in PositionAndSizeChange()
451 xPSet->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nX; in PositionAndSizeChange()
452 xPSet->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nY; in PositionAndSizeChange()
453 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidth; in PositionAndSizeChange()
454 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeight; in PositionAndSizeChange()
494 xPSet->setPropertyValue( evt.PropertyName, aNewValue ); in PositionAndSizeChange()
545 Reference< beans::XPropertySet > xPSet(GetUnoControlModel(), UNO_QUERY); in NameChange() local
548 xPSet->setPropertyValue( DLGED_PROP_NAME, aName ); in NameChange()
561 uno::Reference< beans::XPropertySet > xPSet( GetUnoControlModel(), uno::UNO_QUERY ); in GetStep() local
562 if (xPSet.is()) in GetStep()
564 xPSet->getPropertyValue( DLGED_PROP_STEP ) >>= nStep; in GetStep()
631 Reference< beans::XPropertySet > xPSet; in TabIndexChange() local
632 aCtrl >>= xPSet; in TabIndexChange()
633 if ( xPSet.is() && xPSet == Reference< beans::XPropertySet >( evt.Source, UNO_QUERY ) ) in TabIndexChange()
635 else if ( xPSet.is() ) in TabIndexChange()
636 xPSet->getPropertyValue( DLGED_PROP_TABINDEX ) >>= nTabIndex; in TabIndexChange()
669 Reference< beans::XPropertySet > xPSet; in TabIndexChange() local
670 aCtrl >>= xPSet; in TabIndexChange()
671 if ( xPSet.is() ) in TabIndexChange()
675 xPSet->setPropertyValue( DLGED_PROP_TABINDEX, aTabIndex ); in TabIndexChange()
944 Reference< beans::XPropertySet > xPSet( GetUnoControlModel(), UNO_QUERY ); in clonedFrom() local
945 if ( xPSet.is() ) in clonedFrom()
951 xPSet->setPropertyValue( DLGED_PROP_NAME, aUniqueName ); in clonedFrom()
960 xPSet->setPropertyValue( DLGED_PROP_TABINDEX, aTabIndex ); in clonedFrom()
963 Reference< awt::XControlModel > xCtrl( xPSet , UNO_QUERY ); in clonedFrom()
1072 Reference< beans::XPropertySet > xPSet( GetUnoControlModel(), UNO_QUERY ); in SetDefaults() local
1073 if ( xPSet.is() ) in SetDefaults()
1081 xPSet->setPropertyValue( DLGED_PROP_NAME, aUniqueName ); in SetDefaults()
1090 xPSet->setPropertyValue( DLGED_PROP_LABEL, aUniqueName ); in SetDefaults()
1101 xPSet->setPropertyValue( DLGED_PROP_FORMATSSUPPLIER, aSupplier ); in SetDefaults()
1115 xPSet->setPropertyValue( DLGED_PROP_TABINDEX, aTabIndex ); in SetDefaults()
1122 xPSet->setPropertyValue( DLGED_PROP_STEP, aStep ); in SetDefaults()
1126 Reference< awt::XControlModel > xCtrl( xPSet , UNO_QUERY ); in SetDefaults()
1401 Reference< beans::XPropertySet > xPSet( GetUnoControlModel(), UNO_QUERY ); in SetRectFromProps() local
1402 if ( xPSet.is() ) in SetRectFromProps()
1405 xPSet->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nXIn; in SetRectFromProps()
1406 xPSet->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nYIn; in SetRectFromProps()
1407 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidthIn; in SetRectFromProps()
1408 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeightIn; in SetRectFromProps()
1438 Reference< beans::XPropertySet > xPSet( GetUnoControlModel(), UNO_QUERY ); in SetPropsFromRect() local
1439 if ( xPSet.is() ) in SetPropsFromRect()
1443 xPSet->setPropertyValue( DLGED_PROP_POSITIONX, aValue ); in SetPropsFromRect()
1445 xPSet->setPropertyValue( DLGED_PROP_POSITIONY, aValue ); in SetPropsFromRect()
1447 xPSet->setPropertyValue( DLGED_PROP_WIDTH, aValue ); in SetPropsFromRect()
1449 xPSet->setPropertyValue( DLGED_PROP_HEIGHT, aValue ); in SetPropsFromRect()
1542 … Reference< beans::XPropertySet > xPSet( (*aIter)->GetUnoControlModel(), UNO_QUERY ); in PositionAndSizeChange() local
1543 if ( xPSet.is() ) in PositionAndSizeChange()
1546 xPSet->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nX; in PositionAndSizeChange()
1547 xPSet->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nY; in PositionAndSizeChange()
1548 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidth; in PositionAndSizeChange()
1549 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeight; in PositionAndSizeChange()
1563 xPSet->setPropertyValue( DLGED_PROP_POSITIONX, aValue ); in PositionAndSizeChange()
1579 xPSet->setPropertyValue( DLGED_PROP_POSITIONY, aValue ); in PositionAndSizeChange()
1643 Reference< ::com::sun::star::beans::XPropertySet > xPSet; in UpdateTabIndices() local
1644 aCtrl >>= xPSet; in UpdateTabIndices()
1645 if ( xPSet.is() ) in UpdateTabIndices()
1646 xPSet->getPropertyValue( DLGED_PROP_TABINDEX ) >>= nTabIndex; in UpdateTabIndices()
1657 Reference< beans::XPropertySet > xPSet; in UpdateTabIndices() local
1658 aCtrl >>= xPSet; in UpdateTabIndices()
1659 if ( xPSet.is() ) in UpdateTabIndices()
1663 xPSet->setPropertyValue( DLGED_PROP_TABINDEX, aTabIndex ); in UpdateTabIndices()