Home
last modified time | relevance | path

Searched refs:GetTableArea (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx50 pDoc->GetTableArea( rOutPos.Tab(), nEndCol, nEndRow ); in ScExportDif()
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx278 pDoc->GetTableArea( nTab, nEndCol, nEndRow ); in CalcNormScale()
H A Dgridwin3.cxx264 pDoc->GetTableArea( nTab, nEndCol, nEndRow ); in GetDrawMapMode()
H A Dtabview4.cxx413 pDoc->GetTableArea( nTab, nUsedX, nUsedY ); //! cachen !!!!!!!!!!!!!!! in UpdateScrollBars()
H A Ddrawview.cxx382 pDoc->GetTableArea( nTab, nEndCol, nEndRow ); in RecalcScale()
H A Dviewdata.cxx2195 pDoc->GetTableArea( nTabNo, nEndCol, nDummy ); in CalcPPT()
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx293 if (!pDocSh->GetDocument()->GetTableArea( nTab, nUsedX, nUsedY )) in gotoEndOfUsedArea()
H A Dcellsuno.cxx2970 if (!pDocShell->GetDocument()->GetTableArea( nTab, nEndX, nEndY )) in CreateMemChart_Impl()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx97 rDoc.GetTableArea( nScTab, nLastUsedScCol, nLastUsedScRow ); in Initialize()
H A Dxetable.cxx2325 rDoc.GetTableArea( nScTab, nLastUsedScCol, nLastUsedScRow ); in XclExpCellTable()
/trunk/main/sc/inc/
H A Dtable.hxx417 sal_Bool GetTableArea( SCCOL& rEndCol, SCROW& rEndRow ) const;
H A Ddocument.hxx970 SC_DLLPUBLIC sal_Bool GetTableArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
/trunk/main/sc/source/core/data/
H A Dtable1.cxx421 sal_Bool ScTable::GetTableArea( SCCOL& rEndCol, SCROW& rEndRow ) const in GetTableArea() function in ScTable
H A Ddocument.cxx663 sal_Bool ScDocument::GetTableArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetTableArea() function in ScDocument
667 return pTab[nTab]->GetTableArea( rEndCol, rEndRow ); in GetTableArea()

Completed in 187 milliseconds