Home
last modified time | relevance | path

Searched refs:nEndPixel (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.hxx59 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()
H A Dmousefunction.cxx153 long const oldEnd = i_tableControl.getColumnMetrics( m_nResizingColumn ).nEndPixel; in handleMouseUp()
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx131 long nEndPixel; member
135 ,nEndPixel(0) in ColumnMetrics()
141 ,nEndPixel( i_end ) in ColumnMetrics()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx479 long nEndPixel = pViewData->GetScrPos( nX2+1, nPosY, eWhich ).X(); in Draw() local
480 nMirrorWidth = aScrPos.X() - nEndPixel; in Draw()
481 aScrPos.X() = nEndPixel + 1; in Draw()
H A Dgridwin.cxx4486 long nEndPixel = pViewData->GetScrPos( nX2+1, nPosY, eWhich ).X(); in UpdateFormulas() local
4487 nMirrorWidth = aScrPos.X() - nEndPixel; in UpdateFormulas()
4488 aScrPos.X() = nEndPixel + 1; in UpdateFormulas()

Completed in 45 milliseconds