Home
last modified time | relevance | path

Searched defs:oldNameIndex (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsstylemodel.cpp615 const int oldNameIndex = oldSymbolNames.indexOf( name ); in onEntityRemoved() local
641 const int oldNameIndex = oldSymbolNames.indexOf( oldName ); in onEntityRename() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsstylemodel.cpp630 const int oldNameIndex = oldSymbolNames.indexOf( name ); in onEntityRemoved() local
656 const int oldNameIndex = oldSymbolNames.indexOf( oldName ); in onEntityRename() local
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/FilePlugin/
H A DsqFilePluginBasicPrims.c374 sqInt sqFileRenameOldSizeNewSize(char* oldNameIndex, sqInt oldNameSize, char* newNameIndex, sqInt n… in sqFileRenameOldSizeNewSize()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/FilePlugin/
H A DFilePlugin.c638 char *oldNameIndex; in primitiveFileRename() local