Home
last modified time | relevance | path

Searched refs:sPropName (Results 1 – 25 of 48) sorted by relevance

12

/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx630 aTmp = xPropSet->getPropertyValue( sPropName ); in OutHiddenControls()
1098 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in OutHTML_DrawFrmFmtAsControl()
1100 aTmp = xPropSet->getPropertyValue( sPropName ); in OutHTML_DrawFrmFmtAsControl()
1108 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in OutHTML_DrawFrmFmtAsControl()
1110 aTmp = xPropSet->getPropertyValue( sPropName ); in OutHTML_DrawFrmFmtAsControl()
1118 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in OutHTML_DrawFrmFmtAsControl()
1130 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in OutHTML_DrawFrmFmtAsControl()
1156 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in OutHTML_DrawFrmFmtAsControl()
1168 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in OutHTML_DrawFrmFmtAsControl()
1179 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in OutHTML_DrawFrmFmtAsControl()
[all …]
H A Dhtmlform.cxx1050 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1068 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1078 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1091 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1097 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1103 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1109 if( xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1125 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1136 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
1145 xPropSetInfo->hasPropertyByName( sPropName ) ) in InsertControl()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlwrap.cxx235 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()
781 rtl::OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("StreamName") ); in ExportToComponent() local
782 xInfoSet->setPropertyValue( sPropName, uno::makeAny( sName ) ); in ExportToComponent()
927 rtl::OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BaseURI") ); in Export() local
[all …]
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1014 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1021 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1035 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("BaseURI" ) ); in initialize()
1036 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1045 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1047 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()
1051 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("StreamName" ) ); in initialize()
1052 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1054 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()
1066 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx123 ::rtl::OUString sPropName; in propertyChange()
125 sPropName = aFind->second.first; in propertyChange()
137 sPropName = aFind->first; in propertyChange()
139 if ( sPropName.getLength() && xPropInfo->hasPropertyByName(sPropName) ) in propertyChange()
140 xProp->setPropertyValue(sPropName,aFind->second.second->operator()(sPropName,evt.NewValue)); in propertyChange()
/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx294 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()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx413 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()
789 xModelSet->setPropertyValue( sPropName, Any( sBuildId ) ); in Import()
933 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BaseURI") ); in Export() local
952 sPropName = OUString(RTL_CONSTASCII_USTRINGPARAM("StreamRelPath")); in Export()
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java88 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()
/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx273 ::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 Ddefinitioncolumn.cxx335 ::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()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx3541 const OUString& sPropName, in GetBoolProperty() argument
3544 Any aAny = xPropSet->getPropertyValue(sPropName); in GetBoolProperty()
3550 const OUString& sPropName, in GetOptionalBoolProperty() argument
3560 const OUString& sPropName, in GetDoubleProperty() argument
3570 const OUString& sPropName, in GetStringProperty() argument
3580 const OUString& sPropName, in GetIntProperty() argument
3590 const OUString& sPropName, in GetInt16Property() argument
3600 const OUString& sPropName, in GetInt8Property() argument
3610 const OUString& sPropName, in GetDateTimeProperty() argument
3620 const OUString& sPropName, in GetDateProperty() argument
[all …]
H A DXMLPropertyBackpatcher.cxx45 const ::rtl::OUString& sPropName) in XMLPropertyBackpatcher()
46 : sPropertyName(sPropName) in XMLPropertyBackpatcher()
55 const OUString& sPropName, in XMLPropertyBackpatcher() argument
59 : sPropertyName(sPropName) in XMLPropertyBackpatcher()
/trunk/main/writerfilter/source/resourcemodel/
H A Dutil.cxx125 ::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()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx350 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("StreamName") ); in ReadThroughComponent() local
351 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent()
663 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BuildId" ) ); in Read() local
664 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName(sPropName) ) in Read()
666 xInfoSet->setPropertyValue( sPropName, xParentSet->getPropertyValue(sPropName) ); in Read()
802 OUString sPropName( RTL_CONSTASCII_USTRINGPARAM("BaseURI") ); in Read() local
803 xInfoSet->setPropertyValue( sPropName, makeAny( aBaseURL ) ); in Read()
823 sPropName = OUString(RTL_CONSTASCII_USTRINGPARAM("StreamRelPath")); in Read()
824 xInfoSet->setPropertyValue( sPropName, makeAny( StreamPath ) ); in Read()
H A Dwrtxml.cxx224 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()
/trunk/main/desktop/source/app/
H A Dappfirststart.cxx299 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()
/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx331 ::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()
/trunk/main/framework/source/services/
H A Dmodulemanager.cxx230 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 Dpathsettings.cxx988 ::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()
/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java311 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()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx2589 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()
2615 sPropName = PN_BINDING_EXPR; in IMPL_LINK()
2617 sPropName = PN_REQUIRED_EXPR; in IMPL_LINK()
2619 sPropName = PN_RELEVANT_EXPR; in IMPL_LINK()
2621 sPropName = PN_CONSTRAINT_EXPR; in IMPL_LINK()
2623 sPropName = PN_READONLY_EXPR; in IMPL_LINK()
[all …]
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.cxx113 ::rtl::OUString sPropName; in notifyAndCachePropertyValue()
114 … OSL_VERIFY( rPropertyMetaData.fillPropertyMembersByHandle( &sPropName, NULL, nHandle ) ); in notifyAndCachePropertyValue()
115 Property aProperty = rPropertyMetaData.getPropertyByName( sPropName ); in notifyAndCachePropertyValue()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVProperties.cxx210 rtl::OUString sPropName = rFullName.copy( nStart, nEnd - nStart ); in isUCBSpecialProperty() local
211 if ( !sPropName.getLength() ) in isUCBSpecialProperty()
230 aBuff.append( sPropName ); in isUCBSpecialProperty()
/trunk/main/comphelper/source/property/
H A Dproperty.cxx189 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()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx469 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()

Completed in 203 milliseconds

12