Searched refs:xFormProperties (Results 1 – 4 of 4) sorted by relevance
114 xFormProperties(xForm, uno::UNO_QUERY); in getForm() local117 xFormProperties->setPropertyValue(sName, aAny); in getForm()
984 Reference< XPropertySet > xFormProperties( xForm, UNO_QUERY ); in RemoveElement() local985 if ( xFormProperties.is() ) in RemoveElement()990 xFormProperties->setPropertyValue( FM_PROP_ACTIVE_CONNECTION, Any() ); in RemoveElement()
643 Reference< XPropertySet > xFormProperties( xController->getModel(), UNO_QUERY_THROW ); in Update() local645 OSL_VERIFY( xFormProperties->getPropertyValue( FM_PROP_NAME ) >>= aName ); in Update()
834 Reference< XPropertySet > xFormProperties( m_xRowSet, UNO_QUERY ); in Construct() local835 if ( !InitializeForm( xFormProperties ) ) in Construct()
Completed in 142 milliseconds