Searched defs:newEntry (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/util/
H A Dziptool.cpp2248 ZipEntry *ZipFile::newEntry(const std::string &fileName, function in class:ZipFile
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp505 OpHistoryEntry *newEntry = new OpHistoryEntry; local
506 newEntry->name = name;
507 newEntry->state = NULL;
508 newEntry->depth = (operatorHistory != NULL ? (operatorHistory->depth+1) : 0);
509 newEntry->next = operatorHistory;
510 operatorHistory = newEntry;
3373 ClipHistoryEntry *newEntry = new ClipHistoryEntry(this); local
3374 newEntry->saved = this;
3376 return newEntry;

Completed in 2488 milliseconds