Home
last modified time | relevance | path

Searched refs:nRowIdx (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx253 sal_uInt16 nRowIdx, const bool bSingle ) in lcl_ChangeRowSpan() argument
255 if( !nDiff || nRowIdx >= rTable.GetTabLines().Count() ) in lcl_ChangeRowSpan()
270 const SwTableLine* pLine = rTable.GetTabLines()[ nRowIdx ]; in lcl_ChangeRowSpan()
313 if( nRowIdx ) in lcl_ChangeRowSpan()
314 --nRowIdx; in lcl_ChangeRowSpan()
1163 SwTableLine& rLine = *GetTabLines()[ nRowIdx ]; in InsertSpannedRow()
1188 lcl_ChangeRowSpan( *this, nCnt, nRowIdx, false ); in InsertSpannedRow()
1496 if( nRowIdx < USHRT_MAX ) in InsertRow()
1504 SwTableLine *pLine = GetTabLines()[ nRowIdx ]; in InsertRow()
1534 ++nRowIdx; in InsertRow()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx937 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in InsertRow() local
939 if( nRowIdx >= 0 && in InsertRow()
946 m_apDataBrowserModel->insertDataPointForAllSeries( nRowIdx ); in InsertRow()
953 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in RemoveRow() local
955 if( nRowIdx >= 0 && in RemoveRow()
963 m_apDataBrowserModel->removeDataPointForAllSeries( nRowIdx ); in RemoveRow()
992 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in SwapRow() local
994 if( nRowIdx >= 0 && in SwapRow()
1001 m_apDataBrowserModel->swapDataPointForAllSeries( nRowIdx ); in SwapRow()
/trunk/main/chart2/source/tools/
H A DInternalData.cxx264 for( sal_Int32 nRowIdx=0; nRowIdx<nMax; ++nRowIdx ) in swapColumnWithNext() local
266 size_t nIndex1 = nColumnIndex + nRowIdx*m_nColumnCount; in swapColumnWithNext()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx430 sal_Int32 nColIdx, sal_Int32 nRowIdx,
435 WorksheetHelper& rSheetHelper, sal_Int32 nRowIdx ) const;
438 WorksheetHelper& rSheetHelper, sal_Int32 nRowIdx ) const;
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx893 sal_uInt16 nRowIdx = 0; in CheckInsert() local
895 while( nRowIdx < nRepeat ) in CheckInsert()
897 … ASSERT( pTab->GetTable()->GetTabLines()[ nRowIdx ], "Table ohne Zeilen?" ); in CheckInsert()
899 … new SwRowFrm( *pTab->GetTable()->GetTabLines()[ nRowIdx ], pTab ); in CheckInsert()
904 ++nRowIdx; in CheckInsert()
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1284 …rceDataCell( WorksheetHelper& rSheetHelper, sal_Int32 nColIdx, sal_Int32 nRowIdx, const PivotCache… in writeSourceDataCell() argument
1288 sal_Int32 nRow = maSheetSrcModel.maRange.StartRow + nRowIdx; in writeSourceDataCell()
1295 …mportPCRecord( SequenceInputStream& rStrm, WorksheetHelper& rSheetHelper, sal_Int32 nRowIdx ) const in importPCRecord()
1297 sal_Int32 nRow = maSheetSrcModel.maRange.StartRow + nRowIdx; in importPCRecord()
1305 …rtPCItemIndexList( BiffInputStream& rStrm, WorksheetHelper& rSheetHelper, sal_Int32 nRowIdx ) const in importPCItemIndexList()
1307 sal_Int32 nRow = maSheetSrcModel.maRange.StartRow + nRowIdx; in importPCItemIndexList()
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx2871 SCROW nRowIdx; in ScMacro() local
2879 nRowIdx = 1; in ScMacro()
2888 nRowIdx = 0; in ScMacro()
2900 nIdx[ nRowIdx ] = nRs + static_cast<sal_Int32>(j); in ScMacro()

Completed in 74 milliseconds