chisel off some more unused code
Change-Id: I62cafc8e10e9c9dab3fde1785b826ba8ff68569f
This commit is contained in:
@@ -150,9 +150,6 @@ protected:
|
|||||||
*/
|
*/
|
||||||
virtual void firePropertyChangeEvent();
|
virtual void firePropertyChangeEvent();
|
||||||
|
|
||||||
/// call this when a derived component is disposed
|
|
||||||
void disposePropertySet();
|
|
||||||
|
|
||||||
// Interfaces
|
// Interfaces
|
||||||
|
|
||||||
// ____ XInterface ____
|
// ____ XInterface ____
|
||||||
|
@@ -74,11 +74,6 @@ void OPropertySet::SetNewValuesExplicitlyEvenIfTheyEqualDefault()
|
|||||||
OPropertySet::~OPropertySet()
|
OPropertySet::~OPropertySet()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
void OPropertySet::disposePropertySet()
|
|
||||||
{
|
|
||||||
m_pImplProperties.reset( 0 );
|
|
||||||
}
|
|
||||||
|
|
||||||
Any SAL_CALL OPropertySet::queryInterface( const uno::Type& aType )
|
Any SAL_CALL OPropertySet::queryInterface( const uno::Type& aType )
|
||||||
throw (uno::RuntimeException, std::exception)
|
throw (uno::RuntimeException, std::exception)
|
||||||
{
|
{
|
||||||
|
@@ -145,14 +145,6 @@ void OComponentEventThread::implTerminated( )
|
|||||||
release( );
|
release( );
|
||||||
}
|
}
|
||||||
|
|
||||||
void SAL_CALL OComponentEventThread::kill()
|
|
||||||
{
|
|
||||||
OComponentEventThread_TBASE::terminate();
|
|
||||||
OComponentEventThread_TBASE::join();
|
|
||||||
|
|
||||||
implTerminated( );
|
|
||||||
}
|
|
||||||
|
|
||||||
void SAL_CALL OComponentEventThread::onTerminated()
|
void SAL_CALL OComponentEventThread::onTerminated()
|
||||||
{
|
{
|
||||||
OComponentEventThread_TBASE::onTerminated();
|
OComponentEventThread_TBASE::onTerminated();
|
||||||
|
@@ -65,7 +65,6 @@ protected:
|
|||||||
// XThread
|
// XThread
|
||||||
virtual void SAL_CALL run() SAL_OVERRIDE;
|
virtual void SAL_CALL run() SAL_OVERRIDE;
|
||||||
|
|
||||||
void SAL_CALL kill();
|
|
||||||
virtual void SAL_CALL onTerminated() SAL_OVERRIDE;
|
virtual void SAL_CALL onTerminated() SAL_OVERRIDE;
|
||||||
|
|
||||||
// The following method is called to duplicate the Event while respecting it's type.
|
// The following method is called to duplicate the Event while respecting it's type.
|
||||||
|
@@ -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 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 ::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;
|
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:
|
private:
|
||||||
void parseRelationship( const AttributeList& rAttribs );
|
void parseRelationship( const AttributeList& rAttribs );
|
||||||
|
@@ -217,7 +217,6 @@ public:
|
|||||||
void Deactivate();
|
void Deactivate();
|
||||||
virtual void Highlight();
|
virtual void Highlight();
|
||||||
virtual void Select();
|
virtual void Select();
|
||||||
void RequestHelp( const HelpEvent& rHEvt );
|
|
||||||
|
|
||||||
void InsertItem( sal_uInt16 nItemId, const OUString& rStr,
|
void InsertItem( sal_uInt16 nItemId, const OUString& rStr,
|
||||||
MenuItemBits nItemBits = MenuItemBits::NONE,
|
MenuItemBits nItemBits = MenuItemBits::NONE,
|
||||||
|
@@ -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 )
|
void FilterDetectDocHandler::parseRelationship( const AttributeList& rAttribs )
|
||||||
{
|
{
|
||||||
OUString aType = rAttribs.getString( XML_Type, OUString() );
|
OUString aType = rAttribs.getString( XML_Type, OUString() );
|
||||||
|
@@ -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 docprop
|
||||||
} // namespace oox
|
} // namespace oox
|
||||||
|
|
||||||
|
@@ -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 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 ::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;
|
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);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -161,7 +161,6 @@ public:
|
|||||||
|
|
||||||
virtual ~OCustomShape();
|
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::beans::XPropertySet> getAwtComponent() SAL_OVERRIDE;
|
||||||
|
|
||||||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape() SAL_OVERRIDE;
|
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape() SAL_OVERRIDE;
|
||||||
@@ -208,7 +207,6 @@ public:
|
|||||||
|
|
||||||
virtual ~OOle2Obj();
|
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::beans::XPropertySet> getAwtComponent() SAL_OVERRIDE;
|
||||||
|
|
||||||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape() SAL_OVERRIDE;
|
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape() SAL_OVERRIDE;
|
||||||
@@ -254,7 +252,6 @@ protected:
|
|||||||
public:
|
public:
|
||||||
TYPEINFO_OVERRIDE();
|
TYPEINFO_OVERRIDE();
|
||||||
|
|
||||||
sal_Int32 GetStep() const;
|
|
||||||
virtual void _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
|
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.
|
/** creates the m_xMediator when it doesn't already exist.
|
||||||
|
@@ -507,14 +507,6 @@ void OCustomShape::SetSnapRectImpl(const Rectangle& _rRect)
|
|||||||
SetSnapRect( _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 )
|
void OCustomShape::NbcMove( const Size& rSize )
|
||||||
{
|
{
|
||||||
if ( m_bIsListening )
|
if ( m_bIsListening )
|
||||||
@@ -691,15 +683,6 @@ void OUnoObject::SetSnapRectImpl(const Rectangle& _rRect)
|
|||||||
SetSnapRect( _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 )
|
void OUnoObject::NbcMove( const Size& rSize )
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -987,15 +970,6 @@ void OOle2Obj::SetSnapRectImpl(const Rectangle& _rRect)
|
|||||||
SetSnapRect( _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 )
|
void OOle2Obj::NbcMove( const Size& rSize )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -105,9 +105,6 @@ namespace rptui
|
|||||||
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
|
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
|
||||||
virtual void GetFocus() SAL_OVERRIDE;
|
virtual void GetFocus() SAL_OVERRIDE;
|
||||||
|
|
||||||
// set the view readonly or not
|
|
||||||
void setReadOnly(bool _bReadOnly);
|
|
||||||
|
|
||||||
virtual void initialize() SAL_OVERRIDE;
|
virtual void initialize() SAL_OVERRIDE;
|
||||||
|
|
||||||
inline OReportController& getController() const { return m_rReportController; }
|
inline OReportController& getController() const { return m_rReportController; }
|
||||||
|
@@ -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)
|
IMPL_LINK_NOARG(ODesignView, MarkTimeout)
|
||||||
{
|
{
|
||||||
if ( m_pPropWin && m_pPropWin->IsVisible() )
|
if ( m_pPropWin && m_pPropWin->IsVisible() )
|
||||||
|
@@ -71,8 +71,6 @@ class SwSelPaintRects : public SwRects
|
|||||||
|
|
||||||
const SwCrsrShell* pCShell;
|
const SwCrsrShell* pCShell;
|
||||||
|
|
||||||
void Paint( const Rectangle& rRect );
|
|
||||||
|
|
||||||
#if HAVE_FEATURE_DESKTOP
|
#if HAVE_FEATURE_DESKTOP
|
||||||
sdr::overlay::OverlayObject* mpCursorOverlay;
|
sdr::overlay::OverlayObject* mpCursorOverlay;
|
||||||
|
|
||||||
|
@@ -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.
|
// check current MapMode of the shell and set possibly the static members.
|
||||||
// Optional set the parameters pX, pY
|
// Optional set the parameters pX, pY
|
||||||
void SwSelPaintRects::Get1PixelInLogic( const SwViewShell& rSh,
|
void SwSelPaintRects::Get1PixelInLogic( const SwViewShell& rSh,
|
||||||
|
@@ -7,7 +7,6 @@ Interceptor::removeEventListener(com::sun::star::uno::Reference<com::sun::star::
|
|||||||
LineListBox::Clear()
|
LineListBox::Clear()
|
||||||
LineListBox::InsertEntry(rtl::OUString const&, int)
|
LineListBox::InsertEntry(rtl::OUString const&, int)
|
||||||
LineListBox::RemoveEntry(int)
|
LineListBox::RemoveEntry(int)
|
||||||
Menu::RequestHelp(HelpEvent const&)
|
|
||||||
OCommonEmbeddedObject::getImplementationId()
|
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&)
|
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)
|
OpenGLContext::init(_XDisplay*, unsigned long, unsigned int, unsigned int, int)
|
||||||
@@ -86,9 +85,6 @@ SvpSalInstance::PostedEventsInQueue()
|
|||||||
SvtListener::IsListening(SvtBroadcaster&) const
|
SvtListener::IsListening(SvtBroadcaster&) const
|
||||||
SvxColorTabPage::GetPropertyList(XPropertyListType)
|
SvxColorTabPage::GetPropertyList(XPropertyListType)
|
||||||
SvxColumnItem::GetValueText() const
|
SvxColumnItem::GetValueText() const
|
||||||
SvxDoubleItem::GetMax() const
|
|
||||||
SvxDoubleItem::GetMin() const
|
|
||||||
SvxDoubleItem::GetUnit() const
|
|
||||||
SvxDummyTextSource::SetNotifyHdl(Link const&)
|
SvxDummyTextSource::SetNotifyHdl(Link const&)
|
||||||
SvxFontListBox::GetSelectEntry() const
|
SvxFontListBox::GetSelectEntry() const
|
||||||
SvxFontWorkDialog::Zoom()
|
SvxFontWorkDialog::Zoom()
|
||||||
@@ -101,7 +97,6 @@ SvxOpenGLObject::getRenderer()
|
|||||||
SvxOpenGLObject::setRenderer(IOpenGLRenderer*)
|
SvxOpenGLObject::setRenderer(IOpenGLRenderer*)
|
||||||
SvxPagePosSizeItem::GetValueText() const
|
SvxPagePosSizeItem::GetValueText() const
|
||||||
SvxRotateModeItem::GetValueText(unsigned short) const
|
SvxRotateModeItem::GetValueText(unsigned short) const
|
||||||
SwSelPaintRects::Paint(Rectangle const&)
|
|
||||||
Test::testCopyPasteSkipEmptyConditionalFormatting()
|
Test::testCopyPasteSkipEmptyConditionalFormatting()
|
||||||
Test::testPerf()
|
Test::testPerf()
|
||||||
Test::testSharedFormulaMoveBlock()
|
Test::testSharedFormulaMoveBlock()
|
||||||
@@ -265,19 +260,9 @@ dbtools::FormattedColumnValue::getColumnUpdate() const
|
|||||||
dbtools::FormattedColumnValue::getFieldType() const
|
dbtools::FormattedColumnValue::getFieldType() const
|
||||||
dbtools::FormattedColumnValue::getFormatKey() const
|
dbtools::FormattedColumnValue::getFormatKey() const
|
||||||
dp_registry::backend::RegisteredDb::getEntry(rtl::OUString const&)
|
dp_registry::backend::RegisteredDb::getEntry(rtl::OUString const&)
|
||||||
frm::OComponentEventThread::kill()
|
|
||||||
oglcanvas::CanvasHelper::flush() const
|
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
|
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
|
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::CLBuildKernelThread()
|
||||||
sc::CLBuildKernelThread::consume()
|
sc::CLBuildKernelThread::consume()
|
||||||
sc::CLBuildKernelThread::finish()
|
sc::CLBuildKernelThread::finish()
|
||||||
|
@@ -326,10 +326,6 @@ void Menu::ImplSelectWithStart( Menu* pSMenu )
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void Menu::RequestHelp( const HelpEvent& )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void Menu::ImplCallEventListeners( sal_uLong nEvent, sal_uInt16 nPos )
|
void Menu::ImplCallEventListeners( sal_uLong nEvent, sal_uInt16 nPos )
|
||||||
{
|
{
|
||||||
ImplMenuDelData aDelData( this );
|
ImplMenuDelData aDelData( this );
|
||||||
|
Reference in New Issue
Block a user