Commit Graph

316218 Commits

Author SHA1 Message Date
José Guilherme Vanz
1994d859e3 fdo#51304 Remove @author annotation
This commit removes @author annotations, some templates comments. It has some
cleanup.

Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1146
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-24 00:02:15 +00:00
Cédric Bosdonnat
3be15a0514 Removed horizontal rule ugly 1990 thing
Change-Id: Ifafd8b2ffd9af90b6ac4ed2ee0ccd3c5e980731c

Conflicts:
	sw/source/ui/misc/insrule.cxx
2012-11-24 00:58:04 +01:00
David Ostrovsky
47cf2c9441 restore --enable-symbols option
Currently there are 4 different debug options:
--enable-dbgutil (the recommended one)
--enable-debug
--enable-selective-debuginfo
--enable-symbols (for advanced users only)

In this table the properties of each option is shown:
----------------------------------------
options\properties | O | S | D | T | U |
----------------------------------------
production-code    | x | - | - | - | - |
----------------------------------------
--enable-symbols   | x | x | - | - | - |
----------------------------------------
--enable-debug     | - | x | x | x | - |
----------------------------------------
--enable-dbgutil   | - | x | x | x | x |
----------------------------------------

where
O: optimization
S: debug symbols
D: debug STL
T: trace facility
U: additional debug utility (object counting)

Note:
--enable-selective-debuginfo has the same properties as --enable-debug

Change-Id: Ib8a28c6162f47526d6bb33f81f53835cd11894b2
2012-11-23 23:42:39 +00:00
Rob Snelders
80086a8288 Get more information to the BSA from the send feedback-menuitem
Change-Id: I77b3afa52bd5cc25a6385cbdb480a30e7aef387c
2012-11-23 23:23:48 +01:00
Eike Rathke
af60316514 some i18n wrappers with LanguageTag
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-23 23:09:16 +01:00
Eike Rathke
37f5b86401 prepend module local include
Change-Id: Ib5ec2902a0642a25462e1e296087804dffbb04ce
2012-11-23 23:09:15 +01:00
Julien Nabet
e40e6b26eb Remove some other newly tagged unused methods
Change-Id: I6413fa7b9a7ca5e5f88c634ac4a7092162a9a9c9
2012-11-23 22:52:05 +01:00
Julien Nabet
db4aab0e11 Remove some newly tagged unused methods
Change-Id: Ie55dfd19f223df62c091ffc4fdf28789b308a1c7
2012-11-23 22:39:04 +01:00
Rob Snelders
5eb9c58c31 fdo#56726 - HTML Compatibility for obsolete "Netscape Navigator"
Change-Id: I51cc07d45bd285a5e6806467d10ce758189d0de6
Reviewed-on: https://gerrit.libreoffice.org/1051
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-11-23 20:24:30 +00:00
László Németh
7d081c94c2 Updated core
Project: dictionaries  3938d334ff4ce612a01b8cc178b0e79782577a62
fdo#57461 fix Lightproof/Hunspell synchronization
2012-11-23 19:29:22 +00:00
Cédric Bosdonnat
0657fcc8c9 Toggle Header/Footer edit when loading if needed
Change-Id: Ia8b469ccbb2d41c70429c725708bc853edcdd537
2012-11-23 20:21:23 +01:00
Cédric Bosdonnat
e8fbe97900 fdo#52182: Fixed click in frames located in header/footer
Using a distance to click to select the best object to select between
normal text and background object.

Change-Id: Ib5b53161c7af2c16f4df379382f2e53fc6d8092b
2012-11-23 20:21:23 +01:00
Cédric Bosdonnat
7d43a3b02f Show typeid in layout xml dump for debugging purpose
Change-Id: Ie36ba37d521b4a73455488cee61ef55a6fcc9c0f
2012-11-23 20:21:23 +01:00
Cédric Bosdonnat
7e2f98d0a0 Header/Footer: fixed the selection of frames anchored to header/footer
Now, double-click actually selects a frame anchored in header/footer.
Code has been cleaned a bit as well.

Change-Id: Idb7f3520527a0cb6efe0ea41c62f452bc87c4e8d
2012-11-23 20:21:23 +01:00
Cédric Bosdonnat
289185fd02 Header/Footer: fixed click on frames over the header/footer area.
The main problem here was due to the click to show the separator when
there is no header or footer under the frame. That code was just exiting
MouseButtonDown too early, which isn't good.

Moved the seperators showing code out of the SwCrsrShell as it has no
clue about the document-position and may lead to problems.

Change-Id: Ia62333b52c5d0659bbe7ec4fcfe6e664db132435
2012-11-23 20:21:22 +01:00
Jan Holesovsky
e1b59fc0c4 Fix --set-push-urls.
Change-Id: Ic3a424b5ac8c2168747bc7253f421bf5367beac7
2012-11-23 21:06:57 +01:00
Jan Holesovsky
600e359786 Improve the error messages.
Change-Id: I1c5e2440e0d3c520221cc19bf2d6152970e156c1
2012-11-23 21:06:57 +01:00
Miklos Vajna
292422a7dc writerfilter: sort RTF keywords only once in RTFTokenizer
This pushes down import time of
http://people.freedesktop.org/~vmiklos/2012/footnote-10k.rtf.xz from
10sec to 5sec on my machine.

Change-Id: I39b7e4ea59fb5c05c1d3940920950ebc47adb48b
2012-11-23 19:57:30 +01:00
Andras Timar
1474acef8a build XHP first, then TRE
Change-Id: Iab898ad984203e32df72f5ed643e3846a92548ee
2012-11-23 18:16:46 +01:00
Caolán McNamara
8f703e108a convert the other test over as well
Change-Id: I82a68d8453b9053ac08e85e02fa011fcae852ca0
2012-11-23 17:07:54 +00:00
Markus Mohrhard
35c6bd7704 String to OUString in conditio.[ch]xx
Change-Id: Iea2da3947a76e45fb323abed3b9a14ccc3fdfbdc
2012-11-23 17:27:48 +01:00
Markus Mohrhard
f8eed7ad9d support undoing conditional formats correctly
Change-Id: Ice698827b3bc559a1e5ad0ea929145fa8c0dfffe
2012-11-23 17:27:48 +01:00
Markus Mohrhard
ac5b0cd66a this should be IDF_NOTE
Change-Id: Id460ed774b4ccedd5e72ba41756fc7c78f8c2313
2012-11-23 17:27:48 +01:00
Andras Timar
356cb10f7e update l10ntools README
Change-Id: Idd31818e2fca33951bceb6e4b64fa57b43f8e7be
2012-11-23 17:08:10 +01:00
Andras Timar
a5222d4069 remove remainder of gsicheck
Change-Id: I463fd97de5106da44326db77e7f9589926f71b20
2012-11-23 16:43:07 +01:00
Tor Lillqvist
7e749c3410 Surely we can bin all indentation in the JavaScript
Change-Id: I8b889402345bd86c4a9ced62a22ad4137c673693
2012-11-23 16:08:11 +02:00
Tor Lillqvist
4b8d8aeec4 We prefix each line with four spaces, not append, but why?
Change-Id: Ia654664700b0b9262a5803d2976c22b61e44e758
2012-11-23 15:57:57 +02:00
Tor Lillqvist
d7edcee5a9 Why write Emacs and vim mode lines to a generated file one should not edit?
Change-Id: I3f815bc7e825728421d5d87832f9a5ad1bcb53cc
2012-11-23 15:46:37 +02:00
Stephan Bergmann
44ea5d1414 Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointless
...as there are typically no direct calls to it anyway.  What is apparently
needed is to decorate the cppumaker-generated headers instead:

* cppumaker obtains deprecation-information from the documentation strings in
  .rdb files.  As these are normally generated by idlc without documentation
  included (no -C), idlc got changed to nevertheless contain documentation
  consisting of just "@deprecated" in this case, to allow to easily tunnel this
  information to cppumaker always.

* The mechanism of parsing for "@deprecated" in documentation strings is
  somewhat crude, of course.

* For now, cppumaker only decorates C++ functions that correspond to UNOIDL
  interface attributes and methods.  More should be possible (but, e.g., being
  able to decorate a complete C++ class corresponding to a deprecated UNOIDL
  interface type depends on whether all platforms would accept
  SAL_DEPRECATED_INTERNAL at the same position in a C++ class declaration.

* This could also be extended to other languages than C++/cppumaker.

* Always using SAL_DEPRECATED_INERNAL instead of SAL_DEPRECATED for decoration
  is to keep things simple and our codebase working.  Improvements are possible
  here, too, of course.

Change-Id: Ia2917892f780d477652e4cd9f286588a6898c3f5
2012-11-23 14:04:51 +01:00
Stephan Bergmann
ae41f95042 Ignoring dependencies on .hdl files is unsound when cppumaker changes
...as it will do in one of the following commits.

Change-Id: Ic13c0d398943d34dffbc1a87efcac213d6699ca9
2012-11-23 14:04:50 +01:00
Stephan Bergmann
800f388206 Only rebuilding .urd for newer .idl is unsound when idlc changes
...as it will do in one of the following commits.

Change-Id: Ie243504db965e3a4803c593b9c09f12d2cb0fcfc
2012-11-23 14:04:50 +01:00
Caolán McNamara
13fe193ae9 Resolves: fdo#57236 crash on export to html
SfxItemSet takes a sequence of (start, end) property ranges
not a sequence of isolated properties

reading 1b0f7ee1e0 it appears that the properties
the new code wanted to query are included in the original ranges already

Change-Id: Ifecdf23270d7f3d875d1c0cd942bab659bbabf29
2012-11-23 12:59:07 +00:00
Takeshi Abe
10ffbbd269 sal_Bool to bool
Change-Id: I5f454a00d10264adc0c7312459ca0a7ad261c3ad
2012-11-23 21:45:53 +09:00
Tor Lillqvist
1781da99f6 Add experimental --disable-export configure option
Even for an Android (or iOS, presumably) app with just viewer
functionality, some export code gets included in the single .so or
executable.

For now, when we know that we are producing only viewer apps for
Android and iOS anyway, it might be a good idea to be able to
carefully bypass some particularly pathological places in the code
that generate large amounts of code and/or data that is useless in a
viewer app.

Change-Id: I59b97024ff2855e7bbe53d6ec8782797705f61d8
2012-11-23 14:03:23 +02:00
Caolán McNamara
b3edb24103 try to fix and reenable starmath unit tests
Change-Id: I4c2a1476ea6ae12fdebb8301b68eab8060bc86f8
2012-11-23 11:51:20 +00:00
Caolán McNamara
0ad608e83b vertically center button rather than stretch it
Change-Id: I63b7c8a671e1ca4a41e047fdca313e1af972861f
2012-11-23 10:28:05 +00:00
Caolán McNamara
246ffb108c loplugin: if else alignment
Change-Id: Id28afb74a945a4092965af60963e862d6aba50b3
2012-11-23 10:06:17 +00:00
Caolán McNamara
4ee0ee4971 split qnametostr up to try and make .o's small enough for ppc64
i.e. relocation truncated to fix: R_PPC64_TOC16_DS

while I'm at it merge the standalone header/footer files into the .xslt and
simplify the makefile.

Change-Id: Iee0e9b5dd96868f49f1bed22fb5dc6d28c8cef81
2012-11-23 10:06:16 +00:00
Caolán McNamara
b5a89ad137 callcatcher: update list
.ui conversion has finally make inroads into core vcl widgets, no
WorkWindow are initialized from ResIds anymore post conversion
of the xslt filter dialog

Change-Id: I4a1764d9fb9be9e252630e3afc9972221bc16be6
2012-11-23 08:46:41 +00:00
David Tardon
dd66b3f847 drop useless (and problematic) hunks
The additional dependencies might trigger re-run of automake, which we
really do not want.

Change-Id: I5961c76c0ea047cbf7df541504349dd079137fd0
2012-11-23 09:22:23 +01:00
David Tardon
26aae92385 ignore warnings in generated scanners
Change-Id: I7c1e17ffba5b4e6d4f4229da8a93ac3db621253b
2012-11-23 09:22:22 +01:00
Fridrich Štrba
444dc2255a Include gio headers only when gio is enabled
Change-Id: I04058cd7bc96b1380d0ac85b6090073810996210
2012-11-23 08:51:28 +01:00
David Tardon
f1035c1660 fdo#55435 orcus needs Boost.System with recent Boost
Change-Id: I2df230e0ca6293131ceaf9211fb301165981ab86
2012-11-23 06:51:17 +01:00
Caolán McNamara
e2036d4ec1 Related: fdo#53909 add regression test
Change-Id: I8891401e5914b2908308cda3896a45d380688bc1
2012-11-22 22:35:15 +00:00
Caolán McNamara
ef9f9b750e Resolves: fdo#53909 STG_FREE sector locations rejected
Change-Id: I6f71c7e3cfeeba8a76096d5be68838b8d401c580
2012-11-22 22:30:35 +00:00
Stephan Bergmann
bcb3d607ae Mark patch pushed upstream
Change-Id: I561ef2f20037e60c1f8735c7be8c89b899b99204
2012-11-22 22:59:41 +01:00
Caolán McNamara
b5c45ea4ee update autoscrolls on text modifications
not just on SetText or Resize

Change-Id: I9991125d8f5eaa527e2cf274222c94b6d6cc1069
2012-11-22 20:53:50 +00:00
Caolán McNamara
df0cef5bc7 make left-right traverse through radiobutton groups
lets preserve the traversal order from the initial
grouping order, so convert the radio group set to a vector

Change-Id: If057f0c5d5f2eac2e8866a8a39efde8035c4fc4a
2012-11-22 20:11:52 +00:00
Eike Rathke
1b329fd5cc get rid of unnecessary LocaleDataWrapper temporary instances
Change-Id: I17d9a502565d445b0eab9ef6e9123661850292b7
2012-11-22 19:50:20 +01:00
Michael Stahl
677f13f0e2 PPTStyleTextPropReader::Init: -Werror=sign-compare
Change-Id: Ied7cfc6b1ab22d1af8a8d9e6a6c2eba77f90bcb6
2012-11-22 19:22:54 +01:00