chisel off some more unused code

Change-Id: I62cafc8e10e9c9dab3fde1785b826ba8ff68569f
This commit is contained in:
Caolán McNamara
2015-01-30 10:35:51 +00:00
parent fb6ec3acbe
commit 05abd8b205
17 changed files with 0 additions and 106 deletions

View File

@@ -150,9 +150,6 @@ protected:
*/
virtual void firePropertyChangeEvent();
/// call this when a derived component is disposed
void disposePropertySet();
// Interfaces
// ____ XInterface ____

View File

@@ -74,11 +74,6 @@ void OPropertySet::SetNewValuesExplicitlyEvenIfTheyEqualDefault()
OPropertySet::~OPropertySet()
{}
void OPropertySet::disposePropertySet()
{
m_pImplProperties.reset( 0 );
}
Any SAL_CALL OPropertySet::queryInterface( const uno::Type& aType )
throw (uno::RuntimeException, std::exception)
{

View File

@@ -145,14 +145,6 @@ void OComponentEventThread::implTerminated( )
release( );
}
void SAL_CALL OComponentEventThread::kill()
{
OComponentEventThread_TBASE::terminate();
OComponentEventThread_TBASE::join();
implTerminated( );
}
void SAL_CALL OComponentEventThread::onTerminated()
{
OComponentEventThread_TBASE::onTerminated();

View File

@@ -65,7 +65,6 @@ protected:
// XThread
virtual void SAL_CALL run() SAL_OVERRIDE;
void SAL_CALL kill();
virtual void SAL_CALL onTerminated() SAL_OVERRIDE;
// The following method is called to duplicate the Event while respecting it's type.

View File

@@ -66,8 +66,6 @@ public:
virtual ::com::sun::star::uno::Reference< XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 Element, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& Attribs ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< XFastContextHandler > SAL_CALL createUnknownChildContext( const OUString& Namespace, const OUString& Name, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& Attribs ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL characters( const OUString& aChars ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
void SAL_CALL ignorableWhitespace( const OUString& aWhitespaces ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
void SAL_CALL processingInstruction( const OUString& aTarget, const OUString& aData ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
private:
void parseRelationship( const AttributeList& rAttribs );

View File

@@ -217,7 +217,6 @@ public:
void Deactivate();
virtual void Highlight();
virtual void Select();
void RequestHelp( const HelpEvent& rHEvt );
void InsertItem( sal_uInt16 nItemId, const OUString& rStr,
MenuItemBits nItemBits = MenuItemBits::NONE,

View File

@@ -143,17 +143,6 @@ void SAL_CALL FilterDetectDocHandler::characters( const OUString& /*aChars*/ )
{
}
void SAL_CALL FilterDetectDocHandler::ignorableWhitespace( const OUString& /*aWhitespaces*/ )
throw (SAXException, RuntimeException)
{
}
void SAL_CALL FilterDetectDocHandler::processingInstruction(
const OUString& /*aTarget*/, const OUString& /*aData*/ )
throw (SAXException, RuntimeException)
{
}
void FilterDetectDocHandler::parseRelationship( const AttributeList& rAttribs )
{
OUString aType = rAttribs.getString( XML_Type, OUString() );

View File

@@ -652,16 +652,6 @@ void SAL_CALL OOXMLDocPropHandler::characters( const OUString& aChars )
}
}
void SAL_CALL OOXMLDocPropHandler::ignorableWhitespace( const OUString& )
throw (xml::sax::SAXException, uno::RuntimeException)
{
}
void SAL_CALL OOXMLDocPropHandler::processingInstruction( const OUString&, const OUString& )
throw (xml::sax::SAXException, uno::RuntimeException)
{
}
} // namespace docprop
} // namespace oox

View File

@@ -79,8 +79,6 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 Element, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& Attribs ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastContextHandler > SAL_CALL createUnknownChildContext( const OUString& Namespace, const OUString& Name, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& Attribs ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL characters( const OUString& aChars ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
void SAL_CALL ignorableWhitespace( const OUString& aWhitespaces ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
void SAL_CALL processingInstruction( const OUString& aTarget, const OUString& aData ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
};

View File

@@ -161,7 +161,6 @@ public:
virtual ~OCustomShape();
sal_Int32 GetStep() const;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getAwtComponent() SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape() SAL_OVERRIDE;
@@ -208,7 +207,6 @@ public:
virtual ~OOle2Obj();
sal_Int32 GetStep() const;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> getAwtComponent() SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape() SAL_OVERRIDE;
@@ -254,7 +252,6 @@ protected:
public:
TYPEINFO_OVERRIDE();
sal_Int32 GetStep() const;
virtual void _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
/** creates the m_xMediator when it doesn't already exist.

View File

@@ -507,14 +507,6 @@ void OCustomShape::SetSnapRectImpl(const Rectangle& _rRect)
SetSnapRect( _rRect );
}
sal_Int32 OCustomShape::GetStep() const
{
// get step property
sal_Int32 nStep = 0;
OSL_FAIL("Who called me!");
return nStep;
}
void OCustomShape::NbcMove( const Size& rSize )
{
if ( m_bIsListening )
@@ -691,15 +683,6 @@ void OUnoObject::SetSnapRectImpl(const Rectangle& _rRect)
SetSnapRect( _rRect );
}
sal_Int32 OUnoObject::GetStep() const
{
// get step property
sal_Int32 nStep = 0;
OSL_FAIL("Who called me!");
return nStep;
}
void OUnoObject::NbcMove( const Size& rSize )
{
@@ -987,15 +970,6 @@ void OOle2Obj::SetSnapRectImpl(const Rectangle& _rRect)
SetSnapRect( _rRect );
}
sal_Int32 OOle2Obj::GetStep() const
{
// get step property
sal_Int32 nStep = 0;
OSL_FAIL("Who called me!");
return nStep;
}
void OOle2Obj::NbcMove( const Size& rSize )
{

View File

@@ -105,9 +105,6 @@ namespace rptui
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
virtual void GetFocus() SAL_OVERRIDE;
// set the view readonly or not
void setReadOnly(bool _bReadOnly);
virtual void initialize() SAL_OVERRIDE;
inline OReportController& getController() const { return m_rReportController; }

View File

@@ -264,11 +264,6 @@ void ODesignView::resizeDocumentView(Rectangle& _rPlayground)
}
// set the view readonly or not
void ODesignView::setReadOnly(bool /*_bReadOnly*/)
{
}
IMPL_LINK_NOARG(ODesignView, MarkTimeout)
{
if ( m_pPropWin && m_pPropWin->IsVisible() )

View File

@@ -71,8 +71,6 @@ class SwSelPaintRects : public SwRects
const SwCrsrShell* pCShell;
void Paint( const Rectangle& rRect );
#if HAVE_FEATURE_DESKTOP
sdr::overlay::OverlayObject* mpCursorOverlay;

View File

@@ -448,11 +448,6 @@ void SwSelPaintRects::Invalidate( const SwRect& rRect )
}
}
void SwSelPaintRects::Paint( const Rectangle& /*rRect*/ )
{
// nothing to do with overlays
}
// check current MapMode of the shell and set possibly the static members.
// Optional set the parameters pX, pY
void SwSelPaintRects::Get1PixelInLogic( const SwViewShell& rSh,

View File

@@ -7,7 +7,6 @@ Interceptor::removeEventListener(com::sun::star::uno::Reference<com::sun::star::
LineListBox::Clear()
LineListBox::InsertEntry(rtl::OUString const&, int)
LineListBox::RemoveEntry(int)
Menu::RequestHelp(HelpEvent const&)
OCommonEmbeddedObject::getImplementationId()
OOoEmbeddedObjectFactory::createInstanceLinkUserInit(com::sun::star::uno::Sequence<signed char> const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)
OpenGLContext::init(_XDisplay*, unsigned long, unsigned int, unsigned int, int)
@@ -86,9 +85,6 @@ SvpSalInstance::PostedEventsInQueue()
SvtListener::IsListening(SvtBroadcaster&) const
SvxColorTabPage::GetPropertyList(XPropertyListType)
SvxColumnItem::GetValueText() const
SvxDoubleItem::GetMax() const
SvxDoubleItem::GetMin() const
SvxDoubleItem::GetUnit() const
SvxDummyTextSource::SetNotifyHdl(Link const&)
SvxFontListBox::GetSelectEntry() const
SvxFontWorkDialog::Zoom()
@@ -101,7 +97,6 @@ SvxOpenGLObject::getRenderer()
SvxOpenGLObject::setRenderer(IOpenGLRenderer*)
SvxPagePosSizeItem::GetValueText() const
SvxRotateModeItem::GetValueText(unsigned short) const
SwSelPaintRects::Paint(Rectangle const&)
Test::testCopyPasteSkipEmptyConditionalFormatting()
Test::testPerf()
Test::testSharedFormulaMoveBlock()
@@ -265,19 +260,9 @@ dbtools::FormattedColumnValue::getColumnUpdate() const
dbtools::FormattedColumnValue::getFieldType() const
dbtools::FormattedColumnValue::getFormatKey() const
dp_registry::backend::RegisteredDb::getEntry(rtl::OUString const&)
frm::OComponentEventThread::kill()
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::core::FilterDetectDocHandler::ignorableWhitespace(rtl::OUString const&)
oox::core::FilterDetectDocHandler::processingInstruction(rtl::OUString const&, rtl::OUString const&)
oox::docprop::OOXMLDocPropHandler::ignorableWhitespace(rtl::OUString const&)
oox::docprop::OOXMLDocPropHandler::processingInstruction(rtl::OUString const&, rtl::OUString const&)
oox::drawingml::TextListStyle::dump() const
property::OPropertySet::disposePropertySet()
rptui::OCustomShape::GetStep() const
rptui::ODesignView::setReadOnly(bool)
rptui::OOle2Obj::GetStep() const
rptui::OUnoObject::GetStep() const
sc::CLBuildKernelThread::CLBuildKernelThread()
sc::CLBuildKernelThread::consume()
sc::CLBuildKernelThread::finish()

View File

@@ -326,10 +326,6 @@ void Menu::ImplSelectWithStart( Menu* pSMenu )
}
#endif
void Menu::RequestHelp( const HelpEvent& )
{
}
void Menu::ImplCallEventListeners( sal_uLong nEvent, sal_uInt16 nPos )
{
ImplMenuDelData aDelData( this );