Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/forms/
H A Delementexport.cxx1924 ::rtl::OUString sBoundFieldPropertyName( RTL_CONSTASCII_USTRINGPARAM( "BoundField" ) ); in controlHasActiveDataBinding()
1925 … if ( m_xPropertyInfo.is() && m_xPropertyInfo->hasPropertyByName( sBoundFieldPropertyName ) ) in controlHasActiveDataBinding()
1928 m_xProps->getPropertyValue( sBoundFieldPropertyName ) >>= xBoundField; in controlHasActiveDataBinding()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3881 static const ::rtl::OUString sBoundFieldPropertyName = FM_PROP_BOUNDFIELD; in smartControlReset() local
3901 if (xCurrentInfo->hasPropertyByName(sBoundFieldPropertyName)) in smartControlReset()
3902 xCurrent->getPropertyValue(sBoundFieldPropertyName) >>= xBoundField; in smartControlReset()

Completed in 36 milliseconds