Searched refs:nEndPixel (Results 1 – 5 of 5) sorted by relevance
59 long getEnd() const { return nEndPixel; } in getEnd()61 void setEnd( long const i_end ) { nEndPixel = i_end; } in setEnd()62 void move( long const i_offset ) { nStartPixel += i_offset; nEndPixel += i_offset; } in move()64 long getWidth() const { return nEndPixel - nStartPixel; } in getWidth()
153 long const oldEnd = i_tableControl.getColumnMetrics( m_nResizingColumn ).nEndPixel; in handleMouseUp()
131 long nEndPixel; member135 ,nEndPixel(0) in ColumnMetrics()141 ,nEndPixel( i_end ) in ColumnMetrics()
479 long nEndPixel = pViewData->GetScrPos( nX2+1, nPosY, eWhich ).X(); in Draw() local480 nMirrorWidth = aScrPos.X() - nEndPixel; in Draw()481 aScrPos.X() = nEndPixel + 1; in Draw()
4486 long nEndPixel = pViewData->GetScrPos( nX2+1, nPosY, eWhich ).X(); in UpdateFormulas() local4487 nMirrorWidth = aScrPos.X() - nEndPixel; in UpdateFormulas()4488 aScrPos.X() = nEndPixel + 1; in UpdateFormulas()
Completed in 40 milliseconds