Kaydet (Commit) 8355de87 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedmethods

Change-Id: Id5cddc6d85e227f18d10d7af6a8d4b25c40ab9f3
Reviewed-on: https://gerrit.libreoffice.org/63026
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 906f8e89
...@@ -56,11 +56,17 @@ include/LibreOfficeKit/LibreOfficeKit.hxx:484 ...@@ -56,11 +56,17 @@ include/LibreOfficeKit/LibreOfficeKit.hxx:484
unsigned char * lok::Document::renderFont(const char *,const char *,int *,int *) unsigned char * lok::Document::renderFont(const char *,const char *,int *,int *)
include/LibreOfficeKit/LibreOfficeKit.hxx:523 include/LibreOfficeKit/LibreOfficeKit.hxx:523
_Bool lok::Document::getViewIds(int *,unsigned long) _Bool lok::Document::getViewIds(int *,unsigned long)
include/LibreOfficeKit/LibreOfficeKit.hxx:671 include/LibreOfficeKit/LibreOfficeKit.hxx:584
_Bool lok::Document::insertCertificate(const unsigned char *,const int,const unsigned char *,const int)
include/LibreOfficeKit/LibreOfficeKit.hxx:598
_Bool lok::Document::addCertificate(const unsigned char *,const int)
include/LibreOfficeKit/LibreOfficeKit.hxx:610
int lok::Document::getSignatureState()
include/LibreOfficeKit/LibreOfficeKit.hxx:705
char * lok::Office::getFilterTypes() char * lok::Office::getFilterTypes()
include/LibreOfficeKit/LibreOfficeKit.hxx:725 include/LibreOfficeKit/LibreOfficeKit.hxx:759
char * lok::Office::getVersionInfo() char * lok::Office::getVersionInfo()
include/LibreOfficeKit/LibreOfficeKit.hxx:739 include/LibreOfficeKit/LibreOfficeKit.hxx:773
_Bool lok::Office::runMacro(const char *) _Bool lok::Office::runMacro(const char *)
include/oox/crypto/AgileEngine.hxx:121 include/oox/crypto/AgileEngine.hxx:121
_Bool oox::core::AgileEngine::decryptHmacKey() _Bool oox::core::AgileEngine::decryptHmacKey()
...@@ -134,11 +140,11 @@ include/oox/ole/olehelper.hxx:180 ...@@ -134,11 +140,11 @@ include/oox/ole/olehelper.hxx:180
_Bool oox::ole::MSConvertOCXControls::importControlFromStream(class oox::BinaryInputStream &,class com::sun::star::uno::Reference<class com::sun::star::form::XFormComponent> &,const class rtl::OUString &) _Bool oox::ole::MSConvertOCXControls::importControlFromStream(class oox::BinaryInputStream &,class com::sun::star::uno::Reference<class com::sun::star::form::XFormComponent> &,const class rtl::OUString &)
include/oox/ole/olehelper.hxx:191 include/oox/ole/olehelper.hxx:191
_Bool oox::ole::MSConvertOCXControls::ReadOCXCtlsStream(const class tools::SvRef<class SotStorageStream> &,class com::sun::star::uno::Reference<class com::sun::star::form::XFormComponent> &,int,int) _Bool oox::ole::MSConvertOCXControls::ReadOCXCtlsStream(const class tools::SvRef<class SotStorageStream> &,class com::sun::star::uno::Reference<class com::sun::star::form::XFormComponent> &,int,int)
include/sax/fshelper.hxx:206 include/sax/fshelper.hxx:210
class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(int) class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(int)
include/sax/fshelper.hxx:207 include/sax/fshelper.hxx:211
class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(long) class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(long)
include/sax/fshelper.hxx:210 include/sax/fshelper.hxx:214
class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::writeEscaped(const char *) class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::writeEscaped(const char *)
include/sfx2/linkmgr.hxx:64 include/sfx2/linkmgr.hxx:64
_Bool sfx2::LinkManager::InsertLink(class sfx2::SvBaseLink *,unsigned short,enum SfxLinkUpdateMode,const class rtl::OUString *) _Bool sfx2::LinkManager::InsertLink(class sfx2::SvBaseLink *,unsigned short,enum SfxLinkUpdateMode,const class rtl::OUString *)
...@@ -196,9 +202,9 @@ include/vcl/texteng.hxx:279 ...@@ -196,9 +202,9 @@ include/vcl/texteng.hxx:279
_Bool TextEngine::Read(class SvStream &,const class TextSelection *) _Bool TextEngine::Read(class SvStream &,const class TextSelection *)
include/vcl/toolbox.hxx:514 include/vcl/toolbox.hxx:514
_Bool ToolBox::ChangeHighlightUpDn(_Bool) _Bool ToolBox::ChangeHighlightUpDn(_Bool)
include/vcl/weld.hxx:348 include/vcl/weld.hxx:355
_Bool weld::ComboBox::get_entry_selection_bounds(int &,int &) _Bool weld::ComboBox::get_entry_selection_bounds(int &,int &)
include/vcl/weld.hxx:1022 include/vcl/weld.hxx:1033
_Bool weld::TextView::get_selection_bounds(int &,int &) _Bool weld::TextView::get_selection_bounds(int &,int &)
lotuswordpro/inc/lwpsvstream.hxx:76 lotuswordpro/inc/lwpsvstream.hxx:76
class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &) class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &)
...@@ -216,7 +222,7 @@ sc/source/filter/inc/workbookhelper.hxx:259 ...@@ -216,7 +222,7 @@ sc/source/filter/inc/workbookhelper.hxx:259
_Bool oox::xls::WorkbookHelper::importOoxFragment(const class rtl::Reference<class oox::core::FragmentHandler> &,class oox::core::FastParser &) _Bool oox::xls::WorkbookHelper::importOoxFragment(const class rtl::Reference<class oox::core::FragmentHandler> &,class oox::core::FastParser &)
sc/source/filter/xml/XMLStylesExportHelper.hxx:179 sc/source/filter/xml/XMLStylesExportHelper.hxx:179
_Bool ScFormatRangeStyles::AddStyleName(const class rtl::OUString &,int &,const _Bool) _Bool ScFormatRangeStyles::AddStyleName(const class rtl::OUString &,int &,const _Bool)
sc/source/ui/inc/select.hxx:73 sc/source/ui/inc/select.hxx:72
_Bool ScViewFunctionSet::SetCursorAtCell(short,int,_Bool) _Bool ScViewFunctionSet::SetCursorAtCell(short,int,_Bool)
sc/source/ui/vba/vbaformat.hxx:69 sc/source/ui/vba/vbaformat.hxx:69
class com::sun::star::uno::Any ScVbaFormat::getAddIndent() class com::sun::star::uno::Any ScVbaFormat::getAddIndent()
...@@ -264,7 +270,7 @@ sw/inc/doc.hxx:1245 ...@@ -264,7 +270,7 @@ sw/inc/doc.hxx:1245
_Bool SwDoc::SplitTable(const struct SwPosition &,enum SplitTable_HeadlineOption,_Bool) _Bool SwDoc::SplitTable(const struct SwPosition &,enum SplitTable_HeadlineOption,_Bool)
sw/inc/editsh.hxx:264 sw/inc/editsh.hxx:264
_Bool SwEditShell::GetPaMParAttr(class SwPaM *,class SfxItemSet &) const _Bool SwEditShell::GetPaMParAttr(class SwPaM *,class SfxItemSet &) const
sw/inc/editsh.hxx:635 sw/inc/editsh.hxx:633
const class GraphicAttr * SwEditShell::GetGraphicAttr(class GraphicAttr &) const const class GraphicAttr * SwEditShell::GetGraphicAttr(class GraphicAttr &) const
sw/inc/IDocumentUndoRedo.hxx:181 sw/inc/IDocumentUndoRedo.hxx:181
_Bool IDocumentUndoRedo::Repeat(class sw::RepeatContext &,const unsigned short) _Bool IDocumentUndoRedo::Repeat(class sw::RepeatContext &,const unsigned short)
...@@ -298,17 +304,17 @@ vcl/inc/opengl/texture.hxx:112 ...@@ -298,17 +304,17 @@ vcl/inc/opengl/texture.hxx:112
_Bool OpenGLTexture::CopyData(int,int,int,int,const unsigned char *) _Bool OpenGLTexture::CopyData(int,int,int,int,const unsigned char *)
vcl/inc/salframe.hxx:222 vcl/inc/salframe.hxx:222
_Bool SalFrame::SetPluginParent(struct SystemParentData *) _Bool SalFrame::SetPluginParent(struct SystemParentData *)
vcl/inc/salgdi.hxx:214 vcl/inc/salgdi.hxx:211
class basegfx::B2DPoint SalGraphics::mirror(const class basegfx::B2DPoint &,const class OutputDevice *) const class basegfx::B2DPoint SalGraphics::mirror(const class basegfx::B2DPoint &,const class OutputDevice *) const
vcl/inc/salgdi.hxx:397 vcl/inc/salgdi.hxx:394
_Bool SalGraphics::BlendBitmap(const struct SalTwoRect &,const class SalBitmap &,const class OutputDevice *) _Bool SalGraphics::BlendBitmap(const struct SalTwoRect &,const class SalBitmap &,const class OutputDevice *)
vcl/inc/unx/gtk/gtkdata.hxx:164 vcl/inc/unx/gtk/gtkdata.hxx:164
int GtkSalDisplay::CaptureMouse(class SalFrame *) int GtkSalDisplay::CaptureMouse(class SalFrame *)
vcl/inc/unx/saldisp.hxx:316 vcl/inc/unx/saldisp.hxx:316
_Bool SalDisplay::Dispatch(union _XEvent *) _Bool SalDisplay::Dispatch(union _XEvent *)
vcl/source/gdi/pdfwriter_impl.hxx:1252 vcl/source/gdi/pdfwriter_impl.hxx:1230
_Bool vcl::PDFWriterImpl::setCurrentStructureElement(int) _Bool vcl::PDFWriterImpl::setCurrentStructureElement(int)
vcl/source/gdi/pdfwriter_impl.hxx:1253 vcl/source/gdi/pdfwriter_impl.hxx:1231
_Bool vcl::PDFWriterImpl::setStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue) _Bool vcl::PDFWriterImpl::setStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue)
vcl/source/gdi/pdfwriter_impl.hxx:1254 vcl/source/gdi/pdfwriter_impl.hxx:1232
_Bool vcl::PDFWriterImpl::setStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int) _Bool vcl::PDFWriterImpl::setStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int)
...@@ -429,8 +429,6 @@ public: ...@@ -429,8 +429,6 @@ public:
sal_Unicode GetExtraValue() const { return nExtraValue; } sal_Unicode GetExtraValue() const { return nExtraValue; }
void SetExtraValue( sal_Unicode n ) { nExtraValue = n; } void SetExtraValue( sal_Unicode n ) { nExtraValue = n; }
bool HasValidSize() const { return aOutSz.Width() != -1; }
ExtraPortionInfo* GetExtraInfos() const { return xExtraInfos.get(); } ExtraPortionInfo* GetExtraInfos() const { return xExtraInfos.get(); }
void SetExtraInfos( ExtraPortionInfo* p ) { xExtraInfos.reset(p); } void SetExtraInfos( ExtraPortionInfo* p ) { xExtraInfos.reset(p); }
}; };
......
...@@ -131,10 +131,6 @@ public: ...@@ -131,10 +131,6 @@ public:
const css::uno::Reference< css::frame::XFrame >& const css::uno::Reference< css::frame::XFrame >&
getTargetFrame() const; getTargetFrame() const;
/// Returns the parent shape to load into (if any)
const css::uno::Reference< css::drawing::XShape >&
getParentShape() const;
/** Returns the status indicator (may be null). */ /** Returns the status indicator (may be null). */
const css::uno::Reference< css::task::XStatusIndicator >& const css::uno::Reference< css::task::XStatusIndicator >&
getStatusIndicator() const; getStatusIndicator() const;
......
...@@ -181,14 +181,6 @@ public: ...@@ -181,14 +181,6 @@ public:
FillProperties& rShapeOrParentShapeFillProps, FillProperties& rShapeOrParentShapeFillProps,
ShapeIdMap* pShapeMap = nullptr ); ShapeIdMap* pShapeMap = nullptr );
void addChildren(
::oox::core::XmlFilterBase& rFilterBase,
const Theme* pTheme,
const css::uno::Reference< css::drawing::XShapes >& rxShapes,
basegfx::B2DHomMatrix const & aTransformation );
void setXShape( const css::uno::Reference< css::drawing::XShape >& rXShape )
{ mxShape = rXShape; };
const css::uno::Reference< css::drawing::XShape > & const css::uno::Reference< css::drawing::XShape > &
getXShape() const { return mxShape; } getXShape() const { return mxShape; }
......
...@@ -42,12 +42,6 @@ void loadDiagram( ShapePtr const & pShape, ...@@ -42,12 +42,6 @@ void loadDiagram( ShapePtr const & pShape,
const OUString& rColorStylePath, const OUString& rColorStylePath,
const oox::core::Relations& rRelations ); const oox::core::Relations& rRelations );
void loadDiagram( const ShapePtr& pShape,
core::XmlFilterBase& rFilter,
const css::uno::Reference< css::xml::dom::XDocument>& rXDataModelDom,
const css::uno::Reference< css::xml::dom::XDocument>& rXLayoutDom,
const css::uno::Reference< css::xml::dom::XDocument>& rXQStyleDom,
const css::uno::Reference< css::xml::dom::XDocument>& rXColorStyleDom );
} } } }
#endif #endif
......
...@@ -236,11 +236,6 @@ const Reference< XFrame >& FilterBase::getTargetFrame() const ...@@ -236,11 +236,6 @@ const Reference< XFrame >& FilterBase::getTargetFrame() const
return mxImpl->mxTargetFrame; return mxImpl->mxTargetFrame;
} }
const Reference< XShape >& FilterBase::getParentShape() const
{
return mxImpl->mxParentShape;
}
const Reference< XStatusIndicator >& FilterBase::getStatusIndicator() const const Reference< XStatusIndicator >& FilterBase::getStatusIndicator() const
{ {
return mxImpl->mxStatusIndicator; return mxImpl->mxStatusIndicator;
......
...@@ -535,57 +535,6 @@ void loadDiagram( ShapePtr const & pShape, ...@@ -535,57 +535,6 @@ void loadDiagram( ShapePtr const & pShape,
pDiagram->addTo(pShape); pDiagram->addTo(pShape);
} }
void loadDiagram( const ShapePtr& pShape,
core::XmlFilterBase& rFilter,
const uno::Reference<xml::dom::XDocument>& rXDataModelDom,
const uno::Reference<xml::dom::XDocument>& rXLayoutDom,
const uno::Reference<xml::dom::XDocument>& rXQStyleDom,
const uno::Reference<xml::dom::XDocument>& rXColorStyleDom )
{
DiagramPtr pDiagram( new Diagram );
DiagramDataPtr pData( new DiagramData() );
pDiagram->setData( pData );
DiagramLayoutPtr pLayout( new DiagramLayout(*pDiagram) );
pDiagram->setLayout( pLayout );
// data
if( rXDataModelDom.is() )
importFragment(rFilter,
rXDataModelDom,
"OOXData",
pDiagram,
new DiagramDataFragmentHandler( rFilter, "", pData ));
// layout
if( rXLayoutDom.is() )
importFragment(rFilter,
rXLayoutDom,
"OOXLayout",
pDiagram,
new DiagramLayoutFragmentHandler( rFilter, "", pLayout ));
// style
if( rXQStyleDom.is() )
importFragment(rFilter,
rXQStyleDom,
"OOXStyle",
pDiagram,
new DiagramQStylesFragmentHandler( rFilter, "", pDiagram->getStyles() ));
// colors
if( rXColorStyleDom.is() )
importFragment(rFilter,
rXColorStyleDom,
"OOXColor",
pDiagram,
new ColorFragmentHandler( rFilter, "", pDiagram->getColors() ));
// diagram loaded. now lump together & attach to shape
pDiagram->addTo(pShape);
}
} } } }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -326,14 +326,6 @@ void Shape::applyShapeReference( const Shape& rReferencedShape, bool bUseText ) ...@@ -326,14 +326,6 @@ void Shape::applyShapeReference( const Shape& rReferencedShape, bool bUseText )
mbHidden = rReferencedShape.mbHidden; mbHidden = rReferencedShape.mbHidden;
} }
void Shape::addChildren( ::oox::core::XmlFilterBase& rFilterBase,
const Theme* pTheme,
const Reference< XShapes >& rxShapes,
basegfx::B2DHomMatrix const & aTransformation )
{
addChildren(rFilterBase, *this, pTheme, rxShapes, nullptr, aTransformation);
}
struct ActionLockGuard struct ActionLockGuard
{ {
explicit ActionLockGuard(Reference<drawing::XShape> const& xShape) explicit ActionLockGuard(Reference<drawing::XShape> const& xShape)
......
...@@ -53,7 +53,6 @@ public: ...@@ -53,7 +53,6 @@ public:
BuildinFontInstance(const PhysicalFontFace&, const FontSelectPattern&); BuildinFontInstance(const PhysicalFontFace&, const FontSelectPattern&);
bool GetGlyphOutline(sal_GlyphId nId, basegfx::B2DPolyPolygon& rPoly, bool) const override; bool GetGlyphOutline(sal_GlyphId nId, basegfx::B2DPolyPolygon& rPoly, bool) const override;
OString getNameObject() const;
}; };
class BuildinFontFace final : public PhysicalFontFace class BuildinFontFace final : public PhysicalFontFace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment