Commit graph

297433 commits

Author SHA1 Message Date
Thorsten Behrens
337eda19a5 Switch artwork to LibreOffice-only branding. 2011-11-29 10:29:41 +01:00
Andras Timar
369a67d258 remove OOo and StarOffice icons from oxygen theme fdo#43233 2011-11-29 09:51:45 +01:00
Jan Holesovsky
ebdc3ad1ee Fix build in offapi. 2011-11-29 09:40:48 +01:00
Stephan Bergmann
45ea23ad39 Replaced UTF-8 U+FFFD with ASCII space in source code comment.
The Unicode replacement character got in there probably during a previous
conversion of the source code; not evident to me what it replaced originally.
2011-11-29 08:37:29 +01:00
Kohei Yoshida
2d99262c2d fdo#32826: Preserve selected sheets after print preview ended. 2011-11-29 00:51:51 -05:00
Kohei Yoshida
2f92037b08 fdo#32826: Fixed the print preview inconsistency.
Now, the print preview should display the correct set of sheets
based on the print settings as well as what sheets are selected.
Previously, this was very quirky and inaccurate.
2011-11-29 00:27:57 -05:00
Kohei Yoshida
6a4bb3e17c More meaningless comments removed. 2011-11-29 00:04:24 -05:00
Kohei Yoshida
4bbef9595f Arg to CalcPages() no longer used. 2011-11-29 00:04:24 -05:00
Kohei Yoshida
8ea8144602 sal_Bool cleanup in ScPreview. 2011-11-29 00:04:24 -05:00
Kohei Yoshida
2761dd4894 Removed meaningless comments. 2011-11-29 00:04:23 -05:00
Kohei Yoshida
380b7827d3 fdo#32826: Finally return the real selected sheets, and use it.
This should solve the problem reported in fdo#32826, which is, when
printing from print preview window always prints all sheets regardless
of currently selected sheets.
2011-11-29 00:04:23 -05:00
Kohei Yoshida
7a16f31752 New UNO API to return currently selected sheets.
Both from the sheet view and preview modes.
2011-11-29 00:04:23 -05:00
Kohei Yoshida
ffca779f37 Create an UNO controller object for the preview shell. 2011-11-29 00:04:23 -05:00
Kohei Yoshida
654d9eb40c These methods can be const. 2011-11-29 00:04:23 -05:00
Kohei Yoshida
8724aa7d6d Passed the selected sheet info to ScPreview. 2011-11-29 00:04:22 -05:00
Kohei Yoshida
12854c322f sal_Bool to bool. 2011-11-29 00:04:22 -05:00
Thorsten Behrens
9c31884d92 Make branding bulk-configurable. 2011-11-29 05:51:48 +01:00
August Sodora
88459fcc8f String->OUString 2011-11-28 22:20:38 -05:00
August Sodora
a82a873150 String->OUString 2011-11-28 22:17:15 -05:00
Takeshi Abe
1aae826501 catch by const reference 2011-11-29 10:07:04 +09:00
Takeshi Abe
3c795a953f removed dead code 2011-11-29 10:07:04 +09:00
Lior Kaplan
3a0e84426b credits.html redirects to about-us/credits/, lets not depend on a rewrite rule in the website 2011-11-29 01:58:28 +02:00
Miklos Vajna
61edefc8c8 remove debug printf 2011-11-29 00:54:28 +01:00
Miklos Vajna
4f6d80fbb8 RTF: Avoid importing unicode characters one by one
This imprives speed of importing unicode text further. Results of a
sample of chinese text of 5 pages:

- before: 6.692s
- after: 1.388s
2011-11-29 00:52:11 +01:00
Miklos Vajna
9ef6890543 mark these as const 2011-11-29 00:52:11 +01:00
Tor Lillqvist
3ad35cbadb Android hacking
Start of an app to just load some document. Uses API from the
org.libreoffice.android.Bootstrap class.

Not sure what is the sanest way to build an app like this. It needs a
bunch of shared libraries of course to be copied into libs/armeabi-v7a
so that they get included in the .apk. Perhaps a Makefile similar to
the one for lo-bootstrap might be good?

But for debugging the Java code Eclipse is the way to go (?), and to
be able to do that Eclipse wants a "project". So should this then be
built only through Eclipse? Can one build Eclipse projects from the
command line?
2011-11-29 01:37:04 +02:00
Tor Lillqvist
203553e717 Refactor, make lo-bootstrap API usable from non-NativeActivity apps too 2011-11-29 01:37:03 +02:00
Tor Lillqvist
406947c633 Construct a .jar for use by future other Android-specific Java code, too 2011-11-29 01:37:02 +02:00
Bjoern Michaelsen
c0d26723eb do not loop 2011-11-29 00:16:27 +01:00
Kohei Yoshida
1dcb62fe48 fdo#43304: Allow empty field labels in pivot tables.
Empty field labels are replaced with the column name.
2011-11-28 17:32:47 -05:00
Kohei Yoshida
fc4ba6d66e fdo#43304: Safeguard ourselves from potential crashes.
This is not a real fix, however.  Import of pivot table still fails
but is at least better than crashing.  A real fix is still being
worked on.
2011-11-28 17:32:46 -05:00
Michael Stahl
274da1e4d2 utl::UCBContentHelper::EqualURLs: inverted return 2011-11-28 22:46:01 +01:00
Michael Stahl
5469d397c6 offapi: remove outdated doucmentation of removed stuff 2011-11-28 22:46:00 +01:00
Michael Stahl
ad88d5116b offapi: remove obsolete MaxChildrenException.idl 2011-11-28 22:46:00 +01:00
Michael Stahl
59e2988230 SwPosition: handle un-registered SwIndex:
For frames anchored at paragraph, SwFmtAnchor::SetAnchor() creates
an anchor SwPosition that points at the SwTxtNode but with a SwIndex
that is not registered at the SwTxtNode.
SwXFrame::getAnchor() then creates a bookmark from that, which asserts
in the SwIndex comparison operators.

Work around this by adding ugly special handling for the case of 2
positions having their SwNodeIndex point to the same node but one of
them not having its SwIndex at the node.

It seems it is best to do this in SwPosition operators, as the SwIndex
operators lack the context to know if this inconsistency is allowed,
and it is unknown whether the bookmarks sort code is the only path that
triggers this assert.
2011-11-28 22:46:00 +01:00
Michael Stahl
b1c56d12fe SwFmtAchor: bit of style cleanup 2011-11-28 22:45:59 +01:00
Jan Holesovsky
c66b52b0b2 Don't run smoketest when cross-compiling. 2011-11-28 22:45:13 +01:00
Stephan Bergmann
b8d2671fd0 Enabled sc/qa/unoapi again.
Currently often fails at shutdown, when Bridge::terminate ->
~ScAutoFormatObj -> ScGlobal::GetAutoFormat after ScGlobal::Clear
leads to ScAutoFormat ctor -> ScGlobal::GetRscString with null
ppRscString.
2011-11-28 22:05:47 +01:00
Stephan Bergmann
ebdbd2b578 Adapted to new assertion/logging mechanisms. 2011-11-28 22:05:46 +01:00
Stephan Bergmann
06a075ca72 Bogus if(a>b) wrapped in correct if(a>=b). 2011-11-28 22:05:46 +01:00
Stephan Bergmann
3156076b47 Some unxgcc_gdbforjunit.sh improvements. 2011-11-28 22:05:46 +01:00
Stephan Bergmann
08d79b3084 Disabled tests failing due to fdo#43312. 2011-11-28 22:05:46 +01:00
Stephan Bergmann
eb76f71658 Disabled tests failing due to fdo#43309. 2011-11-28 22:05:45 +01:00
Stephan Bergmann
23b91df22b Disabled tests failing due to fdo#43308. 2011-11-28 22:05:45 +01:00
Stephan Bergmann
3ece0527eb Disabled tests failing due to fdo#43304. 2011-11-28 22:05:45 +01:00
Andras Timar
837711466e remove CR/LF linefeed from description 2011-11-28 21:40:35 +01:00
Andras Timar
9fce330f8f eliminate duplicate IDs 2011-11-28 21:40:32 +01:00
Jan Holesovsky
4c41530eed Use the build.pl parallelism again. 2011-11-28 21:30:32 +01:00
Jan Holesovsky
7c292efd35 Fix typo. 2011-11-28 21:30:31 +01:00
Olivier Hallot
a6efec83ce Fix for bug fdo39748, Easy-hack Cleanup extension list.
This patch introduces 3 new check box in the extension manager GUI to allow selection of extension type to display: bundled, shared or user. Dialog is automatically updated upon toggling checkbox.

On toggling each checkbox, the extension list is recreated from scratch and packages are added to the list depending on the checkmark state. Initial state is all checks marked.
2011-11-28 20:15:00 +00:00