Lines Matching refs:m_xPropSet

138 		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()
1160 DBG_ASSERT( pNode->m_xPropSet.is(), "XFormsPage::RemoveEntry(): no propset" ); in RemoveEntry()
1168 pNode->m_xPropSet->getPropertyValue( sProperty ) >>= sName; in RemoveEntry()
1183 xModel->getSubmissions()->remove( makeAny( pNode->m_xPropSet ) ); in RemoveEntry()
1185 xModel->getBindings()->remove( makeAny( pNode->m_xPropSet ) ); in RemoveEntry()
1458 if ( pNode && ( pNode->m_xNode.is() || pNode->m_xPropSet.is() ) ) in EnableMenuItems()
2714 copyPropSet( m_xTempBinding, m_pItemNode->m_xPropSet ); in IMPL_LINK()
2718 m_pItemNode->m_xPropSet->setPropertyValue( PN_BINDING_ID, makeAny( sValue ) ); in IMPL_LINK()
2720 m_pItemNode->m_xPropSet->setPropertyValue( PN_BINDING_EXPR, makeAny( sValue ) ); in IMPL_LINK()
2834 else if ( m_pItemNode->m_xPropSet.is() ) in InitFromNode()
2842 m_xTempBinding = m_xUIHelper->cloneBindingAsGhost( m_pItemNode->m_xPropSet ); in InitFromNode()
2855 Reference< XPropertySetInfo > xInfo = m_pItemNode->m_xPropSet->getPropertySetInfo(); in InitFromNode()
2858 m_pItemNode->m_xPropSet->getPropertyValue( PN_BINDING_ID ) >>= sTemp; in InitFromNode()
2860 m_pItemNode->m_xPropSet->getPropertyValue( PN_BINDING_EXPR ) >>= sTemp; in InitFromNode()
2865 m_pItemNode->m_xPropSet->getPropertyValue( PN_SUBMISSION_ID ) >>= sTemp; in InitFromNode()
3581 if ( m_pItemNode && m_pItemNode->m_xPropSet.is() ) in FillAllBoxes()
3583 m_xSubmission = m_pItemNode->m_xPropSet; in FillAllBoxes()