/aoo42x/main/sc/source/core/data/ |
H A D | table2.cxx | 138 if (nStartCol==0 && nEndCol==MAXCOL) in InsertRow() 257 memmove( &pColWidth[nStartCol+nSize], &pColWidth[nStartCol], in InsertCol() 259 memmove( &pColFlags[nStartCol+nSize], &pColFlags[nStartCol], in InsertCol() 334 memmove( &pColWidth[nStartCol], &pColWidth[nStartCol+nSize], in DeleteCol() 336 memmove( &pColFlags[nStartCol], &pColFlags[nStartCol+nSize], in DeleteCol() 377 aCol[nStartCol + nSize + i].MoveTo(nStartRow, nEndRow, aCol[nStartCol + i]); in DeleteCol() 1879 PutInOrder(nStartCol, nEndCol); in MergeBlockFrame() 1893 PutInOrder(nStartCol, nEndCol); in ApplyBlockFrame() 1914 PutInOrder(nStartCol, nEndCol); in ApplyPatternArea() 1926 PutInOrder(nStartCol, nEndCol); in ApplyPooledPatternArea() [all …]
|
H A D | dociter.cxx | 294 if (!ValidCol(nStartCol)) nStartCol = MAXCOL; in ScValueIterator() 301 nCol = nStartCol; in ScValueIterator() 470 nCol = nStartCol; in GetFirst() 980 if (!ValidCol(nStartCol)) nStartCol = MAXCOL; in ScCellIterator() 992 nCol = nStartCol; in ScCellIterator() 1022 if (!ValidCol(nStartCol)) nStartCol = MAXCOL; in ScCellIterator() 1034 nCol = nStartCol; in ScCellIterator() 1099 nCol = nStartCol; in GetFirst() 1706 nCol = nStartCol; in SetTab() 1822 if (!ValidCol(nStartCol)) nStartCol = MAXCOL; in ScHorizontalValueIterator() [all …]
|
H A D | table4.cxx | 1661 SCCOL nCol = nStartCol; in AutoFormat() 1668 AutoFormatArea(nStartCol, nStartRow + 1, nStartCol, nEndRow - 1, *pPatternAttrs[4], 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() 1865 GetAutoFormatAttr(nStartCol, nStartRow, 0, rData); in GetAutoFormatData() 1876 GetAutoFormatAttr(nStartCol, nEndRow, 12, rData); in GetAutoFormatData() 1896 if (nEndCol - nStartCol >= 4) in GetAutoFormatData() 1901 GetAutoFormatAttr(nStartCol + 1, nEndRow, 13, rData); in GetAutoFormatData() [all …]
|
H A D | document.cxx | 754 aRange.aStart.SetCol( nStartCol ); in LimitChartIfAll() 809 SCCOL nStartCol = rRange.aStart.Col(); in CanInsertRow() local 815 PutInOrder( nStartCol, nEndCol ); in CanInsertRow() 836 PutInOrder( nStartCol, nEndCol ); in InsertRow() 932 PutInOrder( nStartCol, nEndCol ); in DeleteRow() 1018 PutInOrder( nStartCol, nEndCol ); in CanInsertCol() 2475 nClipX = nEndCol - nStartCol; in GetClipArea() 4804 if (nExtendCol < nStartCol) in ExtendOverlapped() 4806 nStartCol = nExtendCol; in ExtendOverlapped() 4816 rRange.aStart.SetCol(nStartCol); in ExtendOverlapped() [all …]
|
H A D | markdata.cxx | 152 SCCOL nStartCol = rRange.aStart.Col(); in SetMultiMarkArea() local 157 PutInOrder( nStartCol, nEndCol ); in SetMultiMarkArea() 160 for (nCol=nStartCol; nCol<=nEndCol; nCol++) in SetMultiMarkArea() 165 if ( nStartCol < aMultiRange.aStart.Col() ) in SetMultiMarkArea() 166 aMultiRange.aStart.SetCol( nStartCol ); in SetMultiMarkArea() 243 SCCOL nStartCol = aNew.aStart.Col(); in MarkToSimple() local 246 while ( nStartCol < nEndCol && !pMultiSel[nStartCol].HasMarks() ) in MarkToSimple() 247 ++nStartCol; in MarkToSimple() 265 aNew.aStart.SetCol(nStartCol); in MarkToSimple() 377 SCCOL nStartCol = aMultiRange.aStart.Col(); in FillRangeListWithMarks() local [all …]
|
H A D | documen3.cxx | 1034 PutInOrder( nStartCol, nEndCol ); in AutoFormat() 1049 PutInOrder(nStartCol, nEndCol); in GetAutoFormatData() 1367 SCCOL nStartCol; in GetFilterEntries() local 1927 for (i=0; i<nStartCol; i++) in GetMMRect() 1934 for (i=nStartCol; i<=nEndCol; i++) in GetMMRect() 1964 for (nCol=nStartCol; nCol<=nEndCol; nCol++) in DoMergeContents() 1973 if (nCol != nStartCol || nRow != nStartRow) in DoMergeContents() 1977 SetString(nStartCol,nStartRow,nTab,aTotal); in DoMergeContents() 1986 if ( nEndCol > nStartCol ) in DoMerge() 1989 ApplyFlagsTab( nStartCol, nStartRow+1, nStartCol, nEndRow, nTab, SC_MF_VER ); in DoMerge() [all …]
|
H A D | table5.cxx | 92 SCCOL nStartCol = 0; in UpdatePageBreaks() local 98 nStartCol = pUserArea->aStart.Col(); in UpdatePageBreaks() 122 nStartCol = pArea->aStart.Col(); in UpdatePageBreaks() 158 for (nX=0; nX<nStartCol; nX++) in UpdatePageBreaks() 162 if (nStartCol > 0) in UpdatePageBreaks() 172 for (nX=nStartCol; nX<=nEndCol; nX++) in UpdatePageBreaks() 183 else if (nX != nStartCol) in UpdatePageBreaks() 601 mpHiddenCols->setTrue(nStartCol, nEndCol); in SetColHidden() 608 SCCOL nCol = nStartCol; in CopyColHidden() 821 SCCOL nCol = nStartCol; in CopyColFiltered() [all …]
|
H A D | olinetab.cxx | 180 sal_Bool ScOutlineArray::Insert( SCCOLROW nStartCol, SCCOLROW nEndCol, sal_Bool& rSizeChanged, in Insert() argument 193 FindEntry( nStartCol, nStartLevel, nStartIndex ); // nLevel = neuer Level (alter+1) !!! in Insert() 210 GetStart() == nStartCol ) in Insert() 211 FindEntry( nStartCol, nStartLevel, nStartIndex, nFindMax ); in Insert() 238 if ( nEntryStart >= nStartCol && nEntryStart <= nEndCol ) in Insert() 298 ScOutlineEntry* pNewEntry = new ScOutlineEntry( nStartCol, nEndCol+1-nStartCol, bHidden ); in Insert() 695 void ScOutlineTable::InsertCol( SCCOL nStartCol, SCSIZE nSize ) in InsertCol() argument 697 aColOutline.InsertSpace( nStartCol, nSize ); in InsertCol() 700 sal_Bool ScOutlineTable::DeleteCol( SCCOL nStartCol, SCSIZE nSize ) in DeleteCol() argument 702 return aColOutline.DeleteSpace( nStartCol, nSize ); in DeleteCol()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1331 SCCOL nStartCol = rRange.aStart.Col(); in InsertCells() local 1346 SCCOL nPaintStartX = nStartCol; in InsertCells() 1399 SCCOL nMergeTestStartX = nStartCol; in InsertCells() 1774 SCCOL nPaintStartX = nStartCol; in DeleteCells() 1814 SCCOL nUndoStartX = nStartCol; in DeleteCells() 2557 nPaintStartX = nStartCol; in MoveBlock() 4343 ( !pDoc->IsBlockEmpty( nTab, nStartCol,nStartRow+1, nStartCol,nEndRow, true ) || in MergeCells() 4582 if ( nStartCol == nEndCol ) in CreateNames() 4598 SCCOL nContX1 = nStartCol; in CreateNames() 4673 SCCOL nStartCol = rStartPos.Col(); in InsertNameList() local [all …]
|
H A D | olinefun.cxx | 68 SCCOL nStartCol = 0; in lcl_PaintWidthHeight() local 75 nStartCol = static_cast<SCCOL>(nStart); in lcl_PaintWidthHeight() 87 nStartCol = 0; in lcl_PaintWidthHeight() 98 SCCOL nStartCol = rRange.aStart.Col(); in MakeOutline() local 163 SCCOL nStartCol = rRange.aStart.Col(); in RemoveOutline() local 256 nStartCol, nStartRow, nTab, in RemoveAllOutlines() 286 SCCOL nStartCol = rRange.aStart.Col(); in AutoOutline() local 333 nStartCol, nStartRow, nTab, in AutoOutline() 451 SCCOL nStartCol = rRange.aStart.Col(); in ShowMarkedOutlines() local 560 SCCOL nStartCol = rRange.aStart.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() 109 SCCOL nStartCol = rRange.aStart.Col(); in TestRange() local 116 TestBlock( pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in TestRange()
|
H A D | docsh5.cxx | 130 SCCOL nStartCol, nEndCol; in lcl_GetDBNearCursor() local 137 && nCol+1 >= nStartCol in lcl_GetDBNearCursor() 167 SCCOL nStartCol = nCol; in GetDBData() local 206 nStartCol = nCol; in GetDBData() 215 nEndCol = nStartCol; in GetDBData() 232 if ( nOldCol1 == nStartCol in GetDBData() 277 nStartCol = nCol; in GetDBData() 286 nEndCol = nStartCol; in GetDBData() 736 SCCOL nStartCol = aMultiRange.aStart.Col(); in UseScenario() local 746 aDocument.CopyToDocument( nStartCol,nStartRow,nTab, in UseScenario() [all …]
|
H A D | docsh3.cxx | 113 void ScDocShell::PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, in PostPaint() argument 117 if (!ValidCol(nStartCol)) nStartCol = MAXCOL; in PostPaint() 130 pPaintLockData->AddRange( ScRange( nStartCol, nStartRow, nStartTab, in PostPaint() 143 if (nStartCol>0) --nStartCol; in PostPaint() 151 aDocument.ExtendMerge( nStartCol, nStartRow, nEndCol, nEndRow, nStartTab ); in PostPaint() 153 if ( nStartCol != 0 || nEndCol != MAXCOL ) in PostPaint() 161 aDocument.HasAttrib( nStartCol,nStartRow,nStartTab, in PostPaint() 164 nStartCol = 0; in PostPaint() 169 Broadcast( ScPaintHint( ScRange( nStartCol, nStartRow, nStartTab, in PostPaint() 173 aDocument.ResetChanged( ScRange(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) ); in PostPaint() [all …]
|
/aoo42x/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, 431 SCCOL nStartCol, SCROW nStartRow, SCCOL& rEndCol, SCROW nEndRow ); 439 SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, 452 sal_Bool HasStringCells( SCCOL nStartCol, SCROW nStartRow, 507 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, 527 sal_Bool ExtendMerge( SCCOL nStartCol, SCROW nStartRow, 547 SCCOL nStartCol, SCROW nStartRow, 551 SCCOL nStartCol, SCROW nStartRow, 743 void SetColHidden(SCCOL nStartCol, SCCOL nEndCol, bool bHidden); [all …]
|
H A D | document.hxx | 779 void DoAutoOutline( SCCOL nStartCol, SCROW nStartRow, 863 sal_Bool ExtendMerge( SCCOL nStartCol, SCROW nStartRow, 872 sal_Bool RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow, 882 sal_Bool IsBlockEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, 992 SCCOL nStartCol, SCROW nStartRow, 1009 sal_Bool InsertRow( SCCOL nStartCol, SCTAB nStartTab, 1014 void DeleteRow( SCCOL nStartCol, SCTAB nStartTab, 1028 SCCOL nStartCol, SCSIZE nSize, 1264 void ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow, 1288 sal_Bool RemoveFlagsTab( SCCOL nStartCol, SCROW nStartRow, [all …]
|
/aoo42x/main/sc/source/filter/rtf/ |
H A D | expbase.cxx | 62 sal_Bool ScExportBase::GetDataArea( SCTAB nTab, SCCOL& nStartCol, in GetDataArea() argument 65 pDoc->GetDataStart( nTab, nStartCol, nStartRow ); in GetDataArea() 67 return TrimDataArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow ); in GetDataArea() 71 sal_Bool ScExportBase::TrimDataArea( SCTAB nTab, SCCOL& nStartCol, in TrimDataArea() argument 75 while ( nStartCol <= nEndCol && pDoc->ColHidden(nStartCol, nTab, nLastCol)) in TrimDataArea() 76 ++nStartCol; in TrimDataArea() 77 while ( nStartCol <= nEndCol && pDoc->ColHidden(nEndCol, nTab, nLastCol)) 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 365 SCCOL nStartCol = nEndCol; in lcl_GetAutoSumForRowRange() local 378 nStartCol = nEndCol; in lcl_GetAutoSumForRowRange() 387 --nStartCol; in lcl_GetAutoSumForRowRange() 405 SCCOL nStartCol = nCol; in GetAutoSumArea() local 469 while ( nStartCol != 0 && lcl_IsAutoSumData( pDoc, nStartCol-1, in GetAutoSumArea() 471 --nStartCol; in GetAutoSumArea() 558 nStartCol = nCol; in AutoSum() 1129 if ( !pDoc->IsBlockEmpty( nStartTab, nStartCol,nStartRow+1, nStartCol,nEndRow, true ) || in MergeCells() 1155 SetCursor( nStartCol, nStartRow ); in MergeCells() 1495 SCCOL nStartCol; in CreateAutoFormatData() local [all …]
|
H A D | viewfun3.cxx | 1015 SCCOL nStartCol; in PasteFromClip() local 1048 nStartCol = GetViewData()->GetCurX(); in PasteFromClip() 1051 nEndCol = nStartCol + nDestSizeX; in PasteFromClip() 1104 SCCOL nBlockAddX = nEndCol-nStartCol; in PasteFromClip() 1129 nEndCol = nStartCol + nDestSizeX; in PasteFromClip() 1177 nStartCol = GetViewData()->GetCurX(); in PasteFromClip() 1180 nEndCol = nStartCol + nDestSizeX; in PasteFromClip() 1310 sal_Bool bRowInfo = ( nStartCol==0 && nEndCol==MAXCOL ); in PasteFromClip() 1337 pDocSh->UpdatePaintExt( nExtFlags, nStartCol, nStartRow, nStartTab, in PasteFromClip() 1491 nStartCol, nStartRow, nStartTab, in PasteFromClip() [all …]
|
H A D | cellsh1.cxx | 550 SCCOL nStartCol; in ExecuteEdit() local 568 if( nStartCol!=nEndCol ) in ExecuteEdit() 678 if ( nStartCol == nEndCol || nStartRow == nEndRow ) in ExecuteEdit() 698 if(nStartCol < nEndCol) in ExecuteEdit() 749 if ( nStartCol != nEndCol && nStartRow != nEndRow ) in ExecuteEdit() 835 SCCOL nStartCol; in ExecuteEdit() local 871 SCCOL nMergeCol = nStartCol; in ExecuteEdit() 874 nStartCol, nStartRow, nMergeCol, nMergeRow, in ExecuteEdit() 878 nFillCol = nStartCol; in ExecuteEdit() 912 else if ( nFillCol < nStartCol ) in ExecuteEdit() [all …]
|
H A D | tabview2.cxx | 71 if (!ValidCol(nStartCol)) nStartCol = MAXCOL; in PaintMarks() 76 sal_Bool bLeft = (nStartCol==0 && nEndCol==MAXCOL); in PaintMarks() 82 PaintTopArea( nStartCol, nEndCol ); in PaintMarks() 86 PaintArea( nStartCol, nStartRow, nEndCol, nEndRow, SC_UPDATE_MARKS ); in PaintMarks() 629 for (nCol=nStartCol; nCol<=nEndCol; nCol++) in lcl_FitsInWindow() 693 SCCOL nStartCol = aMarkRange.aStart.Col(); in CalcZoom() local 712 if ( nStartCol < nFixPosX ) in CalcZoom() 713 nStartCol = nFixPosX; in CalcZoom() 749 pDoc, nTab, nStartCol, nStartRow, nEndCol, nEndRow, in CalcZoom() 763 if ( nStartCol <= nEndCol ) in CalcZoom() [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | chartpos.cxx | 57 nStartCol(0), in ScChartPositioner() 72 nStartCol(0), in ScChartPositioner() 87 nStartCol(rPositioner.nStartCol), in ScChartPositioner() 128 nStartCol = pR->aStart.Col(); in GlueState() 134 nStartCol = 0; in GlueState() 142 nStartCol = pR->aStart.Col(); in GlueState() 151 if ( (n1 = pR->aStart.Col()) < nStartCol ) in GlueState() 152 nStartCol = static_cast<SCCOL>(n1); in GlueState() 164 SCCOL nC = nEndCol - nStartCol + 1; in GlueState() 198 nCol1 = pR->aStart.Col() - nStartCol; in GlueState() [all …]
|
H A D | dbcolect.cxx | 49 nStartCol (nCol1), in ScDBData() 92 nStartCol (rData.nStartCol), in ScDBData() 186 nStartCol = rData.nStartCol; in operator =() 379 rCol1 = nStartCol; in GetArea() 393 nStartCol = nCol1; in SetArea() 402 long nDifX = ((long) nCol1) - ((long) nStartCol); in MoveTo() 441 rSortParam.nCol1 = nStartCol; in GetSortParam() 490 rQueryParam.nCol1 = nStartCol; in GetQueryParam() 575 rSubTotalParam.nCol1 = nStartCol; in GetSubTotalParam() 646 rImportParam.nCol1 = nStartCol; in GetImportParam() [all …]
|
H A D | consoli.cxx | 289 SCCOL nStartCol = nCol1; in AddFields() local 292 if (bRowByName) ++nStartCol; in AddFields() 558 SCCOL nStartCol = nCol1; in AddData() local 561 if (bRowByName) ++nStartCol; in AddData() 567 pDestCols = new SCCOL[nCol2-nStartCol+1]; in AddData() 568 for (nCol=nStartCol; nCol<=nCol2; nCol++) in AddData() 583 pDestCols[nCol-nStartCol] = nPos; in AddData() 607 nCol1 = nStartCol; in AddData() 702 SCCOL nStartCol = nCol; in OutputToDocument() local 705 if (bRowByName) ++nStartCol; in OutputToDocument() [all …]
|
/aoo42x/main/svx/source/sidebar/area/ |
H A D | AreaTransparencyGradientControl.cxx | 277 void AreaTransparencyGradientControl::ExecuteValueModify( sal_uInt8 nStartCol, sal_uInt8 nEndCol ) in ExecuteValueModify() argument 288 Color(nStartCol, nStartCol, nStartCol), in ExecuteValueModify() 311 sal_uInt8 nStartCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrStartValue.GetValue() * 255) / 100); variable 313 ExecuteValueModify( nStartCol, nEndCol ); 322 sal_uInt8 nStartCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrStartValue.GetValue() * 255) / 100); variable 329 ExecuteValueModify( nStartCol, nEndCol ); 338 sal_uInt8 nStartCol = (sal_uInt8)(((sal_uInt16)maMtrTrgrStartValue.GetValue() * 255) / 100); variable 345 ExecuteValueModify( nStartCol, nEndCol );
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 391 SCCOLROW nStartCol = aBlockStart.Col(); in Undo() local 496 SCCOL nStartCol = aBlockStart.Col(); in Undo() local 589 SCCOLROW nStartCol; in Undo() local 593 pUndoTable->GetColArray()->GetRange( nStartCol, nEndCol ); in Undo() 718 SCCOLROW nStartCol; in Undo() local 722 pUndoTable->GetColArray()->GetRange( nStartCol, nEndCol ); in Undo() 834 SCCOL nStartCol = aSortParam.nCol1; in Undo() local 841 nStartCol = aSortParam.nDestCol; in Undo() 843 nEndCol = nStartCol + ( aSortParam.nCol2 - aSortParam.nCol1 ); in Undo() 1551 SCCOLROW nStartCol; in Undo() local [all …]
|