Tor Lillqvist
877de645ff
WaE: unreachable code
2011-10-05 18:03:55 +03:00
Tor Lillqvist
8d6030fa42
Use OUString::getStr()
2011-10-05 18:03:52 +03:00
Fridrich Štrba
d624a657a8
Fix fpicker windows build
2011-10-05 14:12:02 +02:00
Stephan Bergmann
011320d569
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *() in Mac OS X only code.
2011-09-29 14:50:17 +02:00
Tor Lillqvist
78f81fdadb
WaE: 'fileAttributesAtPath:traverseLink:' is deprecated
2011-09-29 00:54:46 +03:00
Tor Lillqvist
17cc38231c
Add mode lines
2011-09-29 00:54:45 +03:00
Tor Lillqvist
e41899b782
WaE: class 'AquaFilePickerDelegate' does not implement the 'NSOpenSavePanelDelegate' protocol
2011-09-29 00:54:44 +03:00
Tor Lillqvist
15759b8c94
Avoid "jump to case label crosses initialization" errors with gcc 4.2.1
...
Reduce scope of variables declared inside a switch statement. OK, so
make those code snippets into blocks then, to reduce the scope of
those variables. Workaround for weird errors as reported by gcc 4.2.1
in the 10.6 SDK:
SalAquaPicker.cxx: In member function 'void SalAquaPicker::implInitialize()':
SalAquaPicker.cxx:134: error: jump to case label
SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn'
SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults'
SalAquaPicker.cxx:141: error: jump to case label
SalAquaPicker.cxx:127: error: crosses initialization of 'NSNumber* pExtn'
SalAquaPicker.cxx:126: error: crosses initialization of 'NSUserDefaults* pDefaults'
2011-09-29 00:54:43 +03:00
Stephan Bergmann
6671fa81db
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().
2011-09-27 20:22:03 +02:00
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Fridrich Štrba
bb5bdbbdca
Revert "Trying to chop out the uwinapi library"
...
This reverts commit 2dea0dab4f
.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f
Trying to chop out the uwinapi library
2011-09-16 15:52:40 +02:00
Fridrich Štrba
43b6b953d9
Rewrite a bit so that Windows dbgutils build does not shout
2011-09-15 14:00:56 +02:00
Tor Lillqvist
6b457882d0
We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source files
...
It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some
classes, which of course means horrible breakage if some of the source
files are compiled with it, the rest not.
http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx
http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash
I will just have to fix the code in this handful of source files so
that it compiles with _DEBUG defined. If I can be bothered.
2011-09-15 12:02:59 +03:00
Tor Lillqvist
416c7533e0
Drop Win9x code
2011-09-12 15:30:37 +03:00
Pierre-André Jacquod
8039e149f8
deletion of unneded variable in fpicker, previewadapter.cxx
2011-09-12 10:21:09 +03:00
Tor Lillqvist
a647a54cd1
More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC builds
2011-08-29 10:53:56 +03:00
Jan Holesovsky
a189b65202
fpicker depends on ucb thanks to the ODMA headers.
2011-08-24 01:09:57 +02:00
Tor Lillqvist
6c1e871901
Avoid compilation error in dbgutil (_DEBUG) MSVC build
...
Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging
ordering predicates, which cause compilation errors thanks to the way
we use std::equal_range(). In this case it seemed fairly hairy to fix
that, so...
2011-08-23 12:29:36 +03:00
Takeshi Abe
99862627d0
cppcheck: possibly efficient checking for emptiness
2011-08-17 00:04:14 +09:00
Tor Lillqvist
f1ae1853ac
More header name case fixes for MinGW cross-compilation
2011-07-20 22:54:28 +03:00
Tor Lillqvist
13b2080cf5
Use delay loading only with MSC
2011-07-20 22:53:41 +03:00
Tor Lillqvist
b0cd0b1145
Fix MSVC warnings and errors, fallout from previous commit
2011-07-20 22:45:52 +03:00
Tor Lillqvist
104587b4ee
MinGW fixes
...
Unfortunately IFileDialog is missing from both mingw-w64 and Wine
headers, so we can't build the specialized file picker for Vista or
newer with MinGW. That sucks.
Also fix some file name case and backslash botches in #include
statements.
2011-07-20 22:27:00 +03:00
Tor Lillqvist
5e89ebcafd
Fix some MinGW warnings and errors
2011-07-20 22:02:56 +03:00
Tor Lillqvist
961b2e9588
The file is Fps.rc, not fps.rc
2011-07-20 22:02:25 +03:00
Tor Lillqvist
995606693c
Drop Win9x dialogs and make compatible with windres
2011-07-20 22:01:50 +03:00
Tor Lillqvist
b30f91c584
Drop Win9x stuff
2011-07-20 21:56:12 +03:00
Tor Lillqvist
f1c4c90a5b
Fix MinGW compilation errors
2011-07-20 20:21:59 +03:00
Matúš Kukan
a90983bd65
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:13 +02:00
Caolán McNamara
4f314412de
adapt for new api
2011-06-22 00:59:11 +01:00
Caolán McNamara
a8a1180056
ByteString -> rtl::OStringBuffer
2011-06-20 11:01:54 +01:00
Tor Lillqvist
7d4590a542
Use DESKTOP and NATIVE where appropriate
2011-06-16 21:01:51 +03:00
Tor Lillqvist
508a953c27
Sanity test, seems to fix fdo#37930
2011-06-06 15:47:26 +03:00
Tor Lillqvist
4912a5e54f
Drop %_EXT% which was always empty
2011-06-03 13:34:28 +03:00
Jan Holesovsky
9df8682ced
Merge remote-tracking branch 'origin/integration/dev300_m106'
...
Conflicts:
basic/source/classes/sbunoobj.cxx
basic/source/inc/runtime.hxx
basic/source/runtime/step1.cxx
desktop/source/deployment/dp_services.cxx
drawinglayer/prj/d.lst
drawinglayer/source/primitive2d/makefile.mk
sfx2/source/appl/appinit.cxx
sfx2/source/appl/appquit.cxx
sfx2/source/inc/appdata.hxx
sfx2/source/view/viewfrm.cxx
svx/source/fmcomp/gridctrl.cxx
vbahelper/source/vbahelper/vbahelper.cxx
2011-05-27 20:46:20 +02:00
Tor Lillqvist
11c71842f6
Drop OS2
2011-05-21 16:26:08 +03:00
David Tardon
b7f5f3fea1
do not leak memory
2011-05-12 14:32:29 +02:00
David Tardon
6be5742c15
use rtl::OUString
2011-05-12 14:32:29 +02:00
Luboš Luňák
7d597eaca6
OpenOffice.org -> LibreOffice
2011-04-28 15:01:22 +02:00
Thorsten Behrens
f51c3f66b1
Merge commit 'ooo/DEV300_m106' into integration/dev300_m106
...
Conflicts:
avmedia/source/gstreamer/gstframegrabber.cxx
avmedia/source/gstreamer/gstplayer.cxx
avmedia/source/gstreamer/gstplayer.hxx
basic/inc/basic/sbxdef.hxx
basic/source/classes/sbxmod.cxx
basic/source/comp/makefile.mk
basic/source/comp/sbcomp.cxx
basic/source/inc/namecont.hxx
basic/source/inc/scriptcont.hxx
basic/source/runtime/methods.cxx
basic/source/runtime/runtime.cxx
basic/source/runtime/stdobj.cxx
basic/source/runtime/step1.cxx
basic/source/uno/namecont.cxx
basic/util/makefile.mk
connectivity/source/commontools/predicateinput.cxx
connectivity/source/drivers/dbase/DNoException.cxx
connectivity/source/drivers/dbase/DTable.cxx
connectivity/source/drivers/file/fcomp.cxx
connectivity/source/drivers/jdbc/JConnection.cxx
connectivity/source/drivers/odbcbase/OResultSet.cxx
connectivity/source/drivers/odbcbase/OStatement.cxx
connectivity/source/parse/sqlnode.cxx
desktop/source/app/app.cxx
drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
drawinglayer/source/processor2d/vclprocessor2d.cxx
formula/inc/formula/token.hxx
formula/source/core/api/token.cxx
fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
fpicker/source/win32/filepicker/platform_vista.h
framework/source/helper/persistentwindowstate.cxx
framework/source/uielement/menubarmanager.cxx
oovbaapi/ooo/vba/XFoundFiles.idl
oovbaapi/ooo/vba/excel/XApplication.idl
oovbaapi/ooo/vba/msforms/XCheckBox.idl
oovbaapi/ooo/vba/msforms/XComboBox.idl
oovbaapi/ooo/vba/msforms/XControl.idl
oovbaapi/ooo/vba/msforms/XGroupBox.idl
oovbaapi/ooo/vba/msforms/XLabel.idl
oovbaapi/ooo/vba/msforms/XListBox.idl
oovbaapi/ooo/vba/msforms/XNewFont.idl
oovbaapi/ooo/vba/msforms/XRadioButton.idl
oovbaapi/ooo/vba/msforms/XTextBox.idl
oovbaapi/ooo/vba/msforms/XToggleButton.idl
scripting/source/dlgprov/dlgevtatt.cxx
sfx2/source/control/unoctitm.cxx
sfx2/source/doc/objstor.cxx
sfx2/source/doc/objxtor.cxx
svx/inc/svx/svdograf.hxx
svx/source/form/fmpage.cxx
svx/source/form/fmpgeimp.cxx
svx/source/svdraw/svdedtv.cxx
svx/source/svdraw/svdfmtf.cxx
svx/source/svdraw/svdograf.cxx
svx/source/svdraw/svdouno.cxx
svx/source/xml/xmlgrhlp.cxx
uui/source/iahndl-ssl.cxx
vbahelper/Library_msforms.mk
vbahelper/Library_vbahelper.mk
vbahelper/inc/vbahelper/vbahelper.hxx
vbahelper/prj/build.lst
vbahelper/source/msforms/vbacombobox.cxx
vbahelper/source/msforms/vbacontrol.cxx
vbahelper/source/msforms/vbacontrols.cxx
vbahelper/source/msforms/vbaframe.cxx
vbahelper/source/msforms/vbaframe.hxx
vbahelper/source/msforms/vbalabel.cxx
vbahelper/source/msforms/vbalabel.hxx
vbahelper/source/msforms/vbalistbox.cxx
vbahelper/source/msforms/vbalistbox.hxx
vbahelper/source/msforms/vbamultipage.cxx
vbahelper/source/msforms/vbatogglebutton.cxx
vbahelper/source/msforms/vbauserform.cxx
vbahelper/source/vbahelper/vbacommandbar.cxx
vbahelper/source/vbahelper/vbacommandbarcontrol.cxx
vbahelper/source/vbahelper/vbacommandbarcontrols.hxx
vbahelper/source/vbahelper/vbahelper.cxx
vbahelper/source/vbahelper/vbawindowbase.cxx
xmloff/source/meta/xmlmetai.cxx
xmloff/source/style/PageMasterExportPropMapper.cxx
xmloff/source/style/PageMasterStyleMap.cxx
xmloff/source/text/txtexppr.cxx
xmloff/source/text/txtprmap.cxx
2011-04-28 00:12:58 +02:00
Julien Nabet
561192cfc9
Easyhack: Add visibility markup to all component_get* functions
2011-04-21 00:27:41 +02:00
Luboš Luňák
d57e94e8ae
silence virtual overriden warning
2011-04-11 11:30:02 +02:00
Luboš Luňák
b87ba0a04e
-Wno-shadow for KDE sources
...
KDE builds without this warning, so headers trigger it a lot.
2011-04-11 11:30:02 +02:00
Michael Meeks
8993f87a33
remove obsolete component_writeInfo methods
2011-04-01 22:33:13 +01:00
Francisco Saito
df965c99f3
drop bogus executable flag from idl/build/src and config files
2011-03-29 21:47:37 +01:00
Caolán McNamara
09a1d86b52
using disposing
2011-03-28 14:27:10 +01:00
Fridrich Štrba
be9b696d1b
ooops
2011-03-28 11:50:10 +02:00
Fridrich Štrba
f11b69270a
Fix Windows build of fpicker
2011-03-28 11:29:02 +02:00
Fridrich Štrba
5ad6132729
Wholesale prewin.h/postwin.h removal
2011-03-25 18:57:59 +01:00