Searched refs:nRowOffset (Results 1 – 10 of 10) sorted by relevance
409 void SAL_CALL ScCellCursorObj::gotoOffset( sal_Int32 nColumnOffset, sal_Int32 nRowOffset ) in gotoOffset() argument420 aOneRange.aStart.Row() + nRowOffset >= 0 && in gotoOffset()421 aOneRange.aEnd.Row() + nRowOffset <= MAXROW ) in gotoOffset()424 (SCROW)(aOneRange.aStart.Row() + nRowOffset), in gotoOffset()427 (SCROW)(aOneRange.aEnd.Row() + nRowOffset), in gotoOffset()
194 sal_Int32 nRowOffset = ( rTable.bHasHeaderRow ? 1 : 0 ); in lcl_fillRangeMapping() local212 OSL_ASSERT( static_cast< sal_Int32 >( nRow ) == nRowOffset ); in lcl_fillRangeMapping()237 … OUString aRowNumStr = OUString::valueOf( static_cast< sal_Int32 >( nRow - nRowOffset )); in lcl_fillRangeMapping()879 sal_Int32 nRowOffset = 0; in applyTableToInternalDataProvider() local883 nRowOffset = 1; in applyTableToInternalDataProvider()912 …ector< ::std::vector< SchXMLCell > >::const_iterator aRowIter( rTable.aData.begin() + nRowOffset ); in applyTableToInternalDataProvider()
83 @param nRowOffset87 void gotoOffset( [in] long nColumnOffset, [in] long nRowOffset );
265 long nRowOffset = rWindowPos.Y() % nGridHeight; in GetFieldIndex() local267 if( (nColOffset < maFieldSize.Width()) && (nRowOffset < maFieldSize.Height()) ) in GetFieldIndex()289 long nRowOffset = rWindowPos.Y() % nGridHeight; in GetDropIndex() local291 … if( (mnColCount == 1) ? (nRowOffset * 3 > nGridHeight * 2) : (nColOffset * 3 > nGridWidth * 2) ) in GetDropIndex()
705 const sal_Int32 nRowOffset (maPageObjectSize.Height() + mnVerticalGap); in GetRowAtPosition() local708 nRow = nY / nRowOffset; in GetRowAtPosition()710 const sal_Int32 nDistanceIntoGap ((nY - nRow*nRowOffset) - maPageObjectSize.Height()); in GetRowAtPosition()
156 void SAL_CALL CellCursor::gotoOffset( ::sal_Int32 nColumnOffset, ::sal_Int32 nRowOffset ) throw (Ru… in gotoOffset() argument164 const sal_Int32 nTop = mnTop + nRowOffset; 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 )
216 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Offset( const css::uno::Any &nRowOffset,…
1882 SCROW nRowOffset = 0; in Offset() local1884 sal_Bool bIsRowOffset = ( nRowOff >>= nRowOffset ); in Offset()1900 pRange->aStart.SetRow( pRange->aStart.Row() + nRowOffset ); in Offset()1901 pRange->aEnd.SetRow( pRange->aEnd.Row() + nRowOffset ); in Offset()
Completed in 72 milliseconds