Searched refs:m_xPropSet (Results 1 – 6 of 6) sorted by relevance
58 private XMultiPropertySet m_xPropSet; field in CheckOGroupBoxModel81 m_xPropSet = UnoRuntime.queryInterface(XMultiPropertySet.class, shape.getControl()); in before()105 m_xPropSet.addPropertiesChangeListener(boundPropsToTest, ml); in setPropertyValues()107 Object[] gValues = m_xPropSet.getPropertyValues(boundPropsToTest); in setPropertyValues()116 m_xPropSet.setPropertyValues(boundPropsToTest, newValue); in setPropertyValues()132 m_xPropSet.removePropertiesChangeListener(ml); in setPropertyValues()137 Property[] properties = m_xPropSet.getPropertySetInfo().getProperties(); in getBoundPropsToTest()
138 Reference< XPropertySet > m_xPropSet; member143 m_xPropSet( _rxSet ) {} in ItemNode()227 desc.xPropSet = pItemNode->m_xPropSet; in StartDrag()709 pNode->m_xPropSet->getPropertyValue( PN_BINDING_ID ) >>= sTemp; in DoToolBoxAction()712 pNode->m_xPropSet->getPropertyValue( PN_BINDING_EXPR ) >>= sTemp; in DoToolBoxAction()731 EditEntry( pNode->m_xPropSet ); in DoToolBoxAction()1458 if ( pNode && ( pNode->m_xNode.is() || pNode->m_xPropSet.is() ) ) in EnableMenuItems()2714 copyPropSet( m_xTempBinding, m_pItemNode->m_xPropSet ); in IMPL_LINK()2834 else if ( m_pItemNode->m_xPropSet.is() ) in InitFromNode()3581 if ( m_pItemNode && m_pItemNode->m_xPropSet.is() ) in FillAllBoxes()[all …]
50 m_xPropSet( rPropSet ), in XMLReplacementImageContext()103 m_xPropSet->getPropertySetInfo(); in EndElement()105 m_xPropSet->setPropertyValue( m_sGraphicURL, makeAny( sHRef ) ); in EndElement()
456 m_xPropSet.set( *pAny, UNO_QUERY ); in initialize()463 if( m_xPropSet.is() ) in initialize()468 m_xPropSet->getPropertySetInfo(); in initialize()472 aAny = m_xPropSet->getPropertyValue(sPropName); in initialize()478 aAny = m_xPropSet->getPropertyValue(sPropName); in initialize()
64 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xPropSet;132 …::uno::Reference< ::com::sun::star::beans::XPropertySet > & GetPropertySet() { return m_xPropSet; } in GetPropertySet()
40 ::com::sun::star::beans::XPropertySet > m_xPropSet;
Completed in 85 milliseconds