Home
last modified time | relevance | path

Searched refs:xFormProperties (Results 1 – 4 of 4) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DFormControlHelper.cxx114 xFormProperties(xForm, uno::UNO_QUERY); in getForm() local
117 xFormProperties->setPropertyValue(sName, aAny); in getForm()
/trunk/main/svx/source/form/
H A Dfmundo.cxx984 Reference< XPropertySet > xFormProperties( xForm, UNO_QUERY ); in RemoveElement() local
985 if ( xFormProperties.is() ) in RemoveElement()
990 xFormProperties->setPropertyValue( FM_PROP_ACTIVE_CONNECTION, Any() ); in RemoveElement()
H A Dfiltnav.cxx643 Reference< XPropertySet > xFormProperties( xController->getModel(), UNO_QUERY_THROW ); in Update() local
645 OSL_VERIFY( xFormProperties->getPropertyValue( FM_PROP_NAME ) >>= aName ); in Update()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx834 Reference< XPropertySet > xFormProperties( m_xRowSet, UNO_QUERY ); in Construct() local
835 if ( !InitializeForm( xFormProperties ) ) in Construct()

Completed in 41 milliseconds