Searched refs:maLocationModel (Results 1 – 2 of 2) sorted by relevance
1085 …getAddressConverter().convertToCellRangeUnchecked( maLocationModel.maRange, rAttribs.getString( XM… in importLocation()1086 maLocationModel.mnFirstHeaderRow = rAttribs.getInteger( XML_firstHeaderRow, 0 ); in importLocation()1087 maLocationModel.mnFirstDataRow = rAttribs.getInteger( XML_firstDataRow, 0 ); in importLocation()1088 maLocationModel.mnFirstDataCol = rAttribs.getInteger( XML_firstDataCol, 0 ); in importLocation()1089 maLocationModel.mnRowPageCount = rAttribs.getInteger( XML_rowPageCount, 0 ); in importLocation()1090 maLocationModel.mnColPageCount = rAttribs.getInteger( XML_colPageCount, 0 ); in importLocation()1197 rStrm >> aBinRange >> maLocationModel.mnFirstHeaderRow in importPTLocation()1198 >> maLocationModel.mnFirstDataRow >> maLocationModel.mnFirstDataCol in importPTLocation()1199 >> maLocationModel.mnRowPageCount >> maLocationModel.mnColPageCount; in importPTLocation()1200 getAddressConverter().convertToCellRangeUnchecked( maLocationModel.maRange, aBinRange, nSheet ); in importPTLocation()[all …]
415 PTLocationModel maLocationModel; /// Location settings of the pivot table. member in oox::xls::PivotTable