Home
last modified time | relevance | path

Searched refs:nEndCol (Results 26 – 50 of 109) sorted by relevance

12345

/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx114 SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab, sal_uInt16 nPart, in PostPaint() argument
119 if (!ValidCol(nEndCol)) nEndCol = MAXCOL; in PostPaint()
131 nEndCol, nEndRow, nEndTab ), nLockPart ); in PostPaint()
144 if (nEndCol<MAXCOL) ++nEndCol; in PostPaint()
151 aDocument.ExtendMerge( nStartCol, nStartRow, nEndCol, nEndRow, nStartTab ); in PostPaint()
153 if ( nStartCol != 0 || nEndCol != MAXCOL ) in PostPaint()
165 nEndCol = MAXCOL; in PostPaint()
170 nEndCol, nEndRow, nEndTab ), nPart ) ); in PostPaint()
173 aDocument.ResetChanged( ScRange(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) ); in PostPaint()
228 SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab ) in UpdatePaintExt() argument
[all …]
H A Ddocsh.cxx1476 SCCOL nEndCol; in ConvertFrom() local
1479 aColWidthRange.aEnd.SetCol( nEndCol ); in ConvertFrom()
1487 for ( SCCOL nCol=0; nCol <= nEndCol; nCol++ ) in ConvertFrom()
1740 SCCOL nEndCol; in AsciiSave() local
1742 aDocument.GetCellArea( nTab, nEndCol, nEndRow ); in AsciiSave()
1764 nEndCol, nEndRow ); in AsciiSave()
1815 if ( nCol == nEndCol ) in AsciiSave()
2049 if( nCol < nEndCol ) in AsciiSave()
2331 SCCOL nEndCol; in ConvertTo() local
2333 aDocument.GetCellArea( 0, nEndCol, nEndRow ); in ConvertTo()
[all …]
H A Ddocsh4.cxx1297 SCCOL nEndCol = rRange.aEnd.Col(); in DoAutoStyle() local
1299 aDocument.ApplyStyleAreaTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, *pStyleSheet ); in DoAutoStyle()
1300 aDocument.ExtendMerge( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in DoAutoStyle()
1301 PostPaint( nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab, PAINT_GRID ); in DoAutoStyle()
1437 SCCOL nEndCol = rRange.aEnd.Col(); in AdjustPrintZoom() local
1447 for ( SCCOL i=nStartCol; i<=nEndCol; i++ ) in AdjustPrintZoom()
1960 SCCOL nEndCol; in GetVisArea() local
1962 aDocument.GetPrintArea( nVisTab, nEndCol, nEndRow ); in GetVisArea()
1963 if (nStartCol>nEndCol) in GetVisArea()
1964 nStartCol = nEndCol; in GetVisArea()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleTableBase.cxx165 SCCOL nEndCol(0); in getAccessibleRowExtentAt() local
167 …ExtendMerge( static_cast<SCCOL>(nColumn), static_cast<SCROW>(nRow), nRow, nEndCol, nEndRow, sal_Fa… in getAccessibleRowExtentAt()
192 SCCOL nEndCol(0); in getAccessibleColumnExtentAt() local
194 …ExtendMerge( static_cast<SCCOL>(nColumn), static_cast<SCROW>(nRow), nRow, nEndCol, nEndRow, sal_Fa… in getAccessibleColumnExtentAt()
195 if (nEndCol > nColumn) in getAccessibleColumnExtentAt()
196 nCount = nEndCol - nColumn + 1; in getAccessibleColumnExtentAt()
482 …nge(sal_Int32 nStartRow, sal_Int32 nStartCol, sal_Int32 nEndRow, sal_Int32 nEndCol, sal_uInt16 nId) in CommitTableModelChange() argument
488 aModelChange.LastColumn = nEndCol; in CommitTableModelChange()
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx127 SCCOL nEndCol = aOneRange.aEnd.Col(); in collapseToCurrentRegion() local
132 nTab, nStartCol, nStartRow, nEndCol, nEndRow, sal_True, false ); in collapseToCurrentRegion()
134 ScRange aNew( nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab ); in collapseToCurrentRegion()
325 SCCOL nEndCol = aOneRange.aEnd.Col(); in gotoStart() local
330 nTab, nStartCol, nStartRow, nEndCol, nEndRow, sal_False, false ); in gotoStart()
353 SCCOL nEndCol = aOneRange.aEnd.Col(); in gotoEnd() local
358 nTab, nStartCol, nStartRow, nEndCol, nEndRow, sal_False, false ); in gotoEnd()
360 ScRange aNew( nEndCol, nEndRow, nTab ); in gotoEnd()
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx48 SCCOL nEndCol; in ScExportDif() local
50 pDoc->GetTableArea( rOutPos.Tab(), nEndCol, nEndRow ); in ScExportDif()
51 ScAddress aEnd( nEndCol, nEndRow, rOutPos.Tab() ); in ScExportDif()
107 SCCOL nEndCol = rRange.aEnd.Col(); in ScExportDif() local
109 SCCOL nNumCols = nEndCol - rRange.aStart.Col() + 1; in ScExportDif()
164 for( nColCnt = rRange.aStart.Col() ; nColCnt <= nEndCol ; nColCnt++ ) in ScExportDif()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx770 sal_Int32 nStartRow, nStartCol, nEndRow, nEndCol; in Impl_createDataSource() local
772 lcl_GetCellPosition( aEndCell, nEndCol, nEndRow ); in Impl_createDataSource()
778 nStartCol < 0 || nEndCol >= nCols ) in Impl_createDataSource()
1074 lcl_GetCellPosition( aEndCell, nEndCol, nEndRow ); in GetBrokenCellRangeForExport()
1080 aEndCell = lcl_GetCellName( nEndCol, nEndRow ); in GetBrokenCellRangeForExport()
1247 lcl_GetCellPosition( aLabelEndCell, nEndCol, nEndRow ); in detectArguments()
1249 nStartCol < 0 || nEndCol >= nTableCols) in detectArguments()
1255 for (sal_Int32 k = nStartCol; k <= nEndCol; ++k) in detectArguments()
1269 lcl_GetCellPosition( aValuesEndCell, nEndCol, nEndRow ); in detectArguments()
1271 nStartCol < 0 || nEndCol >= nTableCols) in detectArguments()
[all …]
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx553 SCCOL nEndCol; in ExecuteEdit() local
566 nEndCol, nEndRow, nEndTab ); in ExecuteEdit()
568 if( nStartCol!=nEndCol ) in ExecuteEdit()
698 if(nStartCol < nEndCol) in ExecuteEdit()
837 SCCOL nEndCol; in ExecuteEdit() local
863 nEndCol,nEndRow,nEndTab ); in ExecuteEdit()
885 if ( nFillCol != nEndCol || nFillRow != nEndRow ) in ExecuteEdit()
887 if ( nFillCol==nEndCol || nFillRow==nEndRow ) in ExecuteEdit()
892 if ( nFillCol==nEndCol ) in ExecuteEdit()
907 if ( nFillCol > nEndCol ) in ExecuteEdit()
[all …]
H A Ddrawvie4.cxx276 SCCOL nEndCol = 0; in CalcNormScale() local
278 pDoc->GetTableArea( nTab, nEndCol, nEndRow ); in CalcNormScale()
279 if (nEndCol<20) in CalcNormScale()
280 nEndCol = 20; in CalcNormScale()
285 ScDrawUtil::CalcScale( pDoc, nTab, 0,0, nEndCol,nEndRow, pDev, aZoom,aZoom, in CalcNormScale()
H A Ddbfunc3.cxx146 SCCOL nStartCol, nEndCol; in TestRemoveOutline() local
161 sal_Bool bRowMarked = ( nStartCol == 0 && nEndCol == MAXCOL ); in TestRemoveOutline()
288 SCCOL nEndCol; in OutlinePossible() local
320 if ( nStart>=nStartCol && nEnd<=nEndCol ) in OutlinePossible()
788 SCCOL nEndCol = aRange.aEnd.Col(); in GetSelectedMemberList() local
793 for (SCCOL nCol=nStartCol; nCol<=nEndCol && bContinue; nCol++) in GetSelectedMemberList()
2189 SCCOL nEndCol = 0; in ShowDataPilotSourceData() local
2191 pInsDoc->GetCellArea( nNewTab, nEndCol, nEndRow ); in ShowDataPilotSourceData()
2251 SCCOL nEndCol; in RepeatDB() local
2253 pDBData->GetArea( nDummy, nStartCol, nStartRow, nEndCol, nEndRow ); in RepeatDB()
[all …]
H A Dgridwin3.cxx262 SCCOL nEndCol = 0; in GetDrawMapMode() local
264 pDoc->GetTableArea( nTab, nEndCol, nEndRow ); in GetDrawMapMode()
265 if (nEndCol<20) nEndCol = 20; in GetDrawMapMode()
267 ScDrawUtil::CalcScale( pDoc, nTab, 0,0, nEndCol,nEndRow, this, in GetDrawMapMode()
H A Dviewfunc.cxx1308 SCCOL nEndCol = aMarkRange.aEnd.Col(); in ApplySelectionPattern() local
1331 nEndCol, nEndRow, nEndTab, in ApplySelectionPattern()
1338 nEndCol, nEndRow, nEndTab, in ApplySelectionPattern()
1742 SCCOL nStartCol, nEndCol; in DeleteMulti() local
1747 nEndCol = MAXCOL; in DeleteMulti()
1771 SCCOL nMergeEndX = nEndCol; in DeleteMulti()
1849 SCCOL nEndCol = MAXCOL; in DeleteMulti() local
2951 SCCOL nStartCol, nEndCol; in GetCreateNameFlags() local
2964 SCCOL nLastCol = nEndCol; in GetCreateNameFlags()
2994 if (!pDoc->HasStringData( nEndCol,j,nTab )) in GetCreateNameFlags()
[all …]
H A Dcellsh2.cxx159 SCCOL nEndCol = aExternalRange.aEnd.Col(); in lcl_GetSortParam() local
160 …pDoc->GetDataArea( aExternalRange.aStart.Tab(), nStartCol, nStartRow, nEndCol, nEndRow, sal_False,… in lcl_GetSortParam()
164 aExternalRange.aEnd.SetCol( nEndCol ); in lcl_GetSortParam()
825 SCCOL nStartCol = aRange.aStart.Col(), nEndCol = aRange.aEnd.Col(); in ExecuteDB() local
827 … if (pDoc->ShrinkToDataArea(aRange.aStart.Tab(), nStartCol, nStartRow, nEndCol, nEndRow)) in ExecuteDB()
831 aRange.aEnd.SetCol(nEndCol); in ExecuteDB()
1360 SCCOL nStartCol, nEndCol; in GetDBState() local
1366 nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab ) in GetDBState()
1371 if (nStartCol==nEndCol && nStartRow==nEndRow) in GetDBState()
1382 ? pDoc->GetDBAtArea( nStartTab, nStartCol, nStartRow, nEndCol, nEndRow ) in GetDBState()
H A Dviewdata.cxx845 SCCOL nEndCol; in SimpleColMarked() local
860 SCCOL nEndCol; in SimpleRowMarked() local
864 if (nStartCol==0 && nEndCol==MAXCOL) in SimpleRowMarked()
885 nFillEndX = nEndCol; in SetFillMode()
895 nFillEndX = nEndCol; in SetDragMode()
1891 SCCOL nEndCol = MAXCOL; in GetPosFromPixel() local
2193 SCCOL nEndCol = 0; in CalcPPT() local
2195 pDoc->GetTableArea( nTabNo, nEndCol, nDummy ); in CalcPPT()
2196 if (nEndCol<20) in CalcPPT()
2199 sal_uInt16 nTwips = pDoc->GetCommonWidth( nEndCol, nTabNo ); in CalcPPT()
[all …]
/trunk/main/sc/source/ui/inc/
H A Deditable.hxx47 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );
51 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
68 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );
70 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx134 SCCOL nEndCol = aRange.aEnd.Col(); in WriteTab() local
135 for ( nCol = aRange.aStart.Col(); nCol <= nEndCol; nCol++ ) in WriteTab()
155 SCCOL nEndCol = aRange.aEnd.Col(); in WriteRow() local
156 for ( nCol = aRange.aStart.Col(); nCol <= nEndCol; nCol++ ) in WriteRow()
191 for ( nCol = aRange.aStart.Col(); nCol <= nEndCol; nCol++ ) in WriteRow()
/trunk/main/sc/inc/
H A Ddociter.hxx89 SCCOL nEndCol; member in ScValueIterator
224 SCCOL nEndCol; member in ScCellIterator
380 SCCOL nEndCol; member in ScDocAttrIterator
399 SCCOL nEndCol; member in ScAttrRectIterator
421 SCCOL nEndCol; member in ScHorizontalCellIterator
489 SCCOL nEndCol; member in ScHorizontalAttrIterator
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx625 SCCOL nEndCol; in WriteTables() local
643 nEndCol = nEndColFix = aRange.aEnd.Col(); in WriteTables()
655 if ( !GetDataArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow ) ) in WriteTables()
687 nEndCol = nEndColFix; in WriteTables()
689 if ( !TrimDataArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow ) ) in WriteTables()
703 nEndCol, nEndRow ); in WriteTables()
715 for ( nCol=nStartCol; nCol<=nEndCol; nCol++ ) in WriteTables()
736 for ( nCol=nStartCol; nCol<=nEndCol; nCol++ ) in WriteTables()
765 for ( SCCOL nCol2=nStartCol; nCol2<=nEndCol; nCol2++ ) in WriteTables()
770 if ( nCol2 == nEndCol ) in WriteTables()
H A Dhtmlexp2.cxx56 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) in PrepareGraphics() argument
65 nStartCol, nStartRow, nEndCol, nEndRow ); in PrepareGraphics()
81 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) in FillGraphList() argument
88 aRect = pDoc->GetMMRect( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in FillGraphList()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx87 SCsCOL nEndCol; in TestDetective() local
89 pViewData->GetPosFromPixel( aPixel.X(), aPixel.Y(), ePos, nEndCol, nEndRow ); in TestDetective()
95 else if ( nCurX == nEndCol && nCurY == nEndRow ) in TestDetective()
107 nDifX = nEndCol - nCurX; in TestDetective()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx576 SCCOL nEndCol = rParam.nCol2; in TestRemoveSubTotals() local
584 for ( nCol=nStartCol; nCol<=nEndCol && !bWillDelete; nCol++ ) in TestRemoveSubTotals()
593 if (nTestCol<nStartCol || nTestCol>nEndCol) in TestRemoveSubTotals()
609 SCCOL nEndCol = rParam.nCol2; in RemoveSubTotals() local
616 for ( nCol=nStartCol; nCol<=nEndCol; nCol++ ) in RemoveSubTotals()
669 SCCOL nEndCol = rParam.nCol2; in DoSubTotals() local
913 DoAutoOutline( nStartCol, nStartRow, nEndCol, nEndRow ); in DoSubTotals()
1861 for (SCCOL nCol=nStartCol; nCol<=nEndCol; nCol++) in HasColHeader()
1981 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in UpdateSelectionFunction() argument
1995 bSingle && ( nCol >= nStartCol && nCol <= nEndCol ), in UpdateSelectionFunction()
[all …]
H A Ddocumen4.cxx460 SCCOL nEndCol = aSingle.aEnd.Col(); in GetSelectionFunction() local
466 nStartCol, nStartRow, nEndCol, nEndRow, rMark ); in GetSelectionFunction()
842 SCCOLROW nEndCol, SCCOLROW* pTranslate, ScProgress* pProgress, sal_uLong nProAdd ) in FindOrder() argument
876 …ast<SCCOL>(nThisRow), nThisTab, rOtherDoc, static_cast<SCCOL>(i), nOtherTab, nEndCol, pTranslate ); in FindOrder()
878 …nComp = RowDifferences( nThisRow, nThisTab, rOtherDoc, i, nOtherTab, static_cast<SCCOL>(nEndCol), … in FindOrder()
1011 SCCOL nEndCol = Max(nThisEndCol, nOtherEndCol); in CompareDocument() local
1042 rOtherDoc, nThisTab, nOtherTab, nEndCol, NULL, &aProgress, 0 ); in CompareDocument()
1055 nOtherTab, nEndCol, NULL ); in CompareDocument()
H A Dolinetab.cxx180 sal_Bool ScOutlineArray::Insert( SCCOLROW nStartCol, SCCOLROW nEndCol, sal_Bool& rSizeChanged, in Insert() argument
194 FindEntry( nEndCol, nEndLevel, nEndIndex ); in Insert()
214 GetEnd() == nEndCol ) in Insert()
215 FindEntry( nEndCol, nEndLevel, nEndIndex, nFindMax ); in Insert()
238 if ( nEntryStart >= nStartCol && nEntryStart <= nEndCol ) in Insert()
298 ScOutlineEntry* pNewEntry = new ScOutlineEntry( nStartCol, nEndCol+1-nStartCol, bHidden ); in Insert()
H A Ddocumen9.cxx548 SCCOL nEndCol, SCROW nEndRow, sal_Bool bLeftIsEmpty, in IsPrintEmpty() argument
551 if (!IsBlockEmpty( nTab, nStartCol, nStartRow, nEndCol, nEndRow )) in IsPrintEmpty()
568 for (i=nStartCol; i<=nEndCol; i++) in IsPrintEmpty()
575 aMMRect = pThis->GetMMRect( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in IsPrintEmpty()
579 *pLastRange = ScRange( nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab ); in IsPrintEmpty()
/trunk/main/sc/source/core/tool/
H A Dchartpos.cxx144 SCCOL nMaxCols, nEndCol; in GlueState() local
146 nMaxCols = nEndCol = 0; in GlueState()
153 if ( (n2 = pR->aEnd.Col()) > nEndCol ) in GlueState()
154 nEndCol = static_cast<SCCOL>(n2); in GlueState()
164 SCCOL nC = nEndCol - nStartCol + 1; in GlueState()

Completed in 211 milliseconds

12345