| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlforw.cxx | 454 OUString sPropName = OUString::createFromAscii( "ClassId" ); in OutHiddenForm() local 455 if( xPropSet->getPropertySetInfo()->hasPropertyByName( sPropName ) ) in OutHiddenForm() 457 uno::Any aAny2 = xPropSet->getPropertyValue( sPropName ); in OutHiddenForm() 626 OUString sPropName = OUString::createFromAscii( "ClassId" ); in OutHiddenControls() local 627 if( !xPropSet->getPropertySetInfo()->hasPropertyByName( sPropName ) ) in OutHiddenControls() 630 aTmp = xPropSet->getPropertyValue( sPropName ); in OutHiddenControls() 702 OUString sPropName = OUString::createFromAscii( "ClassId" ); in GetHTMLControl() local 703 if( !xPropSet->getPropertySetInfo()->hasPropertyByName( sPropName ) ) in GetHTMLControl() 706 uno::Any aTmp = xPropSet->getPropertyValue( sPropName ); in GetHTMLControl() 1097 OUString sPropName = OUString::createFromAscii( "BackgroundColor" ); in OutHTML_DrawFrmFmtAsControl() local [all …]
|
| H A D | htmlform.cxx | 1047 OUString sPropName = OUString::createFromAscii( "BackgroundColor" ); in InsertControl() local 1050 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl() 1060 rFCompPropSet->setPropertyValue( sPropName, aTmp ); in InsertControl() 1065 sPropName = OUString::createFromAscii( "TextColor" ); in InsertControl() 1068 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl() 1072 rFCompPropSet->setPropertyValue( sPropName, aTmp ); in InsertControl() 1075 sPropName = OUString::createFromAscii( "FontHeight" ); in InsertControl() 1078 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl() 1083 rFCompPropSet->setPropertyValue( sPropName, aTmp ); in InsertControl() 1090 sPropName = OUString::createFromAscii( "FontName" ); in InsertControl() [all …]
|
| /AOO41X/main/reportdesign/source/core/sdr/ |
| H A D | PropertyForward.cxx | 121 ::rtl::OUString sPropName; in propertyChange() 123 sPropName = aFind->second.first; in propertyChange() 135 sPropName = aFind->first; in propertyChange() 137 if ( sPropName.getLength() && xPropInfo->hasPropertyByName(sPropName) ) in propertyChange() 138 … xProp->setPropertyValue(sPropName,aFind->second.second->operator()(sPropName,evt.NewValue)); in propertyChange()
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | xmlwrap.cxx | 235 rtl::OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("StreamName") ); in ImportFromComponent() local 236 xInfoSet->setPropertyValue( sPropName, uno::makeAny( sStream ) ); in ImportFromComponent() 449 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BuildId" ) ); in Import() local 450 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName(sPropName) ) in Import() 452 … xInfoSet->setPropertyValue( sPropName, xParentSet->getPropertyValue(sPropName) ); in Import() 470 rtl::OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BaseURI") ); in Import() local 471 xInfoSet->setPropertyValue( sPropName, uno::makeAny( aBaseURL ) ); in Import() 489 sPropName = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("StreamRelPath")); in Import() 490 xInfoSet->setPropertyValue( sPropName, uno::makeAny( aName ) ); in Import() 781 rtl::OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("StreamName") ); in ExportToComponent() local [all …]
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | xmlimp.cxx | 1013 OUString sPropName(RTL_CONSTASCII_USTRINGPARAM(XML_NUMBERSTYLES)); in initialize() local 1014 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize() 1016 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize() 1020 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("PrivateData" ) ); in initialize() 1021 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize() 1024 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize() 1035 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("BaseURI" ) ); in initialize() 1036 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize() 1038 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize() 1044 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("StreamRelPath" ) ); in initialize() [all …]
|
| /AOO41X/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
| H A D | reg4allmsi.cxx | 294 CHAR sPropName[256]; in registerForExtension() local 295 StringCchCopyA( sPropName, 256, "REGISTER_" ); in registerForExtension() 296 StringCchCatA( sPropName, 256, (g_Extensions[nIndex])+1 ); in registerForExtension() 297 CharUpperBuffA( sPropName+9, 4 ); in registerForExtension() 300 MsiSetPropertyA( handle, sPropName, "1" ); in registerForExtension() 301 OutputDebugStringFormat( "Set MSI property %s.\n", sPropName ); in registerForExtension() 303 MsiSetPropertyA( handle, sPropName, "0" ); in registerForExtension() 304 OutputDebugStringFormat( "Unset MSI property %s.\n", sPropName ); in registerForExtension()
|
| /AOO41X/main/sd/source/filter/xml/ |
| H A D | sdxmlwrp.cxx | 413 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("StreamName") ); in ReadThroughComponent() local 414 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent() 530 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BuildId" ) ); in Import() local 531 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName(sPropName) ) in Import() 533 xInfoSet->setPropertyValue( sPropName, xParentSet->getPropertyValue(sPropName) ); in Import() 782 const OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BuildId" ) ); in Import() local 785 xInfoSet->getPropertyValue(sPropName) >>= sBuildId; in Import() 787 if( xModelSetInfo.is() && xModelSetInfo->hasPropertyByName(sPropName) ) in Import() 789 xModelSet->setPropertyValue( sPropName, Any( sBuildId ) ); in Import() 933 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BaseURI") ); in Export() local [all …]
|
| /AOO41X/main/wizards/com/sun/star/wizards/db/ |
| H A D | ColumnPropertySet.java | 88 String sPropName = _aNewColPropertyValues[i].Name; in assignPropertyValues() local 89 if (_sNewName != null && sPropName.equals(PropertyNames.PROPERTY_NAME)) in assignPropertyValues() 93 else if (sPropName.equals("Precision")) in assignPropertyValues() 97 else if ((!sPropName.equals("Type")) && (!sPropName.equals("TypeName"))) in assignPropertyValues() 100 assignPropertyValue(sPropName, oColValue); in assignPropertyValues()
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | statement.cxx | 273 ::rtl::OUString sPropName; in convertFastPropertyValue() 274 getInfoHelper().fillPropertyMembersByHandle( &sPropName, NULL, nHandle ); in convertFastPropertyValue() 277 Any aCurrentValue = m_xAggregateAsSet->getPropertyValue( sPropName ); in convertFastPropertyValue() 313 ::rtl::OUString sPropName; in setFastPropertyValue_NoBroadcast() 314 getInfoHelper().fillPropertyMembersByHandle( &sPropName, NULL, nHandle ); in setFastPropertyValue_NoBroadcast() 315 m_xAggregateAsSet->setPropertyValue( sPropName, rValue ); in setFastPropertyValue_NoBroadcast() 340 ::rtl::OUString sPropName; in getFastPropertyValue() 341 …StatementBase* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, NULL, nHandle ); in getFastPropertyValue() 342 rValue = m_xAggregateAsSet->getPropertyValue( sPropName ); in getFastPropertyValue()
|
| H A D | definitioncolumn.cxx | 335 ::rtl::OUString sPropName; in getFastPropertyValue() 337 … OQueryColumn* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &nAttributes, _… in getFastPropertyValue() 338 …OSL_ENSURE( sPropName.getLength(), "OColumnWrapper::impl_getPropertyNameFromHandle: property not f… in getFastPropertyValue() 340 _rValue = m_xOriginalTableColumn->getPropertyValue( sPropName ); in getFastPropertyValue() 382 ::rtl::OUString sPropName; in impl_getPropertyNameFromHandle() 384 …const_cast< OColumnWrapper* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &n… in impl_getPropertyNameFromHandle() 385 …OSL_ENSURE( sPropName.getLength(), "OColumnWrapper::impl_getPropertyNameFromHandle: property not f… in impl_getPropertyNameFromHandle() 386 return sPropName; in impl_getPropertyNameFromHandle()
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | txtflde.cxx | 271 inline DateTime const GetDateTimeProperty( const OUString& sPropName, 273 inline Date const GetDateProperty( const OUString& sPropName, 276 const OUString& sPropName, 3541 const OUString& sPropName, in GetBoolProperty() argument 3544 Any aAny = xPropSet->getPropertyValue(sPropName); in GetBoolProperty() 3550 const OUString& sPropName, in GetOptionalBoolProperty() argument 3555 return xPropSetInfo->hasPropertyByName( sPropName ) in GetOptionalBoolProperty() 3556 ? GetBoolProperty( sPropName, xPropSet ) : bDefault; in GetOptionalBoolProperty() 3560 const OUString& sPropName, in GetDoubleProperty() argument 3563 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDoubleProperty() [all …]
|
| H A D | XMLPropertyBackpatcher.cxx | 45 const ::rtl::OUString& sPropName) in XMLPropertyBackpatcher() 46 : sPropertyName(sPropName) in XMLPropertyBackpatcher() 55 const OUString& sPropName, in XMLPropertyBackpatcher() argument 59 : sPropertyName(sPropName) in XMLPropertyBackpatcher()
|
| /AOO41X/main/writerfilter/source/resourcemodel/ |
| H A D | util.cxx | 125 ::rtl::OUString sPropName(aProps[n].Name); in propertysetToString() 127 if (xPropSetInfo->hasPropertyByName(sPropName)) in propertysetToString() 133 if (sPropName == sMetaFile) in propertysetToString() 136 xPropSet->getPropertyValue(sPropName) >>= aAny; in propertysetToString() 147 (sPropName, RTL_TEXTENCODING_ASCII_US).getStr(); in propertysetToString() 389 (sPropName, RTL_TEXTENCODING_ASCII_US).getStr(); in propertysetToString()
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | swxml.cxx | 366 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("StreamName") ); in ReadThroughComponent() local 367 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent() 679 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BuildId" ) ); in Read() local 680 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName(sPropName) ) in Read() 682 xInfoSet->setPropertyValue( sPropName, xParentSet->getPropertyValue(sPropName) ); in Read() 818 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BaseURI") ); in Read() local 819 xInfoSet->setPropertyValue( sPropName, makeAny( aBaseURL ) ); in Read() 839 sPropName = OUString(RTL_CONSTASCII_USTRINGPARAM("StreamRelPath")); in Read() 840 xInfoSet->setPropertyValue( sPropName, makeAny( StreamPath ) ); in Read()
|
| H A D | wrtxml.cxx | 224 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BaseURI") ); in _Write() local 225 xInfoSet->setPropertyValue( sPropName, makeAny( ::rtl::OUString( GetBaseURL() ) ) ); in _Write() 235 sPropName = OUString(RTL_CONSTASCII_USTRINGPARAM("StreamRelPath")); in _Write() 236 xInfoSet->setPropertyValue( sPropName, makeAny( aName ) ); in _Write() 579 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("StreamName") ); in WriteThroughComponent() local 580 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in WriteThroughComponent()
|
| /AOO41X/main/desktop/source/app/ |
| H A D | appfirststart.cxx | 299 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM( "OfficeRestartInProgress" ) ); in DoRestartActionsIfNecessary() local 300 Any aRestart = xPSet->getPropertyValue( sPropName ); in DoRestartActionsIfNecessary() 304 xPSet->setPropertyValue( sPropName, makeAny( sal_False ) ); in DoRestartActionsIfNecessary() 328 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM( "OfficeRestartInProgress" ) ); in SetRestartState() local 329 xPSet->setPropertyValue( sPropName, makeAny( sal_True ) ); in SetRestartState()
|
| /AOO41X/main/toolkit/source/controls/ |
| H A D | geometrycontrolmodel.cxx | 331 ::rtl::OUString sPropName; in getFastPropertyValue() 334 if (rPH.fillAggregatePropertyInfoByHandle(&sPropName, &nOriginalHandle, _nHandle)) in getFastPropertyValue() 638 ::rtl::OUString sPropName; in setFastPropertyValue_NoBroadcast() 640 … >( getArrayHelper( m_nPropertyMapId ) )->fillPropertyMembersByHandle( &sPropName, &nAttributes, _… in setFastPropertyValue_NoBroadcast() 642 if ( m_xAggregateSet.is() && sPropName.getLength() ) in setFastPropertyValue_NoBroadcast() 643 m_xAggregateSet->setPropertyValue( sPropName, _rValue ); in setFastPropertyValue_NoBroadcast()
|
| /AOO41X/main/framework/source/services/ |
| H A D | modulemanager.cxx | 230 const ::rtl::OUString& sPropName = pProp->first; in replaceByName() local 235 xModule->replaceByName(sPropName, aPropValue); in replaceByName() 269 const ::rtl::OUString& sPropName = lPropNames[i]; in getByName() local 270 lProps[sPropName] = xModule->getByName(sPropName); in getByName()
|
| H A D | pathsettings.cxx | 988 ::rtl::OUString impl_extractBaseFromPropName(const ::rtl::OUString& sPropName) in impl_extractBaseFromPropName() argument 992 i = sPropName.indexOf(POSTFIX_INTERNAL_PATHES); in impl_extractBaseFromPropName() 994 return sPropName.copy(0, i); in impl_extractBaseFromPropName() 995 i = sPropName.indexOf(POSTFIX_USER_PATHES); in impl_extractBaseFromPropName() 997 return sPropName.copy(0, i); in impl_extractBaseFromPropName() 998 i = sPropName.indexOf(POSTFIX_WRITE_PATH); in impl_extractBaseFromPropName() 1000 return sPropName.copy(0, i); in impl_extractBaseFromPropName() 1002 return sPropName; in impl_extractBaseFromPropName()
|
| /AOO41X/main/framework/qa/complex/ModuleManager/ |
| H A D | CheckXModuleManager.java | 311 String sPropName , in impl_checkReadOnlyPropOfModule() argument 317 lChanges[0].Name = sPropName; in impl_checkReadOnlyPropOfModule() 321 …System.out.println("check readonly state of module '"+sModule+"' for property '"+sPropName+"' ..."… in impl_checkReadOnlyPropOfModule() 325 …fail("Was able to write READONLY property '"+sPropName+"' of module '"+sModule+"' configuration."); in impl_checkReadOnlyPropOfModule()
|
| /AOO41X/main/svx/source/form/ |
| H A D | datanavi.cxx | 2587 ::rtl::OUString sTemp, sPropName; in IMPL_LINK() 2589 sPropName = PN_REQUIRED_EXPR; in IMPL_LINK() 2591 sPropName = PN_RELEVANT_EXPR; in IMPL_LINK() 2593 sPropName = PN_CONSTRAINT_EXPR; in IMPL_LINK() 2595 sPropName = PN_READONLY_EXPR; in IMPL_LINK() 2597 sPropName = PN_CALCULATE_EXPR; in IMPL_LINK() 2599 m_xTempBinding->getPropertyValue( sPropName ) >>= sTemp; in IMPL_LINK() 2604 m_xTempBinding->setPropertyValue( sPropName, makeAny( sTemp ) ); in IMPL_LINK() 2613 ::rtl::OUString sTemp, sPropName; in IMPL_LINK() 2615 sPropName = PN_BINDING_EXPR; in IMPL_LINK() [all …]
|
| /AOO41X/main/forms/source/xforms/ |
| H A D | propertysetbase.cxx | 113 ::rtl::OUString sPropName; in notifyAndCachePropertyValue() 114 … OSL_VERIFY( rPropertyMetaData.fillPropertyMembersByHandle( &sPropName, NULL, nHandle ) ); in notifyAndCachePropertyValue() 115 Property aProperty = rPropertyMetaData.getPropertyByName( sPropName ); in notifyAndCachePropertyValue()
|
| /AOO41X/main/ucb/source/ucp/webdav/ |
| H A D | DAVProperties.cxx | 210 rtl::OUString sPropName = rFullName.copy( nStart, nEnd - nStart ); in isUCBSpecialProperty() local 211 if ( !sPropName.getLength() ) in isUCBSpecialProperty() 230 aBuff.append( sPropName ); in isUCBSpecialProperty()
|
| /AOO41X/main/comphelper/source/property/ |
| H A D | property.cxx | 189 void ModifyPropertyAttributes(Sequence<Property>& seqProps, const ::rtl::OUString& sPropName, sal_I… in ModifyPropertyAttributes() argument 195 …Property* pResult = ::std::lower_bound(pProperties, pProperties + nLen,sPropName, PropertyStringLe… in ModifyPropertyAttributes() 198 if ( pResult && (pResult != pProperties + nLen) && (pResult->Name == sPropName) ) in ModifyPropertyAttributes()
|
| /AOO41X/main/xmloff/source/transform/ |
| H A D | TransformerBase.cxx | 469 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("StreamRelPath" ) ); in initialize() local 470 if( xPropSetInfo->hasPropertyByName(sPropName) ) in initialize() 472 aAny = m_xPropSet->getPropertyValue(sPropName); in initialize() 475 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("StreamName" ) ); in initialize() 476 if( xPropSetInfo->hasPropertyByName(sPropName) ) in initialize() 478 aAny = m_xPropSet->getPropertyValue(sPropName); in initialize()
|