Home
last modified time | relevance | path

Searched refs:nLastCol (Results 26 – 45 of 45) sorted by relevance

12

/aoo42x/main/sc/source/filter/inc/
H A Dhtmlpars.hxx108 SCCOL nLastCol; member
113 : nLastCol( nLCol ), nNextRow( nNRow ), in ScHTMLAdjustStackEntry()
/aoo42x/main/svx/source/table/
H A Dtablemodel.cxx1195 const sal_Int32 nLastCol = nCol + nColSpan; in merge() local
1197 if( (nLastRow > getRowCount()) || (nLastCol > getRowCount() ) ) in merge()
1216 for( ; nTempCol < nLastCol; nTempCol++ ) in merge()
H A Dtablecontroller.cxx1597 void SvxTableController::MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, … in MergeRange() argument
1601 …ateCursorByRange( mxTable->getCellRangeByPosition( nFirstCol, nFirstRow,nLastCol, nLastRow ) ), UN… in MergeRange()
2250 const sal_Int32 nLastCol = std::min( aEnd.mnCol + 2, nColCount ); in ApplyBorderAttr() local
2260 for( sal_Int32 nCol = std::max( aStart.mnCol - 1, (sal_Int32)0 ); nCol < nLastCol; nCol++ ) in ApplyBorderAttr()
H A Dtablelayouter.hxx122 void DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol );
/aoo42x/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1226 sal_uLong nLastCol = GetColumnAtXPosPixel( aDataWinSize.Width() - 1 ); in UpdateScrollbars() local
1230 ? ( nFirstCol > nFrozenCols ) || ( nLastCol <= pCols->Count() ) in UpdateScrollbars()
1270 short nVisibleHSize = nLastCol == BROWSER_INVALIDID in UpdateScrollbars()
1272 : (short)( nLastCol - nFirstCol ); in UpdateScrollbars()
/aoo42x/main/sc/source/ui/view/
H A Dtabview3.cxx1000 SCCOL nLastCol = -1; in MoveCursorRel() local
1001 … bSkipCell = pDoc->ColHidden(nCurX, nTab, nLastCol) || pDoc->IsHorOverlapped( nCurX, nCurY, nTab ); in MoveCursorRel()
2135 SCCOL nLastCol = -1; in PaintRangeFinder() local
2136 while ( nCol1 > 0 && pDoc->ColHidden(nCol1, nTab, nLastCol) ) in PaintRangeFinder()
2141 while ( nCol2 < MAXCOL && pDoc->ColHidden(nCol2, nTab, nLastCol) ) in PaintRangeFinder()
H A Dviewfunc.cxx2964 SCCOL nLastCol = nEndCol; in GetCreateNameFlags() local
2965 if (nStartCol+1 < nEndCol) { ++nFirstCol; --nLastCol; } in GetCreateNameFlags()
2966 for (i=nFirstCol; i<=nLastCol && bOk; i++) in GetCreateNameFlags()
2974 for (i=nFirstCol; i<=nLastCol && bOk; i++) in GetCreateNameFlags()
H A Doutput.cxx1224 size_t nLastCol = nColCount - 2; in DrawFrame() local
1228 rArray.SetClipRange( nFirstCol, nFirstRow, nLastCol, nLastRow ); in DrawFrame()
1239 rArray.DrawRange( *pDev, nFirstCol, nRow1, nLastCol, nRow2, pForceColor ); in DrawFrame()
H A Dprintfun.cxx3055 SCCOL nLastCol = -1; in CalcPages() local
3058 bool bHidden = pDoc->ColHidden(i, nPrintTab, nLastCol); in CalcPages()
/aoo42x/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx137 …SVX_DLLPRIVATE void MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, sal_…
/aoo42x/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx301 …void setDefaultColumnFormat( sal_Int32 nFirstCol, sal_Int32 nLastCol, sal_Int32 nXf…
/aoo42x/main/sc/source/core/data/
H A Ddrwlayer.cxx605 SCCOL nLastCol; in RecalcPos() local
610 if (!pDoc->ColHidden(nCol1, nTab1, nLastCol)) in RecalcPos()
644 if (!pDoc->ColHidden(nCol2, nTab2, nLastCol)) in RecalcPos()
/aoo42x/main/svtools/source/contnr/
H A Dsvimpicn.cxx3435 long nColOffs, nLastCol; in GoLeftRight() local
3439 nLastCol = nCols; in GoLeftRight()
3444 nLastCol = -1; // 0-1 in GoLeftRight()
3459 } while( nCurCol != nLastCol ); in GoLeftRight()
/aoo42x/main/sc/source/ui/undo/
H A Dundoblk3.cxx1035 SCCOL nLastCol = -1; in Redo() local
1037 if (!pDoc->ColHidden(nCol, nTab, nLastCol)) in Redo()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4132 SCCOL nLastCol = 0; in WriteExternalRefCaches() local
4153 SCCOL nColGap = nCol - nLastCol; in WriteExternalRefCaches()
4204 nLastCol = nCol; in WriteExternalRefCaches()
/aoo42x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2535 SCCOL nLastCol = -1; in BuildDataCache() local
2544 bool bColHidden = m_pDocument->ColHidden(nCol, nTab, nLastCol); in BuildDataCache()
H A Ddocuno.cxx3106 SCCOL nLastCol; in getPropertyValue() local
3107 bool bVis = !pDoc->ColHidden(nStartCol, nTab, nLastCol); in getPropertyValue()
H A Dcellsuno.cxx3407 SCCOL nCol = 0, nLastCol; in queryVisibleCells() local
3410 if (pDoc->ColHidden(nCol, nTab, nLastCol)) in queryVisibleCells()
3412 aMarkData.SetMultiMarkArea(ScRange(nCol, 0, nTab, nLastCol, MAXROW, nTab), false); in queryVisibleCells()
3414 nCol = nLastCol + 1; in queryVisibleCells()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3233 SCCOL nLastCol = -1; in SetWidthOrHeight() local
3234 if ( eMode != SC_SIZE_VISOPT || !pDoc->ColHidden(nCol, nTab, nLastCol) ) in SetWidthOrHeight()
/aoo42x/main/sc/inc/
H A Ddocument.hxx1437 sal_Bool GetRowDefault( SCTAB nTab, SCROW nRow, SCCOL nLastCol, SCCOL& nDefault);

Completed in 275 milliseconds

12