Home
last modified time | relevance | path

Searched refs:sPropertyValue (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/source/config/test/
H A Dtest.cxx208 OUString sPropertyValue; in impl_testDynamicMenuOptions() local
217 lNewMenu[nItem][nProperty].Value >>= sPropertyValue; in impl_testDynamicMenuOptions()
224 sOut.append ( sPropertyValue ); in impl_testDynamicMenuOptions()
237 lWizardMenu[nItem][nProperty].Value >>= sPropertyValue; in impl_testDynamicMenuOptions()
244 sOut.append ( sPropertyValue ); in impl_testDynamicMenuOptions()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx646 ::rtl::OUString sPropertyValue; in exportConnectionData()
647 …xDataSourceSettings->getPropertyValue( sPropertyName ) >>= sPropertyValue ) && sPropertyValue.getL… in exportConnectionData()
648 … AddAttribute( XML_NAMESPACE_DB, XML_LOCAL_SOCKET, sPropertyValue ); in exportConnectionData()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx3278 ::rtl::OUString sPropertyValue; in impl_hasValidDataSourceSignature_nothrow()
3281 _xFormProperties->getPropertyValue( PROPERTY_DATASOURCE ) >>= sPropertyValue; in impl_hasValidDataSourceSignature_nothrow()
3282 bHas = ( sPropertyValue.getLength() != 0 ) || _bAllowEmptyDataSourceName; in impl_hasValidDataSourceSignature_nothrow()
3288 _xFormProperties->getPropertyValue( PROPERTY_COMMAND ) >>= sPropertyValue; in impl_hasValidDataSourceSignature_nothrow()
3289 bHas = ( sPropertyValue.getLength() != 0 ); in impl_hasValidDataSourceSignature_nothrow()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx355 sPropertyValue(RTL_CONSTASCII_USTRINGPARAM("Value")), in XMLTextFieldExport()
1119 GetDoubleProperty(sPropertyValue, rPropSet), in ExportFieldHelper()
1164 GetDoubleProperty(sPropertyValue, rPropSet), in ExportFieldHelper()
1237 GetDoubleProperty(sPropertyValue, rPropSet), in ExportFieldHelper()
2131 GetDoubleProperty(sPropertyValue, xPropSet), in ExportFieldDeclarations()
H A Dtxtvfldi.cxx1265 sPropertyValue(RTL_CONSTASCII_USTRINGPARAM(sAPI_value)), in XMLValueImportHelper()
1466 xPropertySet->setPropertyValue(sPropertyValue, aAny); in PrepareField()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3961 ::rtl::OUString sPropertyValue; in lcl_isLoadable()
3962 OSL_VERIFY( xSet->getPropertyValue( FM_PROP_DATASOURCE ) >>= sPropertyValue ); in lcl_isLoadable()
3963 if ( sPropertyValue.getLength() ) in lcl_isLoadable()
3966 OSL_VERIFY( xSet->getPropertyValue( FM_PROP_URL ) >>= sPropertyValue ); in lcl_isLoadable()
3967 if ( sPropertyValue.getLength() ) in lcl_isLoadable()
/trunk/main/xmloff/inc/
H A Dtxtvfldi.hxx54 const ::rtl::OUString sPropertyValue; member in XMLValueImportHelper
H A Dtxtflde.hxx524 const ::rtl::OUString sPropertyValue; member in XMLTextFieldExport
H A Dtxtfldi.hxx1573 const ::rtl::OUString sPropertyValue; member in XMLCustomPropertyFieldImportContext

Completed in 120 milliseconds