Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx314 ORowSetValue aLH(pLeft->getValue()); in operate() local
317 if (aLH.isNull() || aRH.isNull()) in operate()
321 bMatch = match(aRH.getString(), aLH.getString(), cEscape); in operate()
337 ORowSetValue aLH(pLeft->getValue()); in operate() local
340 if (aLH.isNull() || aRH.isNull()) // if (!aLH.getValue() || !aRH.getValue()) in operate()
353 rtl::OUString sLH = aLH, sRH = aRH; in operate()
383 double n = aLH ,m = aRH; in operate()
399 bResult = aLH == aRH; in operate()

Completed in 14 milliseconds