Commit graph

294012 commits

Author SHA1 Message Date
Andras Timar
9899ed3dcf there is no special iso.res case any more 2011-09-20 08:53:36 +02:00
David Tardon
37bf43f490 register all built executables 2011-09-20 07:52:58 +02:00
Stephan Bergmann
a3cd73f315 Reverted previous ff1c626, instead renamed NONEBIN -> NONE. 2011-09-20 07:22:26 +02:00
Norbert Thiebaud
ff1c626fa1 do not call macosx-change-install-name for NONEBIN executable 2011-09-20 00:02:18 -05:00
David Tardon
8033c5093e soffice.sh should not be delivered on MacOS 2011-09-20 06:51:13 +02:00
Kohei Yoshida
7171daea4b Unit test for refreshing while source data contains empty field name. 2011-09-19 22:44:01 -04:00
Kohei Yoshida
311dbc3b4c Use the method to insert source data. 2011-09-19 22:44:01 -04:00
Kohei Yoshida
cd1c0800bf Extracted method for inserting source data for pivot table testing. 2011-09-19 22:44:01 -04:00
Takeshi Abe
0aa547c18d reduce duplicate code to one template 2011-09-20 09:55:21 +09:00
Takeshi Abe
2defcfa33e removed an assignment in no use 2011-09-20 09:55:21 +09:00
Kohei Yoshida
012e7d8a28 sal_True to true. 2011-09-19 20:53:18 -04:00
Kohei Yoshida
0835658b7d Store previously selected tables in std::set. 2011-09-19 20:49:19 -04:00
Kohei Yoshida
c2ab21aa25 A little cleanup. 2011-09-19 20:19:16 -04:00
Kohei Yoshida
0783e78de2 Let's avoid modifying the selection data during search and replace.
The previous code was modifying the selection data (ScMarkData) in
a not-so-obvious fashion during the search and/or replace.  Let's only
modify selection in the view code to avoid surprises.  The document
model shouldn't be modifying the view model.

Those methods that were taking a reference to ScMarkData now take a
const reference instead.
2011-09-19 19:56:16 -04:00
Kohei Yoshida
5660bc7573 Pass as const reference where possible & indent fix. 2011-09-19 19:56:16 -04:00
Kohei Yoshida
2bb34a2f93 Removed an unnecessary anonymous temporary object. 2011-09-19 19:56:16 -04:00
Jan Holesovsky
f62a449a53 Kill the explicit linking to salmain.o, use vclmain instead. 2011-09-20 00:51:38 +02:00
Jan Holesovsky
3540bfb994 Always output AWTLIB, gbuildized 'bean' depends on that. 2011-09-20 00:51:38 +02:00
Stephan Bergmann
e1945ba903 Do not delete SwIndexReg::pEmptyIndexArray while SwXTextCursor instances can still reference it.
Found during termination of sw/qa/unoapi soffice.bin run under Valgrind/memcheck.
2011-09-19 23:33:09 +02:00
Stephan Bergmann
79fdb70baf Call macosx-change-install-names on executables in gbuild, too. 2011-09-19 21:40:11 +02:00
Stephan Bergmann
966f3c0f6d Removed --leak-check=yes from CppUnit valgrind/memcheck calls.
Can be enabled via VALGRIND_OPTS=--leak-check=yes.
2011-09-19 21:40:11 +02:00
Stephan Bergmann
c9b1cb5ae3 Avoid premature deletion of objects in ODatabaseContext::m_aDatabaseObjects.
Access of deleted objects found with valgrind/memcheck of dbaccess/qa/unoapi.
2011-09-19 21:40:11 +02:00
Cédric Bosdonnat
0803f08bb1 Page Break: draw a dashed line using the header/footer separator code 2011-09-19 20:37:28 +02:00
Cédric Bosdonnat
42ba2b6c03 Text Boundaries: draw small inner corners for the columns areas
Drawing small inner corners for the columns helps showing the columns
without drawing a full rectangle and it is still compatible with the
page and sections text boundaries.

The whole subsidiary lines painting has been changed to call the method
on all nested SwLayoutFrm. In order not to draw anything, simply
override the method and do nothing in it: (almost) every object takes
care of its boundaries.
2011-09-19 20:37:28 +02:00
Cédric Bosdonnat
b0bcdb7913 Header/Footer: draw page breaks between the two pages and in all cases 2011-09-19 20:37:28 +02:00
Tomas Chvatal
25fd1b81b1 Ignore config.params file. 2011-09-19 20:35:05 +02:00
Baptiste Daroussin
af37c0a988 Use PREFIXDIR when possible 2011-09-19 20:33:56 +02:00
Baptiste Daroussin
03996d64c7 Use PREFIXDIR each time possible to allow installing where /usr is not the prefix 2011-09-19 20:33:55 +02:00
Baptiste Daroussin
5f98bc4e19 Do not hard code gperf 2011-09-19 20:08:17 +02:00
Luboš Luňák
d808cb25b3 delete does not need a NULL check 2011-09-19 19:59:38 +02:00
Jan Holesovsky
581c45ba8e Make 'desktop' build again with MinGW. 2011-09-19 16:54:20 +02:00
Baptiste Daroussin
f2f9e520ba Fix soenv for FreeBSD 2011-09-19 15:53:57 +02:00
Baptiste Daroussin
a79afa38b2 FreeBSD has the same cppunit failure as OSX does 2011-09-19 15:28:25 +02:00
Baptiste Daroussin
ea5abc67d2 unify the unxfbsd.mk into a single file and simplify it 2011-09-19 15:18:39 +02:00
Caolán McNamara
1bf1fed1f4 add comdlg32 2011-09-19 13:41:00 +01:00
Caolán McNamara
877d87d979 get quickstart to link on windows 2011-09-19 12:20:54 +01:00
Jan Holesovsky
c2ecd9137d Fix endless loop during building soffice.exe deps on Windows. 2011-09-19 13:17:48 +02:00
Caolán McNamara
7dae2882a8 progress to link stage of loader2 2011-09-19 11:59:42 +01:00
Caolán McNamara
2c17f11963 despite its name, it appears not to be a gui app 2011-09-19 11:23:03 +01:00
Caolán McNamara
04adca77b4 inch closer to building under windows 2011-09-19 10:42:01 +01:00
Caolán McNamara
2ed25e1f8c ByteString->rtl::OStringBuffer 2011-09-19 10:39:07 +01:00
Caolán McNamara
375fc2d5ec windows berkleydb libname fixup 2011-09-19 09:59:26 +01:00
Caolán McNamara
c5a994a89d oops not yet 2011-09-19 09:59:26 +01:00
Caolán McNamara
6b7675a1b7 ByteString->rtl::OStringBuffer 2011-09-19 09:59:25 +01:00
Caolán McNamara
d953f02bc8 remove ByteString::Assign(sal_Char) 2011-09-19 09:59:25 +01:00
Caolán McNamara
a4968af0d1 ByteString->rtl::OString 2011-09-19 09:59:25 +01:00
Caolán McNamara
c9894bda18 ByteString->rtl::OStringBuffer 2011-09-19 09:59:25 +01:00
Caolán McNamara
4eca665bd1 ditch SHL_SBX and don't leak 2011-09-19 09:59:25 +01:00
Caolán McNamara
2b7fdc51dc shrink ByteString api 2011-09-19 09:59:24 +01:00
Caolán McNamara
4ca4cd6669 ByteString->rtl::OString[Buffer] 2011-09-19 09:59:24 +01:00