loplugin:expandablemethodds in include/connectivity..drawinglayer

Change-Id: Ic58f86422ef8f1e2bb655157850e214fc3a1a9b4
Reviewed-on: https://gerrit.libreoffice.org/30136
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2016-10-21 15:01:19 +02:00
parent ef66301043
commit e4cb0742c8
18 changed files with 9 additions and 36 deletions

View File

@@ -77,7 +77,6 @@ namespace dbtools
void startPropertyListening( const css::uno::Reference< css::beans::XPropertySet >& _rxProps );
void stopPropertyListening( const css::uno::Reference< css::beans::XPropertySet >& _rxEventSource );
bool isPropertyListening() const { return m_bPropertyListening; }
};

View File

@@ -173,11 +173,6 @@ public:
*/
bool hasMoreElements() const { return ( m_pCurrent != nullptr ); }
/** retrieves the current element in the chain, or <NULL/> if the chain has been completely
traveled.
*/
const css::sdbc::SQLException* current() const { return m_pCurrent; }
/** retrieves the current element in the chain, or <NULL/> if the chain has been completely
traveled.

View File

@@ -208,15 +208,6 @@ namespace connectivity
*/
void traverseAll();
/** traverses selected parts of the statement tree, and fills our data with
the information obtained during traversal
@param _nIncludeMask
set of TraversalParts bits, specifying which information is to be collected.
Note TraversalParts is currently not
*/
void traverseSome( TraversalParts _nIncludeMask );
// The TableRangeMap contains all tables associated with the range name found first.
const OSQLTables& getTables() const;

View File

@@ -61,7 +61,6 @@ namespace drawinglayer
// data read access
const SdrLineAttribute& getLine() const { return maLine; }
const SdrFillAttribute& getFill() const { return maFill; }
const SdrLineStartEndAttribute& getLineStartEnd() const { return maLineStartEnd; }
const SdrShadowAttribute& getShadow() const { return maShadow; }
const FillGradientAttribute& getFillFloatTransGradient() const { return maFillFloatTransGradient; }
};

View File

@@ -73,7 +73,6 @@ namespace drawinglayer
/// data read access
const basegfx::B2DHomMatrix& getTransform() const { return maTransform; }
const OUString& getURL() const { return maURL; }
const basegfx::BColor& getBackgroundColor() const { return maBackgroundColor; }
sal_uInt32 getDiscreteBorder() const { return mnDiscreteBorder; }

View File

@@ -52,7 +52,6 @@ namespace drawinglayer
/// local access methods to maBufferedDecomposition
const Primitive3DContainer& getBuffered3DDecomposition() const { return maBuffered3DDecomposition; }
void setBuffered3DDecomposition(const Primitive3DContainer& rNew) { maBuffered3DDecomposition = rNew; }
public:
/// constructor

View File

@@ -63,7 +63,6 @@ namespace drawinglayer
implementations for buffering the last decomposition.
*/
const Primitive3DContainer& getLast3DDecomposition() const { return maLast3DDecomposition; }
void setLast3DDecomposition(const Primitive3DContainer& rNew) { maLast3DDecomposition = rNew; }
/// local decomposition.
Primitive3DContainer impCreate3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const;

View File

@@ -65,7 +65,6 @@ namespace drawinglayer
/// data read access
const ::std::vector< basegfx::B3DPoint >& getCutPoints() const { return maResult; }
bool getAnyHit() const { return mbAnyHit; }
};
} // end of namespace processor3d
} // end of namespace drawinglayer

View File

@@ -98,7 +98,6 @@ namespace drawinglayer
const primitive2d::Primitive2DContainer& getPrimitive2DSequence() const;
const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; }
const basegfx::B3DHomMatrix& getWorldToEye() const { return maWorldToEye; }
const basegfx::B3DHomMatrix& getEyeToView() const { return maEyeToView; }
};
} // end of namespace processor3d
} // end of namespace drawinglayer