From c1dd91a93c59b19ed9542da61e5b1ce43cf4ffbf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 22 Jul 2014 08:49:44 +0100 Subject: callcatcher: update unused code Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff --- chart2/source/controller/dialogs/DialogModel.cxx | 5 --- chart2/source/controller/dialogs/DialogModel.hxx | 1 - extensions/source/dbpilots/controlwizard.cxx | 18 -------- extensions/source/dbpilots/controlwizard.hxx | 1 - fpicker/source/office/iodlg.cxx | 9 ---- fpicker/source/office/iodlg.hxx | 1 - include/sfx2/objface.hxx | 1 - include/svtools/urlcontrol.hxx | 1 - .../sdr/attribute/sdrallfillattributeshelper.hxx | 1 - include/tools/rc.h | 3 -- include/vbahelper/vbahelper.hxx | 3 -- include/vcl/fixed.hxx | 3 -- include/vcl/tabdlg.hxx | 2 - sc/source/ui/inc/gridwin.hxx | 1 - sc/source/ui/view/gridwin5.cxx | 13 ------ sfx2/source/control/objface.cxx | 24 ----------- svtools/source/control/urlcontrol.cxx | 16 ------- .../sdr/attribute/sdrallfillattributeshelper.cxx | 9 ---- unusedcode.easy | 50 ++++++++++++---------- vbahelper/source/vbahelper/vbahelper.cxx | 6 --- vcl/source/control/fixed.cxx | 13 ------ vcl/source/window/tabdlg.cxx | 8 ---- 22 files changed, 27 insertions(+), 162 deletions(-) diff --git a/chart2/source/controller/dialogs/DialogModel.cxx b/chart2/source/controller/dialogs/DialogModel.cxx index 5f6de8c4dc30..4123ac6c3b8d 100644 --- a/chart2/source/controller/dialogs/DialogModel.cxx +++ b/chart2/source/controller/dialogs/DialogModel.cxx @@ -764,11 +764,6 @@ OUString DialogModel::ConvertRoleFromInternalToUI( const OUString & rRoleString return lcl_ConvertRole( rRoleString, true ); } -OUString DialogModel::ConvertRoleFromUIToInternal( const OUString & rRoleString ) -{ - return lcl_ConvertRole( rRoleString, false ); -} - OUString DialogModel::GetRoleDataLabel() { return ::chart::SchResId(STR_OBJECT_DATALABELS).toString(); diff --git a/chart2/source/controller/dialogs/DialogModel.hxx b/chart2/source/controller/dialogs/DialogModel.hxx index 7e5e8304206a..99a92b8d63cd 100644 --- a/chart2/source/controller/dialogs/DialogModel.hxx +++ b/chart2/source/controller/dialogs/DialogModel.hxx @@ -158,7 +158,6 @@ public: void startControllerLockTimer(); static OUString ConvertRoleFromInternalToUI( const OUString & rRoleString ); - static OUString ConvertRoleFromUIToInternal( const OUString& rRoleString ); static OUString GetRoleDataLabel(); // pass a role string (not translated) and get an index that serves for diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index 6efb35abe188..09f487b6796c 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -207,24 +207,6 @@ namespace dbp } } - - void OControlWizardPage::adjustControlForNoDSDisplay(Control* _pControl, bool _bConstLowerDistance) - { - ::Size aDistanceToMove = LogicToPixel( ::Size( 0, 37 ), MAP_APPFONT ); - - ::Point aPos = _pControl->GetPosPixel(); - aPos.Y() -= aDistanceToMove.Height(); - _pControl->SetPosPixel(aPos); - - if (_bConstLowerDistance) - { - ::Size aSize = _pControl->GetSizePixel(); - aSize.Height() += aDistanceToMove.Height(); - _pControl->SetSizePixel(aSize); - } - } - - void OControlWizardPage::initializePage() { if (m_pFormDatasource && m_pFormContentTypeLabel && m_pFormTable) diff --git a/extensions/source/dbpilots/controlwizard.hxx b/extensions/source/dbpilots/controlwizard.hxx index 52efe994916e..725c0b3f2e96 100644 --- a/extensions/source/dbpilots/controlwizard.hxx +++ b/extensions/source/dbpilots/controlwizard.hxx @@ -90,7 +90,6 @@ namespace dbp protected: void enableFormDatasourceDisplay(); - void adjustControlForNoDSDisplay(Control* _pControl, bool bConstLowerDistance = false); protected: // OWizardPage overridables diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 5f6be1f01944..00e638cc347a 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -679,14 +679,6 @@ IMPL_STATIC_LINK( SvtFileDialog, NewFolderHdl_Impl, PushButton*, EMPTYARG ) return 0; } - - -IMPL_STATIC_LINK_NOINSTANCE( SvtFileDialog, ViewHdl_Impl, ImageButton*, EMPTYARG ) -{ - return 0; -} - - bool SvtFileDialog::createNewUserFilter( const OUString& _rNewFilter, bool _bAllowUserDefExt ) { // delete the old user filter and create a new one @@ -2026,7 +2018,6 @@ short SvtFileDialog::PrepareExecute() // Somebody might want to enable some controls according to the current filter FilterSelect(); - ViewHdl_Impl( this, NULL ); OpenURL_Impl( aObj.GetMainURL( INetURLObject::NO_DECODE ) ); _pFileView->Show(); diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx index 4a217c044dff..e4fad34b9e9e 100644 --- a/fpicker/source/office/iodlg.hxx +++ b/fpicker/source/office/iodlg.hxx @@ -116,7 +116,6 @@ private: DECL_STATIC_LINK( SvtFileDialog, FilterSelectHdl_Impl, ListBox* ); DECL_STATIC_LINK( SvtFileDialog, NewFolderHdl_Impl, PushButton* ); - DECL_STATIC_LINK( SvtFileDialog, ViewHdl_Impl, ImageButton* ); DECL_STATIC_LINK( SvtFileDialog, OpenHdl_Impl, void* ); DECL_LINK ( CancelHdl_Impl, void* ); DECL_STATIC_LINK( SvtFileDialog, FileNameGetFocusHdl_Impl, void* ); diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx index ea2390dd9696..35d9357b1ce1 100644 --- a/include/sfx2/objface.hxx +++ b/include/sfx2/objface.hxx @@ -69,7 +69,6 @@ public: { return aNameResId.GetResMgr(); } const SfxInterface* GetGenoType() const { return pGenoType; } - const SfxInterface* GetRealInterfaceForSlot( const SfxSlot* ) const; void RegisterObjectBar( sal_uInt16, const ResId&, const OUString* pST=0 ); void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const OUString* pST=0 ); diff --git a/include/svtools/urlcontrol.hxx b/include/svtools/urlcontrol.hxx index 33442d864d15..38c3099da9fd 100644 --- a/include/svtools/urlcontrol.hxx +++ b/include/svtools/urlcontrol.hxx @@ -37,7 +37,6 @@ namespace svt OUString m_sPreservedText; public: - OFileURLControl(Window* _pParent, const ResId& _rId); OFileURLControl(Window* _pParent, WinBits nStyle); protected: diff --git a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx index f58f509e167c..b7c350ba460a 100644 --- a/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx +++ b/include/svx/sdr/attribute/sdrallfillattributeshelper.hxx @@ -48,7 +48,6 @@ namespace drawinglayer protected: public: - SdrAllFillAttributesHelper(); SdrAllFillAttributesHelper(const Color& rColor); SdrAllFillAttributesHelper(const SfxItemSet& rSet); ~SdrAllFillAttributesHelper(); diff --git a/include/tools/rc.h b/include/tools/rc.h index 834b8b31aa04..20fb80492c9a 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -50,9 +50,6 @@ typedef short RSWND_STYLE; #define WORKWIN_SHOWMINIMIZED 1 #define WORKWIN_SHOWMAXIMIZED 2 -// For "FixedBitmap" resource: -#define RSC_FIXEDBITMAP_BITMAP 0x0001 - // For "FixedImage" resource: #define RSC_FIXEDIMAGE_IMAGE 0x0001 diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index 8e56341fac98..7b2d811f10c0 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -249,9 +249,6 @@ public: static void runtimeexception( const OUString& DetailedMessage, const css::uno::Exception& ex, int err, const OUString& /*additionalArgument*/ ) throw( css::uno::RuntimeException ); static void runtimeexception( int err, const OUString& additionalArgument ) throw( css::uno::RuntimeException ); - - static void runtimeexception( const css::uno::Exception& ex ) throw( css::uno::RuntimeException ); - }; } // vba diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx index 33a6632f3243..e215e9911d6d 100644 --- a/include/vcl/fixed.hxx +++ b/include/vcl/fixed.hxx @@ -138,9 +138,6 @@ private: SAL_DLLPRIVATE void ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags, const Point& rPos, const Size& rSize ); -protected: - SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId ); - public: explicit FixedBitmap( Window* pParent, WinBits nStyle = 0 ); virtual ~FixedBitmap(); diff --git a/include/vcl/tabdlg.hxx b/include/vcl/tabdlg.hxx index a990b8e46a24..312a6a32fee0 100644 --- a/include/vcl/tabdlg.hxx +++ b/include/vcl/tabdlg.hxx @@ -45,8 +45,6 @@ public: virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE; - void AdjustLayout(); - void SetViewWindow( Window* pWindow ) { mpViewWindow = pWindow; } Window* GetViewWindow() const { return mpViewWindow; } void SetViewAlign( WindowAlign eAlign ) { meViewAlign = eAlign; } diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index ed066b22becc..5afa835d75f9 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -420,7 +420,6 @@ public: * Takes ownership of the window */ void AddChildWindow(Window* pChildWindow); - void DeleteChildWindow(Window* pChildWindow); protected: // #114409# diff --git a/sc/source/ui/view/gridwin5.cxx b/sc/source/ui/view/gridwin5.cxx index bed697b2db5b..8a3f27104e46 100644 --- a/sc/source/ui/view/gridwin5.cxx +++ b/sc/source/ui/view/gridwin5.cxx @@ -477,17 +477,4 @@ void ScGridWindow::AddChildWindow(Window* pWindow) maChildWindows.push_back(pWindow); } -void ScGridWindow::DeleteChildWindow(Window* pWindow) -{ - for(boost::ptr_vector::iterator itr = maChildWindows.begin(), - itrEnd = maChildWindows.end(); itr != itrEnd; ++itr) - { - if(&(*itr) == pWindow) - { - maChildWindows.erase(itr); - return; - } - } -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx index fe5248375bb3..32c7e8e78a4e 100644 --- a/sfx2/source/control/objface.cxx +++ b/sfx2/source/control/objface.cxx @@ -619,28 +619,4 @@ bool SfxInterface::IsObjectBarVisible(sal_uInt16 nNo) const return pImpData->aObjectBars[nNo]->bVisible; } -const SfxInterface* SfxInterface::GetRealInterfaceForSlot( const SfxSlot *pRealSlot ) const -{ - SAL_WARN_IF( !pImpData->bRegistered, "sfx.control", "Interface not registered" ); - - const SfxInterface* pInterface = this; - - // The slot could also originate from the interface of a shell base class. - do - { - const SfxSlot *pLastSlot = (*pInterface)[pInterface->Count()-1]; - const SfxSlot *pFirstSlot = (*pInterface)[0]; - - // Is pInterface the Owner of pRealSlot ? - if ( pFirstSlot <= pRealSlot && pRealSlot <= pLastSlot ) - break; - - // Otherwise try the Interface of Super class - pInterface = pInterface->pGenoType; - } - while ( pInterface ); - - return pInterface; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/control/urlcontrol.cxx b/svtools/source/control/urlcontrol.cxx index ddb402599ff3..771bd144f426 100644 --- a/svtools/source/control/urlcontrol.cxx +++ b/svtools/source/control/urlcontrol.cxx @@ -25,18 +25,7 @@ namespace svt { - - - //= OFileURLControl - - - OFileURLControl::OFileURLControl(Window* _pParent, const ResId& _rId) - : SvtURLBox(_pParent, _rId, INET_PROT_FILE) - { - DisableHistory(); - } - OFileURLControl::OFileURLControl(Window* _pParent, WinBits nStyle) : SvtURLBox(_pParent, nStyle, INET_PROT_FILE) { @@ -52,7 +41,6 @@ namespace svt return pListBox; } - bool OFileURLControl::PreNotify( NotifyEvent& _rNEvt ) { if (GetSubEdit() == _rNEvt.GetWindow()) @@ -64,7 +52,6 @@ namespace svt return SvtURLBox::PreNotify(_rNEvt); } - bool OFileURLControl::Notify( NotifyEvent& _rNEvt ) { if (GetSubEdit() == _rNEvt.GetWindow()) @@ -87,9 +74,6 @@ namespace svt return SvtURLBox::Notify(_rNEvt); } - - } // namespace svt - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx b/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx index 31291b974b9e..58965e446b19 100644 --- a/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx +++ b/svx/source/sdr/attribute/sdrallfillattributeshelper.cxx @@ -54,15 +54,6 @@ namespace drawinglayer } } - SdrAllFillAttributesHelper::SdrAllFillAttributesHelper() - : maLastPaintRange(), - maLastDefineRange(), - maFillAttribute(), - maFillGradientAttribute(), - maPrimitives() - { - } - SdrAllFillAttributesHelper::SdrAllFillAttributesHelper(const Color& rColor) : maLastPaintRange(), maLastDefineRange(), diff --git a/unusedcode.easy b/unusedcode.easy index 15dd8ac0edb4..e26494b0646e 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1,52 +1,42 @@ (anonymous namespace)::flagToString(unsigned short) BigInt::BigInt(unsigned int) CalcUnoApiTest::CalcUnoApiTest(rtl::OUString const&) -ChartTest::getChartDocFromDrawImpress(int, int) -DocumentHandler::DocumentHandler(com::sun::star::uno::Reference&) -EditEngine::IsIdleFormatterActive() const GDriveDocument::GDriveDocument(GDriveSession*) GDriveFolder::GDriveFolder(GDriveSession*) GDriveProperty::GDriveProperty() GDriveSession::GDriveSession() -Json::Json(std::map, std::allocator >, Json, std::less, std::allocator > >, std::allocator, std::allocator > const, Json> > > const&) -Json::Json(std::map, std::allocator >, boost::shared_ptr, std::less, std::allocator > >, std::allocator, std::allocator > const, boost::shared_ptr > > > const&) +Json::Json(std::__debug::map, std::allocator >, Json, std::less, std::allocator > >, std::allocator, std::allocator > const, Json> > > const&) +Json::Json(std::__debug::map, std::allocator >, boost::shared_ptr, std::less, std::allocator > >, std::allocator, std::allocator > const, boost::shared_ptr > > > const&) Json::swap(Json&) -MenuBar::AddMenuBarButton(Image const&, Link const&, rtl::OUString const&, unsigned short) -MenuBar::GetMenuBarButtonRectPixel(unsigned short) -MenuBar::RemoveMenuBarButton(unsigned short) -MenuBar::SetMenuBarButtonHighlightHdl(unsigned short, Link const&) MetaAction::TypeName(unsigned short) MetafileXmlDump::filterNoneActionTypes() OpenGLContext::renderToFile() OpenGLRender::CreateTextTexture(rtl::OUString const&, Font, long, com::sun::star::awt::Point, com::sun::star::awt::Size, long) -OpenGLRender::GetAsBitmap() OutputDevice::GetCanvas() const OutputDevice::HasAlpha() +OutputDevice::LogicHeightToDeviceCoordinate(long) const OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&) OutputDevice::LogicToPixel(Region const&, MapMode const&) const OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const OutputDevice::PixelToLogic(Region const&, MapMode const&) const -RenderPrimitive::bindSortedIndicesBuf() -RenderPrimitive::copyIndiceBufferData(char const*, unsigned int) -RenderPrimitive::copyVertexBufferData(char const*, unsigned int) SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*) +ScDBFuncUndo::SetDrawUndoAction(SdrUndoAction*) ScDocument::AreaBroadcastInRange(ScRange const&, ScHint const&) ScDocument::CreateFormatTable() const +ScDocument::MarkSubTotalCells(sc::ColumnSpanSet&, ScRange const&, bool) const ScFormulaCellGroup::scheduleCompilation() ScRawToken::Clone() const ScRawToken::Delete() ScTabView::DrawMarkRect(Rectangle const&) ScTabViewShell::SetChartArea(tools::SvRef const&, Rectangle const&) +ScTable::AttachFormulaCells(sc::StartListeningContext&, short, int, short, int) +ScTable::DetachFormulaCells(sc::EndListeningContext&, short, int, short, int) ScVbaFormat::getAddIndent() ScVbaFormat::setAddIndent(com::sun::star::uno::Any const&) -SdrItemBrowser::ForceParent() -SdrItemBrowser::SdrItemBrowser(SdrView&) SfxAppMenuControl_Impl::RegisterControl(unsigned short, SfxModule*) SfxInt64Item::SetValue(long) -StyleSettings::SetActiveColor2(Color const&) StyleSettings::SetCursorSize(long) -StyleSettings::SetDeactiveColor2(Color const&) StyleSettings::SetFloatTitleHeight(long) StyleSettings::SetHideDisabledMenuItems(bool) StyleSettings::SetSpinSize(long) @@ -56,11 +46,13 @@ StyleSettings::SetUseFlatMenus(bool) SvpSalInstance::PostedEventsInQueue() SvtListener::IsListening(SvtBroadcaster&) const SvxFontListBox::GetSelectEntry() const -SvxNumberFormatShell::IsAdded_Impl(unsigned long) SvxOpenGLObject::getRenderer() SvxOpenGLObject::setRenderer(IOpenGLRenderer*) -TextDoc::IsValidPaM(TextPaM const&) -Texture::setSamplerParameter(unsigned int, unsigned int) +SwLayHelper::CheckPageFlyCache(SwPageFrm*&, SwFlyFrm*) +SwUpdateAttr::SwUpdateAttr(int, int, unsigned short, std::__debug::vector >) +Test::testCopyPasteSkipEmptyConditionalFormatting() +Test::testPerf() +Test::testSharedFormulaMoveBlock() UnoApiTest::closeDocument(com::sun::star::uno::Reference) VCLXGraphics::getFillColor() VCLXGraphics::getFont() @@ -69,7 +61,6 @@ VCLXGraphics::getRasterOp() VCLXGraphics::getTextColor() VCLXGraphics::getTextFillColor() XmlTestTools::parseXml(utl::TempFile&) -XmlWriter::element(rtl::OString const&) apitest::CellProperties::testRotateReference() apitest::CellProperties::testVertJustify() apitest::DataPilotField::testAutoShowInfo() @@ -155,6 +146,7 @@ apitest::XSheetAnnotation::testGetIsVisible() apitest::XSheetAnnotation::testGetPosition() apitest::XSheetAnnotation::testSetIsVisible() apitest::XSheetAnnotations::testCount() +apitest::XSheetAnnotations::testGetByIndex() apitest::XSheetAnnotations::testInsertNew() apitest::XSheetAnnotations::testRemoveByIndex() apitest::XSheetOutline::testAutoOutline() @@ -181,18 +173,24 @@ apitest::XTextContent::testAttach() apitest::XTextContent::testGetAnchor() apitest::XTextField::testGetPresentation() basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&) +calc::OCellListSource::checkConsistency_static(void const*) +calc::OCellValueBinding::checkConsistency_static(void const*) canvas::createSurfaceProxyManager(boost::shared_ptr const&) chart::ChartTypeUnoDlg::Create(com::sun::star::uno::Reference const&) +chart::InternalData::clearDefaultData() chart::ShapeToolbarController::create(com::sun::star::uno::Reference const&) +chart::opengl3D::Bar::Bar(chart::opengl3D::OpenGL3DRenderer*, glm::detail::tmat4x4 const&, unsigned int, unsigned int) +comphelper::OAccessibleImplementationAccess::setStateBit(short, bool) comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr const&, rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::shared_ptr const&, rtl::OUString const&, com::sun::star::uno::Any const&) const -connectivity::OSQLParseNode::showParseTree(rtl::OUString&) const connectivity::firebird::release(int&, cppu::OBroadcastHelperVar&, com::sun::star::uno::Reference&, com::sun::star::lang::XComponent*) connectivity::sdbcx::OGroup::OGroup(bool) connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, bool) +formula::FormulaTokenArray::GetNextOpCodeRPN(OpCodeEnum) oglcanvas::CanvasHelper::flush() const oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference const&) const +oox::drawingml::TextListStyle::dump() const oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&) sc::CLBuildKernelThread::CLBuildKernelThread() sc::CLBuildKernelThread::consume() @@ -202,10 +200,16 @@ sc::CellValues::transferTo(ScColumn&, int) sd::LeftDrawPaneShell::RegisterInterface(SfxModule*) sd::LeftImpressPaneShell::RegisterInterface(SfxModule*) sd::framework::FrameworkHelper::Instance(com::sun::star::uno::Reference const&) +sd::slidesorter::view::PageObjectPainter::InvalidateBitmaps() sfx2::SvBaseLink::SvBaseLink(rtl::OUString const&, unsigned short, sfx2::SvLinkSource*) std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_Rb_tree(std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >&&) +std::__cxx1998::vector, std::allocator > >::reserve(unsigned long) std::auto_ptr::auto_ptr(std::auto_ptr&) std::auto_ptr::auto_ptr(std::auto_ptr_ref) -std::vector, std::allocator > >::reserve(unsigned long) +svl::GridPrinter::clear() +svl::GridPrinter::resize(unsigned long, unsigned long) +svt::CheckInvariants(void const*) +svt::table::TableControl_Impl::impl_checkInvariants() const +svt::table::UnoControlTableModel::checkInvariants() const utl::extractTime(com::sun::star::util::DateTime const&, com::sun::star::util::Time&) vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool) diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index cdee33b64b28..7bbe9e50924e 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -1085,12 +1085,6 @@ void DebugHelper::runtimeexception( int err, const OUString& additionalArgument runtimeexception( OUString(), css::uno::Exception(), err, additionalArgument ); } -void DebugHelper::runtimeexception( const css::uno::Exception& ex ) throw( css::uno::RuntimeException ) -{ - runtimeexception( OUString(), ex, SbERR_INTERNAL_ERROR, OUString() ); -} - - Millimeter::Millimeter():m_nMillimeter(0) {} Millimeter::Millimeter(double mm):m_nMillimeter(mm) {} diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx index 3b50a3c6e92a..35f6dab6d574 100644 --- a/vcl/source/control/fixed.cxx +++ b/vcl/source/control/fixed.cxx @@ -742,19 +742,6 @@ void FixedBitmap::ImplInitSettings() } } -void FixedBitmap::ImplLoadRes( const ResId& rResId ) -{ - Control::ImplLoadRes( rResId ); - - sal_uLong nObjMask = ReadLongRes(); - - if ( RSC_FIXEDBITMAP_BITMAP & nObjMask ) - { - maBitmap = Bitmap( ResId( (RSHEADER_TYPE*)GetClassRes(), *rResId.GetResMgr() ) ); - IncrementRes( GetObjSizeRes( (RSHEADER_TYPE*)GetClassRes() ) ); - } -} - FixedBitmap::FixedBitmap( Window* pParent, WinBits nStyle ) : Control( WINDOW_FIXEDBITMAP ) { diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx index 7ce61365f480..cbd60dc7abe4 100644 --- a/vcl/source/window/tabdlg.cxx +++ b/vcl/source/window/tabdlg.cxx @@ -235,12 +235,4 @@ void TabDialog::StateChanged( StateChangedType nType ) Dialog::StateChanged( nType ); } -void TabDialog::AdjustLayout() -{ - SAL_WARN_IF(isLayoutEnabled(), "vcl.layout", "unnecessary to call TabDialog::AdjustLayout when layout enabled"); - - ImplPosControls(); - queue_resize(); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit