Home
last modified time | relevance | path

Searched refs:aKeyValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/core/
H A Ducbstore.cxx2154 Any aKeyValue in getPropertyValues() local
2158 if ( !( aKeyValue >>= rValue.Handle ) ) in getPropertyValues()
2199 Any aKeyValue in getPropertyValues() local
2204 if ( !( aKeyValue >>= nState ) ) in getPropertyValues()
2566 Any aKeyValue in getProperties() local
2570 if ( !( aKeyValue >>= rProp.Handle ) ) in getProperties()
2589 Any aKeyValue in getProperties() local
2597 rProp.Type = aKeyValue.getValueType(); in getProperties()
2613 Any aKeyValue in getProperties() local
2618 if ( aKeyValue >>= nAttribs ) in getProperties()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2195 SvKeyValue aKeyValue( aName, aContent ); in ParseMetaOptionsImpl() local
2196 i_pHTTPHeader->Append( aKeyValue ); in ParseMetaOptionsImpl()