Home
last modified time | relevance | path

Searched refs:GetNextDifferentChangedRow (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/inc/
H A Ddocument.hxx1429 …SCROW GetNextDifferentChangedRow( SCTAB nTab, SCROW nStart, bool bCareManualSize = true)…
/AOO42X/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2574 …nRow = pDoc->GetNextDifferentChangedRow(sal::static_int_cast<SCTAB>(nTable), static_cast<SCROW>(nR… in _ExportAutoStyles()
/AOO42X/main/sc/source/core/data/
H A Ddocument.cxx3806 SCROW ScDocument::GetNextDifferentChangedRow( SCTAB nTab, SCROW nStart, bool bCareManualSize) const in GetNextDifferentChangedRow() function in ScDocument