Home
last modified time | relevance | path

Searched refs:GetRepeatRowRange (Results 1 – 9 of 9) sorted by path

/trunk/main/sc/inc/
H A Ddocument.hxx1475 SC_DLLPUBLIC const ScRange* GetRepeatRowRange( SCTAB nTab );
H A Dtable.hxx596 const ScRange* GetRepeatRowRange() const { return pRepeatRowRange; } in GetRepeatRowRange() function in ScTable
/trunk/main/sc/source/core/data/
H A Ddocument.cxx5257 const ScRange* ScDocument::GetRepeatRowRange( SCTAB nTab ) in GetRepeatRowRange() function in ScDocument
5260 return pTab[nTab]->GetRepeatRowRange(); in GetRepeatRowRange()
/trunk/main/sc/source/filter/excel/
H A Dxename.cxx656 if( const ScRange* pRowRange = rDoc.GetRepeatRowRange( nScTab ) ) in CreateBuiltInNames()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx829 if( const ScRange* pRowRange = mpDoc->GetRepeatRowRange( mnTab ) ) in getAccessibleRowHeaders()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1427 const ScRange* pRepeatRow = aDocument.GetRepeatRowRange( nTab ); in AdjustPrintZoom()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx286 const ScRange* pRepeatRowRange = pDoc->GetRepeatRowRange( nCurTab ); in Impl_Reset()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7556 return ( pDoc->GetRepeatRowRange(nTab) != NULL ); in getPrintTitleRows()
7575 if ( !pDoc->GetRepeatRowRange( nTab ) ) // keinen bestehenden Bereich veraendern in setPrintTitleRows()
7599 const ScRange* pRange = pDoc->GetRepeatRowRange(nTab); in getTitleRows()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx971 const ScRange* pRepeatRow = pDoc->GetRepeatRowRange( nPrintTab ); in InitParam()

Completed in 138 milliseconds