Home
last modified time | relevance | path

Searched refs:m_xTempBinding (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/form/
H A Ddatanavi.cxx2551 if ( m_xTempBinding.is() ) in ~AddDataItemDialog()
2560 xBindings->remove( makeAny( m_xTempBinding ) ); in ~AddDataItemDialog()
2585 if ( pBox && m_xTempBinding.is() ) in IMPL_LINK()
2599 m_xTempBinding->getPropertyValue( sPropName ) >>= sTemp; in IMPL_LINK()
2604 m_xTempBinding->setPropertyValue( sPropName, makeAny( sTemp ) ); in IMPL_LINK()
2626 AddConditionDialog aDlg( this, sPropName, m_xTempBinding ); in IMPL_LINK()
2633 m_xTempBinding->getPropertyValue( sPropName ) >>= sTemp; in IMPL_LINK()
2648 m_xTempBinding->setPropertyValue( in IMPL_LINK()
2709 m_xTempBinding->setPropertyValue( PN_BINDING_TYPE, makeAny( sDataType ) ); in IMPL_LINK()
2714 copyPropSet( m_xTempBinding, m_pItemNode->m_xPropSet ); in IMPL_LINK()
[all …]
/AOO41X/main/svx/source/inc/
H A Ddatanavi.hxx345 XPropertySet_ref m_xTempBinding; member in svxform::AddDataItemDialog
504 XPropertySet_ref m_xTempBinding; member in svxform::AddSubmissionDialog