Home
last modified time | relevance | path

Searched refs:SCCOL (Results 151 – 175 of 333) sorted by relevance

12345678910>>...14

/trunk/main/sc/source/core/data/
H A Ddocumen9.cxx305 void ScDocument::DeleteObjectsInArea( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in DeleteObjectsInArea()
547 sal_Bool ScDocument::IsPrintEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, in IsPrintEmpty()
548 SCCOL nEndCol, SCROW nEndRow, sal_Bool bLeftIsEmpty, in IsPrintEmpty()
564 SCCOL i; in IsPrintEmpty()
591 SCCOL nExtendCol = nStartCol - 1; in IsPrintEmpty()
H A Dcell2.cxx503 static SCCOL nC; in GetMatrixEdge()
743 SCCOL nCol1 = r.aStart.Col(); in UpdateReference()
746 SCCOL nCol2 = r.aEnd.Col(); in UpdateReference()
749 SCCOL nCol = aPos.Col(); in UpdateReference()
766 nCol = sal::static_int_cast<SCCOL>( nCol + nDx ); in UpdateReference()
1230 rRef1.nRelCol = static_cast<SCCOL>(rRef1.nRelRow); in TransposeReference()
1236 rRef2.nRelCol = static_cast<SCCOL>(rRef2.nRelRow); in TransposeReference()
1258 static_cast<SCCOL>(rDest.Col() + rSource.aEnd.Row() - rSource.aStart.Row()), in UpdateTranspose()
1354 void ScFormulaCell::UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ) in UpdateGrow()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewTable.cxx264 …static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex), mpTableInfo->GetTa… in getAccessibleRowExtentAt()
298 …static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex), mpTableInfo->GetTa… in getAccessibleColumnExtentAt()
376 …ScAddress aCellPos( static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex)… in getAccessibleCellAt()
502 SCCOL nCols = mpTableInfo->GetCols(); in getAccessibleAtPoint()
515 SCCOL nColIndex = 0; in getAccessibleAtPoint()
728 SCCOL nColumns = mpTableInfo->GetCols(); in GetBoundingBox()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx257 InsertColRow(ScRange(static_cast<SCCOL>(nCol), 0, static_cast<SCTAB>(nTab), in InsertCol()
377 SCCOL nStartCol(rRange.aStart.Col()); in AddDefaultRange()
378 SCCOL nEndCol(rRange.aEnd.Col()); in AddDefaultRange()
383 …for (SCCOL i = nStartCol + 1; (i <= nEndCol) && (i < sal::static_int_cast<SCCOL>(aColDefaultStyles… in AddDefaultRange()
529 …ScAddress aScAddress( static_cast<SCCOL>(rAddress.Column), static_cast<SCROW>(rAddress.Row), rAddr… in AddCell()
/trunk/main/sc/inc/
H A Dtoken.hxx358 SCCOL nCols;
360 ScMatrixFormulaCellToken( SCCOL nC, SCROW nR ) : in ScMatrixFormulaCellToken()
374 void SetMatColsRows( SCCOL nC, SCROW nR ) in SetMatColsRows()
379 void GetMatColsRows( SCCOL & nC, SCROW & nR ) const in GetMatColsRows()
384 SCCOL GetMatCols() const { return nCols; } in GetMatCols()
H A Drefdata.hxx85 inline void InitAddress( SCCOL nCol, SCROW nRow, SCTAB nTab );
119 inline void ScSingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in InitAddress()
182 inline void InitRange( SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in InitRange()
183 SCCOL nCol2, SCROW nRow2, SCTAB nTab2 ) in InitRange()
H A Drangeutl.hxx273 SCCOL colStart = 0,
275 SCCOL colEnd = 0,
286 SCCOL nColStart;
288 SCCOL nColEnd;
H A Ddpcachetable.hxx186 const ScDPItemData* getCell(SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
187 void getValue( ScDPValueData& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
188 String getFieldName( SCCOL nIndex) const;
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx232 SCCOL nEndCol = aWorkRange.aEnd.Col(); in DoChange()
468 SCCOL nEndCol = aWorkRange.aEnd.Col(); in DoChange()
601 SCCOL nStartCol; in DoChange()
612 nStartCol = static_cast<SCCOL>(pRanges[0]); in DoChange()
620 SCCOL nEndCol = MAXCOL; in DoChange()
659 aRange.aStart.SetCol( static_cast<SCCOL>(nStart) ); in SetChangeTrack()
660 aRange.aEnd.SetCol( static_cast<SCCOL>(nEnd) ); in SetChangeTrack()
700 pRefUndoDoc->CopyToDocument( static_cast<SCCOL>(nStart),0,nTab, in Undo()
873 SCCOL nStartX, SCROW nStartY, SCTAB nStartZ, in ScUndoPaste()
874 SCCOL nEndX, SCROW nEndY, SCTAB nEndZ, in ScUndoPaste()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx545 XclExpAutofilterinfo::XclExpAutofilterinfo( const ScAddress& rStartPos, SCCOL nScCol ) : in XclExpAutofilterinfo()
867 SCCOL nColCnt = aParam.nCol2 - aParam.nCol1 + 1; in ExcAutoFilterRecs()
908 … XclExpAutofilter* pFilter = GetByCol( static_cast<SCCOL>(rEntry.nField) - aRange.aStart.Col() ); in ExcAutoFilterRecs()
945 XclExpAutofilter* ExcAutoFilterRecs::GetByCol( SCCOL nCol ) in GetByCol()
959 sal_Bool ExcAutoFilterRecs::IsFiltered( SCCOL nCol ) in IsFiltered()
972 for( SCCOL nObj = 0, nCount = pFilterInfo->GetColCount(); nObj < nCount; nObj++ ) in AddObjRecs()
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx86 SCCOL nPosX, SCROW nPosY, Point* pLogicPos, sal_Bool bLink, sal_Bool bAllowDialogs ) in PasteDataFormat()
105 for (SCCOL i=0; i<nPosX; i++) in PasteDataFormat()
155 SCCOL nFirstCol, nLastCol; in PasteDataFormat()
561 SCCOL nFirstCol, nLastCol; in PasteDataFormat()
724 SCCOL nCurX = GetViewData()->GetCurX(); in PasteDDE()
729 MarkCursor( nCurX+static_cast<SCCOL>(nCols)-1, nCurY+static_cast<SCROW>(nRows)-1, nTab ); in PasteDDE()
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 Dcellsh2.cxx114 const SCCOL nCol = pData->GetCurX(); in lcl_GetTextToColumnsRange()
157 SCCOL nStartCol = aExternalRange.aStart.Col(); in lcl_GetSortParam()
159 SCCOL nEndCol = aExternalRange.aEnd.Col(); in lcl_GetSortParam()
422 SCCOL nCol = GetViewData()->GetCurX(); in ExecuteDB()
423 SCCOL nTab = GetViewData()->GetTabNo(); in ExecuteDB()
825 SCCOL nStartCol = aRange.aStart.Col(), nEndCol = aRange.aEnd.Col(); in ExecuteDB()
1026 SCCOL nCurX = GetViewData()->GetCurX(); in ExecuteDB()
1234 SCCOL nPosX = pData->GetCurX(); in GetDBState()
1360 SCCOL nStartCol, nEndCol; in GetDBState()
H A Ddrawutil.cxx49 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in CalcScale()
59 for (SCCOL i=nStartCol; i<nEndCol; i++) in CalcScale()
/trunk/main/sc/source/ui/inc/
H A Duiitems.hxx79 SCCOL GetCol() const { return aCursorPos.Col(); } in GetCol()
81 SCCOL GetStartCol() const { return aStartPos.Col(); } in GetStartCol()
83 SCCOL GetEndCol() const { return aEndPos.Col(); } in GetEndCol()
123 SCCOL GetCol() const { return aCursorPos.Col(); } in GetCol()
H A Dpagedata.hxx39 SCCOL* pPageEndX;
53 void SetPagesX( size_t nCount, const SCCOL* pEnd );
57 const SCCOL* GetPageEndX() const { return pPageEndX; } in GetPageEndX()
H A Dspelleng.hxx76 void FillFromCell( SCCOL nCol, SCROW nRow, SCTAB nTab );
88 SCCOL mnStartCol; /// Initial column index.
91 SCCOL mnCurrCol; /// Current column index.
/trunk/main/sc/source/filter/inc/
H A Drtfparse.hxx34 SCCOL nCol;
36 SCCOL nColOverlap; // MergeCell wenn >1, merged cells wenn 0
75 sal_Bool SeekTwips( sal_uInt16 nTwips, SCCOL* pCol );
H A Dlotattr.hxx126 void Apply( const SCCOL nCol, const SCTAB nTab, const sal_Bool bClear = sal_True );
140 …void SetAttr( const SCCOL nColFirst, const SCCOL nColLast, const SCROW nRow, const LotAttrWK3& …
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx48 SCCOL nEndCol; in ScExportDif()
107 SCCOL nEndCol = rRange.aEnd.Col(); in ScExportDif()
109 SCCOL nNumCols = nEndCol - rRange.aStart.Col() + 1; in ScExportDif()
154 SCCOL nColCnt; in ScExportDif()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx87 const SCCOL SC10MAXCOL = 255; // #i85906# don't try to load more columns than there are in the fi…
926 pRepeatCol = new ScRange( static_cast<SCCOL> (pPage->ColRepeatStart), 0, 0 ); in PutToDoc()
1410 ( SCCOL ) pOldData->DataBaseRec.Block.x1, in LoadDataBaseCollection()
1412 ( SCCOL ) pOldData->DataBaseRec.Block.x2, in LoadDataBaseCollection()
1543 …for (SCCOL j = static_cast<SCCOL>(DataStart); j <= static_cast<SCCOL>(DataEnd); j++) pDoc->SetColW… in LoadTables()
1568 … for (SCCOL k = static_cast<SCCOL>(DataStart); k <= static_cast<SCCOL>(DataEnd); k++) in LoadTables()
1636 for (SCCOL Col = 0; (Col <= SC10MAXCOL) && (nError == 0); Col++) in LoadTables()
1651 void Sc10Import::LoadCol(SCCOL Col, SCTAB Tab) in LoadCol()
1734 void Sc10Import::LoadColAttr(SCCOL Col, SCTAB Tab) in LoadColAttr()
2364 SCCOL nCol = 0; in LoadObjects()
/trunk/main/sc/source/ui/docshell/
H A Dpagedata.cxx51 void ScPrintRangeData::SetPagesX( size_t nCount, const SCCOL* pData ) in SetPagesX()
56 pPageEndX = new SCCOL[nCount]; in SetPagesX()
57 memcpy( pPageEndX, pData, nCount * sizeof(SCCOL) ); in SetPagesX()
H A Ddocsh4.cxx170 SCCOL nCol = ((SfxInt16Item*)pColItem)->GetValue() - 1; in Execute()
336 SCCOL nCol1 = aSingleRange.aStart.Col(); in Execute()
338 SCCOL nCol2 = aSingleRange.aEnd.Col(); in Execute()
1295 SCCOL nStartCol = rRange.aStart.Col(); in DoAutoStyle()
1297 SCCOL nEndCol = rRange.aEnd.Col(); in DoAutoStyle()
1436 SCCOL nStartCol = rRange.aStart.Col(); in AdjustPrintZoom()
1437 SCCOL nEndCol = rRange.aEnd.Col(); in AdjustPrintZoom()
1440 for (SCCOL i=pRepeatCol->aStart.Col(); i<=pRepeatCol->aEnd.Col(); i++ ) in AdjustPrintZoom()
1447 for ( SCCOL i=nStartCol; i<=nEndCol; i++ ) in AdjustPrintZoom()
1957 SCCOL nStartCol; in GetVisArea()
[all …]
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx279 SCCOL nColStart = 0; in MakeRangeFromName()
280 SCCOL nColEnd = 0; in MakeRangeFromName()
739 …ScAddress aScAddress( static_cast<SCCOL>(rAddress.Column), static_cast<SCROW>(rAddress.Row), rAddr… in GetStringFromAddress()
752 …ScRange aScRange( static_cast<SCCOL>(rRange.StartColumn), static_cast<SCROW>(rRange.StartRow), rRa… in GetStringFromRange()
753 static_cast<SCCOL>(rRange.EndColumn), static_cast<SCROW>(rRange.EndRow), rRange.Sheet ); in GetStringFromRange()
958 SCCOL colStart, SCROW rowStart, in ScArea()
959 SCCOL colEnd, SCROW rowEnd ) : in ScArea()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2856 ScTableColumnsObj::ScTableColumnsObj(ScDocShell* pDocSh, SCTAB nT, SCCOL nSC, SCCOL nEC) : in ScTableColumnsObj()
2890 SCCOL nCol = static_cast<SCCOL>(nIndex) + nStartCol; in GetObjectByIndex_Impl()
2899 SCCOL nCol = 0; in GetObjectByName_Impl()
2917 ScRange aRange( (SCCOL)(nStartCol+nPosition), 0, nTab, in insertByIndex()
2934 ScRange aRange( (SCCOL)(nStartCol+nIndex), 0, nTab, in removeByIndex()
2935 (SCCOL)(nStartCol+nIndex+nCount-1), MAXROW, nTab ); in removeByIndex()
3001 SCCOL nCount = nEndCol - nStartCol + 1; in getElementNames()
3004 for (SCCOL i=0; i<nCount; i++) in getElementNames()
3014 SCCOL nCol = 0; in hasByName()
3076 for (SCCOL nCol=nStartCol; nCol<=nEndCol; nCol++) in setPropertyValue()
[all …]

Completed in 500 milliseconds

12345678910>>...14