/trunk/main/sc/source/ui/docshell/ |
H A D | dbdocimp.cxx | 301 nEndCol = (SCCOL)( rParam.nCol1 + nColCount - 1 ); in DoImport() 428 if (bMoveCells && nEndCol == rParam.nCol2) in DoImport() 463 nEndCol+nFormulaCols, nEndRow, nTab ); in DoImport() 539 nEndCol+nFormulaCols, nEndRow, nTab, in DoImport() 541 if ( rParam.nCol2 > nEndCol ) in DoImport() 542 pDoc->CopyToDocument( nEndCol+1, rParam.nRow1, nTab, in DoImport() 567 nEndCol+nFormulaCols, nEndRow, nTab ); in DoImport() 593 nEndCol+nFormulaCols, nEndRow, nTab, in DoImport() 598 pDoc->Fill( nEndCol+1, rParam.nRow1+1, nEndCol+nFormulaCols, rParam.nRow1+1, in DoImport() 606 if ( rParam.nCol2 > nEndCol ) in DoImport() [all …]
|
H A D | docfunc.cxx | 1348 SCCOL nPaintEndX = nEndCol; in InsertCells() 1401 SCCOL nMergeTestEndX = nEndCol; in InsertCells() 1776 SCCOL nPaintEndX = nEndCol; in DeleteCells() 1816 SCCOL nUndoEndX = nEndCol; in DeleteCells() 2295 SCCOL nOldEndCol = nEndCol; in MoveBlock() 2304 if ( nTmpEndCol > nEndCol ) nEndCol = nTmpEndCol; in MoveBlock() 2427 SCCOL nTmpEndCol = nEndCol; in MoveBlock() 2559 nPaintEndX = nEndCol; in MoveBlock() 4253 nEndCol, nEndRow, aMark ) ) in FillAuto() 4582 if ( nStartCol == nEndCol ) in CreateNames() [all …]
|
H A D | olinefun.cxx | 70 SCCOL nEndCol = MAXCOL; // fuer Test auf Merge in lcl_PaintWidthHeight() local 76 nEndCol = static_cast<SCCOL>(nEnd); in lcl_PaintWidthHeight() 100 SCCOL nEndCol = rRange.aEnd.Col(); in MakeOutline() local 165 SCCOL nEndCol = rRange.aEnd.Col(); in RemoveOutline() local 257 nEndCol, nEndRow, nTab, in RemoveAllOutlines() 288 SCCOL nEndCol = rRange.aEnd.Col(); in AutoOutline() local 334 nEndCol, nEndRow, nTab, in AutoOutline() 453 SCCOL nEndCol = rRange.aEnd.Col(); in ShowMarkedOutlines() local 499 if ( nStart>=nStartCol && nEnd<=nEndCol ) in ShowMarkedOutlines() 562 SCCOL nEndCol = rRange.aEnd.Col(); in HideMarkedOutlines() local [all …]
|
H A D | editable.cxx | 43 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) : in ScEditableTester() argument 47 TestBlock( pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in ScEditableTester() 51 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in ScEditableTester() argument 56 TestSelectedBlock( pDoc, nStartCol, nStartRow, nEndCol, nEndRow, rMark ); in ScEditableTester() 83 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) in TestBlock() argument 88 if ( !pDoc->IsBlockEditable( nTab, nStartCol, nStartRow, nEndCol, nEndRow, &bThisMatrix ) ) in TestBlock() 98 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in TestSelectedBlock() argument 104 TestBlock( pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in TestSelectedBlock() 112 SCCOL nEndCol = rRange.aEnd.Col(); in TestRange() local 116 TestBlock( pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in TestRange()
|
H A D | impex.cxx | 822 SCCOL nEndCol = aRange.aEnd.Col(); in Text2Doc() local 864 if (nCol>nEndCol) nEndCol = nCol; in Text2Doc() 879 aRange.aEnd.SetCol( nEndCol ); in Text2Doc() 1315 if (nEndCol < nCol) in ExtText2Doc() 1334 if (nEndCol > nStartCol) in ExtText2Doc() 1335 nEndCol = ::std::min( static_cast<SCCOL>(nEndCol - 1), MAXCOL); in ExtText2Doc() 1507 if( nCol < nEndCol ) in Doc2Text() 1596 if( nCol > nEndCol ) in Sylk2Doc() 1597 nEndCol = nCol; in Sylk2Doc() 1771 aRange.aEnd.SetCol( nEndCol ); in Sylk2Doc() [all …]
|
H A D | docsh5.cxx | 130 SCCOL nStartCol, nEndCol; in lcl_GetDBNearCursor() local 135 pDB->GetArea( nAreaTab, nStartCol, nStartRow, nEndCol, nEndRow ); in lcl_GetDBNearCursor() 138 && nCol <= nEndCol+1 in lcl_GetDBNearCursor() 169 SCCOL nEndCol = rMarked.aEnd.Col(); in GetDBData() local 210 nEndCol = rMarked.aEnd.Col(); in GetDBData() 215 nEndCol = nStartCol; in GetDBData() 234 && nOldCol2 == nEndCol in GetDBData() 281 nEndCol = rMarked.aEnd.Col(); in GetDBData() 286 nEndCol = nStartCol; in GetDBData() 738 SCCOL nEndCol = aMultiRange.aEnd.Col(); in UseScenario() local [all …]
|
/trunk/main/sc/source/filter/rtf/ |
H A D | expbase.cxx | 63 SCROW& nStartRow, SCCOL& nEndCol, SCROW& nEndRow ) const in GetDataArea() argument 66 pDoc->GetPrintArea( nTab, nEndCol, nEndRow, sal_True ); in GetDataArea() 67 return TrimDataArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in GetDataArea() 72 SCROW& nStartRow, SCCOL& nEndCol, SCROW& nEndRow ) const in TrimDataArea() argument 75 while ( nStartCol <= nEndCol && pDoc->ColHidden(nStartCol, nTab, nLastCol)) in TrimDataArea() 77 while ( nStartCol <= nEndCol && pDoc->ColHidden(nEndCol, nTab, nLastCol)) in TrimDataArea() 78 --nEndCol; in TrimDataArea() 81 return nStartCol <= nEndCol && nStartRow <= nEndRow && nEndRow != in TrimDataArea() 90 SCCOL nStartCol, nEndCol; in IsEmptyTable() local 92 return !GetDataArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in IsEmptyTable()
|
H A D | eeimpars.cxx | 100 SCCOL nEndCol; in Read() local 102 mpParser->GetDimensions( nEndCol, nEndRow ); in Read() 103 if ( nEndCol != 0 ) in Read() 105 nEndCol += maRange.aStart.Col() - 1; in Read() 106 if ( nEndCol > MAXCOL ) in Read() 107 nEndCol = MAXCOL; in Read() 110 nEndCol = maRange.aStart.Col(); in Read() 119 maRange.aEnd.Set( nEndCol, nEndRow, maRange.aStart.Tab() ); in Read() 131 SCCOL nStartCol, nEndCol; in WriteToDocument() local 139 nEndCol = maRange.aEnd.Col(); in WriteToDocument() [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | table2.cxx | 138 if (nStartCol==0 && nEndCol==MAXCOL) in InsertRow() 1225 if ( ValidCol(nEndCol) ) in HasStringCells() 1879 PutInOrder(nStartCol, nEndCol); in MergeBlockFrame() 1893 PutInOrder(nStartCol, nEndCol); in ApplyBlockFrame() 1914 PutInOrder(nStartCol, nEndCol); in ApplyPatternArea() 1926 PutInOrder(nStartCol, nEndCol); in ApplyPooledPatternArea() 1967 PutInOrder(nStartCol, nEndCol); in ApplyStyleArea() 2412 if ( !ValidCol(nEndCol) ) in GetCommonWidth() 2415 nEndCol = MAXCOL; in GetCommonWidth() 2421 while ( nRangeStart <= nEndCol ) in GetCommonWidth() [all …]
|
H A D | dociter.cxx | 295 if (!ValidCol(nEndCol)) nEndCol = MAXCOL; in ScValueIterator() 323 if ( nCol > nEndCol ) in GetThis() 970 nEndCol( nECol ), in ScCellIterator() 981 if (!ValidCol(nEndCol)) nEndCol = MAXCOL; in ScCellIterator() 1023 if (!ValidCol(nEndCol)) nEndCol = MAXCOL; in ScCellIterator() 1682 nEndCol( nCol2 ), in ScHorizontalCellIterator() 1823 if (!ValidCol(nEndCol)) nEndCol = MAXCOL; in ScHorizontalValueIterator() 1958 nEndCol( nCol2 ), in ScHorizontalAttrIterator() 2198 nEndCol( nCol2 ), in ScDocAttrIterator() 2227 if ( nCol <= nEndCol ) in GetNext() [all …]
|
H A D | table5.cxx | 94 SCCOL nEndCol = MAXCOL; in UpdatePageBreaks() local 100 nEndCol = pUserArea->aEnd.Col(); in UpdatePageBreaks() 124 nEndCol = pArea->aEnd.Col(); in UpdatePageBreaks() 295 if (nEndCol < MAXCOL) in UpdatePageBreaks() 609 while (nCol <= nEndCol) in CopyColHidden() 613 if (nLastCol > nEndCol) in CopyColHidden() 614 nLastCol = nEndCol; in CopyColHidden() 822 while (nCol <= nEndCol) in CopyColFiltered() 826 if (nLastCol > nEndCol) in CopyColFiltered() 827 nLastCol = nEndCol; in CopyColFiltered() [all …]
|
H A D | markdata.cxx | 154 SCCOL nEndCol = rRange.aEnd.Col(); in SetMultiMarkArea() local 157 PutInOrder( nStartCol, nEndCol ); in SetMultiMarkArea() 160 for (nCol=nStartCol; nCol<=nEndCol; nCol++) in SetMultiMarkArea() 169 if ( nEndCol > aMultiRange.aEnd.Col() ) in SetMultiMarkArea() 170 aMultiRange.aEnd.SetCol( nEndCol ); in SetMultiMarkArea() 244 SCCOL nEndCol = aNew.aEnd.Col(); in MarkToSimple() local 248 while ( nStartCol < nEndCol && !pMultiSel[nEndCol].HasMarks() ) in MarkToSimple() 249 --nEndCol; in MarkToSimple() 267 aNew.aEnd.SetCol(nEndCol); in MarkToSimple() 378 SCCOL nEndCol = aMultiRange.aEnd.Col(); in FillRangeListWithMarks() local [all …]
|
H A D | document.cxx | 756 aRange.aEnd.SetCol( nEndCol ); in LimitChartIfAll() 812 SCCOL nEndCol = rRange.aEnd.Col(); in CanInsertRow() local 815 PutInOrder( nStartCol, nEndCol ); in CanInsertRow() 836 PutInOrder( nStartCol, nEndCol ); in InsertRow() 932 PutInOrder( nStartCol, nEndCol ); in DeleteRow() 1015 SCCOL nEndCol = rRange.aEnd.Col(); in CanInsertCol() local 1018 PutInOrder( nStartCol, nEndCol ); in CanInsertCol() 2475 nClipX = nEndCol - nStartCol; in GetClipArea() 4748 if (nExtendCol > nEndCol) nEndCol = nExtendCol; in ExtendMerge() 4753 rRange.aEnd.SetCol(nEndCol); in ExtendMerge() [all …]
|
H A D | documen3.cxx | 612 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab ) in DoAutoOutline() argument 1034 PutInOrder( nStartCol, nEndCol ); in AutoFormat() 1049 PutInOrder(nStartCol, nEndCol); in GetAutoFormatData() 1369 SCCOL nEndCol; in GetFilterEntries() local 1916 SCCOL nEndCol, SCROW nEndRow, SCTAB nTab ) in GetMMRect() argument 1934 for (i=nStartCol; i<=nEndCol; i++) in GetMMRect() 1956 SCCOL nEndCol, SCROW nEndRow ) in DoMergeContents() argument 1964 for (nCol=nStartCol; nCol<=nEndCol; nCol++) in DoMergeContents() 1986 if ( nEndCol > nStartCol ) in DoMerge() 1995 if( nStartCol < nEndCol ) in DoMerge() [all …]
|
H A D | table4.cxx | 1686 nCol = nEndCol; in AutoFormat() 1692 AutoFormatArea(nEndCol, nStartRow + 1, nEndCol, nEndRow - 1, *pPatternAttrs[7], nFormatNo); in AutoFormat() 1711 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat() 1722 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat() 1738 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat() 1750 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat() 1879 GetAutoFormatAttr(nEndCol, nStartRow, 3, rData); in GetAutoFormatData() 1882 GetAutoFormatAttr(nEndCol, nStartRow + 1, 7, rData); in GetAutoFormatData() 1890 GetAutoFormatAttr(nEndCol, nEndRow, 15, rData); in GetAutoFormatData() 1896 if (nEndCol - nStartCol >= 4) in GetAutoFormatData() [all …]
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 361 sal_Bool TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCSIZE nSize ); 421 sal_Bool GetPrintAreaVer( SCCOL nStartCol, SCCOL nEndCol, 440 SCCOL nEndCol, SCROW nEndRow, ScDirection eDir ); 453 SCCOL nEndCol, SCROW nEndRow ) const; 507 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, 548 SCCOL nEndCol, SCROW nEndRow ) const; 552 SCCOL nEndCol, SCROW nEndRow ); 671 sal_uInt16 GetCommonWidth( SCCOL nEndCol ); 701 sal_Bool UpdateOutlineCol( SCCOL nStartCol, SCCOL nEndCol, sal_Bool bShow ); 743 void SetColHidden(SCCOL nStartCol, SCCOL nEndCol, bool bHidden); [all …]
|
H A D | document.hxx | 590 SCCOL nEndCol, SCROW nEndRow, 595 SCCOL nEndCol, SCROW nEndRow, 876 SCCOL nEndCol, SCROW nEndRow ); 885 SCCOL nEndCol, SCROW nEndRow, 1010 SCCOL nEndCol, SCTAB nEndTab, 1015 SCCOL nEndCol, SCTAB nEndTab, 1250 SCCOL nEndCol, SCROW nEndRow, 1265 SCCOL nEndCol, SCROW nEndRow, 1286 SCCOL nEndCol, SCROW nEndRow, 1289 SCCOL nEndCol, SCROW nEndRow, [all …]
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 364 SCCOL nEndCol = aEnd.Col(); in lcl_GetAutoSumForRowRange() local 365 SCCOL nStartCol = nEndCol; in lcl_GetAutoSumForRowRange() 378 nStartCol = nEndCol; in lcl_GetAutoSumForRowRange() 407 SCCOL nEndCol = nCol; in GetAutoSumArea() local 568 const bool bEndColEmpty = pDoc->IsBlockEmpty( nTab, nEndCol, nStartRow, nEndCol, nEndRow ); in AutoSum() 599 SCCOL nInsCol = nEndCol; in AutoSum() 629 SCCOL nMarkEndCol = nEndCol; in AutoSum() 669 SCCOL nSumEndCol = nEndCol; in AutoSum() 1498 SCCOL nEndCol; in CreateAutoFormatData() local 1546 SCCOL nEndCol; in AutoFormat() [all …]
|
H A D | viewfun3.cxx | 1018 SCCOL nEndCol; in PasteFromClip() local 1051 nEndCol = nStartCol + nDestSizeX; in PasteFromClip() 1104 SCCOL nBlockAddX = nEndCol-nStartCol; in PasteFromClip() 1129 nEndCol = nStartCol + nDestSizeX; in PasteFromClip() 1130 if (nEndCol > aMarkRange.aEnd.Col()) in PasteFromClip() 1180 nEndCol = nStartCol + nDestSizeX; in PasteFromClip() 1185 bool bOffLimits = !ValidCol(nEndCol) || !ValidRow(nEndRow); in PasteFromClip() 1239 nUndoEndCol = sal::static_int_cast<SCCOL>( nUndoEndCol + nEndCol ); in PasteFromClip() 1310 sal_Bool bRowInfo = ( nStartCol==0 && nEndCol==MAXCOL ); in PasteFromClip() 1338 nEndCol, nEndRow, nEndTab ); // content before the change in PasteFromClip() [all …]
|
H A D | printfun.cxx | 286 nEndCol = rState.nEndCol; in ScPrintFunc() 305 rState.nEndCol = nEndCol; in GetPrintState() 330 nEndCol, nEndRow, nPrintTab ) ); in FillPageData() 741 nEndCol,nStartRow,nPrintTab, nEndCol,nEndRow,nPrintTab, HASATTR_SHADOW_RIGHT ) ) in AdjustPrintArea() 742 ++nEndCol; in AdjustPrintArea() 747 if (!bChangeCol) nEndCol = nOldEndCol; in AdjustPrintArea() 2482 nEndCol = rRange.aEnd .Col(); in CountPages() 2823 nEndCol = pThisRange->aEnd .Col(); in CalcZoom() 2998 SCCOL nEndCol = aPageEndX[i]; in lcl_SetHidden() local 3008 nStartCol = nEndCol+1; in lcl_SetHidden() [all …]
|
H A D | tabview2.cxx | 69 void ScTabView::PaintMarks(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) in PaintMarks() argument 73 if (!ValidCol(nEndCol)) nEndCol = MAXCOL; in PaintMarks() 76 sal_Bool bLeft = (nStartCol==0 && nEndCol==MAXCOL); in PaintMarks() 82 PaintTopArea( nStartCol, nEndCol ); in PaintMarks() 84 aViewData.GetDocument()->ExtendMerge( nStartCol, nStartRow, nEndCol, nEndRow, in PaintMarks() 86 PaintArea( nStartCol, nStartRow, nEndCol, nEndRow, SC_UPDATE_MARKS ); in PaintMarks() 609 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in lcl_FitsInWindow() argument 629 for (nCol=nStartCol; nCol<=nEndCol; nCol++) in lcl_FitsInWindow() 696 SCCOL nEndCol = aMarkRange.aEnd.Col(); in CalcZoom() local 749 pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow, in CalcZoom() [all …]
|
/trunk/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 392 SCCOLROW nEndCol = aBlockEnd.Col(); in Undo() local 497 SCCOL nEndCol = aBlockEnd.Col(); in Undo() local 591 SCCOLROW nEndCol; in Undo() local 720 SCCOLROW nEndCol; in Undo() local 836 SCCOL nEndCol = aSortParam.nCol2; in Undo() local 849 nEndCol, nEndRow, nSortTab ); in Undo() 1246 nEndCol( nNewEndX ), in ScUndoImportData() 1279 nEndCol,nEndRow,nTab ); in Undo() 1332 nEndCol+nFormulaCols,nEndRow,nTab, in Undo() 1368 nEndCol,nEndRow,nTab ); in Redo() [all …]
|
/trunk/main/svx/source/sidebar/area/ |
H A D | AreaTransparencyGradientControl.cxx | 277 void AreaTransparencyGradientControl::ExecuteValueModify( sal_uInt8 nStartCol, sal_uInt8 nEndCol ) in ExecuteValueModify() argument 289 Color(nEndCol, nEndCol, nEndCol), in ExecuteValueModify() 312 sal_uInt8 nEndCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrEndValue.GetValue() * 255) / 100); variable 313 ExecuteValueModify( nStartCol, nEndCol ); 323 sal_uInt8 nEndCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrEndValue.GetValue() * 255) / 100); variable 329 ExecuteValueModify( nStartCol, nEndCol ); 339 sal_uInt8 nEndCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrEndValue.GetValue() * 255) / 100); variable 345 ExecuteValueModify( nStartCol, nEndCol );
|
/trunk/main/sc/source/core/tool/ |
H A D | dbcolect.cxx | 51 nEndCol (nCol2), in ScDBData() 94 nEndCol (rData.nEndCol), in ScDBData() 188 nEndCol = rData.nEndCol; in operator =() 381 rCol2 = nEndCol; in GetArea() 395 nEndCol = nCol2; in SetArea() 443 rSortParam.nCol2 = nEndCol; in GetSortParam() 492 rQueryParam.nCol2 = nEndCol; in GetQueryParam() 577 rSubTotalParam.nCol2 = nEndCol; in GetSubTotalParam() 648 rImportParam.nCol2 = nEndCol; in GetImportParam() 676 return ( nCol >= nStartCol && nCol <= nEndCol && in IsDBAtCursor() [all …]
|
/trunk/main/sc/source/ui/optdlg/ |
H A D | tpusrlst.cxx | 144 SCCOL nEndCol = 0; in Init() local 151 nEndCol, nEndRow, nEndTab ); in Init() 153 PutInOrder( nStartCol, nEndCol ); in Init() 157 ScRange( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab in Init() 434 SCCOL nEndCol = rEndPos.Col(); in CopyListFromArea() local 439 if ( (nStartCol != nEndCol) && (nStartRow != nEndRow) ) in CopyListFromArea() 450 else if ( nStartCol != nEndCol ) in CopyListFromArea() 462 for ( SCCOL col=nStartCol; col<=nEndCol; col++ ) in CopyListFromArea() 488 for ( SCCOL col=nStartCol; col<=nEndCol; col++ ) in CopyListFromArea()
|