/trunk/main/sc/source/filter/xml/ |
H A D | xmlstyle.cxx | 1038 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/svx/source/svdraw/ |
H A D | sdrundomanager.cxx | 44 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 D | svdpoev.cxx | 439 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()
|
H A D | svdetc.cxx | 500 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 D | svdmrkv.cxx | 378 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 D | svdopath.cxx | 2180 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 D | svdoashp.cxx | 3502 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 D | svddrgmt.cxx | 2705 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()
|
/trunk/main/xmloff/source/chart/ |
H A D | XMLTextOrientationHdl.cxx | 42 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()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | controlprimitive2d.cxx | 311 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/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 874 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 D | b2dpolypolygon.cxx | 347 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 D | b3dpolypolygon.cxx | 386 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()
|
H A D | b2dpolygontools.cxx | 407 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 D | b2dtrapezoid.cxx | 360 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()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofgraphic.cxx | 86 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()
|
H A D | viewcontactofsdrmediaobj.cxx | 63 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()
|
/trunk/main/vcl/source/gdi/ |
H A D | dibtools.cxx | 1482 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 …]
|
H A D | bitmap3.cxx | 942 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 …]
|
/trunk/main/xmloff/source/style/ |
H A D | prstylei.cxx | 570 bool bRetval(false); in deactivateOldFillStyleDefinitions() local 588 bRetval = true; in deactivateOldFillStyleDefinitions() 595 return bRetval; in deactivateOldFillStyleDefinitions() 601 bool bRetval(false); in translateNameBasedDrawingLayerFillStyleDefinitionsToStyleDisplayNames() local 641 bRetval = true; in translateNameBasedDrawingLayerFillStyleDefinitionsToStyleDisplayNames() 648 return bRetval; in translateNameBasedDrawingLayerFillStyleDefinitionsToStyleDisplayNames()
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | hittestprocessor2d.cxx | 119 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()
|
/trunk/main/svx/source/engine3d/ |
H A D | view3d.cxx | 475 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/svgio/source/svgreader/ |
H A D | svgtextpathnode.cxx | 170 bool bRetval(false); in allowChange() local 193 bRetval = true; in allowChange() 263 return bRetval; in allowChange()
|
/trunk/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 988 sal_Bool bRetval = sal_False; in CalcFocalLength() local 995 bRetval = sal_True; in CalcFocalLength() 1007 return bRetval; in CalcFocalLength()
|
/trunk/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 1875 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()
|