Searched refs:newEntry (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/util/
H A Dziptool.h433 virtual ZipEntry *newEntry(const std::string &fileNameArg,
H A Dziptool.cpp2248 ZipEntry *ZipFile::newEntry(const std::string &fileName, function in class:ZipFile
/inkscape/src/extension/internal/
H A Dodf.cpp1162 ZipEntry *ze = zf.newEntry("META-INF/manifest.xml", "ODF file manifest");
1258 ZipEntry *ze = zf.newEntry("meta.xml", "ODF info file");
2063 ZipEntry *ze = zf.newEntry("content.xml", "ODF master content file");
2073 ze = zf.newEntry("styles.xml", "ODF style file");
/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 226 milliseconds