Home
last modified time | relevance | path

Searched refs:bNegativePage (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx104 sal_Bool bNegativePage = GetViewData()->GetDocument()->IsNegativePage( GetViewData()->GetTabNo() ); in PasteDraw() local
115 if ( bNegativePage ) in PasteDraw()
H A Dtabvwsh4.cxx482 sal_Bool bNegativePage = pDoc->IsNegativePage( nTab ); in QueryObjAreaPixel() local
485 if ( bNegativePage ) in QueryObjAreaPixel()
1635 sal_Bool bNegativePage = pDoc->IsNegativePage( nVisTab ); in Construct() local
1637 GetViewData()->SetScreenPos( bNegativePage ? aVisArea.TopRight() : aVisArea.TopLeft() ); in Construct()
H A Dgridwin3.cxx249 sal_Bool bNegativePage = pDoc->IsNegativePage( nTab ); in GetDrawMapMode() local
277 if ( bNegativePage ) in GetDrawMapMode()
337 sal_Bool bNegativePage = pViewData->GetDocument()->IsNegativePage( pViewData->GetTabNo() ); in CreateAnchorHandle() local
340 rHdl.AddHdl(new SdrHdl(aPos, bNegativePage ? HDL_ANCHOR_TR : HDL_ANCHOR)); in CreateAnchorHandle()
H A Ddrawview.cxx157 sal_Bool bNegativePage = pDoc->IsNegativePage( nTab ); in AddCustomHdl() local
170 if (bNegativePage) in AddCustomHdl()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1941 sal_Bool bNegativePage = aDocument.IsNegativePage( aDocument.GetVisibleTab() ); in GetVisArea() local
1942 if ( bNegativePage ) in GetVisArea()
H A Ddocsh6.cxx86 sal_Bool bNegativePage = aDocument.IsNegativePage( aDocument.GetVisibleTab() ); in SetVisAreaOrSize() local
95 if ( ( bNegativePage ? (aArea.Right() > 0) : (aArea.Left() < 0) ) || aArea.Top() < 0 ) in SetVisAreaOrSize()
102 if ( bNegativePage ) in SetVisAreaOrSize()
118 if ( bNegativePage ) in SetVisAreaOrSize()
202 sal_Bool bNegativePage = aDocument.IsNegativePage( nTab ); in UpdateOle() local
206 if (bNegativePage) in UpdateOle()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3215 sal_Bool bNegativePage(pDoc->IsNegativePage(rMyCell.aCellAddress.Sheet)); in WriteShapes() local
3216 if (bNegativePage) in WriteShapes()
3227 if (bNegativePage) in WriteShapes()
3237 if (bNegativePage) in WriteShapes()
3245 if (bNegativePage) in WriteShapes()
H A DXMLTableShapeResizer.cxx135 sal_Bool bNegativePage(pDoc->IsNegativePage(rEndCell.Sheet)); in GetNewShapeSizePos() local
136 if (bNegativePage) in GetNewShapeSizePos()
144 if (bNegativePage) in GetNewShapeSizePos()
150 if (bNegativePage) in GetNewShapeSizePos()
163 if (bNegativePage) in GetNewShapeSizePos()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx509 sal_Bool bNegativePage = pDoc->IsNegativePage( nTab ); in InsertArrow() local
510 long nPageSign = bNegativePage ? -1 : 1; in InsertArrow()
578 sal_Bool bNegativePage = pDoc->IsNegativePage( nTab ); in InsertToOtherTab() local
579 long nPageSign = bNegativePage ? -1 : 1; in InsertToOtherTab()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx591 if ( bNegativePage ) in RecalcPos()
617 if ( bNegativePage ) in RecalcPos()
651 if ( bNegativePage ) in RecalcPos()
692 if ( bNegativePage ) in RecalcPos()
703 if ( bNegativePage ) in RecalcPos()
757 if ( bNegativePage ) in GetPrintArea()
800 if ( bNegativePage ) in GetPrintArea()
1062 if ( bNegativePage ) in MoveArea()
1110 if ( bNegativePage ) in WidthChanged()
1152 if ( bNegativePage ) in HeightChanged()
[all …]
H A Ddocumen3.cxx1791 sal_Bool bNegativePage = IsNegativePage( nVisibleTab ); in SnapVisArea() local
1792 if ( bNegativePage ) in SnapVisArea()
1805 if ( bNegativePage ) in SnapVisArea()
/trunk/main/sc/inc/
H A Ddrwlayer.hxx112 …void RecalcPos( SdrObject* pObj, const ScDrawObjData& rData, bool bNegativePage, bool b…

Completed in 100 milliseconds