Searched refs:GetPosCount (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | csvruler.cxx | 142 if( GetRulerCursorPos() >= GetPosCount() ) in ApplyLayout() 143 MoveCursor( GetPosCount() - 1 ); in ApplyLayout() 172 sal_Int32 nActiveWidth = Min( GetWidth() - GetHdrWidth(), GetPosCount() * GetCharWidth() ); in InitSizeData() 204 MoveCursor( GetPosCount() - 1 ); in MoveCursorRel() 211 if( GetRulerCursorPos() < GetPosCount() - 1 ) in MoveCursorRel() 230 case MOVE_LAST: nIndex = maSplits.UpperBound( GetPosCount() ); break; in MoveCursorToSplit() 330 nNewPos = Max( nPos, FindEmptyPos( GetPosCount(), MOVE_PREV ) ); in FindEmptyPos() 424 nPos = Max( Min( nPos, GetPosCount() - sal_Int32( 1 ) ), sal_Int32( 1 ) ); in MouseMove() 563 … aRect.Right() = Min( Min( GetX( GetPosCount() ), GetLastX() ), nPosX + nWidth - sal_Int32( 1 ) ); in ImplDrawArea()
|
H A D | csvgrid.cxx | 139 if( GetPosCount() < rOldData.mnPosCount ) in ApplyLayout() 142 maSplits.RemoveRange( GetPosCount(), rOldData.mnPosCount ); in ApplyLayout() 146 maSplits.Insert( GetPosCount() ); in ApplyLayout() 378 maSplits.Insert( GetPosCount() ); in ImplClearSplits() 393 return GetColumnFromPos( Min( GetLastVisPos(), GetPosCount() ) - 1 ); in GetLastVisColumn() 744 Execute( CSVCMD_SETPOSCOUNT, GetPosCount() + nDiff ); in ImplSetTextLineSep() 756 sal_Int32 nLastPos = GetPosCount(); in ImplSetTextLineSep() 775 if( nChars > GetPosCount() ) in ImplSetTextLineFix() 868 nPos = Max( Min( nPos, GetPosCount() - sal_Int32( 1 ) ), sal_Int32( 0 ) ); in Tracking() 1287 nLastColIx = GetColumnFromPos( Min( nPos + GetVisPosCount(), GetPosCount() ) - 1 ); in ImplDrawHorzScrolled() [all …]
|
H A D | csvtablebox.cxx | 68 mnFixedWidth = GetPosCount(); in SetSeparatorsMode() 174 maHScroll.SetRange( Range( 0, GetPosCount() + 2 ) ); in InitHScrollBar() 190 if( (0 <= nPos) && (nPos < GetPosCount()) ) in MakePosVisible() 398 … maData.mnColCursor = ((0 <= nParam1) && (nParam1 < GetPosCount())) ? nParam1 : CSV_POS_INVALID; in IMPL_LINK()
|
H A D | csvcontrol.cxx | 203 return Max( GetPosCount() - GetVisPosCount() + 2L, 0L ); in GetMaxPosOffset() 208 return (0 < nPos) && (nPos < GetPosCount() ); in IsValidSplitPos()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCsvControl.cxx | 535 … ::std::max( rRuler.GetPosFromX( rPoint.X ), static_cast<sal_Int32>(0) ), rRuler.GetPosCount() ) ); in getIndexAtPoint() 723 if( nRulerPos < implGetRuler().GetPosCount() ) in getTextBehindIndex() 865 sal_Int32 nRulerCount = implGetRuler().GetPosCount(); in constructStringBuffer() 880 return lcl_GetApiPos( implGetRuler().GetPosCount() + 1 ); in implGetTextLength()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | csvcontrol.hxx | 341 inline sal_Int32 GetPosCount() const { return mrData.mnPosCount; } in GetPosCount() function in ScCsvControl
|
Completed in 230 milliseconds