Searched refs:bSetHor (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 715 sal_Bool ScDrawLayer::GetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const in GetPrintArea() argument 734 if (!bSetHor) in GetPrintArea() 776 if ( !bSetHor && ( aObjRect.Right() < nStartX || aObjRect.Left() > nEndX ) ) in GetPrintArea() 783 if (bSetHor) in GetPrintArea() 811 if (bSetHor) in GetPrintArea() 842 if (bSetHor) in GetPrintArea()
|
H A D | documen9.cxx | 289 sal_Bool ScDocument::DrawGetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const in DrawGetPrintArea() argument 291 return pDrawLayer->GetPrintArea( rRange, bSetHor, bSetVer ); in DrawGetPrintArea()
|
/trunk/main/sc/inc/ |
H A D | drwlayer.hxx | 143 sal_Bool GetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) const;
|
H A D | document.hxx | 1885 …SC_DLLPUBLIC sal_Bool DrawGetPrintArea( ScRange& rRange, sal_Bool bSetHor, sal_Bool bSetVer ) cons…
|
Completed in 43 milliseconds