Home
last modified time | relevance | path

Searched refs:bHaveAttributes (Results 1 – 9 of 9) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/grass/
H A Dogrgrasslayer.cpp130 bHaveAttributes = false; in OGRGRASSLayer()
176 bHaveAttributes = true; in OGRGRASSLayer()
196 if ( !bHaveAttributes && iLayer > 0 ) // Because features in layer 0 have no cats in OGRGRASSLayer()
397 if ( bHaveAttributes ) { in SetAttributeFilter()
731 CPLDebug ( "GRASS", "bHaveAttributes = %d", bHaveAttributes ); in GetNextFeature()
732 if ( bHaveAttributes ) in GetNextFeature()
802 if ( bHaveAttributes && !poDriver ) in GetFeature()
H A Dogrgrass.h97 bool bHaveAttributes; variable
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/grass/
H A Dogrgrasslayer.cpp130 bHaveAttributes = false; in OGRGRASSLayer()
176 bHaveAttributes = true; in OGRGRASSLayer()
195 if ( !bHaveAttributes && iLayer > 0 ) // Because features in layer 0 have no cats in OGRGRASSLayer()
397 if ( bHaveAttributes ) { in SetAttributeFilter()
726 CPLDebug ( "GRASS", "bHaveAttributes = %d", bHaveAttributes ); in GetNextFeature()
727 if ( bHaveAttributes ) in GetNextFeature()
796 if ( bHaveAttributes && !poDriver ) in GetFeature()
H A Dogrgrass.h92 bool bHaveAttributes; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/grass/
H A Dogrgrasslayer.cpp130 bHaveAttributes = false; in OGRGRASSLayer()
176 bHaveAttributes = true; in OGRGRASSLayer()
195 if ( !bHaveAttributes && iLayer > 0 ) // Because features in layer 0 have no cats in OGRGRASSLayer()
397 if ( bHaveAttributes ) { in SetAttributeFilter()
726 CPLDebug ( "GRASS", "bHaveAttributes = %d", bHaveAttributes ); in GetNextFeature()
727 if ( bHaveAttributes ) in GetNextFeature()
796 if ( bHaveAttributes && !poDriver ) in GetFeature()
H A Dogrgrass.h92 bool bHaveAttributes; variable
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/grass/
H A Dogrgrasslayer.cpp130 bHaveAttributes = false; in OGRGRASSLayer()
176 bHaveAttributes = true; in OGRGRASSLayer()
195 if ( !bHaveAttributes && iLayer > 0 ) // Because features in layer 0 have no cats in OGRGRASSLayer()
397 if ( bHaveAttributes ) { in SetAttributeFilter()
726 CPLDebug ( "GRASS", "bHaveAttributes = %d", bHaveAttributes ); in GetNextFeature()
727 if ( bHaveAttributes ) in GetNextFeature()
796 if ( bHaveAttributes && !poDriver ) in GetFeature()
H A Dogrgrass.h92 bool bHaveAttributes; variable
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_ChangeStrux.cpp433 bool bHaveAttributes, bHaveProperties; in _realChangeStruxFmt() local
434 bHaveAttributes = (attributes && *attributes); in _realChangeStruxFmt()
436 UT_return_val_if_fail (bHaveAttributes || bHaveProperties,false); // must have something to do in _realChangeStruxFmt()