/trunk/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 101 for( size_t nRow = nFirstRow; nRow <= nLastRow; ++nRow ) in lclSetMergedRange() local 218 return (mnFirstClipRow <= nRow) && (nRow <= mnLastClipRow); in IsRowInClipRange() 459 for( size_t nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in SetColumnStyleLeft() local 466 for( size_t nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in SetColumnStyleRight() local 940 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfX() 948 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfX() 974 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfY() 982 for( nRow = 0; nRow < mxImpl->mnHeight; ++nRow ) in MirrorSelfY() 1023 for( nRow = nFirstRow; nRow <= nLastRow; ++nRow ) in DrawRange() 1058 for( nRow = nFirstRow; nRow <= nLastRow + 1; ++nRow ) in DrawRange() [all …]
|
/trunk/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 87 inline bool IsValidPos( size_t nCol, size_t nRow ) const in IsValidPos() 89 inline size_t GetIndex( size_t nCol, size_t nRow ) const in GetIndex() 90 { return nRow * mnWidth + nCol; } in GetIndex() 92 const Cell& GetCell( size_t nCol, size_t nRow ) const; 93 Cell& GetCellAcc( size_t nCol, size_t nRow ); 110 bool IsRowInClipRange( size_t nRow ) const; 113 inline size_t GetMirrorRow( size_t nRow ) const { return mnHeight - nRow - 1; } in GetMirrorRow() 116 long GetRowPosition( size_t nRow ) const; 403 void SetRowHeight( size_t nRow, long nHeight ); 419 long GetRowPosition( size_t nRow ) const; [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | column.cxx | 464 for ( SCROW nRow = rRange.aStart.Row(); nRow <= nEndRow; nRow++ ) in ApplyPatternIfNumberformatIncompatible() local 1298 for ( SCROW nRow = nRow1; nRow <= nRow2; nRow++ ) in CopyToColumn() local 1685 SCROW nRow = pItems[i].nRow; in UpdateTranspose() local 1702 SCROW nRow = pItems[i].nRow; in UpdateGrow() local 1728 SCROW nRow = pItems[i].nRow; in UpdateInsertTabOnlyCells() local 1745 SCROW nRow = pItems[i].nRow; in UpdateInsertTabAbs() local 1763 SCROW nRow = pItems[i].nRow; in UpdateDeleteTab() local 1795 SCROW nRow = pItems[i].nRow; in UpdateMoveTab() local 1812 SCROW nRow = pItems[i].nRow; in UpdateCompile() local 2045 SCROW nRow = pItems[i].nRow; in CompileAll() local [all …]
|
H A D | table5.cxx | 367 if (!ValidRow(nRow)) in HasRowPageBreak() 383 if (!ValidRow(nRow)) in HasRowManualBreak() 417 if (!ValidRow(nRow)) in RemoveRowBreak() 447 if (!ValidRow(nRow)) in SetRowBreak() 500 if (!ValidRow(nRow)) in RowHidden() 531 rLastRow = nRow; in RowHidden() 532 if (!ValidRow(nRow)) in RowHidden() 669 return nRow; in FirstVisibleRow() 692 return nRow; in LastVisibleRow() 770 if (!ValidRow(nRow)) in RowFiltered() [all …]
|
H A D | column3.cxx | 76 if (pItems[nCount-1].nRow < nRow) in Insert() 99 if ( nIndex >= nCount || pItems[nIndex].nRow != nRow ) in Insert() 133 pItems[nIndex].nRow = nRow; in Insert() 200 pItems[nCount].nRow = nRow; in Append() 648 aRef.nRow = pItems[nIndex].nRow; in CreateRefCell() 1177 SCROW nRow = pItems[i].nRow; in StartAllListeners() local 1179 if ( nRow != pItems[i].nRow ) in StartAllListeners() 1198 SCROW nRow = pItems[i].nRow; in StartNeededListeners() local 1200 if ( nRow != pItems[i].nRow ) in StartNeededListeners() 1242 if ( nRow != pItems[nIndex].nRow ) in StartListeningInArea() [all …]
|
H A D | table2.cxx | 571 for ( nRow=nRow1; nRow<=nRow2; nRow++ ) in TransposeClip() 578 aRef.nRow = nRow; in TransposeClip() 639 for (nRow = nAttrRow1; nRow<=nAttrRow2; nRow++) in TransposeClip() 681 for (nRow = nAttrRow1; nRow<=nAttrRow2; nRow++) in TransposeClip() 1490 for ( SCROW nRow = nAttrRow1; nRow <= nAttrRow2; nRow++ ) in FillMaxRot() local 2232 for (SCROW nRow = nStartRow; nRow <= nEndRow; ++nRow) in lcl_pixelSizeChanged() local 2294 for( SCROW nRow = nStartRow; nRow <= nEndRow ; ++nRow ) in SetRowHeightRange() local 2688 SetRowHidden(nRow, nRow, !bShow); in DBShowRow() 3084 for (nRow=nStartRow; nRow<=nEndRow; nRow++) in DoAutoOutline() 3156 for (SCROW nRow=nStartRow; nRow<=nEndRow; nRow++) in CopyData() local [all …]
|
H A D | dociter.cxx | 74 nRow = 0; in ScDocumentIterator() 167 nRow = 0; in GetThis() 181 nRow = 0; in GetFirst() 190 ++nRow; in GetNext() 344 nRow = pCol->pItems[nColRow].nRow + 1; in GetThis() 1076 nRow = pCol->pItems[nColRow].nRow; in GetThis() 1110 ++nRow; in GetNext() 1248 nRow++; in GetFirst() 1257 ++nRow; in GetNext() 1430 nRow++; in BinarySearch() [all …]
|
H A D | attarray.cxx | 198 pData[nPos - 1].nRow = pData[nPos].nRow; in Concat() 212 pData[nPos].nRow = pData[nPos + 1].nRow; in Concat() 295 SetPatternArea( nRow, nRow, pPattern, bPutToPool ); in SetPattern() 1513 nRow = pData[nIndex].nRow; in SetPatternAreaSafe() 1570 nRow = pData[nIndex].nRow; in ApplyFlags() 1607 nRow = pData[nIndex].nRow; in RemoveFlags() 1644 nRow = pData[nIndex].nRow; in ClearItems() 2270 nRow = pData[nIndex].nRow; in DeleteHardAttr() 2445 if (nRow >= nStart && nRow <= pData[nIndex].nRow) in SearchStyle() 2464 nRow = pData[nIndex].nRow; in SearchStyle() [all …]
|
H A D | table6.cxx | 259 nRow = Min(nRow, (SCROW)(nLastRow + 1)); in Search() 285 nRow--; in Search() 291 nRow--; in Search() 339 nRow++; in Search() 345 nRow++; in Search() 359 nRow = 0; in Search() 369 rRow = nRow; in Search() 408 nRow += 1; in Replace() 415 nRow -= 1; in Replace() 421 rRow = nRow; in Replace() [all …]
|
H A D | column2.cxx | 634 SCROW nRow = pItems[nIndex].nRow; in GetSimpleTextNeededSize() local 702 SCROW nRow = pItems[nIndex].nRow; in GetOptimalColWidth() local 858 for (nRow=nStart; nRow<=nStdEnd; nRow++) in GetOptimalHeight() 945 !(HasAttrib( nRow, nRow, HASATTR_PROTECTED) && in GetNextSpellingCell() 953 nRow = rData.GetNextMarked(nCol, nRow, sal_False); in GetNextSpellingCell() 963 !(HasAttrib( nRow, nRow, HASATTR_PROTECTED) && in GetNextSpellingCell() 967 nRow++; in GetNextSpellingCell() 974 !(HasAttrib( nRow, nRow, HASATTR_PROTECTED) && in GetNextSpellingCell() 978 nRow++; in GetNextSpellingCell() 1818 SCROW nRow = pItems[nIndex].nRow; in UpdateSelectionFunction() local [all …]
|
H A D | table4.cxx | 218 SCROW nRow = nRow1; in FillAnalyse() local 258 nRow = sal::static_int_cast<SCROW>( nRow + nAddY ); in FillAnalyse() 315 nRow = sal::static_int_cast<SCROW>( nRow + nAddY ); in FillAnalyse() 331 nRow = sal::static_int_cast<SCROW>( nRow + nAddY ); in FillAnalyse() 347 nRow = sal::static_int_cast<SCROW>( nRow + nAddY ); in FillAnalyse() 354 nRow = sal::static_int_cast<SCROW>( nRow + nAddY ); in FillAnalyse() 373 nRow = sal::static_int_cast<SCROW>( nRow + nAddY ); in FillAnalyse() 1672 for (nRow = nStartRow + 1; nRow < nEndRow; nRow++) in AutoFormat() 1682 nRow = nEndRow; in AutoFormat() 1696 for (nRow = nStartRow + 1; nRow < nEndRow; nRow++) in AutoFormat() [all …]
|
H A D | dpcachetable.cxx | 209 for (SCROW nRow = 0; nRow < nRowCount; ++nRow ) in fillTable() local 229 for ( SCROW nRow = 0; nRow < nMemCount; nRow++ ) in fillTable() local 231 if ( pAdded[nRow] != -1 ) in fillTable() 264 for (SCROW nRow = 0; nRow < nRowCount; ++nRow ) in fillTable() local 276 for ( SCROW nRow = 0; nRow < nMemCount; nRow++ ) in fillTable() local 278 if ( pAdded[nRow] != -1 ) in fillTable() 288 if (nRow < 0 || static_cast<size_t>(nRow) >= maRowsVisible.size()) in isRowActive() 292 return maRowsVisible[nRow]; in isRowActive() 308 for (sal_Int32 nRow = 0; nRow < nRowSize; ++nRow) in filterByPageDimension() local 309 … maRowsVisible[nRow] = maRowsVisible[nRow] && isRowQualified(nRow, rCriteria, rRepeatIfEmptyDims); in filterByPageDimension() [all …]
|
H A D | markarr.cxx | 67 pData[0].nRow = MAXROW; in Reset() 91 if (nEndRow < (long) nRow) in Search() 113 if (Search( nRow, i )) in GetMark() 196 pData[ni-1].nRow = pData[nj].nRow; in SetMarkArea() 286 rEndRow = pData[0].nRow; in HasOneMark() 300 rEndRow = pData[1].nRow; in HasOneMark() 327 SCsROW nRet = nRow; in GetNextMarked() 328 if (VALIDROW(nRow)) in GetNextMarked() 331 Search(nRow, nIndex); in GetNextMarked() 355 Search(nRow, nIndex); in GetMarkEnd() [all …]
|
/trunk/main/sc/source/core/tool/ |
H A D | rangeseq.cxx | 80 for (long nRow = 0; nRow < nRowCount; nRow++) in FillLongArray() local 88 pRowAry[nRow] = aColSeq; in FillLongArray() 107 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillLongArray() local 136 for (long nRow = 0; nRow < nRowCount; nRow++) in FillDoubleArray() local 163 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillDoubleArray() local 194 for (long nRow = 0; nRow < nRowCount; nRow++) in FillStringArray() local 226 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillStringArray() local 284 for (long nRow = 0; nRow < nRowCount; nRow++) in FillMixedArray() local 329 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillMixedArray() local 405 for (nRow=0; nRow<nRowCount; nRow++) in CreateMixedMatrix() [all …]
|
/trunk/main/svx/source/table/ |
H A D | tablelayouter.cxx | 157 if( isValidRow(nRow) ) in getRowHeight() 167 if( isValidRow(nRow) ) in setRowHeight() 566 for( nRow = 0; nRow < nRowCount; ++nRow ) in LayoutTableWidth() 710 for( nRow = 0; nRow < nRowCount; ++nRow ) in LayoutTableHeight() 789 for( nRow = 1; nRow < nRowCount; ++nRow ) in LayoutTableHeight() 822 for( nRow = 0; nRow < nRowCount; ++nRow ) in LayoutTableHeight() 856 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) in LayoutTable() local 993 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) in ClearBorderLayout() local 1061 for( sal_Int32 nRow = aPos.mnRow; nRow < nLastRow; nRow++ ) in UpdateBorderLayout() local 1163 for( sal_Int32 nRow = nFirstRow; nRow <= nLastRow; ++nRow ) in DistributeRows() local [all …]
|
H A D | tablemodel.cxx | 162 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in TableModel() local 301 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in UndoRemoveColumns() local 652 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in notifyModification() local 765 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in insertColumns() local 778 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in insertColumns() local 844 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in removeColumns() local 861 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in removeColumns() local 950 for( sal_Int32 nRow = 0; nRow < nIndex; ++nRow ) in insertRows() local 1020 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in removeRows() local 1112 for( sal_Int32 nRow = 0; (nRow < getRowCountImpl()) && bEmpty; nRow++ ) in optimize() local [all …]
|
H A D | cellcursor.cxx | 210 sal_Int32 nRow, nCol; in GetMergedSelection() local 211 for( nRow = rStart.mnRow; nRow <= rEnd.mnRow; nRow++ ) in GetMergedSelection() 297 for( nRow = mnTop; nRow <= mnBottom; ++nRow ) in split_column() 327 for( nRow = 0; nRow < nRowCount; ++nRow ) in split_column() 345 if( (nRow >= mnTop) && (nRow <= mnBottom) ) in split_column() 373 --nRow; in split_column() 379 mxTable->merge( nCol, nRow, (rLeftOvers[nRow] + nNewCols) + 1, nRowSpan + 1 ); in split_column() 386 --nRow; in split_column() 436 for( sal_Int32 nNewRow = nRow + nNewRows; nNewRow > nRow; --nNewRow ) in split_row() 516 for( sal_Int32 nRow = mnBottom; nRow >= mnTop; --nRow ) in split_vertical() local [all …]
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 304 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in Init() local 322 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in Init() local 338 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in Init() local 349 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in Init() local 406 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in ReadConditions() local 430 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in ShowConditions() local 454 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in EnableButtons() local 607 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in IMPL_LINK() local 637 for ( sal_uInt16 nRow = 0; nRow < EDIT_ROW_COUNT; ++nRow ) in IMPL_LINK() local 867 for (SCROW nRow = aRange.aStart.Row(); nRow <= aRange.aEnd.Row(); ++nRow) in CallSolver() local [all …]
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 416 if(nRow == -1) in SetDataPtr() 498 SeekRow( nRow == -1 ? GetCurRow() : nRow); in InitController() 553 if (nRow >= 0 && nRow == m_nDataPos) in GetRowStatus() 599 GoToRow(nRow); in DisplayData() 657 SetDataPtr( nRow == -1 ? GetCurRow() : nRow); in SaveData() 836 if(nRow == -1) in CellModified() 1107 for( long i=nRow; i<(nRow+nInsertRows); i++ ) in InsertNewRows() 1168 if( nRow == -1 ) in SetCellData() 1281 if( nRow==-1 ) in GetCellData() 1853 for(sal_Int32 nRow = 0;aIter != aEnd;++aIter,++nRow) in SetPrimaryKey() local [all …]
|
/trunk/main/ucb/source/cacher/ |
H A D | cachedcontentresultset.cxx | 209 return nRow == nEnd+1; in hasCausedException() 217 if( !nRow ) in getRowAny() 221 if( !hasRow( nRow ) ) in getRowAny() 740 if( bAfterLastApplied || bAfterLast || !nRow || nRow < nLastAppliedPos ) in applyPositionToOrigin() 901 if( !nRow ) in impl_isKnownInvalidPosition() 1356 m_nRow = nRow + 1; in next() 1397 m_nRow = nRow - 1; in previous() 1769 sal_Int32 nRow = 0; in isFirst() local 1783 nRow = m_nRow; in isFirst() 1804 sal_Int32 nRow = 0; in isLast() local [all …]
|
/trunk/main/sc/source/filter/lotus/ |
H A D | op.cxx | 96 sal_uInt16 nCol, nRow; in OP_Integer() local 116 sal_uInt16 nCol, nRow; in OP_Number() local 136 sal_uInt16 nCol, nRow; in OP_Label() local 358 sal_uInt16 nCol, nRow; in OP_Blank() local 379 sal_uInt16 nRow; in OP_Label123() local 380 r >> nRow >> nTab >> nCol; in OP_Label123() 395 sal_uInt16 nRow; in OP_Number123() local 412 sal_uInt16 nRow; in OP_Formula123() local 438 sal_uInt16 nRow; in OP_IEEENumber123() local 453 sal_uInt16 nRow; in OP_Note123() local [all …]
|
/trunk/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1304 if (nRow < 0) in RowInserted() 1305 nRow = 0; in RowInserted() 1386 nRow, in RowInserted() 1420 if ( nRow < 0 ) in RowRemoved() 1421 nRow = 0; in RowRemoved() 1558 nRow, in RowRemoved() 1567 for (sal_Int32 i = nRow+1 ; i <= (nRow+nNumRows) ; ++i) in RowRemoved() 1609 if ( nRow == nCurRow && ( bMultiSelection || uRow.nSel == nRow ) ) in GoToRow() 1613 if ( nRow < 0 || nRow >= nRowCount ) in GoToRow() 1621 nRow = nTopRow; in GoToRow() [all …]
|
/trunk/main/sc/inc/ |
H A D | bigrange.hxx | 38 sal_Int32 nRow; member in ScBigAddress 47 : nRow( r.nRow ), nCol( r.nCol ), nTab( r.nTab ) {} in ScBigAddress() 72 { nCol = r.nCol; nRow = r.nRow; nTab = r.nTab; return *this; } in operator =() 76 { return nCol == r.nCol && nRow == r.nRow && nTab == r.nTab; } in operator ==() 94 if ( r.nRow < nRow ) in PutInOrder() 96 nTmp = r.nRow; in PutInOrder() 97 r.nRow = nRow; in PutInOrder() 98 nRow = nTmp; in PutInOrder() 114 ((0 <= nRow && nRow <= MAXROW) in IsValid() 115 || nRow == nInt32Min || nRow == nInt32Max) && in IsValid() [all …]
|
H A D | address.hxx | 145 #define VALIDROW(nRow) (ValidRow(nRow)) argument 147 #define VALIDCOLROW(nCol,nRow) (ValidColRow(nCol,nRow)) argument 148 #define VALIDCOLROWTAB(nCol,nRow,nTab) (ValidColRowTab(nCol,nRow,nTab)) argument 159 return static_cast<SCROW>(0) <= nRow && nRow <= MAXROW; in ValidRow() 189 return nRow < 0 ? 0 : (nRow > MAXROW ? MAXROW : nRow); in SanitizeRow() 247 SCROW nRow; member in ScAddress 294 : nRow(r.nRow), nCol(r.nCol), nTab(r.nTab) in ScAddress() 364 nRow = nRowP; in Set() 371 nRow = r.nRow; in operator =() 378 return nRow == r.nRow && nCol == r.nCol && nTab == r.nTab; in operator ==() [all …]
|
H A D | column.hxx | 89 SCROW nRow; member 129 ScBaseCell* GetCell( SCROW nRow ) const; 133 void Delete( SCROW nRow ); 138 void SwapCell( SCROW nRow, ScColumn& rCol); 156 sal_Bool HasDataAt(SCROW nRow) const; 247 double GetValue( SCROW nRow ) const; 250 CellType GetCellType( SCROW nRow ) const; 254 sal_uInt16 GetErrCode( SCROW nRow ) const; 262 ScPostIt* GetNote( SCROW nRow ); 266 ScPostIt* ReleaseNote( SCROW nRow ); [all …]
|