Home
last modified time | relevance | path

Searched refs:nColumnOffset (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx409 void SAL_CALL ScCellCursorObj::gotoOffset( sal_Int32 nColumnOffset, sal_Int32 nRowOffset ) in gotoOffset() argument
418 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()
/trunk/main/offapi/com/sun/star/table/
H A DXCellCursor.idl79 @param nColumnOffset
87 void gotoOffset( [in] long nColumnOffset, [in] long nRowOffset );
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx744 const sal_Int32 nColumnOffset (maPageObjectSize.Width() + mnHorizontalGap); in GetColumnAtPosition() local
747 nColumn = nX / nColumnOffset; in GetColumnAtPosition()
753 const sal_Int32 nDistanceIntoGap ((nX - nColumn*nColumnOffset) - maPageObjectSize.Width()); in GetColumnAtPosition()
/trunk/main/svx/source/table/
H A Dcellcursor.cxx156 void SAL_CALL CellCursor::gotoOffset( ::sal_Int32 nColumnOffset, ::sal_Int32 nRowOffset ) throw (Ru… in gotoOffset() argument
160 const sal_Int32 nLeft = mnLeft + nColumnOffset; in gotoOffset()
H A Dcellcursor.hxx60 …virtual void SAL_CALL gotoOffset( ::sal_Int32 nColumnOffset, ::sal_Int32 nRowOffset ) throw (::com…
/trunk/main/sc/inc/
H A Dcursuno.hxx67 virtual void SAL_CALL gotoOffset( sal_Int32 nColumnOffset, sal_Int32 nRowOffset )

Completed in 43 milliseconds