Searched refs:GetPrintArea (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/sc/source/filter/rtf/ |
H A D | expbase.cxx | 66 pDoc->GetPrintArea( nTab, nEndCol, nEndRow, sal_True ); in GetDataArea()
|
/aoo4110/main/sc/source/filter/lotus/ |
H A D | expop.cxx | 94 pD->GetPrintArea( 0, nEndCol, nEndRow ); in Dimensions()
|
/aoo4110/main/sc/inc/ |
H A D | drwlayer.hxx | 143 sal_Bool GetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const;
|
H A D | table.hxx | 418 sal_Bool GetPrintArea( SCCOL& rEndCol, SCROW& rEndRow, sal_Bool bNotes ) const;
|
H A D | document.hxx | 971 SC_DLLPUBLIC sal_Bool GetPrintArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow,
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen2.cxx | 650 sal_Bool ScDocument::GetPrintArea( SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow, in GetPrintArea() function in ScDocument 655 sal_Bool bAny = pTab[nTab]->GetPrintArea( rEndCol, rEndRow, bNotes ); in GetPrintArea()
|
H A D | table1.cxx | 426 bRet = GetPrintArea( ((ScTable*)this)->nTableAreaX, in GetTableArea() 475 sal_Bool ScTable::GetPrintArea( SCCOL& rEndCol, SCROW& rEndRow, sal_Bool bNotes ) const in GetPrintArea() function in ScTable
|
H A D | documen9.cxx | 262 return pDrawLayer->GetPrintArea( rRange, bSetHor, bSetVer ); in DrawGetPrintArea()
|
H A D | drwlayer.cxx | 715 sal_Bool ScDrawLayer::GetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const in GetPrintArea() function in ScDrawLayer
|
/aoo4110/main/sc/source/ui/app/ |
H A D | transobj.cxx | 92 if( pDoc->GetPrintArea( nTab, nLastCol, nLastRow ) ) in GetAreaSize()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | printfun.cxx | 683 if (!pDoc->GetPrintArea( nPrintTab, nEndCol, nEndRow, bNotes )) in AdjustPrintArea() 714 bFound = pDoc->GetPrintArea( nPrintTab, nEndCol, nEndRow, bNotes ); in AdjustPrintArea()
|
H A D | tabview3.cxx | 1162 pDoc->GetPrintArea( nTab, nUsedX, nUsedY ); // Ende holen in MoveCursorEnd()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 654 GetDoc().GetPrintArea( nScTab, nDocCol2, nDocRow2, false ); in XclExpPivotCache()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 1962 aDocument.GetPrintArea( nVisTab, nEndCol, nEndRow ); in GetVisArea()
|
Completed in 115 milliseconds