Searched refs:rKeyValue (Results 1 – 2 of 2) sorted by relevance
69 …ic*/ bool VbaHelper::extractKeyValue( OUString& rKey, OUString& rValue, const OUString& rKeyValue ) in extractKeyValue() argument71 sal_Int32 nEqSignPos = rKeyValue.indexOf( '=' ); in extractKeyValue()74 rKey = rKeyValue.copy( 0, nEqSignPos ).trim(); in extractKeyValue()75 rValue = rKeyValue.copy( nEqSignPos + 1 ).trim(); in extractKeyValue()
95 const ::rtl::OUString& rKeyValue );
Completed in 8 milliseconds