Searched refs:mnColOffset (Results 1 – 2 of 2) sorted by relevance
57 rModel.mnColOffset = rStrm.readuInt16(); in operator >>()70 mnColOffset( 0 ), in CellAnchorModel()153 case XDR_TOKEN( colOff ): pCellAnchor->mnColOffset = rValue.toInt64(); break; in setCellPos()173 maFrom.mnColOffset = aTokens[ 1 ].toInt32(); in importVmlAnchor()177 maTo.mnColOffset = aTokens[ 5 ].toInt32(); in importVmlAnchor()284 aEmuPoint.X += rModel.mnColOffset; in calcCellAnchorEmu()291 …cast< sal_Int64 >( rUnitConv.scaleValue( static_cast< double >( rModel.mnColOffset ), UNIT_SCREENX… in calcCellAnchorEmu()301 …uSize.Width * getLimitedValue< double >( static_cast< double >( rModel.mnColOffset ) / 1024.0, 0.0… in calcCellAnchorEmu()
58 sal_Int64 mnColOffset; /// X offset inside the column. member