Home
last modified time | relevance | path

Searched refs:bRetval (Results 1 – 25 of 27) sorted by path

12

/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx407 bool bRetval(false); in isInside() local
433 bRetval = !bRetval; in isInside()
445 bRetval = !bRetval; in isInside()
452 return bRetval; in isInside()
2758 bRetval = true; in expandToCurveInPoint()
2773 bRetval = true; in expandToCurveInPoint()
2778 return bRetval; in expandToCurveInPoint()
2820 bRetval = true; in setContinuityInPoint()
2836 bRetval = true; in setContinuityInPoint()
2935 bRetval = true; in setContinuityInPoint()
[all …]
H A Db2dpolypolygon.cxx347 bool bRetval(true); in isClosed() local
351 for(sal_uInt32 a(0L); bRetval && a < mpPolyPolygon->count(); a++) in isClosed()
355 bRetval = false; in isClosed()
359 return bRetval; in isClosed()
378 bool bRetval(false); in hasDoublePoints() local
380 for(sal_uInt32 a(0L); !bRetval && a < mpPolyPolygon->count(); a++) in hasDoublePoints()
384 bRetval = true; in hasDoublePoints()
388 return bRetval; in hasDoublePoints()
H A Db2dtrapezoid.cxx360 bool bRetval(false); in testAndCorrectEdgeIntersection() local
363 bRetval = splitEdgeAtGivenPoint(aEdgeA, *pNewPoint, aCurrent); in testAndCorrectEdgeIntersection()
364 bRetval |= splitEdgeAtGivenPoint(aEdgeB, *pNewPoint, aCurrent); in testAndCorrectEdgeIntersection()
366 if(bRetval) in testAndCorrectEdgeIntersection()
375 return bRetval; in testAndCorrectEdgeIntersection()
H A Db3dpolygontools.cxx874 bool bRetval(false); in isInside() local
911 bRetval = !bRetval; in isInside()
923 bRetval = !bRetval; in isInside()
952 bRetval = !bRetval; in isInside()
964 bRetval = !bRetval; in isInside()
993 bRetval = !bRetval; in isInside()
1005 bRetval = !bRetval; in isInside()
1014 return bRetval; in isInside()
H A Db3dpolypolygon.cxx386 bool bRetval(true); in isClosed() local
390 for(sal_uInt32 a(0L); bRetval && a < mpPolyPolygon->count(); a++) in isClosed()
394 bRetval = false; in isClosed()
398 return bRetval; in isClosed()
414 bool bRetval(false); in hasDoublePoints() local
416 for(sal_uInt32 a(0L); !bRetval && a < mpPolyPolygon->count(); a++) in hasDoublePoints()
420 bRetval = true; in hasDoublePoints()
424 return bRetval; in hasDoublePoints()
/trunk/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx311 bool bRetval(getControlModel().is() == rCompare.getControlModel().is()); in operator ==() local
313 if(bRetval && getControlModel().is()) in operator ==()
316 bRetval = (getControlModel() == rCompare.getControlModel()); in operator ==()
319 if(bRetval) in operator ==()
322 bRetval = (getXControl().is() == rCompare.getXControl().is()); in operator ==()
325 if(bRetval && getXControl().is()) in operator ==()
328 bRetval = (getXControl() == rCompare.getXControl()); in operator ==()
331 return bRetval; in operator ==()
/trunk/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx119 bool bRetval(false); in checkFillHitWithTolerance() local
142 bRetval = true; in checkFillHitWithTolerance()
146 if(!bRetval && basegfx::tools::isInside( in checkFillHitWithTolerance()
151 bRetval = true; in checkFillHitWithTolerance()
155 return bRetval; in checkFillHitWithTolerance()
H A Dvclmetafileprocessor2d.cxx136 bool bRetval(false); in fillPolyPolygonNeededToBeSplit() local
221 return bRetval; in fillPolyPolygonNeededToBeSplit()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1875 gboolean bRetval = sal_False; in case_insensitive_filter() local
1890 bRetval = sal_True; in case_insensitive_filter()
1894 filter_info->uri, pExtn, pFilter, bRetval ); in case_insensitive_filter()
1897 return bRetval; in case_insensitive_filter()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx1038 return bRetval; in importXML()
1082 return bRetval; in exportXML()
1129 return bRetval; in importXML()
1148 return bRetval; in exportXML()
1205 return bRetval; in importXML()
1252 return bRetval; in exportXML()
1288 return bRetval; in importXML()
1313 return bRetval; in exportXML()
1349 return bRetval; in importXML()
1374 return bRetval; in exportXML()
[all …]
/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx170 bool bRetval(false); in allowChange() local
193 bRetval = true; in allowChange()
263 return bRetval; in allowChange()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx475 sal_Bool bRetval = sal_False; in Paste() local
518 bRetval = SdrView::Paste(rMod, rPos, pLst, nOptions); in Paste()
522 return bRetval; in Paste()
528 sal_Bool bRetval(sal_False); in ImpCloneAll3DObjectsToDestScene() local
623 bRetval = sal_True; in ImpCloneAll3DObjectsToDestScene()
633 return bRetval; in ImpCloneAll3DObjectsToDestScene()
646 sal_Bool bRetval(sal_True); in IsConvertTo3DObjPossible() local
657 bRetval = !bAny3D in IsConvertTo3DObjPossible()
662 return bRetval; in IsConvertTo3DObjPossible()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrmediaobj.cxx63 bool bRetval(true); in hasPreferredSize() local
65 for(sal_uInt32 a(0); bRetval && a < nCount; a++) in hasPreferredSize()
71 bRetval = false; in hasPreferredSize()
75 return bRetval; in hasPreferredSize()
H A Dviewobjectcontactofgraphic.cxx86 bool bRetval(false); in impPrepareGraphicWithAsynchroniousLoading() local
145 bRetval = true; in impPrepareGraphicWithAsynchroniousLoading()
161 return bRetval; in impPrepareGraphicWithAsynchroniousLoading()
168 bool bRetval(false); in impPrepareGraphicWithSynchroniousLoading() local
197 bRetval = true; in impPrepareGraphicWithSynchroniousLoading()
201 return bRetval; in impPrepareGraphicWithSynchroniousLoading()
/trunk/main/svx/source/svdraw/
H A Dsdrundomanager.cxx44 sal_Bool bRetval(sal_False); in Undo() local
50 bRetval = EditUndoManager::Undo(); in Undo()
60 return bRetval; in Undo()
71 sal_Bool bRetval(sal_False); in Redo() local
76 bRetval = EditUndoManager::Redo(); in Redo()
79 if(!bRetval) in Redo()
82 bRetval = SfxUndoManager::Redo(); in Redo()
85 return bRetval; in Redo()
H A Dsvddrgmt.cxx2705 bool bRetval(false); in BeginSdrDrag() local
2762 bRetval = bHit; in BeginSdrDrag()
2769 return bRetval; in BeginSdrDrag()
3710 bool bRetval(SdrDragObjOwn::BeginSdrDrag()); in BeginSdrDrag() local
3715 bRetval = false; in BeginSdrDrag()
3718 return bRetval; in BeginSdrDrag()
H A Dsvdetc.cxx500 FASTBOOL bRetval(sal_False); in GetDraftFillColor() local
507 bRetval = sal_True; in GetDraftFillColor()
525 bRetval = sal_True; in GetDraftFillColor()
535 bRetval = sal_True; in GetDraftFillColor()
576 bRetval = sal_True; in GetDraftFillColor()
589 return bRetval; in GetDraftFillColor()
H A Dsvdmrkv.cxx378 sal_Bool bRetval(sal_False); in EndMarkObj() local
387 bRetval = sal_True; in EndMarkObj()
394 return bRetval; in EndMarkObj()
443 sal_Bool bRetval(sal_False); in EndMarkPoints() local
453 bRetval = sal_True; in EndMarkPoints()
460 return bRetval; in EndMarkPoints()
509 sal_Bool bRetval(sal_False); in EndMarkGluePoints() local
519 bRetval = sal_True; in EndMarkGluePoints()
526 return bRetval; in EndMarkGluePoints()
H A Dsvdoashp.cxx3502 bool bRetval(false); in doConstructOrthogonal() local
3511 bRetval = true; in doConstructOrthogonal()
3515 bRetval = true; in doConstructOrthogonal()
3519 bRetval = true; in doConstructOrthogonal()
3523 bRetval = true; in doConstructOrthogonal()
3527 bRetval = true; in doConstructOrthogonal()
3530 return bRetval; in doConstructOrthogonal()
H A Dsvdopath.cxx2180 bool bRetval(aDragAndCreate.beginPathDrag(rDrag)); in applySpecialDrag() local
2182 if(bRetval) in applySpecialDrag()
2184 bRetval = aDragAndCreate.movePathDrag(rDrag); in applySpecialDrag()
2187 if(bRetval) in applySpecialDrag()
2189 bRetval = aDragAndCreate.endPathDrag(rDrag); in applySpecialDrag()
2192 if(bRetval) in applySpecialDrag()
2197 return bRetval; in applySpecialDrag()
2257 FASTBOOL bRetval(impGetDAC().EndCreate(rStat, eCmd)); in EndCreate() local
2259 if(bRetval && mpDAC) in EndCreate()
2299 return bRetval; in EndCreate()
H A Dsvdpoev.cxx439 bool bRetval(false); in IsRipUpAtMarkedPointsPossible() local
464 bRetval = pMarkedPathObject->IsClosedObj(); // #i76617# aPathPolygon.isClosed(); in IsRipUpAtMarkedPointsPossible()
466 for(sal_uInt32 b(0); !bRetval && b < pSelectedPoints->GetCount(); b++) in IsRipUpAtMarkedPointsPossible()
470 bRetval = (nMarkedPointNum > 0 && nMarkedPointNum < nPointCount - 1); in IsRipUpAtMarkedPointsPossible()
478 return bRetval; in IsRipUpAtMarkedPointsPossible()
483 bool bRetval(false); in IsOpenCloseMarkedObjectsPossible() local
498 for(sal_uInt16 b(0); !bRetval && b < nPolygonCount; b++) in IsOpenCloseMarkedObjectsPossible()
503 bRetval = (nPointCount >= 3); in IsOpenCloseMarkedObjectsPossible()
508 return bRetval; in IsOpenCloseMarkedObjectsPossible()
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx988 sal_Bool bRetval = sal_False; in CalcFocalLength() local
995 bRetval = sal_True; in CalcFocalLength()
1007 return bRetval; in CalcFocalLength()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx942 bool bRetval(false); in Scale() local
960 bRetval = false; in Scale()
965 bRetval = ImplScaleFast( rScaleX, rScaleY ); in Scale()
970 bRetval = ImplScaleInterpolate( rScaleX, rScaleY ); in Scale()
978 bRetval = ImplScaleFast( rScaleX, rScaleY ); in Scale()
983 bRetval = ImplScaleSuper( rScaleX, rScaleY ); in Scale()
991 bRetval = ImplScaleConvolution( rScaleX, rScaleY, kernel); in Scale()
998 bRetval = ImplScaleConvolution( rScaleX, rScaleY, kernel ); in Scale()
1005 bRetval = ImplScaleConvolution( rScaleX, rScaleY, kernel ); in Scale()
1018 if(bRetval && nStartCount != GetBitCount()) in Scale()
[all …]
H A Ddibtools.cxx1482 if(bRetval) in ReadDIBBitmapEx()
1493 if(bRetval) in ReadDIBBitmapEx()
1498 bRetval = !rIStm.GetError(); in ReadDIBBitmapEx()
1500 if(bRetval) in ReadDIBBitmapEx()
1506 bRetval = ImplReadDIB(aMask, 0, rIStm, true); in ReadDIBBitmapEx()
1508 if(bRetval) in ReadDIBBitmapEx()
1533 bRetval = !rIStm.GetError(); in ReadDIBBitmapEx()
1535 if(bRetval) in ReadDIBBitmapEx()
1543 if(!bRetval) in ReadDIBBitmapEx()
1548 bRetval = true; in ReadDIBBitmapEx()
[all …]
/trunk/main/xmloff/source/chart/
H A DXMLTextOrientationHdl.cxx42 sal_Bool bRetval( sal_False ); in importXML() local
47 bRetval = sal_True; in importXML()
52 bRetval = sal_True; in importXML()
55 return bRetval; in importXML()
64 sal_Bool bRetval( sal_False ); in exportXML() local
72 bRetval = sal_True; in exportXML()
75 return bRetval; in exportXML()

Completed in 221 milliseconds

12