Searched refs:rSourceKey (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/ucbhelper/source/provider/ |
| H A D | providerhelper.cxx | 454 const rtl::OUString& rSourceKey, in copyAdditionalPropertySet() argument 458 if ( rSourceKey == rTargetKey ) in copyAdditionalPropertySet() 479 rtl::OUString aSrcKeyWithSlash = rSourceKey; in copyAdditionalPropertySet() 486 aSrcKeyWithoutSlash = rSourceKey; in copyAdditionalPropertySet() 488 else if ( rSourceKey.getLength() ) in copyAdditionalPropertySet() 489 aSrcKeyWithoutSlash = rSourceKey.copy( in copyAdditionalPropertySet() 490 0, rSourceKey.getLength() - 1 ); in copyAdditionalPropertySet() 503 0, rSourceKey.getLength(), rTargetKey ); in copyAdditionalPropertySet() 521 xOldPropSet = getAdditionalPropertySet( rSourceKey, sal_False ); in copyAdditionalPropertySet()
|
| H A D | contenthelper.cxx | 812 const rtl::OUString& rSourceKey, in copyAdditionalPropertySet() argument 817 rSourceKey, rTargetKey, bRecursive ); in copyAdditionalPropertySet()
|
| /trunk/main/ucbhelper/inc/ucbhelper/ |
| H A D | providerhelper.hxx | 256 sal_Bool copyAdditionalPropertySet( const ::rtl::OUString& rSourceKey,
|
| H A D | contenthelper.hxx | 301 sal_Bool copyAdditionalPropertySet( const ::rtl::OUString& rSourceKey,
|