Searched refs:nColumnOffset (Results 1 – 6 of 6) sorted by relevance
409 void SAL_CALL ScCellCursorObj::gotoOffset( sal_Int32 nColumnOffset, sal_Int32 nRowOffset ) in gotoOffset() argument418 if ( aOneRange.aStart.Col() + nColumnOffset >= 0 && in gotoOffset()419 aOneRange.aEnd.Col() + nColumnOffset <= MAXCOL && in gotoOffset()423 ScRange aNew( (SCCOL)(aOneRange.aStart.Col() + nColumnOffset), in gotoOffset()426 (SCCOL)(aOneRange.aEnd.Col() + nColumnOffset), in gotoOffset()
79 @param nColumnOffset87 void gotoOffset( [in] long nColumnOffset, [in] long nRowOffset );
744 const sal_Int32 nColumnOffset (maPageObjectSize.Width() + mnHorizontalGap); in GetColumnAtPosition() local747 nColumn = nX / nColumnOffset; in GetColumnAtPosition()753 const sal_Int32 nDistanceIntoGap ((nX - nColumn*nColumnOffset) - maPageObjectSize.Width()); in GetColumnAtPosition()
156 void SAL_CALL CellCursor::gotoOffset( ::sal_Int32 nColumnOffset, ::sal_Int32 nRowOffset ) throw (Ru… in gotoOffset() argument160 const sal_Int32 nLeft = mnLeft + nColumnOffset; in gotoOffset()
60 …virtual void SAL_CALL gotoOffset( ::sal_Int32 nColumnOffset, ::sal_Int32 nRowOffset ) throw (::com…
67 virtual void SAL_CALL gotoOffset( sal_Int32 nColumnOffset, sal_Int32 nRowOffset )
Completed in 27 milliseconds