Home
last modified time | relevance | path

Searched refs:SCCOL (Results 1 – 25 of 333) sorted by last modified time

12345678910>>...14

/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx389 …Rectangle aRect(pDoc->GetMMRect( static_cast<SCCOL>(aAddress.StartColumn), static_cast<SCROW>(aAdd… in setPropertyValue()
390 … static_cast<SCCOL>(aAddress.EndColumn), static_cast<SCROW>(aAddress.EndRow), aAddress.Sheet )); in setPropertyValue()
H A Dfmtuno.cxx295 aEntry.maPos = ScAddress( (SCCOL)aAddress.Column, (SCROW)aAddress.Row, aAddress.Sheet ); in addNew()
586 …aData.maPos.Set( (SCCOL)aSourcePosition.Column, (SCROW)aSourcePosition.Row, aSourcePosition.Sheet … in setSourcePosition()
770 aSrcPos.Set( (SCCOL)aSourcePosition.Column, (SCROW)aSourcePosition.Row, aSourcePosition.Sheet ); in setSourcePosition()
/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx118 ScPivotFuncDataEntry FindFuncDataByCol( SCCOL nCol ) const;
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx323 SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateMatrixFromDoubleRef()
324 SCCOL nCol2, SCROW nRow2, SCTAB nTab2 ) in CreateMatrixFromDoubleRef()
347 SCCOL nNextCol = nCol1; in CreateMatrixFromDoubleRef()
350 SCCOL nThisCol = nCol1 - 1; in CreateMatrixFromDoubleRef()
474 SCCOL nCol1, nCol2; in GetMatrix()
560 SCCOL nCol1; in ScMatValue()
563 SCCOL nCol2; in ScMatValue()
567 if (nCol2 - nCol1 >= static_cast<SCCOL>(nR) && in ScMatValue()
571 ScAddress aAdr( sal::static_int_cast<SCCOL>( nCol1 + nR ), in ScMatValue()
H A Deditutil.cxx122 SCCOL nCountX = pMerge->GetColMerge(); in GetEditArea()
123 for (SCCOL i=1; i<nCountX; i++) in GetEditArea()
H A Dinterpr2.cxx1865 SCCOL nCol1 = ::std::max( r11.nCol, r21.nCol); in ScIntersect()
1868 SCCOL nCol2 = ::std::min( r12.nCol, r22.nCol); in ScIntersect()
1899 SCCOL nC1[2], nC2[2]; in ScIntersect()
1933 SCCOL nCol1 = ::std::max( nC1[0], nC1[1]); in ScIntersect()
1936 SCCOL nCol2 = ::std::min( nC2[0], nC2[1]); in ScIntersect()
/trunk/main/sc/inc/
H A Ddociter.hxx53 SCCOL nCol;
86 SCCOL nStartCol;
89 SCCOL nEndCol;
92 SCCOL nCol;
227 SCCOL nCol;
273 SCCOL nCol;
383 SCCOL nCol;
388 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
408 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
426 SCCOL nCol;
[all …]
H A Deditutil.hxx45 SCCOL nCol;
67 ScEditUtil( ScDocument* pDocument, SCCOL nX, SCROW nY, SCTAB nZ, in ScEditUtil()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1883 SCCOL nColOffset = 0; in Offset()
2364 SCCOL nStartCol = 0; in Columns()
2365 SCCOL nEndCol = 0; in Columns()
2378 aRange.aStart.SetCol( aRange.aStart.Col() + static_cast< SCCOL > ( --nValue ) ); in Columns()
2743 ScRange aNew( (SCCOL)nStartX, (SCROW)nStartY, parentAddress.aStart.Tab(), in Range()
2744 (SCCOL)nEndX, (SCROW)nEndY, parentAddress.aEnd.Tab() ); in Range()
4435 SCCOL nStartCol = autoFiltAddress.StartColumn; in AutoFilter()
4437 SCCOL nEndCol = autoFiltAddress.EndColumn; in AutoFilter()
5151 aSourceRange.aEnd.SetCol( static_cast<SCCOL>( aSourceRange.aStart.Col() + nSourceCount - 1 ) ); in AutoFill()
5175 aSourceRange.aStart.SetCol( static_cast<SCCOL>( aSourceRange.aEnd.Col() - nSourceCount + 1 ) ); in AutoFill()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocument.cxx679 SCCOL nCol1, nCol2; in ShrinkToDataArea()
3634 bool ScDocument::ColHidden(SCCOL nCol, SCTAB nTab, SCCOL& rLastCol) in ColHidden()
3645 bool ScDocument::ColHidden(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol, SCCOL* pLastCol) in ColHidden()
3715 bool ScDocument::ColFiltered(SCCOL nCol, SCTAB nTab, SCCOL* pFirstCol, SCCOL* pLastCol) in ColFiltered()
3797 SCCOL ScDocument::GetNextDifferentChangedCol( SCTAB nTab, SCCOL nStart) const in GetNextDifferentChangedCol()
3857 SCCOL nColumn; in GetColDefault()
4395 SCCOL nX1, SCCOL nX2 ) const in FindMaxRotCol()
4596 SCCOL nSizeX; in GetMatrixFormulaRange()
4634 SCCOL nCol; in ExtendOverlapped()
4829 SCCOL nDBStartCol; in RefreshAutoFilter()
[all …]
H A Dattrib.cxx175 return new ScMergeAttr(static_cast<SCCOL>(nCol),static_cast<SCROW>(nRow)); in Create()
H A Dcell.cxx1766 void ScFormulaCell::SetMatColsRows( SCCOL nCols, SCROW nRows ) in SetMatColsRows()
1776 void ScFormulaCell::GetMatColsRows( SCCOL & nCols, SCROW & nRows ) const in GetMatColsRows()
H A Dcolumn2.cxx471 SCCOL nColMerge = pMerge->GetColMerge(); in GetNeededSize()
473 for (SCCOL nColAdd=1; nColAdd<nColMerge; nColAdd++) in GetNeededSize()
H A Ddocumen8.cxx627 aCurTextWidthCalcPos.SetCol( (SCCOL)nCol ); in IdleCalcTextWidth()
680 SCCOL nCol = rSpellRange.aStart.Col(); // iterator always starts on the left edge in OnlineSpellInRange()
1389 SCCOL nCol1 = aOutRange.aStart.Col(); in UpdateRefAreaLinks()
1392 SCCOL nCol2 = aOutRange.aEnd.Col(); in UpdateRefAreaLinks()
1504 SCCOL nCol = 0; in TransliterateText()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx899 SCCOL nCol = pData->GetCurX(); in EnterMatrix()
1742 SCCOL nStartCol, nEndCol; in DeleteMulti()
1847 SCCOL nStartCol = bRows ? 0 : static_cast<SCCOL>(nFirstStart); in DeleteMulti()
1849 SCCOL nEndCol = MAXCOL; in DeleteMulti()
2246 for (SCCOL nCol=static_cast<SCCOL>(nStartNo); nCol<=static_cast<SCCOL>(nEndNo); nCol++) in SetWidthOrHeight()
2346 SCCOL nStartCol = static_cast< SCCOL >( *(pTabRanges++) ); in SetWidthOrHeight()
2347 SCCOL nEndCol = static_cast< SCCOL >( *(pTabRanges++) ); in SetWidthOrHeight()
2951 SCCOL nStartCol, nEndCol; in GetCreateNameFlags()
2959 SCCOL i; in GetCreateNameFlags()
2963 SCCOL nFirstCol = nStartCol; in GetCreateNameFlags()
[all …]
H A Dviewfun4.cxx88 void ScViewFunc::PasteRTF( SCCOL nStartCol, SCROW nStartRow, in PasteRTF()
310 SCCOL nCol; in DoThesaurus()
473 SCCOL nCol; in DoSheetConversion()
581 SCCOL nNewCol = rViewData.GetCurX(); in DoSheetConversion()
697 SCCOL nPosX = aRange.aStart.Col(); in PasteFile()
731 SCCOL nPosX, SCROW nPosY ) in PasteBookmark()
743 SCCOL nPosX, SCROW nPosY, const String* pTarget, in InsertBookmark()
H A Doutput2.cxx1116 SCCOL nCompCol = nX; in GetOutputArea()
1233 SCCOL nRightX = nCellX; in GetOutputArea()
1234 SCCOL nLeftX = nCellX; in GetOutputArea()
1356 SCCOL nLoopStartX = nX1; in DrawStrings()
1421 SCCOL nTempX=nX1; in DrawStrings()
1442 SCCOL nTempX=nX; in DrawStrings()
2190 SCCOL nTempX=nX; in DrawEdit()
2322 SCCOL nXForPos = nX; in DrawEdit()
2993 SCCOL nRotMax = nX2; in DrawRotated()
3103 SCCOL nCol = nX1; in DrawRotated()
[all …]
H A Dviewdata.cxx842 SCCOL nStartCol; in SimpleColMarked()
845 SCCOL nEndCol; in SimpleColMarked()
857 SCCOL nStartCol; in SimpleRowMarked()
860 SCCOL nEndCol; in SimpleRowMarked()
1561 SCCOL nX; in GetScrPos()
1891 SCCOL nEndCol = MAXCOL; in GetPosFromPixel()
1924 SCCOL i; in SetPosX()
2022 void ScViewData::SetScreen( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in SetScreen()
2024 SCCOL nCol; in SetScreen()
2069 SCCOL nX1 = 0; in SetScreenPos()
[all …]
H A Dgridwin.cxx175 SCCOL nCol;
1254 SCCOL nEndCol; in ExecFilter()
1635 SCCOL nEditCol; in HandleMouseButtonDown()
1903 SCCOL nEditCol; in MouseButtonUp()
1981 SCCOL nStartCol; in MouseButtonUp()
1983 SCCOL nEndCol; in MouseButtonUp()
2017 SCCOL nStartCol; in MouseButtonUp()
2019 SCCOL nEndCol; in MouseButtonUp()
2366 SCCOL nEditCol; in MouseMove()
2404 SCCOL nEditCol; in MouseMove()
[all …]
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx622 SCCOL nStartCol; in WriteTables()
625 SCCOL nEndCol; in WriteTables()
628 SCCOL nStartColFix = 0; in WriteTables()
630 SCCOL nEndColFix = 0; in WriteTables()
713 SCCOL nColCnt = 0; in WriteTables()
714 SCCOL nCol; in WriteTables()
765 for ( SCCOL nCol2=nStartCol; nCol2<=nEndCol; nCol2++ ) in WriteTables()
809 void ScHTMLExport::WriteCell( SCCOL nCol, SCROW nRow, SCTAB nTab ) in WriteCell()
877 SCCOL nC, jC; in WriteCell()
881 nC = Max( SCCOL(pGraphEntry->aRange.aEnd.Col() - nCol + 1), in WriteCell()
[all …]
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx85 SCCOL nMaxCol = 0; in GetAreaSize()
89 SCCOL nLastCol = 0; in GetAreaSize()
142 SCCOL nCol1; in ScTransferObj()
144 SCCOL nCol2; in ScTransferObj()
151 SCCOL nDummy; in ScTransferObj()
174 SCCOL nMaxCol; in ScTransferObj()
273 SCCOL nCol = aBlock.aStart.Col(); in GetData()
607 SCCOL nStartX = aBlock.aStart.Col(); in InitDocShell()
609 SCCOL nEndX = aBlock.aEnd.Col(); in InitDocShell()
615 SCCOL nCol, nLastCol; in InitDocShell()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx188 SCCOL nCol = rPos.Col(); in DetectiveAddPred()
229 SCCOL nCol = rPos.Col(); in DetectiveDelPred()
268 SCCOL nCol = rPos.Col(); in DetectiveAddSucc()
309 SCCOL nCol = rPos.Col(); in DetectiveDelSucc()
348 SCCOL nCol = rPos.Col(); in DetectiveAddError()
492 SCCOL nCol = aPos.Col(); in DetectiveRefresh()
1355 SCCOL nCursorCol = 0; in InsertCells()
2319 SCCOL nClipX; in MoveBlock()
3231 for (SCCOL nCol=static_cast<SCCOL>(nStartNo); nCol<=static_cast<SCCOL>(nEndNo); nCol++) in SetWidthOrHeight()
4496 SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, in CreateOneName()
[all …]
H A Dimpex.cxx822 SCCOL nEndCol = aRange.aEnd.Col(); in Text2Doc()
841 SCCOL nCol = nStartCol; in Text2Doc()
1238 SCCOL nCol = nStartCol; in ExtText2Doc()
1424 SCCOL nCol; in Doc2Text()
1428 SCCOL nEndCol = aRange.aEnd.Col(); in Doc2Text()
1535 SCCOL nEndCol = aRange.aEnd.Col(); in Sylk2Doc()
1549 SCCOL nCol = nStartCol; in Sylk2Doc()
1551 SCCOL nRefCol = 1; in Sylk2Doc()
1787 SCCOL nCol; in Doc2Sylk()
1807 SCCOL c = nCol - nStartCol + 1; in Doc2Sylk()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx95 SCCOL nLastUsedScCol; in Initialize()
152 inline void lclFillAddress( XclAddress& rXclPos, SCCOL nScCol, SCROW nScRow ) in lclFillAddress()
242 SCCOL nScCol2 = rScRange.aEnd.Col(); in ConvertRange()
H A Dxicontent.cxx167 void lclInsertUrl( const XclImpRoot& rRoot, const String& rUrl, SCCOL nScCol, SCROW nScRow, SCTAB n… in lclInsertUrl()
424 SCCOL nScCol1, nScCol2; in InsertUrl()
427 for( SCCOL nScCol = nScCol1; nScCol <= nScCol2; ++nScCol ) in InsertUrl()

Completed in 450 milliseconds

12345678910>>...14