Lines Matching refs:getValue
744 if (aKey.getValue().isNull()) in Write()
750 rStream << (double) aKey.getValue(); in Write()
755 if (!aKey.getValue().isNull()) in Write()
757 ::rtl::OUString sValue = aKey.getValue(); in Write()
792 if (getValue().isNull()) in Compare()
794 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()
799 else if (rKey.getValue().isNull()) in Compare()
801 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare()
808 sal_Int32 nRes = getValue().getString().compareTo(rKey.getValue()); in Compare()
813 double m = getValue(),n = rKey.getValue(); in Compare()
830 const ORowSetValue& ONDXKey::getValue() const in getValue() function in ONDXKey
951 if (rKey.getValue().isNull()) in PrintPage()
957 …DBG_TRACE3("SDB: [%d,%f,%d]",rKey.GetRecord(), rKey.getValue().getDouble(),rNode.GetChild().GetPag… in PrintPage()
961 …DBG_TRACE3("SDB: [%d,%s,%d]",rKey.GetRecord(), (const char* )ByteString(rKey.getValue().getString(… in PrintPage()