Lines Matching refs:maLocationModel
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()
1243 maLocationModel.mnFirstHeaderRow = rStrm.readuInt16(); in importPTDefinition()
1244 maLocationModel.mnFirstDataRow = rStrm.readuInt16(); in importPTDefinition()
1245 maLocationModel.mnFirstDataCol = rStrm.readuInt16(); in importPTDefinition()
1262 getAddressConverter().convertToCellRangeUnchecked( maLocationModel.maRange, aBinRange, nSheet ); in importPTDefinition()
1355 if( getAddressConverter().validateCellRange( maLocationModel.maRange, true, true ) ) in finalizeImport()
1363 …Reference< XSheetOperation > xSheetOp( getCellRangeFromDoc( maLocationModel.maRange ), UNO_QUERY_T… in finalizeImport()
1374 …eference< XDataPilotTablesSupplier > xDPTablesSupp( getSheetFromDoc( maLocationModel.maRange.Sheet… in finalizeImport()
1424 …CellAddress aPos( maLocationModel.maRange.Sheet, maLocationModel.maRange.StartColumn, maLocationMo… in finalizeImport()