diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-09-13 11:05:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-09-13 11:09:06 +0300 |
commit | 714de95ec549a7a79574cbe5a59450083c279dc6 (patch) | |
tree | 5360945f9b7840532837184e69b763e4741ea6bd /svx | |
parent | 0ae863c8ac4b712d67041e8bcf4069afbe71b494 (diff) |
Remove nonsense comments: // bitfield
Surely the actual bitfield syntax is enough to tell the code reader
that it is a bitfield.
Change-Id: Ic9552e01b19c8b34b2a17db56b9ff63e7c7de926
Diffstat (limited to 'svx')
18 files changed, 0 insertions, 22 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx index d811b96abbd0..9ff6cfa65828 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx @@ -132,7 +132,6 @@ public: class ViewContactOfGrid : public ViewContactOfPageSubObject { protected: - // bitfield bool mbFront : 1; virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; @@ -148,7 +147,6 @@ public: class ViewContactOfHelplines : public ViewContactOfPageSubObject { protected: - // bitfield bool mbFront : 1; virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; diff --git a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx index 3ef4a6eb1f2f..5eae9d6cb599 100644 --- a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx +++ b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx @@ -47,7 +47,6 @@ namespace sdr // Range for buffering (in pixel to be independent from mapMode) basegfx::B2IRange maBufferRememberedRangePixel; - // bitfield // Flag to decide if PreRendering shall be used for overlay refreshes. // Default is false. bool mbRefreshWithPreRendering : 1; diff --git a/svx/inc/sdr/overlay/overlayrectangle.hxx b/svx/inc/sdr/overlay/overlayrectangle.hxx index 4531c08baad0..640a1f9ba0e1 100644 --- a/svx/inc/sdr/overlay/overlayrectangle.hxx +++ b/svx/inc/sdr/overlay/overlayrectangle.hxx @@ -40,7 +40,6 @@ namespace sdr // #i53216# added CursorBlinkTime (in ms) sal_uInt32 mnBlinkTime; - /// bitfield // Flag to remember which state to draw. Inited with false (0) bool mbOverlayState : 1; diff --git a/svx/inc/sdr/overlay/overlayrollingrectangle.hxx b/svx/inc/sdr/overlay/overlayrollingrectangle.hxx index 79256d9f581b..de6d320ceb90 100644 --- a/svx/inc/sdr/overlay/overlayrollingrectangle.hxx +++ b/svx/inc/sdr/overlay/overlayrollingrectangle.hxx @@ -33,7 +33,6 @@ namespace sdr // second position in pixel basegfx::B2DPoint maSecondPosition; - // bitfield // Flag to switch on/off long lines to the OutputDevice bounds bool mbExtendedLines : 1; diff --git a/svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx index 9c2046440358..8697e1931ba1 100644 --- a/svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx +++ b/svx/inc/sdr/primitive2d/sdrcustomshapeprimitive2d.hxx @@ -39,7 +39,6 @@ namespace drawinglayer Primitive2DContainer maSubPrimitives; basegfx::B2DHomMatrix maTextBox; - // bitfield // defines if SdrTextWordWrapItem was set at SdrObjCustomShape which means // that the text needs to be block formatted bool mbWordWrap : 1; diff --git a/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx index 1a9159de321c..942c7026b0c2 100644 --- a/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx +++ b/svx/inc/sdr/primitive2d/sdrellipseprimitive2d.hxx @@ -71,7 +71,6 @@ namespace drawinglayer double mfStartAngle; double mfEndAngle; - // bitfield bool mbCloseSegment : 1; bool mbCloseUsingCenter : 1; diff --git a/svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx index 0ed76d27986c..70d669275202 100644 --- a/svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx +++ b/svx/inc/sdr/primitive2d/sdrmeasureprimitive2d.hxx @@ -59,7 +59,6 @@ namespace drawinglayer double mfLeftDelta; double mfRightDelta; - // bitfield bool mbBelow : 1; bool mbTextRotation : 1; bool mbTextAutoAngle : 1; diff --git a/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx index f7650945cc92..dc2411ca8c88 100644 --- a/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx +++ b/svx/inc/sdr/primitive2d/sdrrectangleprimitive2d.hxx @@ -40,7 +40,6 @@ namespace drawinglayer double mfCornerRadiusX; // [0.0..1.0] relative to 1/2 width double mfCornerRadiusY; // [0.0..1.0] relative to 1/2 height - // bitfield // flag which decides if the HitArea should be the filled geometry bool mbForceFillForHitTest : 1; diff --git a/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx index 73f16012eb72..9346f5d7e02f 100644 --- a/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx +++ b/svx/inc/sdr/primitive2d/sdrtextprimitive2d.hxx @@ -69,7 +69,6 @@ namespace drawinglayer // needed because of background color change Color maLastTextBackgroundColor; - // bitfield // is there a PageNumber, Header, Footer or DateTimeField used? Evaluated at construction bool mbContainsPageField : 1; bool mbContainsPageCountField : 1; @@ -198,7 +197,6 @@ namespace drawinglayer SdrTextHorzAdjust maSdrTextHorzAdjust; SdrTextVertAdjust maSdrTextVertAdjust; - // bitfield bool mbFixedCellHeight : 1; bool mbUnlimitedPage : 1; // force layout with no text break bool mbCellText : 1; // this is a cell text as block text @@ -255,7 +253,6 @@ namespace drawinglayer // text range transformation from unit range ([0.0 .. 1.0]) to text range basegfx::B2DHomMatrix maTextRangeTransform; - // bitfield bool mbFixedCellHeight : 1; protected: @@ -295,7 +292,6 @@ namespace drawinglayer private: ::basegfx::B2DHomMatrix maTextRangeTransform; // text range transformation from unit range ([0.0 .. 1.0]) to text range - // bitfield bool mbWordWrap : 1; // for CustomShapes text layout protected: diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx index 55b209457f6b..026780ea3307 100644 --- a/svx/source/dialog/hdft.cxx +++ b/svx/source/dialog/hdft.cxx @@ -147,7 +147,6 @@ SvxHFPage::SvxHFPage( vcl::Window* pParent, const SfxItemSet& rSet, sal_uInt16 n SfxTabPage(pParent, "HFFormatPage", "svx/ui/headfootformatpage.ui", &rSet), nId(nSetId), pBBSet(nullptr), - // bitfield mbDisableQueryBox(false), mbEnableDrawingLayerFillStyles(false) { diff --git a/svx/source/sdr/attribute/sdrformtextattribute.cxx b/svx/source/sdr/attribute/sdrformtextattribute.cxx index 2f245f12e2c7..5325ca00fac5 100644 --- a/svx/source/sdr/attribute/sdrformtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrformtextattribute.cxx @@ -163,7 +163,6 @@ namespace drawinglayer SdrFormTextOutlineAttribute maOutline; SdrFormTextOutlineAttribute maShadowOutline; - // bitfield bool mbFormTextMirror : 1; // change orientation bool mbFormTextOutline : 1; // show contour of objects diff --git a/svx/source/sdr/attribute/sdrtextattribute.cxx b/svx/source/sdr/attribute/sdrtextattribute.cxx index 7b9c5daf159a..b0d347f0c86e 100644 --- a/svx/source/sdr/attribute/sdrtextattribute.cxx +++ b/svx/source/sdr/attribute/sdrtextattribute.cxx @@ -56,7 +56,6 @@ namespace drawinglayer SdrTextHorzAdjust maSdrTextHorzAdjust; SdrTextVertAdjust maSdrTextVertAdjust; - // bitfield bool mbContour : 1; bool mbFitToSize : 1; bool mbAutoFit : 1; diff --git a/svx/source/sdr/contact/viewobjectcontact.cxx b/svx/source/sdr/contact/viewobjectcontact.cxx index 029abbcfae02..230a2940577b 100644 --- a/svx/source/sdr/contact/viewobjectcontact.cxx +++ b/svx/source/sdr/contact/viewobjectcontact.cxx @@ -58,7 +58,6 @@ protected: // the found animated primitives drawinglayer::primitive2d::Primitive2DContainer maPrimitive2DSequence; - // bitfield // text animation allowed? bool mbTextAnimationAllowed : 1; diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.hxx b/svx/source/sidebar/possize/PosSizePropertyPanel.hxx index 4aa94750efcc..f514df21d7f5 100644 --- a/svx/source/sidebar/possize/PosSizePropertyPanel.hxx +++ b/svx/source/sidebar/possize/PosSizePropertyPanel.hxx @@ -138,7 +138,6 @@ private: vcl::EnumContext maContext; SfxBindings* mpBindings; - /// bitfield bool mbSizeProtected : 1; bool mbPositionProtected : 1; bool mbAutoWidth : 1; diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx index 526b6e81187a..eb14f29fc25c 100644 --- a/svx/source/svdraw/svdmrkv.cxx +++ b/svx/source/svdraw/svdmrkv.cxx @@ -68,7 +68,6 @@ class ImplMarkingOverlay // The remembered second position in logical coordinates basegfx::B2DPoint maSecondPosition; - // bitfield // A flag to remember if the action is for unmarking. bool mbUnmarking : 1; diff --git a/svx/source/svdraw/svdotextpathdecomposition.cxx b/svx/source/svdraw/svdotextpathdecomposition.cxx index d0bcac13ca6f..dca4e230da67 100644 --- a/svx/source/svdraw/svdotextpathdecomposition.cxx +++ b/svx/source/svdraw/svdotextpathdecomposition.cxx @@ -78,7 +78,6 @@ namespace ::std::vector< double > maDblDXArray; // double DXArray, font size independent -> unit coordinate system css::lang::Locale maLocale; - // bitfield bool mbRTL : 1; public: diff --git a/svx/source/table/tablehandles.hxx b/svx/source/table/tablehandles.hxx index 16b159732825..48f0f679008e 100644 --- a/svx/source/table/tablehandles.hxx +++ b/svx/source/table/tablehandles.hxx @@ -83,7 +83,6 @@ protected: private: Rectangle maRectangle; - /// bitfield bool mbAnimate : 1; }; diff --git a/svx/source/table/viewcontactoftableobj.cxx b/svx/source/table/viewcontactoftableobj.cxx index b181998ef530..c97192b19339 100644 --- a/svx/source/table/viewcontactoftableobj.cxx +++ b/svx/source/table/viewcontactoftableobj.cxx @@ -169,7 +169,6 @@ namespace drawinglayer SvxBorderLine maBottomFromLLine; SvxBorderLine maBottomFromRLine; - // bitfield bool mbLeftIsOutside : 1; bool mbBottomIsOutside : 1; bool mbRightIsOutside : 1; |