Searched refs:GetTableArea (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sc/source/filter/dif/ |
H A D | difexp.cxx | 50 pDoc->GetTableArea( rOutPos.Tab(), nEndCol, nEndRow ); in ScExportDif()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawvie4.cxx | 278 pDoc->GetTableArea( nTab, nEndCol, nEndRow ); in CalcNormScale()
|
H A D | gridwin3.cxx | 264 pDoc->GetTableArea( nTab, nEndCol, nEndRow ); in GetDrawMapMode()
|
H A D | tabview4.cxx | 413 pDoc->GetTableArea( nTab, nUsedX, nUsedY ); //! cachen !!!!!!!!!!!!!!! in UpdateScrollBars()
|
H A D | drawview.cxx | 382 pDoc->GetTableArea( nTab, nEndCol, nEndRow ); in RecalcScale()
|
H A D | viewdata.cxx | 2195 pDoc->GetTableArea( nTabNo, nEndCol, nDummy ); in CalcPPT()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cursuno.cxx | 293 if (!pDocSh->GetDocument()->GetTableArea( nTab, nUsedX, nUsedY )) in gotoEndOfUsedArea()
|
H A D | cellsuno.cxx | 2970 if (!pDocShell->GetDocument()->GetTableArea( nTab, nEndX, nEndY )) in CreateMemChart_Impl()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 97 rDoc.GetTableArea( nScTab, nLastUsedScCol, nLastUsedScRow ); in Initialize()
|
H A D | xetable.cxx | 2325 rDoc.GetTableArea( nScTab, nLastUsedScCol, nLastUsedScRow ); in XclExpCellTable()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 417 sal_Bool GetTableArea( SCCOL& rEndCol, SCROW& rEndRow ) const;
|
H A D | document.hxx | 970 SC_DLLPUBLIC sal_Bool GetTableArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
|
/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 421 sal_Bool ScTable::GetTableArea( SCCOL& rEndCol, SCROW& rEndRow ) const in GetTableArea() function in ScTable
|
H A D | document.cxx | 663 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 174 milliseconds