Julien Nabet
b8629e45c3
Fix "never read" reported by clang
2012-02-17 23:02:48 +01:00
Norbert Thiebaud
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
Elton Chung
e99c70d268
Remove unused code
2012-02-05 18:21:07 +04:00
Elton Chung
9c06348b32
Remove unused code.
2012-02-05 16:40:03 +04:00
Olivier Hallot
7f585002c4
Fix for fdo43460 Part LVI getLength() to isEmpty()
...
Part LVI
Modules
vbahelper
2012-01-28 11:59:23 -02:00
Tor Lillqvist
a925b72db3
Do deliver headers also for iOS even if we don't build the libs
2012-01-27 22:44:04 +02:00
Tor Lillqvist
81cf9f5099
Bypass building BASIC and scripting related modules for iOS
...
Any LO-based app distributed through the App Store can't have
scripting or extendability anyway.
Sure, this will break the build elsewhere because of missing headers.
No big deal, I will take care of that eventually. It isn't as if there
would anybody else building for iOS anyway, as far as I know. If there
is, please make yourself heard.
2012-01-27 22:43:58 +02:00
Alexander Bergmann
0439af27e1
Code cleanup: ( () ) replaced by (())
2012-01-26 17:41:07 +00:00
Marcel Metz
571ad11bc0
Removed unnecessary tools includes.
2012-01-05 15:36:41 +01:00
Caolán McNamara
b0df6d86e4
SfxObjectShell may not have a medium
2011-12-21 09:30:18 +00:00
Jesse
6a8f6c4b13
Removed extra semicolons
2011-12-15 16:38:50 +00:00
Bjoern Michaelsen
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
Eike Rathke
86adb5cacb
get rid of class Date and Time default ctor with system time penalty
2011-12-01 21:04:29 +01:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Korrawit Pruegsanusak
c0a9d3d3f9
typos fixing
2011-11-28 10:21:57 +07:00
Norbert Thiebaud
992757cc5e
remove pre-compiled header support in gbuild and gbuildified module
2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Takeshi Abe
dfd08cdf16
replaced String in SfxPickList with rtl::OUString
...
this consists of 12df49396e
and related changes
2011-11-16 00:43:11 +09:00
Tor Lillqvist
8aeeb8eb06
WaE: class has virtual functions, but destructor is not virtual
2011-10-07 15:56:15 +03:00
Tor Lillqvist
fd5a9a65f0
WaE: unreachable code
...
Interesting use of for loops with the body of the loop returning
unconditionally.
2011-10-07 15:56:12 +03:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Matúš Kukan
7e669cf41a
d.lst should be empty in gbuildized modules
2011-10-01 21:01:38 +02:00
Caolán McNamara
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
Caolán McNamara
871426533f
just silence the auto_ptr deprecations in isolation
2011-09-22 15:01:05 +01: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
Caolán McNamara
6c033b649d
drop makefile.mk
2011-09-17 23:20:47 +01:00
Caolán McNamara
81c5bd4bd2
WaE: unused variable
2011-09-06 16:28:27 +01:00
Matúš Kukan
ad814e27cf
unusedcode: vbahelper::CollectionBase class
2011-09-05 20:01:57 +02:00
Caolán McNamara
71fcd819d5
catch by const ref
2011-08-26 15:32:35 +01:00
Caolán McNamara
095c493edd
WaE: drop unused ctor argument
2011-08-23 14:38:00 +01:00
Noel Power
4e0691b9b3
merge foobars? fix broken MultiPage api, also fix broken api change events
2011-08-23 13:18:24 +01:00
Norbert Thiebaud
d64bbd6bf8
detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set
2011-08-19 18:29:07 -05:00
Kohei Yoshida
c8f40655ea
Keep the container and object separate methods.
...
ScVbaControl doesn't have any container instance to pass to the
old method.
2011-08-16 21:22:44 -04:00
Kohei Yoshida
80b1e66277
Added XPropertySet2 to allow disabling of change event notifications.
...
Sometimes broadcasting changes to the property set on every new
value insertion makes no sense especially during import. Turning
that off also improves performance especially when inserting millions
of property values.
2011-08-16 21:22:43 -04:00
Takeshi Abe
b2bd33ea25
prefer makefile-gmake-mode to plain makefile-mode
2011-08-10 02:12:48 +09:00
Takeshi Abe
88825599e8
reflect gmake flavor
2011-08-05 10:47:13 +09:00
Takeshi Abe
9e2800793a
Emacs mode line compatible with vi's one
2011-08-05 01:14:05 +09:00
Julien Nabet
1f7b66104d
Some cppcheck cleaning
2011-07-31 00:02:18 +02:00
Tor Lillqvist
4122c3b9d5
Add consistent Emacs and vim mode lines
2011-07-30 23:02:30 +03:00
Bjoern Michaelsen
200bc6c582
resyncing to master
2011-07-21 18:51:11 +02:00
Matúš Kukan
a90983bd65
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:13 +02:00
Bjoern Michaelsen
92667c8edb
Merge branch 'master' into feature/gnumake4
...
Conflicts:
connectivity/source/cpool/Zregistration.cxx
connectivity/source/drivers/evoab/LCatalog.cxx
connectivity/source/drivers/evoab/LColumnAlias.cxx
connectivity/source/drivers/evoab/LColumnAlias.hxx
connectivity/source/drivers/evoab/LColumns.cxx
connectivity/source/drivers/evoab/LColumns.hxx
connectivity/source/drivers/evoab/LConfigAccess.cxx
connectivity/source/drivers/evoab/LConfigAccess.hxx
connectivity/source/drivers/evoab/LConnection.cxx
connectivity/source/drivers/evoab/LConnection.hxx
connectivity/source/drivers/evoab/LDatabaseMetaData.cxx
connectivity/source/drivers/evoab/LDatabaseMetaData.hxx
connectivity/source/drivers/evoab/LDriver.cxx
connectivity/source/drivers/evoab/LDriver.hxx
connectivity/source/drivers/evoab/LFolderList.cxx
connectivity/source/drivers/evoab/LFolderList.hxx
connectivity/source/drivers/evoab/LNoException.cxx
connectivity/source/drivers/evoab/LPreparedStatement.cxx
connectivity/source/drivers/evoab/LPreparedStatement.hxx
connectivity/source/drivers/evoab/LResultSet.cxx
connectivity/source/drivers/evoab/LResultSet.hxx
connectivity/source/drivers/evoab/LServices.cxx
connectivity/source/drivers/evoab/LStatement.cxx
connectivity/source/drivers/evoab/LStatement.hxx
connectivity/source/drivers/evoab/LTable.cxx
connectivity/source/drivers/evoab/LTable.hxx
connectivity/source/drivers/evoab/LTables.cxx
connectivity/source/drivers/evoab/LTables.hxx
connectivity/source/drivers/evoab/evoab.xml
connectivity/source/drivers/evoab/makefile.mk
editeng/Library_editeng.mk
framework/Library_fwe.mk
framework/test/test.cxx
idl/prj/d.lst
idl/util/idlpch.cxx
linguistic/Makefile
linguistic/Module_linguistic.mk
linguistic/inc/linguistic/lngdllapi.h
linguistic/inc/linguistic/lngprophelp.hxx
linguistic/inc/linguistic/misc.hxx
linguistic/prj/build.lst
linguistic/prj/d.lst
linguistic/qa/unoapi/Test.java
linguistic/source/grammarchecker.cxx
linguistic/source/grammarchecker.hxx
linguistic/source/hyphdta.cxx
linguistic/source/lngprophelp.cxx
linguistic/source/makefile.mk
linguistic/source/spelldta.cxx
sfx2/Library_qstart.mk
sfx2/Library_sfx.mk
sfx2/inc/sfx2/qswin32.h
sfx2/prj/build.lst
sfx2/qa/cppunit/makefile.mk
xmlscript/inc/xmlscript/xcrdllapi.h
xmlscript/prj/d.lst
xmlscript/util/makefile.mk
2011-06-19 12:24:29 +02:00
Michael Stahl
d0d162ecdc
gnumake4: vbahelper: link svxcore [hg:1dabf718a032]
2011-06-17 17:37:03 +02:00
Hans-Joachim Lankenau
246efa0d48
ause130: #i117218# change .idl handling to gnu make
2011-06-17 16:41:08 +02:00
Michael Stahl
f79e31be8c
gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-17 14:24:10 +02:00
Caolán McNamara
75705b69c0
catch by const reference
2011-06-16 09:15:37 +01:00
Caolán McNamara
698bf10b4b
createFromAscii -> RTL_CONSTASCII_USTRINGPARAM
2011-06-13 11:43:07 +01: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