Home
last modified time | relevance | path

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

/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_ucb.cxx302 sal_Int32 posEqual = aLine.indexOf('='); in readProperties() local
303 if (posEqual > 0 && (posEqual + 1) < aLine.getLength()) in readProperties()
305 OUString name = aLine.copy(0, posEqual); in readProperties()
306 OUString value = aLine.copy(posEqual + 1); in readProperties()

Completed in 6 milliseconds