Searched refs:nRowIdx (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 253 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 …]
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 937 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()
|
/aoo42x/main/chart2/source/tools/ |
H A D | InternalData.cxx | 264 for( sal_Int32 nRowIdx=0; nRowIdx<nMax; ++nRowIdx ) in swapColumnWithNext() local 266 size_t nIndex1 = nColumnIndex + nRowIdx*m_nColumnCount; in swapColumnWithNext()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | pivotcachebuffer.hxx | 430 sal_Int32 nColIdx, sal_Int32 nRowIdx, 435 WorksheetHelper& rSheetHelper, sal_Int32 nRowIdx ) const; 438 WorksheetHelper& rSheetHelper, sal_Int32 nRowIdx ) const;
|
/aoo42x/main/sw/source/core/layout/ |
H A D | laycache.cxx | 893 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()
|
/aoo42x/main/oox/source/xls/ |
H A D | pivotcachebuffer.cxx | 1284 …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()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 2871 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 89 milliseconds