Searched refs:_rNewConPos (Results 1 – 1 of 1) sorted by relevance
105 …void calcPointsYValue(const OTableWindow* _pWin,SvLBoxEntry* _pEntry,Point& _rNewConPos,Point& _rN… in calcPointsYValue() argument108 _rNewConPos.Y() = _pWin->GetPosPixel().Y(); in calcPointsYValue()112 _rNewConPos.Y() += pListBox->GetPosPixel().Y(); in calcPointsYValue()117 _rNewConPos.Y() += nEntryPos; in calcPointsYValue()118 _rNewConPos.Y() += (long)( 0.5 * nRowHeight ); in calcPointsYValue()121 _rNewConPos.Y() -= (long)( 0.5 * nRowHeight ); in calcPointsYValue()126 if( _rNewConPos.Y() > nListBoxBottom ) in calcPointsYValue()127 _rNewConPos.Y() = nListBoxBottom + 2; in calcPointsYValue()130 _rNewConPos.Y() += static_cast<sal_Int32>(pListBox->GetPosPixel().Y()*0.5); in calcPointsYValue()132 _rNewDescrPos.Y() = _rNewConPos.Y(); in calcPointsYValue()[all …]