Searched refs:_location (Results 1 – 2 of 2) sorted by relevance
177 MacabRecord *MacabRecords::insertRecord(MacabRecord *_newRecord, const sal_Int32 _location) in insertRecord() argument184 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()
98 MacabRecord *insertRecord(MacabRecord *_newRecord, const sal_Int32 _location);100 MacabRecord *getRecord(const sal_Int32 _location) const;
Completed in 15 milliseconds