/trunk/main/sc/source/filter/rtf/ |
H A D | expbase.cxx | 74 SCCOL nLastCol; in TrimDataArea() local
|
/trunk/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 97 … CellVec& rCells, size_t nWidth, size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLast… in lclSetMergedRange() 167 size_t nLastCol = nCol + 1; in GetMergedLastCol() local 598 size_t nLastCol = mxImpl->GetMergedLastCol( nCol, nRow ); in GetCellStyleBR() local 623 size_t nLastCol = mxImpl->GetMergedLastCol( nCol, nRow ); in GetCellStyleTR() local 630 void Array::SetMergedRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetMergedRange() 741 size_t nFirstCol, nFirstRow, nLastCol, nLastRow; in GetMergedSize() local 757 void Array::SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetClipRange() 887 size_t nLastCol = bSimple ? nCol : mxImpl->GetMergedLastCol( nCol, nRow ); in GetCellSize() local 954 size_t nLastCol = mxImpl->GetMergedLastCol( nCol, nRow ); in MirrorSelfX() local 988 size_t nLastCol = mxImpl->GetMergedLastCol( nCol, nRow ); in MirrorSelfY() local [all …]
|
/trunk/main/oox/source/xls/ |
H A D | sheetdatacontext.cxx | 328 … sal_Int32 nLastCol = ::std::min( aColSpanToken.copy( nSepPos + 1 ).toInt32() - 1, nMaxCol ); in importRow() local 418 sal_Int32 nFirstCol, nLastCol; in importRow() local 743 …sal_Int32 nLastCol = ::std::min< sal_Int32 >( nFirstFreeCol - 1, mrAddressConv.getMaxApiAddress().… in importRow() local
|
H A D | worksheetfragment.cxx | 940 sal_uInt16 nFirstCol, nLastCol, nWidth, nXfId, nFlags; in importColInfo() local 960 sal_uInt16 nFirstCol, nLastCol, nXfId; in importColumnDefault() local 967 sal_uInt8 nFirstCol, nLastCol; in importColWidth() local
|
H A D | worksheethelper.cxx | 550 sal_Int32 nLastCol = ::std::min( rColRange.mnLast, mrMaxApiPos.Column ); in getColumns() local 820 sal_Int32 nLastCol = rModel.maRange.mnLast - 1; in setColumnModel() local 864 void WorksheetGlobals::convertColumnFormat( sal_Int32 nFirstCol, sal_Int32 nLastCol, sal_Int32 nXfI… in convertColumnFormat() 1643 void WorksheetHelper::setDefaultColumnFormat( sal_Int32 nFirstCol, sal_Int32 nLastCol, sal_Int32 nX… in setDefaultColumnFormat()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 155 SCCOL nFirstCol, nLastCol; in PasteDataFormat() local 561 SCCOL nFirstCol, nLastCol; in PasteDataFormat() local
|
H A D | colrowba.cxx | 97 SCCOL nLastCol = -1; in GetEntrySize() local
|
H A D | tabview3.cxx | 1000 SCCOL nLastCol = -1; in MoveCursorRel() local 2135 SCCOL nLastCol = -1; in PaintRangeFinder() local
|
/trunk/main/sc/source/filter/excel/ |
H A D | impop.cxx | 518 sal_uInt8 nFirstCol, nLastCol; in Array25() local 827 sal_uInt8 nFirstCol, nLastCol; in Shrfmla() local 999 sal_uInt8 nFirstCol, nLastCol; in Array34() local 1042 sal_uInt8 nFirstCol, nLastCol; in TableOp() local
|
/trunk/main/sc/source/ui/app/ |
H A D | transobj.cxx | 89 SCCOL nLastCol = 0; in GetAreaSize() local 615 SCCOL nCol, nLastCol; in InitDocShell() local
|
/trunk/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 95 SCCOL nLastCol; in lcl_GetMergeRange() local 957 size_t nLastCol = static_cast< size_t >( nLastCellInfoX - nX1 ); in FillInfo() local
|
H A D | table6.cxx | 253 SCCOL nLastCol; in Search() local
|
H A D | table5.cxx | 611 SCCOL nLastCol; in CopyColHidden() local 824 SCCOL nLastCol; in CopyColFiltered() local
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 423 SCCOL nLastCol = rDataRange.aEnd.Col(); in lcl_GetColumnTypes() local 710 SCCOL nFirstCol, nLastCol; in DBaseExport() local
|
/trunk/main/sc/source/core/tool/ |
H A D | chartarr.cxx | 167 SCCOL nLastCol = -1; in CreateMemChartSingle() local
|
/trunk/main/svx/source/table/ |
H A D | tablelayouter.cxx | 1059 const sal_Int32 nLastCol = xCell->getColumnSpan() + aPos.mnCol; in UpdateBorderLayout() local 1112 void TableLayouter::DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol ) in DistributeColumns()
|
H A D | tablecontroller.cxx | 1597 void SvxTableController::MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, … in MergeRange() 2250 const sal_Int32 nLastCol = std::min( aEnd.mnCol + 2, nColCount ); in ApplyBorderAttr() local
|
H A D | tablemodel.cxx | 1195 const sal_Int32 nLastCol = nCol + nColSpan; in merge() local
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLStylesExportHelper.cxx | 479 const sal_Int32 nLastRow, const sal_Int32 nLastCol, in FillDefaultStyles() 572 const sal_Int32 nLastRow, const sal_Int32 nLastCol, in FillDefaultStyles()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 1207 sal_uInt32 nLastCol = GetLastVisColumn(); in ImplDrawBackgrDev() local 1250 sal_uInt32 nLastCol = GetLastVisColumn(); in ImplDrawGridDev() local
|
/trunk/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 108 SCCOL nLastCol; member
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 1620 sal_uInt32 nLastCol = GetColumnCount() < nColsReq ? GetColumnCount() in InsertCell() local 1832 sal_uInt32 nLastCol = nCol + nColSpan; in FixRowSpan() local 1853 sal_uInt32 nLastCol = nCol + pCell->GetColSpan(); in ReplaceWithEmptyCell() local
|
/trunk/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 315 long nColOffs, nLastCol; in GoLeftRight() local
|
/trunk/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 390 SCCOL nLastCol = SCCOL_MAX; in Adjust() local 2230 const SCCOL nLastCol = maSize.mnCols - 1; in ApplyCellBorders() local
|
/trunk/main/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 1226 sal_uLong nLastCol = GetColumnAtXPosPixel( aDataWinSize.Width() - 1 ); in UpdateScrollbars() local
|