Home
last modified time | relevance | path

Searched refs:SCSIZE (Results 26 – 50 of 99) sorted by relevance

1234

/aoo4110/main/sc/inc/
H A Ddociter.hxx60 SCSIZE nColPos;
61 SCSIZE nAttrPos;
95 SCSIZE nColRow;
144 …static SCROW GetRowByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow…
145 …static ScBaseCell* GetCellByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRo…
148 static SCSIZE SearchColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCROW nRow, SCCOL nCol);
179 SCSIZE nColRow;
230 SCSIZE nColRow;
275 SCSIZE nColRow;
425 SCSIZE* pNextIndices;
[all …]
H A Dtable.hxx212 SCSIZE GetCellCount(SCCOL nCol) const;
314 SCSIZE GetPatternCount( SCCOL nCol );
315 SCSIZE GetPatternCount( SCCOL nCol, SCROW nRw1, SCROW nRw2 );
316 bool ReservedPatternCount( SCCOL nCol, SCSIZE nReserved );
361 sal_Bool TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCSIZE nSize );
366 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow, SCSIZE nSize );
439 SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow,
775 SCSIZE Query(ScQueryParam& rQueryParam, sal_Bool bKeepSub);
785 void DoColResize( SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd );
886 SCSIZE FillMaxRot( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2,
[all …]
H A Dqueryparam.hxx46 SC_DLLPUBLIC SCSIZE GetEntryCount() const;
47 SC_DLLPUBLIC ScQueryEntry& GetEntry(SCSIZE n) const;
48 void Resize(SCSIZE nNew);
49 SC_DLLPUBLIC void DeleteQuery( SCSIZE nPos );
50 void FillInExcelSyntax(String& aCellStr, SCSIZE nIndex);
H A Dmarkarr.hxx40 SCSIZE nCount;
41 SCSIZE nLimit;
60 sal_Bool Search( SCROW nRow, SCSIZE& nIndex ) const;
72 SCSIZE nPos;
H A Ddocument.hxx459 SCSIZE GetCellCount(SCTAB nTab, SCCOL nCol) const;
1011 SCROW nStartRow, SCSIZE nSize, ScDocument* pRefUndoDoc = NULL,
1016 SCROW nStartRow, SCSIZE nSize,
1023 SCCOL nStartCol, SCSIZE nSize, ScDocument* pRefUndoDoc = NULL,
1028 SCCOL nStartCol, SCSIZE nSize,
1516 SCSIZE Query( SCTAB nTab, const ScQueryParam& rQueryParam, sal_Bool bKeepSub );
1553 void DoColResize( SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd );
1644 void FindMaxRotCol( SCTAB nTab, RowInfo* pRowInfo, SCSIZE nArrCount,
1913 SCSIZE GetPatternCount( SCTAB nTab, SCCOL nCol );
1914 SCSIZE GetPatternCount( SCTAB nTab, SCCOL nCol, SCROW nRw1, SCROW nRw2 );
[all …]
/aoo4110/main/sc/source/filter/inc/
H A Dotlnbuff.hxx38 SCSIZE nSize;
39 SCSIZE nLast;
44 XclImpOutlineBuffer( SCSIZE nNewSize );
46 void SetLevel( SCSIZE nIndex, sal_uInt8 nVal, sal_Bool bOuted, sal_Bool bHidden );
50 void SetLevelRange( SCSIZE nF, SCSIZE nL, sal_uInt8 nVal,
/aoo4110/main/sc/source/core/data/
H A Dtabprotection.cxx80 explicit ScTableProtectionImpl(SCSIZE nOptSize);
94 bool isOptionEnabled(SCSIZE nOptId) const;
95 void setOption(SCSIZE nOptId, bool bEnabled);
122 ScTableProtectionImpl::ScTableProtectionImpl(SCSIZE nOptSize) : in ScTableProtectionImpl()
252 bool ScTableProtectionImpl::isOptionEnabled(SCSIZE nOptId) const in isOptionEnabled()
263 void ScTableProtectionImpl::setOption(SCSIZE nOptId, bool bEnabled) in setOption()
277 mpImpl(new ScTableProtectionImpl(static_cast<SCSIZE>(ScDocProtection::NONE))) in ScDocProtection()
354 mpImpl(new ScTableProtectionImpl(static_cast<SCSIZE>(ScTableProtection::NONE))) in ScTableProtection()
H A Dtable1.cxx291 SCSIZE nCount = static_cast<SCSIZE>(nEndRow-nStartRow+1); in SetOptimalHeight()
313 SCSIZE nPos = nCount-1; in SetOptimalHeight()
341 for (SCSIZE i=0; i<nCount; i++) in SetOptimalHeight()
348 SCSIZE nMoreRows = nRegionEndRow - ( nStartRow+i ); // additional equal rows after first in SetOptimalHeight()
361 for (SCSIZE nInner = i; nInner <= i + nMoreRows; ++nInner) in SetOptimalHeight()
845 SCSIZE ScTable::GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, in GetEmptyLinesInBlock()
848 SCSIZE nCount = 0; in GetEmptyLinesInBlock()
852 nCount = static_cast<SCSIZE>(nEndRow - nStartRow); in GetEmptyLinesInBlock()
1549 void ScTable::DoColResize( SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd ) in DoColResize()
H A Dtable2.cxx120 sal_Bool ScTable::TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCSIZE nSize ) in TestInsertRow()
239 if ( nSize > static_cast<SCSIZE>(MAXCOL) ) in TestInsertCol()
294 for (SCSIZE i=0; i < nSize; i++) in InsertCol()
300 for (SCSIZE i=0; static_cast<SCCOL>(i+nSize)+nStartCol <= MAXCOL; i++) in InsertCol()
310 for (SCSIZE i=0; i<nSize; i++) in InsertCol()
364 for (SCSIZE i = 0; i < nSize; i++) in DeleteCol()
370 for (SCSIZE i=0; i < nSize; i++) in DeleteCol()
376 for (SCSIZE i=0; static_cast<SCCOL>(i+nSize)+nStartCol <= MAXCOL; i++) in DeleteCol()
1457 SCSIZE ScTable::FillMaxRot( RowInfo* pRowInfo, SCSIZE nArrCount, SCCOL nX1, SCCOL nX2, in FillMaxRot()
1458 SCCOL nCol, SCROW nAttrRow1, SCROW nAttrRow2, SCSIZE nArrY, in FillMaxRot()
[all …]
H A Dfillinfo.cxx84 void lcl_GetMergeRange( SCsCOL nX, SCsROW nY, SCSIZE nArrY, in lcl_GetMergeRange()
182 SCSIZE nArrY; in FillInfo()
183 SCSIZE nArrCount; in FillInfo()
386 SCSIZE nUIndex; in FillInfo()
426 SCSIZE nIndex; in FillInfo()
733 SCSIZE nIndex; in FillInfo()
969 while( (sal::static_int_cast<SCSIZE>(nLastCellInfoY + 1) < nArrCount) && in FillInfo()
/aoo4110/main/sc/source/filter/excel/
H A Dexctools.cxx92 XclImpOutlineBuffer::XclImpOutlineBuffer( SCSIZE nNewSize ) in XclImpOutlineBuffer()
114 void XclImpOutlineBuffer::SetLevel( SCSIZE nIndex, sal_uInt8 nVal, sal_Bool bOuted, sal_Bool bHidde… in SetLevel()
165 for( SCSIZE nC = 0 ; nC <= nLast ; nC++ ) in MakeScOutline()
196 for( SCSIZE nC = 0; nC <= nLast; nC++ ) in MakeScOutline()
231 void XclImpOutlineBuffer::SetLevelRange( SCSIZE nF, SCSIZE nL, sal_uInt8 nVal, in SetLevelRange()
266 for( SCSIZE nC = 0 ; nC < nSize ; nC++ ) in Reset()
H A Dxehelper.cxx1064 void XclExpCachedMatrix::GetDimensions( SCSIZE & nCols, SCSIZE & nRows ) const in GetDimensions()
1074 SCSIZE nCols, nRows; in GetSize()
1086 SCSIZE nCols, nRows; in Save()
1097 for( SCSIZE nRow = 0; nRow < nRows; ++nRow ) in Save()
1099 for( SCSIZE nCol = 0; nCol < nCols; ++nCol ) in Save()
/aoo4110/main/sc/source/core/tool/
H A Dddelink.cxx154 SCSIZE nCols = 1; // Leerstring -> eine leere Zelle in DataChanged()
155 SCSIZE nRows = 1; in DataChanged()
158 nRows = static_cast<SCSIZE>(aLinkStr.GetTokenCount( '\n' )); in DataChanged()
161 nCols = static_cast<SCSIZE>(aLine.GetTokenCount( '\t' )); in DataChanged()
190 for (SCSIZE nR=0; nR<nRows; nR++) in DataChanged()
193 for (SCSIZE nC=0; nC<nCols; nC++) in DataChanged()
H A Daddincol.cxx1678 static_cast<SCSIZE>(nMaxColCount), in SetResult()
1679 static_cast<SCSIZE>(nRowCount) ); in SetResult()
1687 static_cast<SCSIZE>(nCol), in SetResult()
1691 static_cast<SCSIZE>(nCol), in SetResult()
1721 static_cast<SCSIZE>(nMaxColCount), in SetResult()
1722 static_cast<SCSIZE>(nRowCount) ); in SetResult()
1730 static_cast<SCSIZE>(nCol), in SetResult()
1734 static_cast<SCSIZE>(nCol), in SetResult()
1765 static_cast<SCSIZE>(nRowCount) ); in SetResult()
1773 static_cast<SCSIZE>(nCol), in SetResult()
[all …]
H A Dchartpos.cxx367 SCSIZE nColAdd = bRowHeaders ? 1 : 0; in CreatePositionMap()
368 SCSIZE nRowAdd = bColHeaders ? 1 : 0; in CreatePositionMap()
378 SCSIZE nColCount = 0; in CreatePositionMap()
379 SCSIZE nRowCount = 0; in CreatePositionMap()
440 nColCount = static_cast< SCSIZE >( pCols->Count()); in CreatePositionMap()
445 nRowCount = static_cast< SCSIZE >( pCol->Count()); in CreatePositionMap()
H A Dinterpr4.cxx1454 SCSIZE nJumpCols = 0, nJumpRows = 0; in ConvertMatrixParameters()
1484 SCSIZE nCols, nRows; in ConvertMatrixParameters()
1814 SCSIZE nC, nR; in DoubleRefToPosSingleRef()
1927 SCSIZE nCols, nRows, nC, nR; in GetDouble()
2039 SCSIZE nCols, nRows, nC, nR; in GetString()
2078 SCSIZE nCols, nRows, nC, nR; in GetDoubleOrStringFromMatrix()
2813 SCSIZE nC, nR; in ScMacro()
2869 SCSIZE nC, nR; in ScMacro()
2875 nC = static_cast<SCSIZE>(nCe - nCs + 1); in ScMacro()
2895 for ( SCSIZE j=0; j < nR; j++ ) in ScMacro()
[all …]
/aoo4110/main/sc/source/ui/view/
H A Doutput.cxx204 for (SCSIZE nArrY=1; nArrY+1<nArrCount; nArrY++) in ScOutputData()
300 SCSIZE nArrY; in DrawGrid()
473 SCSIZE nArrYplus1 = nArrY+1; in DrawGrid()
621 for (SCSIZE nRotY=0; nRotY<nArrCount; nRotY++) in FindRotated()
625 for (SCSIZE nArrY=1; nArrY<nArrCount; nArrY++) in FindRotated()
818 SCSIZE nSkip = 0; in DrawBackground()
1092 SCSIZE nSkip = 0; in DrawClear()
1674 SCSIZE nArrY; in GetChangedAreaRegion()
1720 SCSIZE nArrY; in SetChangedClip()
1754 SCSIZE nArrY; in FindChanged()
[all …]
/aoo4110/main/sc/source/core/inc/
H A Dbcaslot.hxx225 inline ScBroadcastAreaSlot* getAreaSlot( SCSIZE nOff ) { return *(ppSlots + nOff); } in getAreaSlot()
246 inline SCSIZE ComputeSlotOffset( const ScAddress& rAddress ) const;
248 SCSIZE& nStart, SCSIZE& nEnd,
249 SCSIZE& nRowBreak ) const;
H A Ddoubleref.hxx51 virtual SCSIZE getVisibleDataCellCount() const = 0;
108 virtual SCSIZE getVisibleDataCellCount() const;
149 virtual SCSIZE getVisibleDataCellCount() const;
/aoo4110/main/sc/source/ui/unoobj/
H A Ddatauno.cxx1114 SCSIZE nCount = 0; // aktive in getFilterFields()
1122 for (SCSIZE i=0; i<nCount; i++) in getFilterFields()
1183 SCSIZE nCount = 0; // aktive in getFilterFields2()
1191 for (SCSIZE i=0; i<nCount; i++) in getFilterFields2()
1257 SCSIZE nCount = static_cast<SCSIZE>(aFilterFields.getLength()); in setFilterFields()
1263 SCSIZE i; in setFilterFields()
1331 SCSIZE nCount = static_cast<SCSIZE>(aFilterFields.getLength()); in setFilterFields2()
1337 SCSIZE i; in setFilterFields2()
1754 SCSIZE nCount = rQueryParam.GetEntryCount(); in GetQueryParam()
1755 for (SCSIZE i=0; i<nCount; i++) in GetQueryParam()
[all …]
/aoo4110/main/sc/source/filter/xml/
H A DXMLDDELinksContext.cxx172 … ScMatrixRef pMatrix = new ScMatrix( static_cast<SCSIZE>(nColumns), static_cast<SCSIZE>(nRows) ); in EndElement()
188 SCSIZE nScCol( static_cast< SCSIZE >( nCol ) ); in EndElement()
189 SCSIZE nScRow( static_cast< SCSIZE >( nRow ) ); in EndElement()
H A DXMLExportDDELinks.cxx104 SCSIZE nuCol; in WriteTable()
105 SCSIZE nuRow; in WriteTable()
130 …const ScMatrixValue* pMatVal = pMatrix->Get( static_cast<SCSIZE>(nColumn), static_cast<SCSIZE>(nRo… in WriteTable()
/aoo4110/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx584 static_cast<SCSIZE>(nDataCol2-nDataCol1+1), static_cast<SCSIZE>(nDataRow2-nDataRow1+1)); in getCellRangeData()
606 SCSIZE nC = nCol - nDataCol1, nR = nRow - nDataRow1; in getCellRangeData()
636 SCSIZE nC = nCol - nCol1, nR = nRow - nRow1; in getCellRangeData()
772 SCSIZE nC = nCol - nCol1, nR = nRow - nRow1; in setCellRangeData()
1384 static_cast<SCSIZE>(nDataCol2-nDataCol1+1), in lcl_convertToTokenArray()
1385 static_cast<SCSIZE>(nDataRow2-nDataRow1+1)); in lcl_convertToTokenArray()
1391 SCSIZE nC = nCol - nCol1, nR = nRow - nRow1; in lcl_convertToTokenArray()
1470 SCSIZE nC = static_cast<SCSIZE>(rRange.aEnd.Col()-rRange.aStart.Col()+1); in lcl_fillEmptyMatrix()
1471 SCSIZE nR = static_cast<SCSIZE>(rRange.aEnd.Row()-rRange.aStart.Row()+1); in lcl_fillEmptyMatrix()
1473 for (SCSIZE i = 0; i < nC; ++i) in lcl_fillEmptyMatrix()
[all …]
/aoo4110/main/sc/source/ui/undo/
H A Dundoblk.cxx200 … aEffRange.aStart.Row(), static_cast<SCSIZE>(aEffRange.aEnd.Row()-aEffRange.aStart.Row()+1)); in DoChange()
203 … aEffRange.aStart.Row(), static_cast<SCSIZE>(aEffRange.aEnd.Row()-aEffRange.aStart.Row()+1)); in DoChange()
212 … aEffRange.aStart.Col(), static_cast<SCSIZE>(aEffRange.aEnd.Col()-aEffRange.aStart.Col()+1)); in DoChange()
215 … aEffRange.aStart.Col(), static_cast<SCSIZE>(aEffRange.aEnd.Col()-aEffRange.aStart.Col()+1)); in DoChange()
410 … aEffRange.aStart.Row(), static_cast<SCSIZE>(aEffRange.aEnd.Row()-aEffRange.aStart.Row()+1)); in DoChange()
413 … aEffRange.aStart.Row(), static_cast<SCSIZE>(aEffRange.aEnd.Row()-aEffRange.aStart.Row()+1)); in DoChange()
422 … aEffRange.aStart.Col(), static_cast<SCSIZE>(aEffRange.aEnd.Col()-aEffRange.aStart.Col()+1)); in DoChange()
425 … aEffRange.aStart.Col(), static_cast<SCSIZE>(aEffRange.aEnd.Col()-aEffRange.aStart.Col()+1)); in DoChange()
687 pDoc->InsertRow( 0,nTab, MAXCOL,nTab, nStart,static_cast<SCSIZE>(nEnd-nStart+1) ); in Undo()
689 …pDoc->InsertCol( 0,nTab, MAXROW,nTab, static_cast<SCCOL>(nStart), static_cast<SCSIZE>(nEnd-nStart+… in Undo()
[all …]
/aoo4110/main/sc/source/ui/inc/
H A Doutput.hxx87 SCSIZE nArrCount; // belegte Zeilen im Info-Block
155 sal_Bool GetMergeOrigin( SCCOL nX, SCROW nY, SCSIZE nArrY,
162 void GetOutputArea( SCCOL nX, SCSIZE nArrY, long nPosX, long nPosY,

Completed in 227 milliseconds

1234