Searched refs:sBoundFieldPropertyName (Results 1 – 2 of 2) sorted by relevance
1924 ::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()
3881 static const ::rtl::OUString sBoundFieldPropertyName = FM_PROP_BOUNDFIELD; in smartControlReset() local3901 if (xCurrentInfo->hasPropertyByName(sBoundFieldPropertyName)) in smartControlReset()3902 xCurrent->getPropertyValue(sBoundFieldPropertyName) >>= xBoundField; in smartControlReset()
Completed in 27 milliseconds