Home
last modified time | relevance | path

Searched refs:SCCOL (Results 226 – 250 of 333) sorted by relevance

12345678910>>...14

/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3154 SCCOL nCol = aAddress.Col(); in IsColRowName()
3233 SCCOL nCol = aIter.GetCol(); in IsColRowName()
4164 void ScCompiler::MoveRelWrap( SCCOL nMaxCol, SCROW nMaxRow ) in MoveRelWrap()
4181 SCCOL nMaxCol, SCROW nMaxRow ) in MoveRelWrap()
5256 SCCOL nCol = rRef.nCol; in HandleSingleRef()
5261 SCCOL nMyCol = aPos.Col(); in HandleSingleRef()
5329 SCCOL nStartCol = nCol + 1; in HandleSingleRef()
5332 SCCOL nMaxCol = MAXCOL; in HandleSingleRef()
5351 SCCOL nTmp = rRange.aStart.Col(); in HandleSingleRef()
5466 (SCCOL&) aRefData.Ref1.nCol, in HandleDbData()
[all …]
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 Dqueryparam.cxx304 nCol1 = sal::static_int_cast<SCCOL>( nCol1 + nDifX ); in MoveToDest()
306 nCol2 = sal::static_int_cast<SCCOL>( nCol2 + nDifX ); in MoveToDest()
/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx353 SCCOL nStartCol = pRange->aStart.Col(); in Refresh()
355 SCCOL nEndCol = pRange->aEnd.Col(); in Refresh()
358 for (SCCOL nCol=nStartCol; nCol<=nEndCol; nCol++) in Refresh()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx74 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in ScUndoCursorAttr()
173 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in ScUndoEnterData()
525 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in ScUndoPageBreak()
686 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in ScUndoThesaurus()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx411 for ( SCCOL nCol = StartCol(); nCol <= EndCol(); nCol++ ) in SetCellAttribs()
491 aEntry.nField = static_cast<SCCOLROW>(StartCol() + static_cast<SCCOL>(nCol)); in ReadAutoFilter()
594 aEntry.nField = static_cast<SCCOLROW>(StartCol() + static_cast<SCCOL>(nCol)); in ReadAutoFilter()
H A Dxihelper.cxx51 rScPos.SetCol( static_cast< SCCOL >( nXclCol ) ); in lclFillAddress()
77 … static_cast< SCCOL >( rXclPos.mnCol ), static_cast< SCROW >( rXclPos.mnRow ), 0 ), maMaxPos ); in CheckAddress()
97 aScPos.SetCol( static_cast< SCCOL >( ::std::min( rXclPos.mnCol, mnMaxCol ) ) ); in CreateValidAddress()
H A Dxepivot.cxx544 …const std::vector< SCROW > aMemberIds = aTmpDim.GetNumEntries( static_cast< SCCOL >( GetBaseField… in InsertNumDateGroupItems()
651 SCCOL nDocCol1, nDocCol2; in XclExpPivotCache()
655 SCCOL nSrcCol1 = maExpSrcRange.aStart.Col(); in XclExpPivotCache()
657 SCCOL nSrcCol2 = maExpSrcRange.aEnd.Col(); in XclExpPivotCache()
793 …for( SCCOL nScCol = rRange.aStart.Col(), nEndScCol = rRange.aEnd.Col(); nScCol <= nEndScCol; ++nSc… in AddStdFields()
H A Dxipage.cxx379 SCCOL nScCol = static_cast< SCCOL >( *aIt ); in Finalize()
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()
/trunk/main/sc/inc/
H A Deditutil.hxx45 SCCOL nCol;
67 ScEditUtil( ScDocument* pDocument, SCCOL nX, SCROW nY, SCTAB nZ, in ScEditUtil()
H A Ddpgroup.hxx77 …void FillColumnEntries( SCCOL nSourceDim, ScDPTableDataCache* pCahe , std::vector< SCROW >&…
177 const std::vector< SCROW >& GetNumEntries( SCCOL nSourceDim, ScDPTableDataCache* pCache,
H A Dbigrange.hxx124 SCCOL nColA; in MakeAddress()
133 nColA = (SCCOL) nCol; in MakeAddress()
H A Dcompiler.hxx428 void MoveRelWrap( SCCOL nMaxCol, SCROW nMaxRow );
430 SCCOL nMaxCol, SCROW nMaxRow );
/trunk/main/sc/source/filter/inc/
H A Dxipivot.hxx95 void WriteFieldNameToSource( SCCOL nScCol, SCTAB nScTab ) const;
145 mutable SCCOL mnSourceScCol; /// Column index of source data for this field.
H A Dscflt.hxx753 void LoadCol(SCCOL Col, SCTAB Tab);
754 void LoadColAttr(SCCOL Col, SCTAB Tab);
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx140 for (SCCOL i=0; i<=MAXCOL; i++) in ScPreview()
431 for( SCCOL i = aPageArea.aStart.Col(); i <= aPageArea.aEnd.Col(); i++ ) in DoPrint()
444 for( SCCOL i = aPageArea.aEnd.Col(); i > aPageArea.aStart.Col(); i-- ) in DoPrint()
989 SCCOL i = 0; in MouseButtonDown()
1314 for( SCCOL i=aPageArea.aStart.Col(); i<= aPageArea.aEnd.Col(); i++ ) in MouseMove()
H A Dcellsh.cxx124 SCCOL nCol1, nCol2; in GetBlockState()
473 SCCOL nCol = GetViewData()->GetCurX(); in GetClipState()
526 SCCOL nPosX = pData->GetCurX(); in GetState()
/trunk/main/sc/source/ui/vba/
H A Dvbachart.cxx590 …er( static_cast< SCCOL >( mSingleRangeAddress.StartColumn ), static_cast< SCROW >( mSingleRangeAd… in setSourceData()
591 …er( static_cast< SCCOL >( mSingleRangeAddress.StartColumn ), static_cast< SCROW >( mSingleRangeAd… in setSourceData()
H A Dvbaapplication.cxx822 SCCOL n1L = r1.aStart.Col(); in lclTryJoin()
823 SCCOL n1R = r1.aEnd.Col(); in lclTryJoin()
826 SCCOL n2L = r2.aStart.Col(); in lclTryJoin()
827 SCCOL n2R = r2.aEnd.Col(); in lclTryJoin()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3213 …Rectangle aRec = pDoc->GetMMRect(static_cast<SCCOL>(rMyCell.aCellAddress.Column), static_cast<SCRO… in WriteShapes()
3495 ScAddress aCoreAddress(static_cast<SCCOL>(aAddress.Column), in IsEditCell()
3537 ScAddress aAddr(static_cast<SCCOL>(rCell.aCellAddress.Column), in IsMultiLineFormulaCell()
4061 SCCOL nMaxColsUsed = 1; // assume that there is at least one cell somewhere.. in WriteExternalRefCaches()
4068 vector<SCCOL> aCols; in WriteExternalRefCaches()
4072 SCCOL nCol = aCols.back(); in WriteExternalRefCaches()
4130 vector<SCCOL> aCols; in WriteExternalRefCaches()
4132 SCCOL nLastCol = 0; in WriteExternalRefCaches()
4134 for (vector<SCCOL>::const_iterator itrCol = aCols.begin(), itrColEnd = aCols.end(); in WriteExternalRefCaches()
4137 SCCOL nCol = *itrCol; in WriteExternalRefCaches()
[all …]
H A DXMLChangeTrackingImportHelper.cxx86 …static_cast<ScFormulaCell*>(pCell)->SetMatColsRows(static_cast<SCCOL>(nMatrixCols), static_cast<SC… in CreateCell()
765 ScAddress aAddress (static_cast<SCCOL>(nCol), in SetNewCell()
804 SCCOL nCols; in SetNewCell()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx423 SCCOL nFirstSortCol = rSortData.nCol1; in FillFieldLists()
431 SCCOL nMaxCol = rSortData.nCol2; in FillFieldLists()
432 SCCOL col; in FillFieldLists()
/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx406 SCCOL nCol1, nCol2, theCol1, theCol2; in UpdateRemove()
530 SCCOL nCol = rAddress.Col(); in ComputeSlotOffset()
894 SCCOL nCol1, nCol2, theCol1, theCol2; in UpdateBroadcastAreas()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx868 for (SCCOL nCol = aRange.aStart.Col(); nCol <= aRange.aEnd.Col(); ++nCol) in CallSolver()
927 for (SCCOL nCol = aLeftRange.aStart.Col(); nCol <= aLeftRange.aEnd.Col(); ++nCol) in CallSolver()
1041 …mpDoc->GetString( (SCCOL)aObjective.Column, (SCROW)aObjective.Row, (SCTAB)aObjective.Sheet, aResul… in CallSolver()

Completed in 297 milliseconds

12345678910>>...14