Searched refs:aLH (Results 1 – 1 of 1) sorted by relevance
314 ORowSetValue aLH(pLeft->getValue()); in operate() local317 if (aLH.isNull() || aRH.isNull()) in operate()321 bMatch = match(aRH.getString(), aLH.getString(), cEscape); in operate()337 ORowSetValue aLH(pLeft->getValue()); in operate() local340 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 10 milliseconds