Home
last modified time | relevance | path

Searched refs:GetCellCount (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable3.cxx1925 SCSIZE ScTable::GetCellCount(SCCOL nCol) const in GetCellCount() function in ScTable
1927 return aCol[nCol].GetCellCount(); in GetCellCount()
1930 sal_uLong ScTable::GetCellCount() const in GetCellCount() function in ScTable
1935 nCellCount += aCol[nCol].GetCellCount(); in GetCellCount()
1945 if ( aCol[nCol].GetCellCount() ) // GetCellCount ist inline in GetWeightedCount()
1956 if ( aCol[nCol].GetCellCount() ) // GetCellCount ist inline in GetCodeCount()
H A Dtable1.cxx1431 if (aCol[j].GetCellCount() == 0) in ExtendPrintArea()
1552 aCol[nCol].Resize(aCol[nCol].GetCellCount() + nAdd); in DoColResize()
H A Dtable4.cxx702 aCol[nCol].Resize( aCol[nCol].GetCellCount() + nFillCount ); in FillAuto()
1366 aCol[nCol].Resize( aCol[nCol].GetCellCount() + nFillCount ); in FillSeries()
H A Ddocument.cxx5088 sal_uLong ScDocument::GetCellCount() const in GetCellCount() function in ScDocument
5094 nCellCount += pTab[nTab]->GetCellCount(); in GetCellCount()
5099 SCSIZE ScDocument::GetCellCount(SCTAB nTab, SCCOL nCol) const in GetCellCount() function in ScDocument
5104 return pTab[nTab]->GetCellCount(nCol); in GetCellCount()
5208 rDocStat.nCellCount = GetCellCount(); in GetDocStat()
H A Dcolumn.cxx1255 rColumn.Resize( rColumn.GetCellCount() + nBlockCount ); in CopyToClip()
1330 rColumn.Resize( rColumn.GetCellCount() + nBlockCount ); in CopyToColumn()
H A Ddociter.cxx578 SCSIZE nCellCount = mpDoc->GetCellCount(nTab, nCol); in getCurrent()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx215 if (pDest->GetCellCount() == 0)//if the Dest Rang List is empty in CalcScRangeListDifferenceMax()
217 if (pSrc->GetCellCount() > sal_uInt32(nMax))//if the Src Cell count is greater then nMax in CalcScRangeListDifferenceMax()
546 int nNewMarkCount = mpMarkedRanges->GetCellCount(); in Notify()
1217 nResult = mpMarkedRanges->GetCellCount(); in getSelectedAccessibleChildCount()
1258 (mpMarkedRanges->GetCellCount() <= static_cast<sal_uInt32>(nSelectedChildIndex))) in getSelectedAccessibleChild()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx335 #define DBG_FRAME_CHECK_INDEX( index, funcname ) DBG_FRAME_CHECK( (index) < GetCellCount(), …
385 size_t Array::GetCellCount() const in GetCellCount() function in svx::frame::Array
937 aNewCells.reserve( GetCellCount() ); in MirrorSelfX()
971 aNewCells.reserve( GetCellCount() ); in MirrorSelfY()
/trunk/main/sc/inc/
H A Drangelst.hxx68 sal_uLong GetCellCount() const;
H A Dtable.hxx212 SCSIZE GetCellCount(SCCOL nCol) const;
213 sal_uLong GetCellCount() const;
H A Dcolumn.hxx251 SCSIZE GetCellCount() const { return nCount; } in GetCellCount() function in ScColumn
H A Ddocument.hxx458 SC_DLLPUBLIC sal_uLong GetCellCount() const; // alle Zellen
459 SCSIZE GetCellCount(SCTAB nTab, SCCOL nCol) const;
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx179 size_t GetCellCount() const;
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx538 sal_uInt16 GetCellCount() const;
H A Dxichart.hxx422 sal_uInt16 GetCellCount() const;
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx329 sal_uLong ScRangeList::GetCellCount() const in GetCellCount() function in ScRangeList
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx817 sal_Int32 nCellCount(pDoc ? pDoc->GetCellCount() : 0); in _ExportMeta()
1644 sal_Int32 nCellCount(pDoc ? pDoc->GetCellCount() : 0); in _ExportContent()
1865 sal_Int32 nCellCount(pDoc ? pDoc->GetCellCount() : 0); in _ExportStyles()
2446 sal_Int32 nCellCount(pDoc ? pDoc->GetCellCount() : 0); in _ExportAutoStyles()
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1093 return GetXclCol() + GetCellCount() - 1; in GetLastXclCol()
1218 sal_uInt16 XclExpMultiCellBase::GetCellCount() const in GetCellCount() function in XclExpMultiCellBase
H A Dxichart.cxx790 sal_uInt16 XclImpChSourceLink::GetCellCount() const in GetCellCount() function in XclImpChSourceLink
2004 …for( sal_uInt16 nPointIdx = 0, nPointCount = mxValueLink->GetCellCount(); nPointIdx < nPointCount;… in CreateDataSeries()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx4065 nReplaced = pUndoDoc->GetCellCount(); in replaceAll()

Completed in 202 milliseconds