Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx177 MacabRecord *MacabRecords::insertRecord(MacabRecord *_newRecord, const sal_Int32 _location) in insertRecord() argument
184 if(_location >= recordsSize) in insertRecord()
187 MacabRecord **newRecordsArray = new MacabRecord *[_location+1]; in insertRecord()
200 if(_location >= currentRecord) in insertRecord()
201 currentRecord = _location+1; in insertRecord()
203 oldRecord = records[_location]; in insertRecord()
204 records[_location] = _newRecord; in insertRecord()
216 MacabRecord *MacabRecords::getRecord(const sal_Int32 _location) const in getRecord()
218 if(_location >= recordsSize) in getRecord()
220 return records[_location]; in getRecord()
H A DMacabRecords.hxx98 MacabRecord *insertRecord(MacabRecord *_newRecord, const sal_Int32 _location);
100 MacabRecord *getRecord(const sal_Int32 _location) const;

Completed in 25 milliseconds