Home
last modified time | relevance | path

Searched refs:m_xPropSet (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java58 private XMultiPropertySet m_xPropSet; field in CheckOGroupBoxModel
81 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()
/aoo4110/main/svx/source/form/
H A Ddatanavi.cxx138 Reference< XPropertySet > m_xPropSet; member
143 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 …]
/aoo4110/main/xmloff/source/draw/
H A DXMLReplacementImageContext.cxx50 m_xPropSet( rPropSet ), in XMLReplacementImageContext()
103 m_xPropSet->getPropertySetInfo(); in EndElement()
105 m_xPropSet->setPropertyValue( m_sGraphicURL, makeAny( sHRef ) ); in EndElement()
/aoo4110/main/xmloff/source/transform/
H A DTransformerBase.cxx456 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()
H A DTransformerBase.hxx64 ::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()
/aoo4110/main/xmloff/inc/
H A DXMLReplacementImageContext.hxx40 ::com::sun::star::beans::XPropertySet > m_xPropSet;

Completed in 49 milliseconds