summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/comp/loops.cxx8
-rw-r--r--basic/source/comp/token.cxx10
-rw-r--r--basic/source/sbx/sbxscan.cxx9
-rw-r--r--cui/source/tabpages/tpbitmap.cxx8
-rw-r--r--editeng/source/items/frmitems.cxx8
-rw-r--r--linguistic/source/dlistimp.cxx5
-rw-r--r--sc/source/core/data/column.cxx14
-rw-r--r--sc/source/core/data/documen5.cxx5
-rw-r--r--sc/source/core/data/pivot2.cxx5
-rw-r--r--sc/source/core/data/table4.cxx5
-rw-r--r--sc/source/core/tool/chartarr.cxx8
-rw-r--r--sc/source/filter/lotus/tool.cxx4
-rw-r--r--sc/source/ui/docshell/tablink.cxx6
-rw-r--r--sc/source/ui/drawfunc/fuins1.cxx4
-rw-r--r--sc/source/ui/drawfunc/fusel.cxx9
-rw-r--r--sc/source/ui/view/cellsh4.cxx4
-rw-r--r--sc/source/ui/view/dbfunc2.cxx8
-rw-r--r--sc/source/ui/view/dbfunc4.cxx4
-rw-r--r--sc/source/ui/view/drawvie4.cxx15
-rw-r--r--sc/source/ui/view/drawview.cxx9
-rw-r--r--sc/source/ui/view/tabview3.cxx8
-rw-r--r--sc/source/ui/view/tabvwsh2.cxx4
-rw-r--r--sc/source/ui/view/tabvwshb.cxx4
-rw-r--r--sc/source/ui/view/tabvwshd.cxx4
-rw-r--r--sd/source/ui/func/fuinsert.cxx8
-rw-r--r--sd/source/ui/view/drviews4.cxx11
-rw-r--r--sd/source/ui/view/drviewse.cxx8
-rw-r--r--sd/source/ui/view/sdview4.cxx9
-rw-r--r--sd/source/ui/view/viewshe2.cxx8
-rw-r--r--sfx2/source/control/ctrlitem.cxx6
-rw-r--r--sfx2/source/view/viewprn.cxx13
-rw-r--r--svtools/source/brwbox/brwbox2.cxx15
-rw-r--r--svtools/source/dialogs/filedlg2.cxx4
-rw-r--r--svtools/source/filter/ixpm/xpmread.cxx8
-rw-r--r--svx/source/svdraw/svdopath.cxx5
-rw-r--r--svx/source/xoutdev/_xoutbmp.cxx8
-rw-r--r--sw/source/core/layout/layact.cxx2
-rw-r--r--sw/source/core/txtnode/fntcache.cxx14
-rw-r--r--sw/source/core/txtnode/fntcap.cxx11
-rw-r--r--unotools/source/i18n/textsearch.cxx11
40 files changed, 0 insertions, 309 deletions
diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx
index ac536484e2c8..127ec8809c6a 100644
--- a/basic/source/comp/loops.cxx
+++ b/basic/source/comp/loops.cxx
@@ -451,10 +451,6 @@ done:
// ON Error/Variable
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
void SbiParser::On()
{
SbiToken eTok = Peek();
@@ -519,10 +515,6 @@ void SbiParser::On()
}
}
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
// RESUME [0]|NEXT|label
void SbiParser::Resume()
diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx
index ca62163838bb..e0dc9fda3ac6 100644
--- a/basic/source/comp/token.cxx
+++ b/basic/source/comp/token.cxx
@@ -533,11 +533,6 @@ special:
return eCurTok;
}
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
-
bool SbiTokenizer::MayBeLabel( bool bNeedsColon )
{
if( eCurTok == SYMBOL || m_aTokenLabelInfo.canTokenBeLabel( eCurTok ) )
@@ -552,9 +547,4 @@ bool SbiTokenizer::MayBeLabel( bool bNeedsColon )
}
}
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx
index f9a328ea26bf..4f080dd86ea0 100644
--- a/basic/source/sbx/sbxscan.cxx
+++ b/basic/source/sbx/sbxscan.cxx
@@ -370,11 +370,6 @@ static void myftoa( double nNum, char * pBuf, short nPrec, short nExpWidth,
// This routine is public because it's also used by the Put-functions
// in the class SbxImpSTRING.
-#ifdef _MSC_VER
-#pragma optimize( "", off )
-#pragma warning(disable: 4748) // "... because optimizations are disabled ..."
-#endif
-
void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, bool bCoreString )
{
char *q;
@@ -402,10 +397,6 @@ void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, bool bCoreStrin
rRes = ::rtl::OUString::createFromAscii( cBuf );
}
-#ifdef _MSC_VER
-#pragma optimize( "", on )
-#endif
-
bool ImpConvStringExt( ::rtl::OUString& rSrc, SbxDataType eTargetType )
{
bool bChanged = false;
diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx
index 1c7b87a30eab..05108681904a 100644
--- a/cui/source/tabpages/tpbitmap.cxx
+++ b/cui/source/tabpages/tpbitmap.cxx
@@ -679,10 +679,6 @@ IMPL_LINK_NOARG(SvxBitmapTabPage, ClickAddHdl_Impl)
//------------------------------------------------------------------------
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
IMPL_LINK_NOARG(SvxBitmapTabPage, ClickImportHdl_Impl)
{
ResMgr& rMgr = CUI_MGR();
@@ -777,10 +773,6 @@ IMPL_LINK_NOARG(SvxBitmapTabPage, ClickImportHdl_Impl)
return 0L;
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
//------------------------------------------------------------------------
IMPL_LINK_NOARG(SvxBitmapTabPage, ClickModifyHdl_Impl)
diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx
index 8360c7a82cf3..3377cb9359ce 100644
--- a/editeng/source/items/frmitems.cxx
+++ b/editeng/source/items/frmitems.cxx
@@ -3309,10 +3309,6 @@ void SvxLineItem::SetLine( const SvxBorderLine* pNew )
pLine = pNew ? new SvxBorderLine( *pNew ) : 0;
}
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
// class SvxBrushItem ----------------------------------------------------
#define LOAD_GRAPHIC ((sal_uInt16)0x0001)
@@ -4139,10 +4135,6 @@ SvxBrushItem::SvxBrushItem( const CntWallpaperItem& rItem, sal_uInt16 _nWhich )
}
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
void SvxBrushItem::ApplyGraphicTransparency_Impl()
{
DBG_ASSERT(pImpl->pGraphicObject, "no GraphicObject available" );
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx
index ed7a8a712576..2c83a2421ef3 100644
--- a/linguistic/source/dlistimp.cxx
+++ b/linguistic/source/dlistimp.cxx
@@ -870,11 +870,6 @@ static void AddUserData( const uno::Reference< XDictionary > &rDic )
}
}
-
-#if defined _MSC_VER
-#pragma optimize("g",off)
-#endif
-
static sal_Bool IsVers2OrNewer( const String& rFileURL, sal_uInt16& nLng, sal_Bool& bNeg )
{
if (rFileURL.Len() == 0)
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index d40e359c5a67..aefe0437e923 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -37,10 +37,6 @@
#include "detfunc.hxx" // for Notes in Sort/Swap
#include "postit.hxx"
-//#pragma optimize ( "", off )
-// nur Search ohne Optimierung!
-
-// STATIC DATA -----------------------------------------------------------
using ::editeng::SvxBorderLine;
using namespace formula;
@@ -668,11 +664,6 @@ void ScColumn::ApplyAttr( SCROW nRow, const SfxPoolItem& rAttr )
// alte Version mit SfxItemPoolCache:
}
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
-
bool ScColumn::Search( SCROW nRow, SCSIZE& nIndex ) const
{
if ( maItems.empty() )
@@ -761,11 +752,6 @@ bool ScColumn::Search( SCROW nRow, SCSIZE& nIndex ) const
return bFound;
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
-
ScBaseCell* ScColumn::GetCell( SCROW nRow ) const
{
SCSIZE nIndex;
diff --git a/sc/source/core/data/documen5.cxx b/sc/source/core/data/documen5.cxx
index 678a22df813a..c4ca715a509e 100644
--- a/sc/source/core/data/documen5.cxx
+++ b/sc/source/core/data/documen5.cxx
@@ -26,11 +26,6 @@
#include <com/sun/star/embed/EmbedStates.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
-
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
#include <sfx2/objsh.hxx>
#include <svx/svditer.hxx>
#include <svx/svdoole2.hxx>
diff --git a/sc/source/core/data/pivot2.cxx b/sc/source/core/data/pivot2.cxx
index a5e23d0de0f1..eedf727065d1 100644
--- a/sc/source/core/data/pivot2.cxx
+++ b/sc/source/core/data/pivot2.cxx
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
#include "scitems.hxx"
#include <editeng/boxitem.hxx>
#include <editeng/wghtitem.hxx>
diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx
index f5655f3e9784..00aa1c3d3cac 100644
--- a/sc/source/core/data/table4.cxx
+++ b/sc/source/core/data/table4.cxx
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifdef _MSC_VER
-#pragma optimize("",off)
- // sonst Absturz Win beim Fuellen
-#endif
-
#include "scitems.hxx"
#include <comphelper/string.hxx>
#include <svx/algitem.hxx>
diff --git a/sc/source/core/tool/chartarr.cxx b/sc/source/core/tool/chartarr.cxx
index fff0fc3fefc7..677319b2f7aa 100644
--- a/sc/source/core/tool/chartarr.cxx
+++ b/sc/source/core/tool/chartarr.cxx
@@ -96,10 +96,6 @@ bool ScChartArray::operator==(const ScChartArray& rCmp) const
&& aName == rCmp.aName;
}
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
ScMemChart* ScChartArray::CreateMemChart()
{
ScRangeListRef aRangeListRef(GetRangeList());
@@ -485,10 +481,6 @@ ScMemChart* ScChartArray::CreateMemChartMulti()
return pMemChart;
}
-#ifdef _MSC_VER
-#pragma optimize("",on)
-#endif
-
ScChartCollection::ScChartCollection() {}
ScChartCollection::ScChartCollection(const ScChartCollection& r) :
maData(r.maData) {}
diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx
index 8b81a582874e..4fa8eb1a1f8e 100644
--- a/sc/source/filter/lotus/tool.cxx
+++ b/sc/source/filter/lotus/tool.cxx
@@ -36,10 +36,6 @@
#include <math.h>
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
//--------------------------------------------------------- EXTERNE VARIABLEN -
extern WKTYP eTyp; // -> filter.cxx, aktueller Dateityp
extern ScDocument* pDoc; // -> filter.cxx, Aufhaenger zum Dokumentzugriff
diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx
index b7d3a5412dbd..f42810fc9a7b 100644
--- a/sc/source/ui/docshell/tablink.cxx
+++ b/sc/source/ui/docshell/tablink.cxx
@@ -17,12 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
-//------------------------------------------------------------------
-
#include <sfx2/sfxsids.hrc>
#include <sfx2/app.hxx>
#include <svl/itemset.hxx>
diff --git a/sc/source/ui/drawfunc/fuins1.cxx b/sc/source/ui/drawfunc/fuins1.cxx
index 4915e690d5ee..a5d619965cae 100644
--- a/sc/source/ui/drawfunc/fuins1.cxx
+++ b/sc/source/ui/drawfunc/fuins1.cxx
@@ -202,10 +202,6 @@ static void lcl_InsertMedia( const ::rtl::OUString& rMediaURL, bool bApi,
|*
\************************************************************************/
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
-
FuInsertGraphic::FuInsertGraphic( ScTabViewShell* pViewSh,
Window* pWin,
ScDrawView* pViewP,
diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx
index c69d61d28412..4968f15e47c0 100644
--- a/sc/source/ui/drawfunc/fusel.cxx
+++ b/sc/source/ui/drawfunc/fusel.cxx
@@ -56,10 +56,6 @@
// -----------------------------------------------------------------------
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
using namespace com::sun::star;
/*************************************************************************
@@ -636,9 +632,4 @@ void FuSelection::Deactivate()
FuDraw::Deactivate();
}
-
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx
index 59d8724e6397..945909c349ad 100644
--- a/sc/source/ui/view/cellsh4.cxx
+++ b/sc/source/ui/view/cellsh4.cxx
@@ -17,10 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifdef _MSC_VER
-#pragma optimize ("", off)
-#endif
-
#include <sfx2/request.hxx>
#include "cellsh.hxx"
diff --git a/sc/source/ui/view/dbfunc2.cxx b/sc/source/ui/view/dbfunc2.cxx
index 5a8952c47498..20cfc64b3db0 100644
--- a/sc/source/ui/view/dbfunc2.cxx
+++ b/sc/source/ui/view/dbfunc2.cxx
@@ -24,14 +24,6 @@
#include "sc.hrc"
#include "globstr.hrc"
-
-// STATIC DATA -----------------------------------------------------------
-
-
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
//==================================================================
void ScDBFunc::UpdateCharts( sal_Bool bAllCharts )
diff --git a/sc/source/ui/view/dbfunc4.cxx b/sc/source/ui/view/dbfunc4.cxx
index f3946126173d..447d487f2993 100644
--- a/sc/source/ui/view/dbfunc4.cxx
+++ b/sc/source/ui/view/dbfunc4.cxx
@@ -27,10 +27,6 @@
// -----------------------------------------------------------------------
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
using namespace com::sun::star;
//==================================================================
diff --git a/sc/source/ui/view/drawvie4.cxx b/sc/source/ui/view/drawvie4.cxx
index 52837817cbe9..234fbbc36b93 100644
--- a/sc/source/ui/view/drawvie4.cxx
+++ b/sc/source/ui/view/drawvie4.cxx
@@ -50,14 +50,6 @@ Point aDragStartDiff;
// -----------------------------------------------------------------------
-//! welche Funktionen aus drawview/drawvie4 muessen wirklich ohne Optimierung sein?
-
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
-// -----------------------------------------------------------------------
-
void ScDrawView::CheckOle( const SdrMarkList& rMarkList, sal_Bool& rAnyOle, sal_Bool& rOneOle )
{
rAnyOle = rOneOle = false;
@@ -333,11 +325,4 @@ void ScDrawView::SetMarkedOriginalSize()
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index 2c13e3413eae..48a550418905 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -62,11 +62,6 @@ using namespace com::sun::star;
// -----------------------------------------------------------------------
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
-
void ScDrawView::Construct()
{
EnableExtendedKeyInputDispatcher(false);
@@ -571,10 +566,6 @@ void ScDrawView::UpdateUserViewOptions()
}
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
sal_Bool ScDrawView::SelectObject( const String& rName )
{
UnmarkAll();
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 8fcf73e7ae7a..053d3a886925 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -254,10 +254,6 @@ void ScTabView::InvalidateAttribs()
// oder Referenz verschicken
// ohne Optimierung wegen BugId 29307
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
void ScTabView::SetCursor( SCCOL nPosX, SCROW nPosY, bool bNew )
{
SCCOL nOldX = aViewData.GetCurX();
@@ -285,10 +281,6 @@ void ScTabView::SetCursor( SCCOL nPosX, SCROW nPosY, bool bNew )
}
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
void ScTabView::CheckSelectionTransfer()
{
if ( aViewData.IsActive() ) // only for active view
diff --git a/sc/source/ui/view/tabvwsh2.cxx b/sc/source/ui/view/tabvwsh2.cxx
index 2ed2c2133201..8d137a8731cf 100644
--- a/sc/source/ui/view/tabvwsh2.cxx
+++ b/sc/source/ui/view/tabvwsh2.cxx
@@ -17,10 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifdef _MSC_VER
-#pragma optimize ("", off)
-#endif
-
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <svl/aeitem.hxx>
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 89b3aef44d9e..2765f71ca67f 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -20,10 +20,6 @@
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
#include <com/sun/star/chart2/data/XDataReceiver.hpp>
-#ifdef _MSC_VER
-#pragma optimize ("", off)
-#endif
-
#include <com/sun/star/embed/EmbedMisc.hpp>
#include <com/sun/star/embed/EmbedStates.hpp>
#include <sfx2/app.hxx>
diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx
index 2399b08e9ad0..77dcfcc463e5 100644
--- a/sc/source/ui/view/tabvwshd.cxx
+++ b/sc/source/ui/view/tabvwshd.cxx
@@ -17,10 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifdef _MSC_VER
-#pragma optimize ("", off)
-#endif
-
#include <sfx2/childwin.hxx>
#include <sfx2/request.hxx>
#include <sfx2/viewfrm.hxx>
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index fd72ccc737a4..1ea0167f3811 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -112,10 +112,6 @@ FunctionReference FuInsertGraphic::Create( ViewShell* pViewSh, ::sd::Window* pWi
return xFunc;
}
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
void FuInsertGraphic::DoExecute( SfxRequest& )
{
SvxOpenGraphicDialog aDlg(SdResId(STR_INSERTGRAPHIC));
@@ -164,10 +160,6 @@ void FuInsertGraphic::DoExecute( SfxRequest& )
}
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
/*************************************************************************
|*
|* FuInsertClipboard::Konstruktor
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index cdfb31c1eb02..fe92bc05cc68 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -68,10 +68,6 @@ namespace sd {
#define PIPETTE_RANGE 0
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::drawing;
@@ -963,13 +959,6 @@ void DrawViewShell::ShowSnapLineContextMenu (
}
}
-
-
-
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
} // end of namespace sd
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index 5d4cad65197c..e17192ce3da8 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -101,10 +101,6 @@ using namespace ::com::sun::star::presentation;
namespace sd {
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
/*************************************************************************
|*
|* Permanente Funktionen
@@ -1685,10 +1681,6 @@ void DrawViewShell::StopSlideShow (bool /*bCloseFrame*/)
}
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
} // end of namespace sd
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx
index 7778cd7515a8..2dad995e304e 100644
--- a/sd/source/ui/view/sdview4.cxx
+++ b/sd/source/ui/view/sdview4.cxx
@@ -64,10 +64,6 @@ using namespace com::sun::star;
namespace sd {
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
/*************************************************************************
|*
|* Graphik einfuegen
@@ -567,11 +563,6 @@ IMPL_LINK_NOARG(View, DropErrorHdl)
return 0;
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
-
/*************************************************************************
|*
|* StyleSheet aus der Sleketion besorgen
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx
index 668d748fb9c7..e4b65e04a906 100644
--- a/sd/source/ui/view/viewshe2.cxx
+++ b/sd/source/ui/view/viewshe2.cxx
@@ -70,10 +70,6 @@
#include <svtools/soerr.hxx>
#include <toolkit/helper/vclunohelper.hxx>
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
using namespace com::sun::star;
#ifndef DISABLE_DYNLOADING // otherwise use the one in sw...
@@ -1092,10 +1088,6 @@ sal_Int8 ViewShell::ExecuteDrop (
return( pView ? pView->ExecuteDrop( rEvt, rTargetHelper, pTargetWindow, nPage, nLayer ) : DND_ACTION_NONE );
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
void ViewShell::WriteUserDataSequence ( ::com::sun::star::uno::Sequence <
::com::sun::star::beans::PropertyValue >& rSequence, sal_Bool bBrowse)
{
diff --git a/sfx2/source/control/ctrlitem.cxx b/sfx2/source/control/ctrlitem.cxx
index 3a916c46fb10..317c16ae51ce 100644
--- a/sfx2/source/control/ctrlitem.cxx
+++ b/sfx2/source/control/ctrlitem.cxx
@@ -353,10 +353,4 @@ SfxItemState SfxControllerItem::GetItemState
: SFX_ITEM_AVAILABLE;
}
-//------------------------------------------------------------------------
-
-#ifdef _MSC_VER
-#pragma optimize("g",off)
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx
index a00155773fbe..2b2f11933212 100644
--- a/sfx2/source/view/viewprn.cxx
+++ b/sfx2/source/view/viewprn.cxx
@@ -577,14 +577,6 @@ SfxPrinter* SfxViewShell::SetPrinter_Impl( SfxPrinter *pNewPrinter )
return pDocPrinter;
}
-//-------------------------------------------------------------------------
-// Sadly enough the problem arises with WIN32 that nothing is printed when
-// SID_PRINTDOCDIRECT auflaueft. At the moment the only known solution in this
-// case is to turn off the optimazation.
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
void SfxViewShell::ExecPrint( const uno::Sequence < beans::PropertyValue >& rProps, sal_Bool bIsAPI, sal_Bool bIsDirect )
{
// get the current selection; our controller should know it
@@ -890,11 +882,6 @@ void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq )
}
}
-// Turn on optimazation again.
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
//--------------------------------------------------------------------
SfxPrinter* SfxViewShell::GetPrinter( sal_Bool /*bCreate*/ )
diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx
index ccbac54eab4d..fd027fc0e1fa 100644
--- a/svtools/source/brwbox/brwbox2.cxx
+++ b/svtools/source/brwbox/brwbox2.cxx
@@ -304,10 +304,6 @@ void BrowseBox::EndScroll()
//-------------------------------------------------------------------
-#ifdef _MSC_VER
-#pragma optimize( "", off )
-#endif
-
void BrowseBox::ToggleSelection( sal_Bool bForce )
{
DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants);
@@ -381,10 +377,6 @@ void BrowseBox::ToggleSelection( sal_Bool bForce )
bNotToggleSel = sal_False;
}
-#ifdef _MSC_VER
-#pragma optimize( "", on )
-#endif
-
//-------------------------------------------------------------------
void BrowseBox::DrawCursor()
@@ -1457,9 +1449,6 @@ IMPL_LINK( BrowseBox, StartDragHdl, HeaderBar*, pBar )
//-------------------------------------------------------------------
// usually only the first column was resized
-#ifdef _MSC_VER
-#pragma optimize("",off)
-#endif
void BrowseBox::MouseButtonDown( const MouseEvent& rEvt )
{
@@ -1515,10 +1504,6 @@ void BrowseBox::MouseButtonDown( const MouseEvent& rEvt )
SetNoSelection();
}
-#ifdef _MSC_VER
-#pragma optimize("",on)
-#endif
-
//-------------------------------------------------------------------
void BrowseBox::MouseMove( const MouseEvent& rEvt )
diff --git a/svtools/source/dialogs/filedlg2.cxx b/svtools/source/dialogs/filedlg2.cxx
index d4a70e237a40..bc197bb6db4d 100644
--- a/svtools/source/dialogs/filedlg2.cxx
+++ b/svtools/source/dialogs/filedlg2.cxx
@@ -32,10 +32,6 @@
#include <svtools/stdctrl.hxx>
-#ifdef _MSC_VER
-#pragma optimize ("", off)
-#endif
-
#include <svtools/helpid.hrc>
using namespace com::sun::star;
diff --git a/svtools/source/filter/ixpm/xpmread.cxx b/svtools/source/filter/ixpm/xpmread.cxx
index e15bf33c1bcd..0317736c208d 100644
--- a/svtools/source/filter/ixpm/xpmread.cxx
+++ b/svtools/source/filter/ixpm/xpmread.cxx
@@ -59,10 +59,6 @@ XPMReader::~XPMReader()
// ------------------------------------------------------------------------
-#ifdef _MSC_VER
-#pragma optimize ("",off)
-#endif
-
ReadState XPMReader::ReadXPM( Graphic& rGraphic )
{
ReadState eReadState;
@@ -218,10 +214,6 @@ ReadState XPMReader::ReadXPM( Graphic& rGraphic )
return eReadState;
}
-#ifdef _MSC_VER
-#pragma optimize ("",on)
-#endif
-
// ------------------------------------------------------------------------
// ImplGetColor ermittelt saemtliche Farbwerte,
// die Rueckgabe ist sal_True wenn saemtliche Farben zugeordnet werden konnten
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index 1ba197361886..96e8abef86f2 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -35,11 +35,6 @@
#include "svx/svdglob.hxx" // Stringcache
#include "svx/svdstr.hrc" // the object's name
-#ifdef _MSC_VER
-#pragma optimize ("",off)
-#pragma warning(disable: 4748) // "... because optimizations are disabled ..."
-#endif
-
#include <svx/xlnwtit.hxx>
#include <svx/xlnclit.hxx>
#include <svx/xflclit.hxx>
diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx
index 22bad4a21b1a..a57f6facad09 100644
--- a/svx/source/xoutdev/_xoutbmp.cxx
+++ b/svx/source/xoutdev/_xoutbmp.cxx
@@ -299,10 +299,6 @@ sal_uInt16 XOutBitmap::WriteGraphic( const Graphic& rGraphic, String& rFileName,
// ------------------------------------------------------------------------
-#ifdef _MSC_VER
-#pragma optimize ( "", off )
-#endif
-
sal_uInt16 XOutBitmap::ExportGraphic( const Graphic& rGraphic, const INetURLObject& rURL,
GraphicFilter& rFilter, const sal_uInt16 nFormat,
const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >* pFilterData )
@@ -329,10 +325,6 @@ sal_uInt16 XOutBitmap::ExportGraphic( const Graphic& rGraphic, const INetURLObje
return nRet;
}
-#ifdef _MSC_VER
-#pragma optimize ( "", on )
-#endif
-
// ------------------------------------------------------------------------
Bitmap XOutBitmap::DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold )
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index 249f951abe1d..26b3523ba6eb 100644
--- a/sw/source/core/layout/layact.cxx
+++ b/sw/source/core/layout/layact.cxx
@@ -80,8 +80,6 @@
#include <PostItMgr.hxx>
#include <vector>
-//#pragma optimize("ity",on)
-
/*************************************************************************
|*
|* SwLayAction static stuff
diff --git a/sw/source/core/txtnode/fntcache.cxx b/sw/source/core/txtnode/fntcache.cxx
index c6c6745c3511..fe189ab1fc84 100644
--- a/sw/source/core/txtnode/fntcache.cxx
+++ b/sw/source/core/txtnode/fntcache.cxx
@@ -653,14 +653,6 @@ static bool lcl_IsMonoSpaceFont( const OutputDevice& rOut )
return nWidth1 == nWidth2;
}
-// ER 09.07.95 20:34
-// mit -Ox Optimierung stuerzt's unter win95 ab
-// JP 12.07.95: unter WNT auch (i386); Alpha ??
-// global optimization off
-#ifdef _MSC_VER
-#pragma optimize("g",off)
-#endif
-
/* This helper structure (SwForbidden) contains the already marked parts of the string
to avoid double lines (e.g grammar + spell check error) */
@@ -1775,12 +1767,6 @@ void SwFntObj::DrawText( SwDrawTextInfo &rInf )
}
-// optimization disabled for DrawText()
-#ifdef _MSC_VER
-#pragma optimize("",on)
-#endif
-
-
/*************************************************************************
*
* Size SwFntObj::GetTextSize( const OutputDevice *pOut, const String &rTxt,
diff --git a/sw/source/core/txtnode/fntcap.cxx b/sw/source/core/txtnode/fntcap.cxx
index e77acb060059..ef40571130c4 100644
--- a/sw/source/core/txtnode/fntcap.cxx
+++ b/sw/source/core/txtnode/fntcap.cxx
@@ -541,11 +541,6 @@ void SwSubFont::DrawStretchCapital( SwDrawTextInfo &rInf )
* SwSubFont::DoOnCapitals() const
*************************************************************************/
-// JP 22.8.2001 - global optimization off - Bug 91245 / 91223
-#ifdef _MSC_VER
-#pragma optimize("g",off)
-#endif
-
void SwSubFont::DoOnCapitals( SwDoCapitals &rDo )
{
OSL_ENSURE( pLastFont, "SwFont::DoOnCapitals: No LastFont?!" );
@@ -836,10 +831,4 @@ void SwSubFont::DoOnCapitals( SwDoCapitals &rDo )
rDo.GetInf().SetKanaDiff( nKana );
}
-// JP 22.8.2001 - global optimization off - Bug 91245 / 91223
-#ifdef _MSC_VER
-#pragma optimize("g",on)
-#endif
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx
index 770b529136af..91051501f873 100644
--- a/unotools/source/i18n/textsearch.cxx
+++ b/unotools/source/i18n/textsearch.cxx
@@ -206,11 +206,6 @@ TextSearch::~TextSearch()
* methods, such as ordinary string searching or regular expression
* matching, using the method pointer.
*/
-#if defined _MSC_VER
-#pragma optimize("", off)
-#pragma warning(push)
-#pragma warning(disable: 4748)
-#endif
int TextSearch::SearchFrwrd( const String & rStr, xub_StrLen* pStart,
xub_StrLen* pEnde, SearchResult* pRes )
{
@@ -406,12 +401,6 @@ void TextSearch::ReplaceBackReferences( String& rReplaceStr, const String &rStr,
}
}
-
-#if defined _MSC_VER
-#pragma optimize("", on)
-#pragma warning(pop)
-#endif
-
// ............................................................................
} // namespace utl
// ............................................................................