Searched refs:nRec (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/connectivity/source/drivers/dbase/ |
H A D | DIndex.cxx | 193 *rKey = ONDXKey(rValue.getString(), nRec ); in ConvertToKey() 198 *rKey = ONDXKey(rValue.getDouble(), DataType::DOUBLE, nRec ); in ConvertToKey() 200 *rKey = ONDXKey(rValue.getDouble(), nRec ); in ConvertToKey() 212 sal_Bool ODbaseIndex::Find(sal_uInt32 nRec, const ORowSetValue& rValue) in Find() argument 219 return ConvertToKey(&aKey, nRec, rValue) && getRoot()->Find(aKey); in Find() 223 sal_Bool ODbaseIndex::Insert(sal_uInt32 nRec, const ORowSetValue& rValue) in Insert() argument 231 if (!ConvertToKey(&aKey, nRec, rValue) || (getRoot()->Find(aKey) && isUnique())) in Insert() 247 sal_Bool ODbaseIndex::Update(sal_uInt32 nRec, const ORowSetValue& rOldValue, in Update() argument 256 return Delete(nRec, rOldValue) && Insert(nRec,rNewValue); in Update() 260 sal_Bool ODbaseIndex::Delete(sal_uInt32 nRec, const ORowSetValue& rValue) in Delete() argument [all …]
|
H A D | DCode.cxx | 113 sal_uIntPtr nRec = pIter->First(); in preProcess() local 114 while (nRec != NODE_NOTFOUND) in preProcess() 116 (*pEvaluateSet)[nRec] = nRec; in preProcess() 117 nRec = pIter->Next(); in preProcess()
|
H A D | DResultSet.cxx | 186 sal_uInt32 nRec = pIter->First(); in fillIndexValues() local 187 while (nRec != SQL_COLUMN_NOTFOUND) in fillIndexValues() 190 m_pFileSet->get().push_back(nRec); in fillIndexValues() 192 m_pFileSet->get().insert(m_pFileSet->get().begin(),nRec); in fillIndexValues() 193 nRec = pIter->Next(); in fillIndexValues()
|
H A D | dindexnode.cxx | 41 ONDXKey::ONDXKey(sal_uInt32 nRec) in ONDXKey() argument 42 :nRecord(nRec) in ONDXKey() 46 ONDXKey::ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec) in ONDXKey() argument 48 , nRecord(nRec) in ONDXKey() 53 ONDXKey::ONDXKey(const rtl::OUString& aStr, sal_uInt32 nRec) in ONDXKey() argument 55 ,nRecord(nRec) in ONDXKey() 65 ONDXKey::ONDXKey(double aVal, sal_uInt32 nRec) in ONDXKey() argument 67 ,nRecord(nRec) in ONDXKey()
|
H A D | DIndexIter.cxx | 267 for (sal_uIntPtr nRec = GetNull(bFirst); in GetNotNull() local 268 nRec != STRING_NOTFOUND; in GetNotNull() 269 nRec = GetNull(sal_False)) in GetNotNull()
|
/aoo4110/main/connectivity/source/inc/dbase/ |
H A D | DIndex.hxx | 125 virtual sal_Bool Insert(sal_uInt32 nRec, const ORowSetValue& rValue); 126 virtual sal_Bool Update(sal_uInt32 nRec, const ORowSetValue&, const ORowSetValue&); 127 virtual sal_Bool Delete(sal_uInt32 nRec, const ORowSetValue& rValue); 128 virtual sal_Bool Find(sal_uInt32 nRec, const ORowSetValue& rValue); 146 sal_Bool ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue);
|
H A D | dindexnode.hxx | 53 ONDXKey(sal_uInt32 nRec=0); 54 ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec); 55 ONDXKey(const rtl::OUString& aStr, sal_uInt32 nRec = 0); 56 ONDXKey(double aVal, sal_uInt32 nRec = 0);
|
/aoo4110/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 2587 for( sal_uInt16 nRec = 0; !rStrm.isEof() && (nRec < nRecCount); ++nRec ) in importDxf() local
|
Completed in 88 milliseconds