Commit Graph

319540 Commits

Author SHA1 Message Date
Petr Mladek
b4801abd2e gbuild: copy stdlibs into solver again when they are bundled in the installer
Otherwise the build --without-system-stdlibs fails; This option is used
for the universal Linux build

Change-Id: I0f7d87bb161d50748fee05f9c3f6a4b87b788aa4
Reviewed-on: https://gerrit.libreoffice.org/1938
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-02-01 11:27:15 +00:00
Radek Doulik
143ecebc73 export darken/darkeless/lighten/lightenless commands
Change-Id: I4531ab82a52e3da41f12409185f7c0730381aa23
2013-02-01 12:25:23 +01:00
Miklos Vajna
52c2de966b sw: clean up TOOLBOX_NAME define
Change-Id: Ida6b3820989acaa2f1bac43aa40276eaa12c8aae
2013-02-01 11:43:20 +01:00
Miklos Vajna
b70f74cb5f fdo#48440 fix import of RTF_PAGE between text frames
Normally such a page break is surrounded by text, and text() already
calls checkNeedPap(), but in case the whole paragraph contains a page
break only, we need it here as well.

Change-Id: I3961272d77c743e0e6da2d5052e57cec5f5937e7
2013-02-01 11:31:31 +01:00
Tor Lillqvist
4e4bbb913e linuxpatchscript.sh is surely something we don't use 2013-02-01 10:26:03 +02:00
Tor Lillqvist
953a75d2db Remove mention of osx_install_patch.applescript from here, too 2013-02-01 09:59:03 +02:00
Tor Lillqvist
1caf6ef7b7 Remove unused osx_install_patch.applescript 2013-02-01 09:56:38 +02:00
Tor Lillqvist
6719c7893b Warn about 10.4 compatibility only as required for TDF builds
After all, if somebody else wants to distribute builds that require
something newer, they are allowed to.
2013-02-01 08:38:32 +02:00
Michael Stahl
027bb41aa1 gdb: UnoReferencePrinter: prevent ambiguity problems
gdb 7.5.1 complains about ambiguous base class "XInterface" with cast()
so try dynamic_cast() instead.

Change-Id: I99a21eea7251e663deee395f6a13ca0ed041e8c9
2013-01-31 23:47:37 +01:00
Michael Stahl
b5592cb22d ScExportTest: enable testPasswordExport on WNT
With the previous commit it appears to work now.

Change-Id: Ifa2c69c6e8617461ec2098ecc959e99a4812565e
2013-01-31 23:47:37 +01:00
Michael Stahl
0799130b0b fdo#59022: revert "SfxMedium::GetOutputStream(): re-use existing XStream"
Revert commit 0c2206081d, since this
apparently causes failure to open ODF files via SMB on Linux.

Instead of changing SfxMedium, adjust the ScExportTest: when saving
XLSX files interactively, the SfxFilter::lFormat is always 0, which
causes SfxObjectShell::SaveTo_Impl not to call
SfxMedium::GetOutputStorage() at all, working around the locking issue
on WNT.

Change-Id: I0ab8b4262475e4c8425eebb1413997457e5e9417
2013-01-31 23:47:37 +01:00
Julien Nabet
f6f5bde055 Some cppcheck cleaning
Change-Id: I57baea223b0f0a78346d9872665ab85c00c8fc51
2013-01-31 23:01:32 +01:00
Julien Nabet
a96ae2104d Some cppcheck cleaning
Change-Id: I39e1dd985af6029e1fd688ff47350734c85928a6
2013-01-31 22:55:41 +01:00
Tor Lillqvist
2b71c1a9b1 Sign the app bundle created by dev-install if an identity is available
Change-Id: If7c61b203b3ca307831187778b951e8310381ca8
2013-01-31 23:23:38 +02:00
Tor Lillqvist
f33c8056a8 Enforce DISABLE_LINKOO on OS X
solenv/bin/linkoo doesn't do anything on OS X anyway, and even if it
would do and it would work, it would interfere with signing the app
bundle.

Change-Id: If7a6cecea57cddf8a637a60872d0372eb5093f41
2013-01-31 23:23:37 +02:00
Tor Lillqvist
c84e417a0f When debugging ooinstall, assume you want to debug make_installer.pl, too
Change-Id: I80492249471c15778bfafe36e65fa183ccff58f8
2013-01-31 23:23:37 +02:00
Stephan Bergmann
57454a3ed8 Keep old GCC happy
Change-Id: If9f9dfd450cd010528dd625f50049f4e963b01a6
2013-01-31 22:16:29 +01:00
Tor Lillqvist
c5b1441ede Use separate config_*.h files for BUILD and HOST when cross-compiling
We have only been lucky so far that there hasn't been any compilation errors
caused by using the HOST platform config_*.h files also for the BUILD
platform. But as more and more information found out during configury is
stored in config_*.h files, sooner or later it will be a problem.

Move config/* to config_host/*. When not cross-compiling, the config_*.h files
in config_host expanded from config_*.h.in are all there is. When
cross-compiling, the generated config_*.h files for the BUILD platform are
put into a config_build folder.

Then use config_build when building the cross_toolset and config_host
otherwise.

Change-Id: I3c28cc83866bffd696b45d00dfb68e00bc2ae538
2013-01-31 21:43:59 +02:00
Tor Lillqvist
0e63a97066 Add vcl.atsui and vcl.coretext
Change-Id: I9c9db51f04db5a0d073bd7493c198e8413299633
2013-01-31 20:33:48 +02:00
Stephan Bergmann
d7ba20b2fe warning C4701: potentially uninitialized local variable
Change-Id: I68f43b16f09e606b9e7ae384c76554a6763afa8d
2013-01-31 19:30:54 +01:00
Stephan Bergmann
3f1624bc64 Typo
Change-Id: I12421776ac75bd92fc39eb2d3e79df47107ea1d9
2013-01-31 19:25:29 +01:00
Stephan Bergmann
6ec2470a03 warning C4701: potentially uninitialized local variable
Change-Id: I6c24bf51acc0d014ede2f36e17e52cef21753d41
2013-01-31 19:24:18 +01:00
Stephan Bergmann
b477fce5f8 Some fixes for previous commit (Clang)
Change-Id: If41321bc1c79cb475aae1c4588f8663beccd2209
2013-01-31 19:18:38 +01:00
Stephan Bergmann
7a9fed14d4 WIP: Experimental new binary type.rdb format
cppuhelper/source/typedescriptionprovider.cxx would read it if it finds .rdb
files in that format.

Throwaway new reg2bin tool for now can translate existing .rdb files into the
new format.

Change-Id: Iacf219c30cfc358c3d31fb0d73966cf2296a4fe5
2013-01-31 19:09:24 +01:00
Lennard
d9a18176d6 fdo#56976 fixes up Arrow import bug
Importing an LibreOffice upArrow from an pptx document caused it and several custom shapes go down the drain.
That was perhaps a memory violation because the procedure to generate it in working memory was missing.
This patch gets you that procedure. Note it cannot be manipulated yet.

Signed-off-by: Lennard <Wasserthal@nefkom.net>

Conflicts:
	oox/source/drawingml/customshapepresets4.cxx

Change-Id: I8b9ce3ae1aef7894ab04b9857e90831d715ec1d5
Reviewed-on: https://gerrit.libreoffice.org/1492
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-01-31 17:38:27 +00:00
Cédric Bosdonnat
af33177689 Template Manager: show some icons if there is no thumbnail 2013-01-31 16:40:14 +01:00
Kohei Yoshida
bdb3c21ee5 bnc#437516: Hide minimum password info in the password dialog.
When launching it from the Security tab of the PDF Options dialog
during PDF export.

Change-Id: Ife2d3a7b508ba2e077018d11478ad680d18d3f0d
2013-01-31 10:09:45 -05:00
Andras Timar
19edf0dca7 fdo#46706 Windows 2000 is not supported any more
It may be install and run on Windows 2000, but nodody really tests
it on this old platform, and developers are reluctant to fix bugs
specific to this old platform.

Change-Id: Ibeb45c0c2e7aef67d2e68bb5d104c5c3c2752dc4
2013-01-31 15:27:55 +01:00
Radu Ioan
f9aabc714a fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
- replaced OSL_TRACE with SAL_INFO

Change-Id: I4d63df493e85bc095b8a11e3842b0d69c5217c96
Reviewed-on: https://gerrit.libreoffice.org/1804
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-31 14:13:55 +00:00
Luboš Luňák
9b11db8486 rewriters no longer create .new files, they modify sources directly
Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3
2013-01-31 14:48:43 +01:00
Caolán McNamara
0867207f29 tell the options dialog to relayout if a pane queue-resizes
Change-Id: I44686ea724873181018bf00253a08afa58c9a10b
2013-01-31 11:30:49 +00:00
Caolán McNamara
b0f4052cf2 callcatcher: update unused code list
Change-Id: I6a935ced687b1076dfdd6c6ae0cf3bce1fc6adbd
2013-01-31 11:30:48 +00:00
Caolán McNamara
a852c0284f hide un-installed module color appearance settings
Change-Id: I7bf3d536805e60dd544551ef0753527fabe59476
2013-01-31 11:30:48 +00:00
Caolán McNamara
06773ff739 move color options .ui to right place and adapt code
Change-Id: I645775bcec9993a2d8fd4b5ea67197ad3b2a9e03
2013-01-31 11:30:48 +00:00
Miklos Vajna
6757480434 l10ntools: kill RTL_CONSTASCII_STRINGPARAM in defines
Change-Id: I7fdd9b6870fbe2c08c05c5dc44f2ff1d7140efd7
2013-01-31 12:28:15 +01:00
Stephan Bergmann
8acb805b7d redland depends on both raptor and rasqal
Change-Id: I5b7a2780527c24cba668266ff228f1e6af1d523e
2013-01-31 12:11:32 +01:00
Stephan Bergmann
7b4d76772e Call macosx-change-install-names on "external" libs, too
...at least on those that link against other "external" libs, as otherwise they
will have broken dependencies on those
/@.__________________________________________________OOO/lib/... files that did
not get rewritten by macosx-change-install-names.  In the old build system,
solenv/inc/tg_ext.mk took care of this.

Change-Id: I5ffeed7d2a19170371db9093d29f3df9a1eb54c8
2013-01-31 12:11:32 +01:00
Radek Doulik
dc173b7f2a export subpath sizes (these are for example in pptx custom shape presets)
Change-Id: Iab21d0845d0cb6e4dadeffb5f7b9ebab1e4b955a
2013-01-31 12:08:54 +01:00
Norbert Thiebaud
eb96e43252 python3: bug 15833
That python bug cause problems when libreoffice is on a read-only
media... which is very common for Mac as the dmg used to package
the produce is seens as a read only volume.
This patch the bug 15833 for MacOSX only since that is the platform that
is most likely to be impacted, and because of bug 15431 that make
patching on Windows more complex/dangerous.

Change-Id: Ie7406c1c75748d38c871b3b544560caa62e9d838
Reviewed-on: https://gerrit.libreoffice.org/1934
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-01-31 10:42:45 +00:00
Stephan Bergmann
a0509900b6 Proper spacing in makefile command line continuations
Quoting "The Open Group Base Specifications Issue 7" at
<http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html#tag_20_76_13_01>
"Extended Description: Makefile Syntax:"  "When an escaped <newline> is found in
a command line in a makefile, the command line shall contain the <backslash>,
the <newline>, and the next line, except that the first character of the next
line shall not be included if it is a <tab>."

On Mac OS X, this caused raptor and rasqal to erroneously be configured with a
--prefix argument that ended in "--disable-static".

Change-Id: I9455f8e2e624b245a5278a21d8b0f62d8780f9e4
2013-01-31 10:49:03 +01:00
Markus Mohrhard
3a17d0b3fb Hyperlink is an optional property, fdo#58858
Change-Id: I30f2b0cdb72951a47cfd8d0091b5418fd59efe83
Reviewed-on: https://gerrit.libreoffice.org/1930
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-01-31 09:30:21 +00:00
Chr. Rossmanith
be9d9fee66 RTL_CONSTASCII_(U)STRINGPARAM removed in comphelper
Change-Id: Ib068c06956bc9f04bb7c468375aacd2e6e9db77d
2013-01-31 10:21:07 +01:00
Miklos Vajna
95692db60e port ScOutlineObj to new UnoApiTest ctor
That makes 'make subsequentcheck' pass here again.

Change-Id: I50d74759b6ae6cd2bfa62a76028dc74931ffb3b0
2013-01-31 09:54:33 +01:00
Tor Lillqvist
561ec646ff WaE: C++11 requires a space between literal and identifier
Change-Id: I3351298e338315881bc8fa344849f00ee4438059
2013-01-31 08:54:53 +02:00
Tor Lillqvist
21a807456e Meh, use SAL_PRIdINT32
Change-Id: I8ce0d94e7946175d1b287ba85567f9bb414f4152
2013-01-31 07:55:40 +02:00
Kohei Yoshida
338140e520 bnc#492440: Sort autofilter popup items correctly.
Use locale-aware collator to sort strings, instead of using the
transliterator.  The actual sorting algorithm for cell sort uses
collator.  Let's be consistent with it.

Change-Id: I6729553ce92d50e45fa1ea6e1c35581fd791807d
2013-01-30 22:34:58 -05:00
Marcos Paulo de Souza
7226ac25e2 Use a method from UnoApitest instead of implement a new one in calc
In calc, we see a lot of implementations of createFileURL. So get ride
of all it and start to use the UnoAPitest::createFileURL method.

Also, clean the UnoApiRest::createFileURL method, fix the path from UnoApiTest and
moved some testing files to the right dir that the file belongs.

Conflicts:
	sc/qa/extras/scoutlineobj.cxx

Change-Id: Ic02f13777503729ac70da590f4a42866f17ea9b2
2013-01-31 04:31:10 +01:00
Kohei Yoshida
11cfcf401a Don't overwrite bCalcAll when it's already set & remove SetCompile().
Change-Id: Ieaf84e8d36efa8314729903be029f83c31bcbdf3
2013-01-30 20:50:22 -05:00
Takeshi Abe
56bb7744f4 Drop unused member variables
Change-Id: Ied80983dc64f1e4e7ad34ebd9cc034054a17b6cc
2013-01-31 10:02:57 +09:00
Takeshi Abe
270acb88ce Drop unused #define
Change-Id: I2831c6a9c738d3ccacb1e7856675f409948723c9
2013-01-31 10:02:57 +09:00