Home
last modified time | relevance | path

Searched refs:ogrWidth (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsvectorfilewriter.cpp603 ++ogrWidth; in init()
614 ogrWidth = ogrWidth > 0 && ogrWidth <= 20 ? ogrWidth : 20; in init()
621 ogrWidth = 255; in init()
626 ogrWidth = ogrWidth > 0 && ogrWidth <= 10 ? ogrWidth : 10; in init()
632 ogrWidth = 1; in init()
691 ogrWidth = 255; in init()
709 ogrWidth = 255; in init()
724 ogrWidth = 255; in init()
739 ogrWidth = 255; in init()
754 ogrWidth = 255; in init()
[all …]
H A Dqgsofflineediting.cpp756 const int ogrWidth = field.length(); in convertToOfflineLayer() local
759 OGR_Fld_SetWidth( fld.get(), ogrWidth ); in convertToOfflineLayer()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorfilewriter.cpp636 int ogrWidth = attrField.length(); in init() local
639 ++ogrWidth; in init()
650 ogrWidth = ogrWidth > 0 && ogrWidth <= 20 ? ogrWidth : 20; in init()
656 … if ( ( ogrWidth <= 0 || ogrWidth > 255 ) && mOgrDriverName == QLatin1String( "ESRI Shapefile" ) ) in init()
657 ogrWidth = 255; in init()
662 ogrWidth = ogrWidth > 0 && ogrWidth <= 10 ? ogrWidth : 10; in init()
668 ogrWidth = 1; in init()
692 ogrWidth = 12; // %02d:%02d:%06.3f in init()
730 ogrWidth = 255; in init()
773 if ( ogrWidth > 0 ) in init()
[all …]
H A Dqgsofflineediting.cpp765 int ogrWidth = field.length(); in copyVectorLayer() local
768 OGR_Fld_SetWidth( fld.get(), ogrWidth ); in copyVectorLayer()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/ogr/
H A Dqgsogrprovider.cpp67 int ogrWidth = field.length(); in convertField() local
70 ogrWidth += 1; in convertField()
76 ogrWidth = ogrWidth > 0 && ogrWidth <= 21 ? ogrWidth : 21; in convertField()
81 if ( ogrWidth < 0 || ogrWidth > 255 ) in convertField()
82 ogrWidth = 255; in convertField()
87 ogrWidth = ogrWidth > 0 && ogrWidth <= 10 ? ogrWidth : 10; in convertField()
94 ogrWidth = 1; in convertField()
158 field.setLength( ogrWidth ); in convertField()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsnewgeopackagelayerdialog.cpp480 const int ogrWidth = fieldWidth.toInt(); in apply() local
484 OGR_Fld_SetWidth( fld.get(), ogrWidth ); in apply()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsnewgeopackagelayerdialog.cpp473 int ogrWidth = fieldWidth.toInt(); in apply() local
477 OGR_Fld_SetWidth( fld.get(), ogrWidth ); in apply()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/ogr/
H A Dqgsogrprovider.cpp116 int ogrWidth = field.length(); in Q_GLOBAL_STATIC() local
119 ogrWidth += 1; in Q_GLOBAL_STATIC()
125 ogrWidth = ogrWidth > 0 && ogrWidth <= 21 ? ogrWidth : 21; in Q_GLOBAL_STATIC()
130 if ( ogrWidth < 0 || ogrWidth > 255 ) in Q_GLOBAL_STATIC()
131 ogrWidth = 255; in Q_GLOBAL_STATIC()
136 ogrWidth = ogrWidth > 0 && ogrWidth <= 10 ? ogrWidth : 10; in Q_GLOBAL_STATIC()
143 ogrWidth = 1; in Q_GLOBAL_STATIC()
192 field.setLength( ogrWidth ); in Q_GLOBAL_STATIC()