Lines Matching refs:mnCol
62 rModel.mnCol = rStrm.readuInt16(); in operator >>()
74 mnCol( -1 ), in CellAnchorModel()
157 case XDR_TOKEN( col ): pCellAnchor->mnCol = rValue.toInt32(); break; in setCellPos()
178 maFrom.mnCol = aTokens[ 0 ].toInt32(); in importVmlAnchor()
182 maTo.mnCol = aTokens[ 4 ].toInt32(); in importVmlAnchor()
213 …if( maFrom.isValid() && rAddrConv.checkCol( maFrom.mnCol, true ) && rAddrConv.checkRow( maFrom.mnR… in calcAnchorRectEmu()
243 …CellAddress aToCell = rAddrConv.createValidCellAddress( BinAddress( maTo.mnCol, maTo.mnRow ), getS… in calcAnchorRectEmu()
245 aValidTo.mnCol = aToCell.Column; in calcAnchorRectEmu()
250 if( aToCell.Column == maTo.mnCol ) in calcAnchorRectEmu()
283 Point aPoint = getCellPosition( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu()
304 Size aCellSize = getCellSize( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu()