Commit graph

979 commits

Author SHA1 Message Date
Norbert Thiebaud
27120fe88c remove include of pch header from fpicker 2011-11-27 13:10:27 -06:00
Michael Meeks
b123e4c42b gtk: fix issue with built-in file/folder picker settings 2011-11-07 14:19:35 +00:00
Michael Meeks
17084c750d gtk: move the file-picker into vcl/ and add Application:: factory hooks
drop un-necessary uno service related fluff, and component instantiation.
nominal move to XMultiComponentFactory from XMultiServiceFactory
Include fpicker in compilation for gtk3, but more work required here
Simplify setting up transient parents for picker dialogs
2011-11-07 14:19:33 +00:00
Michael Meeks
32af4b5f3a more fpicker related gtk cleanup 2011-11-02 17:49:14 +00:00
Michael Stahl
861a1c2dea cleanup gtk / gdk locking situation to use the SolarMutex instead
The SolarMutex is integrated with native gtk+ toolkit locking so
this is semantically equivalent and rather less problematic.
2011-11-02 17:49:13 +00:00
Daniel Di Marco
f7303fcac7 eliminate SvUShorts type 2011-11-01 12:19:05 +00:00
Michael Meeks
b5423ef42e WaE: misc. windows related fixes 2011-10-25 17:11:10 +01:00
Stephan Bergmann
d03465a446 Undo basis/brand split: removed RPATH BRAND (same as OOO now). 2011-10-24 22:56:48 +02:00
Kristian Rietveld
d14054415d Argument to setTitle cannot be const 2011-10-24 17:29:31 +02:00
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
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
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
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
508a953c27 Sanity test, seems to fix fdo#37930 2011-06-06 15:47:26 +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
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