/aoo41x/main/sc/source/core/data/ |
H A D | table3.cxx | 1925 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 D | table1.cxx | 1431 if (aCol[j].GetCellCount() == 0) in ExtendPrintArea() 1552 aCol[nCol].Resize(aCol[nCol].GetCellCount() + nAdd); in DoColResize()
|
H A D | table4.cxx | 702 aCol[nCol].Resize( aCol[nCol].GetCellCount() + nFillCount ); in FillAuto() 1366 aCol[nCol].Resize( aCol[nCol].GetCellCount() + nFillCount ); in FillSeries()
|
H A D | document.cxx | 5088 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 D | column.cxx | 1255 rColumn.Resize( rColumn.GetCellCount() + nBlockCount ); in CopyToClip() 1330 rColumn.Resize( rColumn.GetCellCount() + nBlockCount ); in CopyToColumn()
|
H A D | dociter.cxx | 578 SCSIZE nCellCount = mpDoc->GetCellCount(nTab, nCol); in getCurrent()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 215 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()
|
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 335 #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()
|
/aoo41x/main/sc/inc/ |
H A D | rangelst.hxx | 68 sal_uLong GetCellCount() const;
|
H A D | table.hxx | 212 SCSIZE GetCellCount(SCCOL nCol) const; 213 sal_uLong GetCellCount() const;
|
H A D | column.hxx | 251 SCSIZE GetCellCount() const { return nCount; } in GetCellCount() function in ScColumn
|
H A D | document.hxx | 458 SC_DLLPUBLIC sal_uLong GetCellCount() const; // alle Zellen 459 SCSIZE GetCellCount(SCTAB nTab, SCCOL nCol) const;
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 179 size_t GetCellCount() const;
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xetable.hxx | 538 sal_uInt16 GetCellCount() const;
|
H A D | xichart.hxx | 422 sal_uInt16 GetCellCount() const;
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangelst.cxx | 329 sal_uLong ScRangeList::GetCellCount() const in GetCellCount() function in ScRangeList
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 817 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 1093 return GetXclCol() + GetCellCount() - 1; in GetLastXclCol() 1218 sal_uInt16 XclExpMultiCellBase::GetCellCount() const in GetCellCount() function in XclExpMultiCellBase
|
H A D | xichart.cxx | 790 sal_uInt16 XclImpChSourceLink::GetCellCount() const in GetCellCount() function in XclImpChSourceLink 2004 …for( sal_uInt16 nPointIdx = 0, nPointCount = mxValueLink->GetCellCount(); nPointIdx < nPointCount;… in CreateDataSeries()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 4065 nReplaced = pUndoDoc->GetCellCount(); in replaceAll()
|