Kaydet (Commit) 6e33eee4 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

callcatcher: remove unused methods

üst b42bed0f
...@@ -1077,11 +1077,6 @@ void SAL_CALL DictionaryNeo::storeToURL( ...@@ -1077,11 +1077,6 @@ void SAL_CALL DictionaryNeo::storeToURL(
} }
DicEntry::DicEntry()
{
bIsNegativ = sal_False;
}
DicEntry::DicEntry(const OUString &rDicFileWord, DicEntry::DicEntry(const OUString &rDicFileWord,
sal_Bool bIsNegativWord) sal_Bool bIsNegativWord)
{ {
......
...@@ -211,7 +211,6 @@ class DicEntry : ...@@ -211,7 +211,6 @@ class DicEntry :
::rtl::OUString &rReplacement); ::rtl::OUString &rReplacement);
public: public:
DicEntry();
DicEntry(const ::rtl::OUString &rDicFileWord, sal_Bool bIsNegativ); DicEntry(const ::rtl::OUString &rDicFileWord, sal_Bool bIsNegativ);
DicEntry(const ::rtl::OUString &rDicWord, sal_Bool bIsNegativ, DicEntry(const ::rtl::OUString &rDicWord, sal_Bool bIsNegativ,
const ::rtl::OUString &rRplcText); const ::rtl::OUString &rRplcText);
......
...@@ -158,7 +158,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ ...@@ -158,7 +158,6 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/dialog/dockwin \ sfx2/source/dialog/dockwin \
sfx2/source/dialog/filedlghelper \ sfx2/source/dialog/filedlghelper \
sfx2/source/dialog/filtergrouping \ sfx2/source/dialog/filtergrouping \
sfx2/source/dialog/intro \
sfx2/source/dialog/itemconnect \ sfx2/source/dialog/itemconnect \
sfx2/source/dialog/mailmodel \ sfx2/source/dialog/mailmodel \
sfx2/source/dialog/mgetempl \ sfx2/source/dialog/mgetempl \
......
...@@ -68,7 +68,6 @@ ...@@ -68,7 +68,6 @@
#include <sfx2/dispatch.hxx> #include <sfx2/dispatch.hxx>
#include <sfx2/docfac.hxx> #include <sfx2/docfac.hxx>
#include <sfx2/evntconf.hxx> #include <sfx2/evntconf.hxx>
#include "intro.hxx"
#include <sfx2/mnumgr.hxx> #include <sfx2/mnumgr.hxx>
#include <sfx2/msgpool.hxx> #include <sfx2/msgpool.hxx>
#include <sfx2/progress.hxx> #include <sfx2/progress.hxx>
......
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
#include "sfx2/sfxresid.hxx" #include "sfx2/sfxresid.hxx"
#include <sfx2/fcontnr.hxx> #include <sfx2/fcontnr.hxx>
#include <sfx2/viewsh.hxx> #include <sfx2/viewsh.hxx>
#include "intro.hxx"
#include <sfx2/msgpool.hxx> #include <sfx2/msgpool.hxx>
#include <sfx2/mnumgr.hxx> #include <sfx2/mnumgr.hxx>
#include <sfx2/appuno.hxx> #include <sfx2/appuno.hxx>
......
...@@ -71,7 +71,6 @@ ...@@ -71,7 +71,6 @@
#include <sfx2/bindings.hxx> #include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx> #include <sfx2/dispatch.hxx>
#include "workwin.hxx" #include "workwin.hxx"
#include "intro.hxx"
#include <sfx2/fcontnr.hxx> #include <sfx2/fcontnr.hxx>
#include "sfxlocal.hrc" #include "sfxlocal.hrc"
#include <sfx2/sfx.hrc> #include <sfx2/sfx.hrc>
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sfx2.hxx"
#include "intro.hxx"
#include <tools/stream.hxx>
#include <tools/urlobj.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/configmgr.hxx>
#include <com/sun/star/uno/Any.h>
#include <sfx2/sfxuno.hxx>
// -----------------------------------------------------------------------
void IntroWindow_Impl::Init()
{
Size aSize = aIntroBmp.GetSizePixel();
SetOutputSizePixel( aSize );
Size aScreenSize( GetDesktopRectPixel().GetSize() );
Size aWinSize( GetSizePixel() );
Point aWinPos( ( aScreenSize.Width() - aWinSize.Width() ) / 2,
( aScreenSize.Height() - aWinSize.Height() ) / 2 );
SetPosPixel( aWinPos );
if ( GetColorCount() >= 16 )
{
Show();
Update();
}
}
// -----------------------------------------------------------------------
IntroWindow_Impl::IntroWindow_Impl( const Bitmap& rBmp ) :
WorkWindow( NULL, (WinBits)0 ),
aIntroBmp( rBmp )
{
Hide();
// load bitmap depends on productname ("StarOffice", "StarSuite",...)
::com::sun::star::uno::Any aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTNAME );
rtl::OUString aTmp;
aRet >>= aTmp;
String aBmpFileName = aTmp;
aBmpFileName += String( DEFINE_CONST_UNICODE("_intro.bmp") );
INetURLObject aObj( SvtPathOptions().GetModulePath(), INET_PROT_FILE );
aObj.insertName( aBmpFileName );
SvFileStream aStrm( aObj.PathToFileName(), STREAM_STD_READ );
if ( !aStrm.GetError() )
aStrm >> aIntroBmp;
Init();
}
// -----------------------------------------------------------------------
IntroWindow_Impl::~IntroWindow_Impl()
{
Hide();
}
// -----------------------------------------------------------------------
void IntroWindow_Impl::Paint( const Rectangle& )
{
DrawBitmap( Point(), aIntroBmp );
Flush();
}
// -----------------------------------------------------------------------
void IntroWindow_Impl::Slide()
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef _SFX_INTRO_HXX
#define _SFX_INTRO_HXX
// include ---------------------------------------------------------------
#include <vcl/wrkwin.hxx>
#include <vcl/bitmap.hxx>
// class IntroWindow_Impl ------------------------------------------------
class IntroWindow_Impl : public WorkWindow
{
private:
Bitmap aIntroBmp;
void Init();
public:
IntroWindow_Impl( const Bitmap& rBmp );
~IntroWindow_Impl();
virtual void Paint( const Rectangle& );
void Slide();
};
#endif // #ifndef _SFX_INTRO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -86,9 +86,6 @@ public: ...@@ -86,9 +86,6 @@ public:
/** access the DOM tree */ /** access the DOM tree */
com::sun::star::uno::Reference<com::sun::star::xml::dom::XDocument> getTree(); com::sun::star::uno::Reference<com::sun::star::xml::dom::XDocument> getTree();
/** access this context's DOM sub-tree */
com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode();
// //
// implement SvXMLImportContext methods: // implement SvXMLImportContext methods:
......
...@@ -108,12 +108,6 @@ Reference<XDocument> DomBuilderContext::getTree() ...@@ -108,12 +108,6 @@ Reference<XDocument> DomBuilderContext::getTree()
return mxNode->getOwnerDocument(); return mxNode->getOwnerDocument();
} }
Reference<XNode> DomBuilderContext::getNode()
{
return mxNode;
}
SvXMLImportContext* DomBuilderContext::CreateChildContext( SvXMLImportContext* DomBuilderContext::CreateChildContext(
sal_uInt16 nPrefix, sal_uInt16 nPrefix,
const OUString& rLocalName, const OUString& rLocalName,
......
...@@ -171,7 +171,6 @@ class DomExport: public DomVisitor ...@@ -171,7 +171,6 @@ class DomExport: public DomVisitor
void addNamespace( const OUString& sPrefix, const OUString& sURI ); void addNamespace( const OUString& sPrefix, const OUString& sURI );
OUString qualifiedName( const OUString& sPrefix, const OUString& sURI, OUString qualifiedName( const OUString& sPrefix, const OUString& sURI,
const OUString& sLocalName ); const OUString& sLocalName );
OUString qualifiedName( const Reference<XNode>& );
OUString qualifiedName( const Reference<XElement>& ); OUString qualifiedName( const Reference<XElement>& );
OUString qualifiedName( const Reference<XAttr>& ); OUString qualifiedName( const Reference<XAttr>& );
void addAttribute( const Reference<XAttr>& ); void addAttribute( const Reference<XAttr>& );
...@@ -241,12 +240,6 @@ OUString DomExport::qualifiedName( const OUString& sPrefix, ...@@ -241,12 +240,6 @@ OUString DomExport::qualifiedName( const OUString& sPrefix,
return sBuffer.makeStringAndClear(); return sBuffer.makeStringAndClear();
} }
OUString DomExport::qualifiedName( const Reference<XNode>& xNode )
{
return qualifiedName( xNode->getPrefix(), xNode->getNamespaceURI(),
xNode->getNodeName() );
}
OUString DomExport::qualifiedName( const Reference<XElement>& xElement ) OUString DomExport::qualifiedName( const Reference<XElement>& xElement )
{ {
return qualifiedName( xElement->getPrefix(), xElement->getNamespaceURI(), return qualifiedName( xElement->getPrefix(), xElement->getNamespaceURI(),
......
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