summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 09:14:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 08:23:53 +0000
commit427678b9cf7fe968c10877dd6facecd8552fd291 (patch)
treec9efd0d9757e12660f1377abf1ea88f70266eb5a /svx
parent250995d2b8d8ad544110d3daeb2f61089bff0aa5 (diff)
remove noise UUUU tags in comments
Change-Id: Id8a2940ae7348bf75ca967f31adf8489dc678d00 Reviewed-on: https://gerrit.libreoffice.org/35161 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/hdft.cxx31
-rw-r--r--svx/source/dialog/pagectrl.cxx8
-rw-r--r--svx/source/unodraw/unobrushitemhelper.cxx4
3 files changed, 17 insertions, 26 deletions
diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index f1ee79437a3b..044a1d9f7ddc 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -46,7 +46,6 @@
#include <svx/svxdlg.hxx>
#include <memory>
-//UUUU
#include <svx/xdef.hxx>
#include <svx/xenum.hxx>
#include <svx/xfillit0.hxx>
@@ -66,7 +65,7 @@ const sal_uInt16 SvxHFPage::pRanges[] =
{
SID_ATTR_BRUSH, SID_ATTR_BRUSH,
- //UUUU Support DrawingLayer FillStyles (no real call to below GetRanges()
+ // Support DrawingLayer FillStyles (no real call to below GetRanges()
// detected, still do the complete transition)
XATTR_FILL_FIRST, XATTR_FILL_LAST,
@@ -265,7 +264,7 @@ bool SvxHFPage::FillItemSet( SfxItemSet* rSet )
nWShadow, nWShadow,
nWDynSpacing, nWDynSpacing,
- //UUUU take over DrawingLayer FillStyles
+ // take over DrawingLayer FillStyles
XATTR_FILL_FIRST, XATTR_FILL_LAST, // [1014
0, 0};
@@ -278,7 +277,7 @@ bool SvxHFPage::FillItemSet( SfxItemSet* rSet )
if(mbEnableDrawingLayerFillStyles)
{
- //UUUU When using the XATTR_FILLSTYLE DrawingLayer FillStyle definition
+ // When using the XATTR_FILLSTYLE DrawingLayer FillStyle definition
// extra action has to be done here since the pool default is drawing::FillStyle_SOLID
// instead of drawing::FillStyle_NONE (to have the default blue fill color at start).
aSet.Put(XFillStyleItem(drawing::FillStyle_NONE));
@@ -353,7 +352,7 @@ bool SvxHFPage::FillItemSet( SfxItemSet* rSet )
aSet.Put(_pSet->Get(nWShadow));
}
- //UUUU take care of [XATTR_XATTR_FILL_FIRST .. XATTR_FILL_LAST]
+ // take care of [XATTR_XATTR_FILL_FIRST .. XATTR_FILL_LAST]
for(sal_uInt16 nFillStyleId(XATTR_FILL_FIRST); nFillStyleId <= XATTR_FILL_LAST; nFillStyleId++)
{
if(_pSet->GetItemState(nFillStyleId) == SfxItemState::SET)
@@ -607,7 +606,7 @@ IMPL_LINK_NOARG(SvxHFPage, BackgroundHdl, Button*, void)
nShadow, nShadow,
0, 0);
- //UUUU copy items for XPropertyList entries from the DrawModel so that
+ // copy items for XPropertyList entries from the DrawModel so that
// the Area TabPage can access them
static const sal_uInt16 nCopyFlags[] = {
SID_COLOR_TABLE,
@@ -657,7 +656,7 @@ IMPL_LINK_NOARG(SvxHFPage, BackgroundHdl, Button*, void)
{
if(mbEnableDrawingLayerFillStyles)
{
- //UUUU The style for header/footer is not yet created, need to reset
+ // The style for header/footer is not yet created, need to reset
// XFillStyleItem to drawing::FillStyle_NONE which is the same as in the style
// initialization. This needs to be done since the pool default for
// XFillStyleItem is drawing::FillStyle_SOLID
@@ -676,7 +675,6 @@ IMPL_LINK_NOARG(SvxHFPage, BackgroundHdl, Button*, void)
if(pFact)
{
- //UUUU
ScopedVclPtr<SfxAbstractTabDialog> pDlg(pFact->CreateSvxBorderBackgroundDlg(
this,
*pBBSet,
@@ -704,7 +702,7 @@ IMPL_LINK_NOARG(SvxHFPage, BackgroundHdl, Button*, void)
if(mbEnableDrawingLayerFillStyles)
{
- //UUUU create FillAttributes directly from DrawingLayer FillStyle entries
+ // create FillAttributes directly from DrawingLayer FillStyle entries
aFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(*pBBSet));
}
else
@@ -713,7 +711,7 @@ IMPL_LINK_NOARG(SvxHFPage, BackgroundHdl, Button*, void)
if(pBBSet->GetItemState(nWhich) == SfxItemState::SET)
{
- //UUUU create FillAttributes from SvxBrushItem
+ // create FillAttributes from SvxBrushItem
const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(pBBSet->Get(nWhich));
SfxItemSet aTempSet(*pBBSet->GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST);
@@ -791,7 +789,7 @@ void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet )
if(mbEnableDrawingLayerFillStyles)
{
- //UUUU create FillAttributes directly from DrawingLayer FillStyle entries
+ // create FillAttributes directly from DrawingLayer FillStyle entries
aHeaderFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(rTmpSet));
}
else
@@ -800,7 +798,7 @@ void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet )
if(SfxItemState::SET == rTmpSet.GetItemState(nWhich))
{
- //UUUU create FillAttributes from SvxBrushItem
+ // create FillAttributes from SvxBrushItem
const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rTmpSet.Get(nWhich));
SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST);
@@ -835,7 +833,7 @@ void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet )
if(mbEnableDrawingLayerFillStyles)
{
- //UUUU create FillAttributes directly from DrawingLayer FillStyle entries
+ // create FillAttributes directly from DrawingLayer FillStyle entries
aFooterFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(rTmpSet));
}
else
@@ -844,7 +842,7 @@ void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet )
if(SfxItemState::SET == rTmpSet.GetItemState(nWhich))
{
- //UUUU create FillAttributes from SvxBrushItem
+ // create FillAttributes from SvxBrushItem
const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rTmpSet.Get(nWhich));
SfxItemSet aTempSet(*rTmpSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST);
@@ -868,7 +866,7 @@ void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet )
if(mbEnableDrawingLayerFillStyles)
{
- //UUUU create FillAttributes directly from DrawingLayer FillStyle entries
+ // create FillAttributes directly from DrawingLayer FillStyle entries
aPageFillAttributes.reset(new drawinglayer::attribute::SdrAllFillAttributesHelper(rSet));
}
else
@@ -877,7 +875,7 @@ void SvxHFPage::ResetBackground_Impl( const SfxItemSet& rSet )
if(rSet.GetItemState(nWhich) >= SfxItemState::DEFAULT)
{
- //UUUU create FillAttributes from SvxBrushItem
+ // create FillAttributes from SvxBrushItem
const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rSet.Get(nWhich));
SfxItemSet aTempSet(*rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST);
@@ -1166,7 +1164,6 @@ void SvxHFPage::EnableDynamicSpacing()
void SvxHFPage::PageCreated(const SfxAllItemSet &rSet)
{
- //UUUU
const SfxBoolItem* pSupportDrawingLayerFillStyleItem = rSet.GetItem<SfxBoolItem>(SID_DRAWINGLAYER_FILLSTYLES, false);
if(pSupportDrawingLayerFillStyleItem)
diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx
index 5e18beebbd59..38a1169e1cd2 100644
--- a/svx/source/dialog/pagectrl.cxx
+++ b/svx/source/dialog/pagectrl.cxx
@@ -45,7 +45,6 @@ SvxPageWindow::SvxPageWindow(vcl::Window* pParent)
nLeft(0),
nRight(0),
- //UUUU
pBorder(nullptr),
bResetBackground(false),
bFrameDirection(false),
@@ -208,10 +207,10 @@ void SvxPageWindow::DrawPage(vcl::RenderContext& rRenderContext, const Point& rO
if (bHeader || bFooter)
{
- //UUUU Header and/or footer used
+ // Header and/or footer used
const Color aLineColor(rRenderContext.GetLineColor());
- //UUUU draw PageFill first and on the whole page, no outline
+ // draw PageFill first and on the whole page, no outline
rRenderContext.SetLineColor();
drawFillAttributes(rRenderContext, maPageFillAttributes, aRect, aRect);
rRenderContext.SetLineColor(aLineColor);
@@ -245,7 +244,7 @@ void SvxPageWindow::DrawPage(vcl::RenderContext& rRenderContext, const Point& rO
}
else
{
- //UUUU draw PageFill and outline
+ // draw PageFill and outline
drawFillAttributes(rRenderContext, maPageFillAttributes, aRect, aRect);
}
@@ -344,7 +343,6 @@ void SvxPageWindow::DrawPage(vcl::RenderContext& rRenderContext, const Point& rO
}
}
-//UUUU
void SvxPageWindow::drawFillAttributes(vcl::RenderContext& rRenderContext,
const drawinglayer::attribute::SdrAllFillAttributesHelperPtr& rFillAttributes,
const Rectangle& rPaintRange,
diff --git a/svx/source/unodraw/unobrushitemhelper.cxx b/svx/source/unodraw/unobrushitemhelper.cxx
index 5f610e1dacb3..a62b083f0eb2 100644
--- a/svx/source/unodraw/unobrushitemhelper.cxx
+++ b/svx/source/unodraw/unobrushitemhelper.cxx
@@ -38,7 +38,6 @@
using namespace com::sun::star;
-//UUUU
void setSvxBrushItemAsFillAttributesToTargetSet(const SvxBrushItem& rBrush, SfxItemSet& rToSet)
{
// Clear all items from the DrawingLayer FillStyle range (if we have any). All
@@ -150,7 +149,6 @@ void setSvxBrushItemAsFillAttributesToTargetSet(const SvxBrushItem& rBrush, SfxI
}
}
-//UUUU
sal_uInt16 getTransparenceForSvxBrushItem(const SfxItemSet& rSourceSet, bool bSearchInParents)
{
sal_uInt16 nFillTransparence(static_cast< const XFillTransparenceItem& >(rSourceSet.Get(XATTR_FILLTRANSPARENCE, bSearchInParents)).GetValue());
@@ -170,7 +168,6 @@ sal_uInt16 getTransparenceForSvxBrushItem(const SfxItemSet& rSourceSet, bool bSe
return nFillTransparence;
}
-//UUUU
SvxBrushItem getSvxBrushItemForSolid(const SfxItemSet& rSourceSet, bool bSearchInParents, sal_uInt16 nBackgroundID)
{
Color aFillColor(static_cast< const XFillColorItem& >(rSourceSet.Get(XATTR_FILLCOLOR, bSearchInParents)).GetColorValue());
@@ -191,7 +188,6 @@ SvxBrushItem getSvxBrushItemForSolid(const SfxItemSet& rSourceSet, bool bSearchI
return SvxBrushItem(aFillColor, nBackgroundID);
}
-//UUUU
SvxBrushItem getSvxBrushItemFromSourceSet(const SfxItemSet& rSourceSet, sal_uInt16 nBackgroundID, bool bSearchInParents, bool bXMLImportHack)
{
const XFillStyleItem* pXFillStyleItem(rSourceSet.GetItem<XFillStyleItem>(XATTR_FILLSTYLE, bSearchInParents));