Searched refs:bAbove (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 346 …2DPolygon& rCandidate, const B2DPoint& rPointA, const B2DPoint& rPointB, bool bAbove, bool bStroke) in clipPolygonOnEdge() argument 366 aRetval = clipPolygonOnParallelAxis(aCandidate, true, bAbove, 0.0, bStroke); in clipPolygonOnEdge() 379 …lyPolygon& rCandidate, const B2DPoint& rPointA, const B2DPoint& rPointB, bool bAbove, bool bStroke) in clipPolyPolygonOnEdge() argument 399 aRetval = clipPolyPolygonOnParallelAxis(aCandidate, true, bAbove, 0.0, bStroke); in clipPolyPolygonOnEdge()
|
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygonclipper.hxx | 58 …yPolygon& rCandidate, const B2DPoint& rPointA, const B2DPoint& rPointB, bool bAbove, bool bStroke); 59 …DPolygon& rCandidate, const B2DPoint& rPointA, const B2DPoint& rPointB, bool bAbove, bool bStroke);
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | fmtatr2.cxx | 531 sal_Bool bAbove = !nPosition; in QueryValue() local 532 rVal.setValue(&bAbove, ::getBooleanCppuType()); in QueryValue() 569 sal_Bool bAbove = *(sal_Bool*)rVal.getValue(); in PutValue() local 570 nPosition = bAbove ? 0 : 1; in PutValue()
|
/aoo41x/main/svx/source/dialog/ |
H A D | rubydialog.cxx | 660 sal_Bool bAbove = !pBox->GetSelectEntryPos(); in IMPL_LINK() local 670 pProps[nProp].Value.setValue(&bAbove, rType); in IMPL_LINK() 889 sal_Bool bAbove = rParentDlg.aPositionLB.GetSelectEntryPos() != 1; in Paint() local 890 if(!bAbove) in Paint()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | ViewShellManager.cxx | 131 void SetFormShell (const ViewShell* pViewShell, FmFormShell* pFormShell, bool bAbove); 327 bool bAbove) in SetFormShell() argument 330 mpImpl->SetFormShell(pParentShell,pFormShell,bAbove); in SetFormShell()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | ViewShellManager.hxx | 121 void SetFormShell (const ViewShell* pParentShell, FmFormShell* pFormShell, bool bAbove);
|
Completed in 32 milliseconds