Lines Matching refs:xModelProps
869 … Reference< XPropertySet > xModelProps( xControl->getModel(), UNO_QUERY_THROW ); in getFastPropertyValue() local
870 …Reference< XPropertySet > xField( xModelProps->getPropertyValue( FM_PROP_BOUNDFIELD ), UNO_QUERY_T… in getFastPropertyValue()
1969 Reference< XPropertySet > xModelProps( m_xModelAsIndex, UNO_QUERY ); in setModel() local
1970 Reference< XPropertySetInfo > xPropInfo( xModelProps->getPropertySetInfo() ); in setModel()
1979 … xModelProps.get(), xModelProps->getPropertyValue( FM_PROP_DYNAMIC_CONTROL_BORDER ) ); in setModel()
1986 … if ( xModelProps->getPropertyValue( FM_PROP_CONTROL_BORDER_COLOR_FOCUS ) >>= nColor ) in setModel()
1988 … if ( xModelProps->getPropertyValue( FM_PROP_CONTROL_BORDER_COLOR_MOUSE ) >>= nColor ) in setModel()
1990 … if ( xModelProps->getPropertyValue( FM_PROP_CONTROL_BORDER_COLOR_INVALID ) >>= nColor ) in setModel()
2307 Reference< XPropertySet > xModelProps( _rxControl->getModel(), UNO_QUERY ); in lcl_shouldListenForModifications() local
2308 if ( xModelProps.is() && ::comphelper::hasProperty( FM_PROP_BOUNDFIELD, xModelProps ) ) in lcl_shouldListenForModifications()
2311 xModelProps->getPropertyValue( FM_PROP_BOUNDFIELD ) >>= xField; in lcl_shouldListenForModifications()
2315 xModelProps->addPropertyChangeListener( FM_PROP_BOUNDFIELD, _rxBoundFieldListener ); in lcl_shouldListenForModifications()