Home
last modified time | relevance | path

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

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdatasource.cpp795 if( wasLastCell && osValue.empty() && osFormula.empty() ) in FillRepeatedCells()
823 (!osValue.empty()) ? osValue.size() : osFormula.size(); in FillRepeatedCells()
838 apoCurLineValues.push_back(osFormula); in FillRepeatedCells()
877 osFormula = pszFormula; in startElementRow()
878 if( osFormula == "of:=TRUE()" ) in startElementRow()
882 osFormula.clear(); in startElementRow()
884 else if( osFormula == "of:=FALSE()" ) in startElementRow()
888 osFormula.clear(); in startElementRow()
896 osFormula = ""; in startElementRow()
H A Dogr_ods.h169 std::string osFormula; variable
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdatasource.cpp795 if( wasLastCell && osValue.empty() && osFormula.empty() ) in FillRepeatedCells()
823 (!osValue.empty()) ? osValue.size() : osFormula.size(); in FillRepeatedCells()
838 apoCurLineValues.push_back(osFormula); in FillRepeatedCells()
877 osFormula = pszFormula; in startElementRow()
878 if( osFormula == "of:=TRUE()" ) in startElementRow()
882 osFormula.clear(); in startElementRow()
884 else if( osFormula == "of:=FALSE()" ) in startElementRow()
888 osFormula.clear(); in startElementRow()
896 osFormula = ""; in startElementRow()
H A Dogr_ods.h169 std::string osFormula; variable
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dogrodsdatasource.cpp795 if( wasLastCell && osValue.empty() && osFormula.empty() ) in FillRepeatedCells()
823 (!osValue.empty()) ? osValue.size() : osFormula.size(); in FillRepeatedCells()
838 apoCurLineValues.push_back(osFormula); in FillRepeatedCells()
877 osFormula = pszFormula; in startElementRow()
878 if( osFormula == "of:=TRUE()" ) in startElementRow()
882 osFormula.clear(); in startElementRow()
884 else if( osFormula == "of:=FALSE()" ) in startElementRow()
888 osFormula.clear(); in startElementRow()
896 osFormula = ""; in startElementRow()
H A Dogr_ods.h169 std::string osFormula; variable
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ods/
H A Dogr_ods.h159 std::string osFormula; variable
H A Dogrodsdatasource.cpp725 osFormula = pszFormula; in startElementRow()
730 osFormula = ""; in startElementRow()
966 apoCurLineValues.push_back(osFormula); in endElementCell()