summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-27 15:11:50 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-28 06:25:28 +0000
commit4391d400e01e4a756d03d357d81e9769c34ae83b (patch)
treebe0c136884f5c77d3494e9bce492937fde79bb2a /include
parent2a4c68a6ffa46eb7b6d7fafdf5e9c19970cdd6a5 (diff)
loplugin:singlevalfields in svx
Change-Id: I7a2d11e1343f6382c3556c4536fc8ae40e210b74 Reviewed-on: https://gerrit.libreoffice.org/26710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/float3d.hxx2
-rw-r--r--include/svx/fmsrcimp.hxx1
-rw-r--r--include/svx/fmtools.hxx1
-rw-r--r--include/svx/gridctrl.hxx2
-rw-r--r--include/svx/hdft.hxx1
-rw-r--r--include/svx/numvset.hxx1
-rw-r--r--include/svx/sdrpaintwindow.hxx6
-rw-r--r--include/svx/svdcrtv.hxx15
8 files changed, 0 insertions, 29 deletions
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx
index ecbeb4834e30..c395e75161eb 100644
--- a/include/svx/float3d.hxx
+++ b/include/svx/float3d.hxx
@@ -186,8 +186,6 @@ private:
// ItemSet used to remember set 2d attributes
SfxItemSet* mpRemember2DAttributes;
- bool bOnly3DChanged;
-
DECL_LINK_TYPED( ClickViewTypeHdl, Button*, void );
DECL_LINK_TYPED( ClickUpdateHdl, Button*, void );
DECL_LINK_TYPED( ClickAssignHdl, Button*, void );
diff --git a/include/svx/fmsrcimp.hxx b/include/svx/fmsrcimp.hxx
index 8be0dea84a11..b71e7336b973 100644
--- a/include/svx/fmsrcimp.hxx
+++ b/include/svx/fmsrcimp.hxx
@@ -197,7 +197,6 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC FmSearchEngine
typedef std::vector<svxform::ControlTextWrapper*> ControlTextSuppliers;
ControlTextSuppliers m_aControlTexts;
- bool m_bUsingTextComponents;
CursorWrapper m_xOriginalIterator;
CursorWrapper m_xClonedIterator;
diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx
index 34dec03da81e..a4d28835cf8e 100644
--- a/include/svx/fmtools.hxx
+++ b/include/svx/fmtools.hxx
@@ -173,7 +173,6 @@ class SAL_WARN_UNUSED FmXDisposeMultiplexer : public ::cppu::WeakImplHelper1< cs
{
css::uno::Reference< css::lang::XComponent> m_xObject;
FmXDisposeListener* m_pListener;
- sal_Int16 m_nId;
virtual ~FmXDisposeMultiplexer();
public:
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 2f3c409a546a..d0945b5278fb 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -282,11 +282,9 @@ private:
bool m_bDesignMode : 1; // default = sal_False
bool m_bRecordCountFinal : 1;
- bool m_bMultiSelection : 1;
bool m_bNavigationBar : 1;
bool m_bSynchDisplay : 1;
- bool m_bForceROController : 1;
bool m_bHandle : 1;
bool m_bFilterMode : 1;
bool m_bWantDestruction : 1;
diff --git a/include/svx/hdft.hxx b/include/svx/hdft.hxx
index fd09aaa64af7..d95d0a99c3d8 100644
--- a/include/svx/hdft.hxx
+++ b/include/svx/hdft.hxx
@@ -90,7 +90,6 @@ protected:
SfxItemSet* pBBSet;
/// bitfield
bool mbDisableQueryBox : 1;
- bool mbEnableBackgroundSelector : 1;
bool mbEnableDrawingLayerFillStyles : 1;
void InitHandler();
diff --git a/include/svx/numvset.hxx b/include/svx/numvset.hxx
index 65463646ffab..bbd8d919a445 100644
--- a/include/svx/numvset.hxx
+++ b/include/svx/numvset.hxx
@@ -58,7 +58,6 @@ enum class NumberingPageType
class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet
{
NumberingPageType ePageType;
- bool bHTMLMode;
Rectangle aOrgRect;
VclPtr<VirtualDevice> pVDev;
diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx
index 6519984252b8..499bb6530d43 100644
--- a/include/svx/sdrpaintwindow.hxx
+++ b/include/svx/sdrpaintwindow.hxx
@@ -87,12 +87,6 @@ private:
// #i72889# flag if this is only a temporary target for repaint, default is false
bool mbTemporaryTarget : 1;
- /** Remember whether the mxOverlayManager supports buffering. Using
- this flags expensive dynamic_casts on mxOverlayManager in order to
- detect this.
- */
- bool mbUseBuffer;
-
// helpers
void impCreateOverlayManager();
diff --git a/include/svx/svdcrtv.hxx b/include/svx/svdcrtv.hxx
index ea3535cd4de0..83fc4070220c 100644
--- a/include/svx/svdcrtv.hxx
+++ b/include/svx/svdcrtv.hxx
@@ -54,7 +54,6 @@ protected:
bool bAutoTextEdit : 1; // Textedit after we start the creation of a text frame
bool b1stPointAsCenter : 1;
bool bUseIncompatiblePathCreateInterface : 1;
- bool bAutoClosePolys : 1;
void ImpClearConnectMarker();
@@ -121,26 +120,12 @@ public:
// Only the length of the tip is dragged
bool BegCreateCaptionObj(const Point& rPnt, const Size& rObjSiz, OutputDevice* pOut=nullptr, short nMinMov=-3, SdrPageView* pPV=nullptr);
- // If TextEditAfterCreate is sal_True (the default),
- // then after the creation of a TextFrame object (OBJ_TEXT,
- // OBJ_TEXTEXT, OBJ_OUTLINERTEXT, OBJ_TITLETEXT, OBJ_CAPTION)
- // automatically start a TextEdit (SdrObjEditView: SdrBeginTextEdit)
- bool IsTextEditAfterCreate() const { return bAutoTextEdit; }
-
// Create a circle/rectangle/text frame with the first Point being
// the center of the object instead of the upper-left corner.
// Persistent flag. Default = FALSE.
bool IsCreate1stPointAsCenter() const { return b1stPointAsCenter; }
void SetCreate1stPointAsCenter(bool bOn) { b1stPointAsCenter = bOn; }
- // For polylines (OBJ_PLIN) and freehand lines (OBJ_FREELINE). If this
- // Flag is sal_True, these two types of objects are implicitly closed, and
- // converted to Polygon (OBJ_POLY) or freehand fill (OBJ_FREEFILL) if
- // the distance between the start point and end point of the
- // Object <= nAutoCloseDistPix pixels.
- // Default = TRUE.
- bool IsAutoClosePolys() const { return bAutoClosePolys; }
-
// Default = 5 Pixel
sal_uInt16 GetAutoCloseDistPix() const { return sal_uInt16(nAutoCloseDistPix); }