Searched refs:sPropertyValue (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svtools/source/config/test/ |
H A D | test.cxx | 208 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()
|
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 646 ::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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 3278 ::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()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtflde.cxx | 355 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 D | txtvfldi.cxx | 1265 sPropertyValue(RTL_CONSTASCII_USTRINGPARAM(sAPI_value)), in XMLValueImportHelper() 1466 xPropertySet->setPropertyValue(sPropertyValue, aAny); in PrepareField()
|
/aoo42x/main/svx/source/form/ |
H A D | fmshimp.cxx | 3961 ::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()
|
/aoo42x/main/xmloff/inc/ |
H A D | txtvfldi.hxx | 54 const ::rtl::OUString sPropertyValue; member in XMLValueImportHelper
|
H A D | txtflde.hxx | 524 const ::rtl::OUString sPropertyValue; member in XMLTextFieldExport
|
H A D | txtfldi.hxx | 1573 const ::rtl::OUString sPropertyValue; member in XMLCustomPropertyFieldImportContext
|
Completed in 95 milliseconds