Home
last modified time | relevance | path

Searched refs:nLayerIndex (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapobject.c644 int msMoveLayerUp(mapObj *map, int nLayerIndex) in msMoveLayerUp() argument
648 if (map && nLayerIndex < map->numlayers && nLayerIndex >=0) { in msMoveLayerUp()
650 if ( map->layerorder[i] == nLayerIndex) { in msMoveLayerUp()
662 map->layerorder[iCurrentIndex-1] = nLayerIndex; in msMoveLayerUp()
668 nLayerIndex); in msMoveLayerUp()
676 int msMoveLayerDown(mapObj *map, int nLayerIndex) in msMoveLayerDown() argument
680 if (map && nLayerIndex < map->numlayers && nLayerIndex >=0) { in msMoveLayerDown()
682 if ( map->layerorder[i] == nLayerIndex) { in msMoveLayerDown()
694 map->layerorder[iCurrentIndex+1] = nLayerIndex; in msMoveLayerDown()
700 nLayerIndex); in msMoveLayerDown()
H A Dmapogr.cpp53 int nLayerIndex; member
1214 int nLayerIndex = 0; in msOGRFileOpen() local
1235 nLayerIndex = -1; in msOGRFileOpen()
1243 nLayerIndex = iLayer; in msOGRFileOpen()
1250 nLayerIndex = atoi(pszLayerDef); in msOGRFileOpen()
1273 psInfo->nLayerIndex = nLayerIndex; in msOGRFileOpen()
1410 if( psInfo->nLayerIndex == -1 ) in msOGRFileOpenSpatialite()
1694 if( psInfo->nLayerIndex == -1 ) in msOGRFileClose()
2233 if( psInfo->nLayerIndex == -1 ) in msOGRFileWhichShapes()
2421 if( psInfo->nLayerIndex == -1 ) { in msOGRFileWhichShapes()
[all …]
H A Dmapserver.h2713 MS_DLL_EXPORT int msMoveLayerUp(mapObj *map, int nLayerIndex);
2714 MS_DLL_EXPORT int msMoveLayerDown(mapObj *map, int nLayerIndex);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdlayer.cxx327 sal_uInt16 nLayerIndex = 0; in QueryValue() local
333 nLayerPos = nLayerIndex; in QueryValue()
340 ++nLayerIndex; in QueryValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdlayer.cxx329 sal_uInt16 nLayerIndex = 0; in QueryValue() local
335 nLayerPos = nLayerIndex; in QueryValue()
342 ++nLayerIndex; in QueryValue()