Home
last modified time | relevance | path

Searched refs:maLocationModel (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/source/xls/
H A Dpivottablebuffer.cxx1085 …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 …]
/AOO42X/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx415 PTLocationModel maLocationModel; /// Location settings of the pivot table. member in oox::xls::PivotTable