Searched refs:GetCellArea (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 158 pSrcDoc->GetCellArea( nSrcTab, nLastCol, nLastRow ); in PasteDataFormat() 564 pInsDoc->GetCellArea( nSrcTab, nLastCol, nLastRow ); in PasteDataFormat()
|
H A D | dbfunc3.cxx | 2191 pInsDoc->GetCellArea( nNewTab, nEndCol, nEndRow ); in ShowDataPilotSourceData()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen4.cxx | 1009 GetCellArea( nThisTab, nThisEndCol, nThisEndRow ); in CompareDocument() 1010 rOtherDoc.GetCellArea( nOtherTab, nOtherEndCol, nOtherEndRow ); in CompareDocument()
|
H A D | table1.cxx | 401 sal_Bool ScTable::GetCellArea( SCCOL& rEndCol, SCROW& rEndRow ) const in GetCellArea() function in ScTable
|
H A D | document.cxx | 651 sal_Bool ScDocument::GetCellArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const in GetCellArea() function in ScDocument 655 return pTab[nTab]->GetCellArea( rEndCol, rEndRow ); in GetCellArea()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 1478 aDocument.GetCellArea( nTab, nEndCol, nEndRow ); in ConvertFrom() 1742 aDocument.GetCellArea( nTab, nEndCol, nEndRow ); in AsciiSave() 2333 aDocument.GetCellArea( 0, nEndCol, nEndRow ); in ConvertTo()
|
H A D | docsh8.cxx | 714 aDocument.GetCellArea( nTab, nLastCol, nLastRow ); in DBaseExport()
|
H A D | impex.cxx | 1964 pImportDoc->GetCellArea( nTab, nEndCol, nEndRow ); in Dif2Doc()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 416 sal_Bool GetCellArea( SCCOL& rEndCol, SCROW& rEndRow ) const; // sal_False = leer
|
H A D | document.hxx | 969 SC_DLLPUBLIC sal_Bool GetCellArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow ) const;
|
Completed in 116 milliseconds