Searched refs:rSourceKey (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/ucbhelper/source/provider/ |
H A D | providerhelper.cxx | 456 const rtl::OUString& rSourceKey, in copyAdditionalPropertySet() argument 460 if ( rSourceKey == rTargetKey ) in copyAdditionalPropertySet() 481 rtl::OUString aSrcKeyWithSlash = rSourceKey; in copyAdditionalPropertySet() 488 aSrcKeyWithoutSlash = rSourceKey; in copyAdditionalPropertySet() 490 else if ( rSourceKey.getLength() ) in copyAdditionalPropertySet() 491 aSrcKeyWithoutSlash = rSourceKey.copy( in copyAdditionalPropertySet() 492 0, rSourceKey.getLength() - 1 ); in copyAdditionalPropertySet() 505 0, rSourceKey.getLength(), rTargetKey ); in copyAdditionalPropertySet() 523 xOldPropSet = getAdditionalPropertySet( rSourceKey, sal_False ); in copyAdditionalPropertySet()
|
H A D | contenthelper.cxx | 836 const rtl::OUString& rSourceKey, in copyAdditionalPropertySet() argument 841 rSourceKey, rTargetKey, bRecursive ); in copyAdditionalPropertySet()
|
/aoo4110/main/ucbhelper/inc/ucbhelper/ |
H A D | providerhelper.hxx | 262 sal_Bool copyAdditionalPropertySet( const ::rtl::OUString& rSourceKey,
|
H A D | contenthelper.hxx | 301 sal_Bool copyAdditionalPropertySet( const ::rtl::OUString& rSourceKey,
|
Completed in 25 milliseconds