Home
last modified time | relevance | path

Searched refs:nLastRow (Results 26 – 50 of 54) sorted by relevance

123

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2196 SCROW nLastRow = nRow; in SetWidthOrHeight() local
2197 if (pDoc->RowHidden(nRow, nTab, NULL, &nLastRow)) in SetWidthOrHeight()
2199 nRow = nLastRow; in SetWidthOrHeight()
2983 SCROW nLastRow = nEndRow; in GetCreateNameFlags() local
2984 if (nStartRow+1 < nEndRow) { ++nFirstRow; --nLastRow; } in GetCreateNameFlags()
2985 for (j=nFirstRow; j<=nLastRow && bOk; j++) in GetCreateNameFlags()
2993 for (j=nFirstRow; j<=nLastRow && bOk; j++) in GetCreateNameFlags()
H A Dprintfun.cxx3123 SCROW nLastRow = -1; in CalcPages() local
3124 if (!pDoc->RowHidden(nRow, nPrintTab, NULL, &nLastRow)) in CalcPages()
3127 nLastVisibleRow = nLastRow; in CalcPages()
3131 nRow = nLastRow; in CalcPages()
H A Dviewdata.cxx1770 SCROW nLastRow = nRow; in GetMergeSizePixel() local
1771 if (pDoc->RowHidden(nRow, nTabNo, NULL, &nLastRow)) in GetMergeSizePixel()
1773 nRow = nLastRow; in GetMergeSizePixel()
H A Dtabview3.cxx1042 SCROW nLastRow = -1; in MoveCursorRel() local
1043 … bSkipCell = pDoc->RowHidden(nCurY, nTab, nLastRow) || pDoc->IsVerOverlapped( nCurX, nCurY, nTab ); in MoveCursorRel()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx1194 const sal_Int32 nLastRow = nRow + nRowSpan; in merge() local
1197 if( (nLastRow > getRowCount()) || (nLastCol > getRowCount() ) ) in merge()
1214 for( ; nRow < nLastRow; nRow++ ) in merge()
H A Dtablecontroller.cxx1597 …ler::MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, sal_Int32 nLastRow ) in MergeRange() argument
1601 …yRange( mxTable->getCellRangeByPosition( nFirstCol, nFirstRow,nLastCol, nLastRow ) ), UNO_QUERY_TH… in MergeRange()
2249 const sal_Int32 nLastRow = std::min( aEnd.mnRow + 2, nRowCount ); in ApplyBorderAttr() local
2252 for( sal_Int32 nRow = std::max( aStart.mnRow - 1, (sal_Int32)0 ); nRow < nLastRow; nRow++ ) in ApplyBorderAttr()
H A Dtablelayouter.hxx123 void DistributeRows( ::Rectangle& rArea, sal_Int32 nFirstRow, sal_Int32 nLastRow );
H A Dsvdotable.cxx2776 void SdrTableObj::DistributeRows( sal_Int32 nFirstRow, sal_Int32 nLastRow ) in DistributeRows() argument
2781 mpImpl->mpLayouter->DistributeRows( aRect, nFirstRow, nLastRow ); in DistributeRows()
/trunk/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx345 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList() local
351 pDoc->GetFilterEntriesArea( nColumn, nFirstRow, nLastRow, in UpdateValueList()
H A Dfiltdlg.cxx509 SCROW nLastRow = theQueryData.nRow2; in UpdateValueList() local
516 pDoc->GetFilterEntriesArea( nColumn, nFirstRow+1, nLastRow, in UpdateValueList()
/trunk/main/sc/source/filter/inc/
H A Dlotattr.hxx120 SCROW nLastRow; member
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx563 sal_Int32 nLastRow = ::std::min( rRowRange.mnLast, mrMaxApiPos.Row ); in getRows() local
564 if( (0 <= rRowRange.mnFirst) && (rRowRange.mnFirst <= nLastRow) ) in getRows()
566 …etCellRange( CellRangeAddress( getSheetIndex(), 0, rRowRange.mnFirst, 0, nLastRow ) ), UNO_QUERY ); in getRows()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx501 int nLastRow = (maFontCharMap.GetCharCount() - 1 + COLUMN_COUNT) / COLUMN_COUNT; in SetFont() local
502 aVscrollSB.SetRangeMax( nLastRow ); in SetFont()
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx137 …oid MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, sal_Int32 nLastRow );
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1626 long nLastRow = nTopRow + nVisibleRows; in GoToRow() local
1645 else if ( nRow > nLastRow ) in GoToRow()
1646 ScrollRows( nRow - nLastRow ); in GoToRow()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1755 SCROW nLastRow; in lcl_SnapVer() local
1756 if (pTable->RowHidden(i, NULL, &nLastRow)) in lcl_SnapVer()
1758 i = nLastRow; in lcl_SnapVer()
H A Ddrwlayer.cxx606 SCROW nLastRow; in RecalcPos() local
612 if (!pDoc->RowHidden(nRow1, nTab1, nLastRow)) in RecalcPos()
646 if (!pDoc->RowHidden(nRow2, nTab2, nLastRow)) in RecalcPos()
H A Ddocument.cxx2041 SCROW nLastRow = nSourceRow; in CopyNonFilteredFromClip() local
2042 pCBFCP->pClipDoc->RowFiltered(nSourceRow, nFlagTab, NULL, &nLastRow); in CopyNonFilteredFromClip()
2043 SCROW nFollow = nLastRow - nSourceRow; in CopyNonFilteredFromClip()
3852 sal_Bool ScDocument::GetColDefault( SCTAB nTab, SCCOL nCol, SCROW nLastRow, SCROW& nDefault) in GetColDefault() argument
3856 ScDocAttrIterator aDocAttrItr(this, nTab, nCol, 0, nCol, nLastRow); in GetColDefault()
3861 if (nEndRow < nLastRow) in GetColDefault()
/trunk/main/svx/inc/svx/
H A Dsvdotable.hxx123 void DistributeRows( sal_Int32 nFirstRow, sal_Int32 nLastRow );
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx3485 long nRowOffs, nLastRow; in GoUpDown() local
3489 nLastRow = nRows; in GoUpDown()
3494 nLastRow = -1; // 0-1 in GoUpDown()
3509 } while( nCurRow != nLastRow ); in GoUpDown()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2231 const SCROW nLastRow = maSize.mnRows - 1; in ApplyCellBorders() local
2247 for( SCROW nRow = 0; nRow <= nLastRow; ++nRow ) in ApplyCellBorders()
2250 SvxBorderLine* pBottomLine = (nRow == nLastRow) ? &aOuterLine : &aInnerLine; in ApplyCellBorders()
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx1024 SCROW nLastRow = -1; in Redo() local
1028 bool bHidden = pDoc->RowHidden(nRow, nTab, nLastRow); in Redo()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1852 sal_uInt32 nLastRow = bRows ? nRow + pCell->GetRowSpan() : nRow + 1; in ReplaceWithEmptyCell() local
1855 for( sal_uInt32 i=nRow; i<nLastRow; i++ ) in ReplaceWithEmptyCell()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4087 SCROW nLastRow = 0; in WriteExternalRefCaches() local
4112 SCROW nRowGap = nRow - nLastRow; in WriteExternalRefCaches()
4207 nLastRow = nRow; in WriteExternalRefCaches()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2536 SCROW nLastRow = -1; in BuildDataCache() local
2545 bool bRowHidden = m_pDocument->RowHidden(nRow, nTab, nLastRow); in BuildDataCache()

Completed in 1032 milliseconds

123