Searched refs:pPropertyNames (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | MultiPropertySetHelper.cxx | 55 pPropertyNames( NULL ), in MultiPropertySetHelper() 67 pPropertyNames = new OUString[nLength]; in MultiPropertySetHelper() 69 pPropertyNames[i] = OUString::createFromAscii( pNames[i] ); in MultiPropertySetHelper() 74 pPropertyNames( NULL ), in MultiPropertySetHelper() 86 pPropertyNames = new OUString[nLength]; in MultiPropertySetHelper() 88 pPropertyNames[i] = pNames[i]; in MultiPropertySetHelper() 97 delete[] pPropertyNames; in ~MultiPropertySetHelper() 119 rInfo->hasPropertyByName( pPropertyNames[i] ); in hasProperties() 135 pPropertySequence[nIndex] = pPropertyNames[i]; in hasProperties() 169 pPropertyNames[ pSequenceIndex[ i ] ] ); in getValues()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | formattedcontrol.cxx | 318 for ( const ::rtl::OUString* pPropertyNames = _rPropertyNames.getConstArray(); in setPropertyValues() local 319 pPropertyNames != _rPropertyNames.getConstArray() + _rPropertyNames.getLength(); in setPropertyValues() 320 ++pPropertyNames in setPropertyValues() 323 if ( BASEPROPERTY_EFFECTIVE_VALUE == GetPropertyId( *pPropertyNames ) ) in setPropertyValues() 326 if ( BASEPROPERTY_TEXT == GetPropertyId( *pPropertyNames ) ) in setPropertyValues()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoport.cxx | 444 const OUString *pPropertyNames = rPropertyNames.getConstArray(); in GetPropertyValues_Impl() local 458 const SfxItemPropertySimpleEntry* pEntry = pMap->getByName(pPropertyNames[nProp]); in GetPropertyValues_Impl() 464 …(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: " ) ) + pPropertyNames[nProp], static… in GetPropertyValues_Impl() 496 const OUString* pPropertyNames = rPropertyNames.getConstArray(); in SetPropertyValues_Impl() local 501 const SfxItemPropertySimpleEntry* pEntry = pMap->getByName(pPropertyNames[nProp]); in SetPropertyValues_Impl() 503 …(OUString ( RTL_CONSTASCII_USTRINGPARAM ( "Unknown property: " ) ) + pPropertyNames[nProp], static… in SetPropertyValues_Impl() 505 …ring ( RTL_CONSTASCII_USTRINGPARAM ( "Property is read-only: " ) ) + pPropertyNames[nProp], static… in SetPropertyValues_Impl() 508 pPropertyNames[nProp], pValues[nProp]); in SetPropertyValues_Impl()
|
H A D | unoparagraph.cxx | 444 const OUString* pPropertyNames = rPropertyNames.getConstArray(); in SetPropertyValues_Impl() local 451 pMap->getByName( pPropertyNames[nProp] ); in SetPropertyValues_Impl() 456 + pPropertyNames[nProp], in SetPropertyValues_Impl() 463 + pPropertyNames[nProp], in SetPropertyValues_Impl() 467 pPropertyNames[nProp], pValues[nProp]); in SetPropertyValues_Impl() 601 const OUString* pPropertyNames = rPropertyNames.getConstArray(); in GetPropertyValues_Impl() local 607 pMap->getByName( pPropertyNames[nProp] ); in GetPropertyValues_Impl() 612 + pPropertyNames[nProp], in GetPropertyValues_Impl() 616 pValues[nProp], pPropertyNames[nProp], pEntry->nWID)) in GetPropertyValues_Impl()
|
H A D | unosect.cxx | 619 OUString const*const pPropertyNames = rPropertyNames.getConstArray(); in SetPropertyValues_Impl() local 629 m_rPropSet.getPropertyMap()->getByName(pPropertyNames[nProperty]); in SetPropertyValues_Impl() 634 + pPropertyNames[nProperty], in SetPropertyValues_Impl() 641 + pPropertyNames[nProperty], in SetPropertyValues_Impl() 1035 const OUString* pPropertyNames = rPropertyNames.getConstArray(); in GetPropertyValues_Impl() local 1041 m_rPropSet.getPropertyMap()->getByName(pPropertyNames[nProperty]); in GetPropertyValues_Impl() 1046 + pPropertyNames[nProperty], in GetPropertyValues_Impl()
|
/aoo42x/main/svx/source/table/ |
H A D | propertyset.cxx | 193 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in setPropertyValues() local 201 const Property* pProperty = mxInfo->hasProperty( *pPropertyNames++ ); in setPropertyValues() 220 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in getPropertyValues() local 224 const Property* pProperty = mxInfo->hasProperty( *pPropertyNames++ ); in getPropertyValues()
|
/aoo42x/main/svl/source/config/ |
H A D | srchcfg.cxx | 132 OUString* pPropertyNames = aPropertyNames.getArray(); in Load() local 137 pPropertyNames[nProp] = wrapConfigurationElementName(pNodeNames[nNode]); in Load() 138 pPropertyNames[nProp] += sSlash; in Load() 139 pPropertyNames[nProp] += pPropNames[nProp]; in Load()
|
/aoo42x/main/editeng/source/uno/ |
H A D | unotext.cxx | 811 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in _setPropertyValues() local 830 for( ; nCount; nCount--, pPropertyNames++, pValues++ ) in _setPropertyValues() 832 … const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( *pPropertyNames ); in _setPropertyValues() 944 const OUString* pPropertyNames = aPropertyNames.getConstArray(); in _getPropertyValues() local 947 for( ; nCount; nCount--, pPropertyNames++, pValues++ ) in _getPropertyValues() 949 … const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry( *pPropertyNames ); in _getPropertyValues()
|
/aoo42x/main/xmloff/inc/ |
H A D | MultiPropertySetHelper.hxx | 62 ::rtl::OUString* pPropertyNames;
|
/aoo42x/main/linguistic/source/ |
H A D | lngsvcmgr.cxx | 645 const OUString *pPropertyNames = rPropertyNames.getConstArray(); in Notify() local 651 const OUString &rName = pPropertyNames[i]; in Notify()
|
/aoo42x/main/sw/inc/ |
H A D | unoport.hxx | 146 void GetPropertyValues( const ::rtl::OUString *pPropertyNames,
|
Completed in 66 milliseconds