Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Ddocument.hxx1474 SC_DLLPUBLIC const ScRange* GetRepeatColRange( SCTAB nTab );
H A Dtable.hxx595 const ScRange* GetRepeatColRange() const { return pRepeatColRange; } in GetRepeatColRange() function in ScTable
/trunk/main/sc/source/core/data/
H A Ddocument.cxx5248 const ScRange* ScDocument::GetRepeatColRange( SCTAB nTab ) in GetRepeatColRange() function in ScDocument
5251 return pTab[nTab]->GetRepeatColRange(); in GetRepeatColRange()
/trunk/main/sc/source/filter/excel/
H A Dxename.cxx651 if( const ScRange* pColRange = rDoc.GetRepeatColRange( nScTab ) ) in CreateBuiltInNames()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx848 if( const ScRange* pColRange = mpDoc->GetRepeatColRange( mnTab ) ) in getAccessibleColumnHeaders()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1426 const ScRange* pRepeatCol = aDocument.GetRepeatColRange( nTab ); in AdjustPrintZoom()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx285 const ScRange* pRepeatColRange = pDoc->GetRepeatColRange( nCurTab ); in Impl_Reset()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7475 return ( pDoc->GetRepeatColRange(nTab) != NULL ); in getPrintTitleColumns()
7494 if ( !pDoc->GetRepeatColRange( nTab ) ) // keinen bestehenden Bereich veraendern in setPrintTitleColumns()
7518 const ScRange* pRange = pDoc->GetRepeatColRange(nTab); in getTitleColumns()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx970 const ScRange* pRepeatCol = pDoc->GetRepeatColRange( nPrintTab ); in InitParam()

Completed in 215 milliseconds