Lines Matching refs:getValue
315 if (aKey.getValue().isNull()) in Write()
321 rStream << (double) aKey.getValue(); in Write()
326 if (!aKey.getValue().isNull()) in Write()
328 ::rtl::OUString sValue = aKey.getValue(); in Write()
366 if (getValue().isNull()) in Compare()
368 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()
373 else if (rKey.getValue().isNull()) in Compare()
375 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare()
382 sal_Int32 nRes = getValue().getString().compareTo(rKey.getValue()); in Compare()
387 double m = getValue(),n = rKey.getValue(); in Compare()
405 const ORowSetValue& ONDXKey::getValue() const in getValue() function in ONDXKey
530 if (rKey.getValue().isNull()) in PrintPage()
536 …DBG_TRACE3("SDB: [%d,%f,%d]",rKey.GetRecord(), rKey.getValue().getDouble(),rNode.GetChild().GetPag… in PrintPage()
540 …DBG_TRACE3("SDB: [%d,%s,%d]",rKey.GetRecord(), (const char* )ByteString(rKey.getValue().getString(… in PrintPage()