Commit Graph

330174 Commits

Author SHA1 Message Date
Caolán McNamara
84e5cdce3e option dialog isn't fully layout aware yet, so always calculate
Change-Id: Ifed85cf8c1c2da70eae2d18b9ef32b61ce278c4a
2013-07-16 12:45:55 +01:00
Luboš Luňák
afb41ff0c5 warn in configure about using ccache+clang without CCACHE_CPP2 set
- causes warnings about unused -I options, because they are preprocessing options
  and Clang complains that they are unused in pure compilation
- Clang supresses some warnings from expansions of macros in system headers, but those
  would be already expanded and thus warned about
- Clang prints relevant source lines with errors/warnings in them and would show
  them preprocessed (this should actually apply to GCC4.8+ too)

Change-Id: I02c86c43a657d078e347e4ecd5c1e2ff07db2886
2013-07-16 09:58:39 +02:00
Jan Holesovsky
56f484fd64 Minor cleanup.
Change-Id: I18154239afcc1a5ee2697f3ffc9eb75d96eb2d4b
2013-07-16 09:49:21 +02:00
Jan Holesovsky
16fe20b667 widget layout: Take decimal digits into account for MetricBoxes.
Change-Id: I2870dbf9dc1f7fb84adfe81b9be8f4060677e6d0
2013-07-16 09:49:21 +02:00
Jan Holesovsky
7e71abaddf sidebar: Improve PosSizePropertyPanel look.
Change-Id: I1013af7e9f6406ca695f0bee2384639c37fb57dc
2013-07-16 09:49:20 +02:00
Jan Holesovsky
f4f99f5c11 sidebar: PosSizePropertyPanel follow-up fixes.
Change-Id: I80309119e7d0e217b3fd29535543987ac7140994
2013-07-16 09:49:20 +02:00
Prashant Pandey
6867a80c41 sidebar: PosSizePropertyPanel conversion to .ui
Change-Id: I18716dec85c257d2df3ed8973591d831b86e018f
2013-07-16 09:49:20 +02:00
Miklos Vajna
db610b4a92 DocxAttributeOutput: avoid 'a' prefix for double
Change-Id: I1601f2d2926ca62aae8e7c48b1b2147ebed01002
2013-07-16 09:47:08 +02:00
Adam Co
1a37ca65b8 fdo#66929: fix for default textbox inset values
Conflicts:
	sw/qa/extras/ooxmlexport/ooxmlexport.cxx

Change-Id: I0e9fa5e73e802f85f02c3fcc5c276ed0c1cb2a58
2013-07-16 09:46:48 +02:00
Takeshi Abe
56ee768bfd Mark as const
Change-Id: I06e85719590be114ab1d19010886a035e36f34b0
2013-07-16 10:33:36 +09:00
Luboš Luňák
22fa63a4fa compiler plugin warning about unwanted silent pointer-to-bool conversions
C/C++ silently converts pointers to booleans, which is presumably seen as
a good idea by lazy people, but it can occassionally silently break code
in strange ways, most notably by selecting a bool overload when no matching
overload for the pointer exists (OUStringBuffer::append() can break like that,
e.g. in ba37e4062f, other cases are
8e3bf1598f or 28e4c0250e).

So far the plugin checks only conversions in function call arguments, there's
disabled code that could check more places, but I'm not aware so far of any place
where anything actually broke because of that, and it'd require fixups to be
explicit in some places (e.g. 'bool b = returns_pointer();' would require '!= NULL'
added), so for it'll be only the simple various and it can be made more strict if wanted.

Change-Id: I6a5d207daf925e6c2d1bf684060536795ecfcc35
2013-07-15 23:29:47 +02:00
Michael Stahl
b673ba2b2a sysui: oops, the mac stuff uses documents.ulf from CT_share
Change-Id: I2872a9bef161b7e073f6e236c3eb51081262d816
2013-07-15 23:12:26 +02:00
Luboš Luňák
8e3bf1598f avoid unwanted silent conversion to bool
Apparently there's no overload for const sal_Unicode*, so the pointer
gets silently converted to bool, but there's one for const char*.

Change-Id: I52bc13a19111a04c6d17029f44a262387aeff6d9
2013-07-15 23:13:07 +02:00
Luboš Luňák
ba37e4062f OUStringBuffer doesn't have append() overload for const char*
Change-Id: Ibde8e2021d33f01f91486fb6d3e24e7af0a47744
2013-07-15 23:12:35 +02:00
Luboš Luňák
9d65113efe fix finding all parents for AST nodes
Ctor bodies can also have code inside of member variables initialization,
which is not considered to be inside function body.

Change-Id: Id68960093a51396b9486f1364b1a361526c3431d
2013-07-15 23:12:12 +02:00
Matteo Casalin
67db35da5d DoubleToString: do not modify a reference argument, just return the result
Change-Id: I490aa61f8d9b47a6ead234afd51e2f5324530cb4
Reviewed-on: https://gerrit.libreoffice.org/4923
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-15 19:16:02 +00:00
Michael Stahl
5bd6a5110b sysui: no point in trying to build .desktops and RPMs on Mac
Change-Id: I0b5b88ea381f1cbff7d645ef5b48a542411ef7a5
2013-07-15 21:04:57 +02:00
Caolán McNamara
d213d507f2 convert delete dictionary query to .ui
Change-Id: I5016207a6cf592ce0a7f7a8033825f88c7a22d16
2013-07-15 19:33:12 +01:00
Luboš Luňák
c82fa6dc37 remove unused fields
Change-Id: I1676b71e63256466f6ff2ad27349382d1a4006a3
2013-07-15 20:32:22 +02:00
Michael Stahl
585d4c165f sc: fix Date/DateTime ambiguity
Change-Id: I99908a73d38b0d4b9919ac9c627b849b1d7de0d8
2013-07-15 20:22:54 +02:00
Luboš Luňák
5e6cf64783 add missing log areas
From 7650a82702 .

Change-Id: Ie20010fa0a8be6992a1ac7fb4c4dffc8cf0c9cbd
2013-07-15 20:11:07 +02:00
siqi
71a80c52d7 UIImage categories used for load optimisation
Change-Id: Icf31e42c9be1fb749da912a2b3c79822f16a49e5
2013-07-15 20:07:03 +02:00
Michael Stahl
9d639f6b2f sax: even more boost_headers
Change-Id: I6d78c737d7cd049c7b148da3b4d30166bb7c8517
2013-07-15 18:52:08 +02:00
Ricardo Montania
5730dd48ca fdo#63690 drop RTL_LOGFILE_CONTEXT_AUTHOR
Change-Id: I46823bb2c6fc44a4871d9535c1f59bd24ba75858
Reviewed-on: https://gerrit.libreoffice.org/4908
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-15 16:29:34 +00:00
Caolán McNamara
2b5e401d4c Updated core
Project: help  cd1389b4c35e4e028b1e433246093cf2f1f13b42
2013-07-15 16:21:35 +00:00
Csikós Tamás
712019343e Updated core
Project: help  696273411433e4de4411d84837307d8815f42378

update help ids for opt new dictionary dialog .ui conversion

Change-Id: I36d3b7c9f216d9a9f940885c8d4b2f16706ddc01
Reviewed-on: https://gerrit.libreoffice.org/4918
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-15 16:21:08 +00:00
Michael Stahl
fd3c5d3a06 filter: need more boost_headers
Change-Id: Id927d5494bed8d4d8fa27f38dfcde14b95081cc1
2013-07-15 18:18:29 +02:00
Caolán McNamara
1766de5a5e can drop RID_SFXDLG_NEWDICT
Change-Id: I15d1669a870f991ae4c8428838b22c33a2c021f0
2013-07-15 17:15:53 +01:00
Caolán McNamara
c3a83920dc drop unused helpids
Change-Id: Ie8b8a929c08ed418619866b1ea28d516ab8a0a87
2013-07-15 17:14:38 +01:00
Csikós Tamás
766458eafb modern .ui widgetlayout for optdict/newdictdlg
Change-Id: I8bd0a334bffee9adcf23fe2f597b66924b57ce30
Reviewed-on: https://gerrit.libreoffice.org/4917
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-15 16:13:54 +00:00
Michael Stahl
5ff4ccc6c4 ucb: fix DateTime in gvfs
Change-Id: I5733e1490f3f162045fa5040efaabb6550d235a7
2013-07-15 18:09:27 +02:00
Michael Stahl
4ce40c0b06 sax: more s/TimeZone/Timezone/
Change-Id: I9b50e53b131fc835e792c52de6560d77ac454be9
2013-07-15 17:58:09 +02:00
Luboš Luňák
ba8988a597 explicitly export no fill to .docx when fillstyle is set to none (bnc#581614)
The shapes have detectmouseclick="t" for some reason, leading to the v:fill
tag being written, but the default is solid fill, so if there's otherwise
actually no fill, explicitly say so.

Change-Id: I2a8d24ce4d0da1082b4eefbad0db51e2e6fe1bc9
2013-07-15 17:59:29 +02:00
Jan Holesovsky
114edb7600 Enable sidebar by default when the Experimental Sidebar is put to 'on'.
Change-Id: I525f15bc3f6b40522bf0dce754dd8e99386cd775
2013-07-15 17:33:51 +02:00
Jelle van der Waa
7650a82702 fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
Change-Id: I85a3cfeac16e2c8e20724e1f6a5dd16c2c143a49
Reviewed-on: https://gerrit.libreoffice.org/4882
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-15 15:28:05 +00:00
Matteo Casalin
02c1f4128b Reduce scope of global array and make in constant
Change-Id: I914aff27234e3acede7ae6ade72530dc0fea9dc9
Reviewed-on: https://gerrit.libreoffice.org/4922
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-15 14:53:40 +00:00
Jan Holesovsky
5f3d88a1f1 sidebar: Further cleanup of AreaPropertyPanel.
Change-Id: I8cbb4bf4dfed2689d21247f1abb7d024d4995cbb
2013-07-15 16:02:51 +02:00
Jan Holesovsky
94c8113897 sidebar: Get AreaPropertyPanel basically to work.
Change-Id: Ib5f05346ab5b38b4f3ec30f95b2435c9231d13ab
2013-07-15 16:02:51 +02:00
Prashant Pandey
8fe5f01153 sidebar: AreaPropertyPanel conversion to .ui
Change-Id: I1c291b3806a483a7ce50c64d0fbf2f28204c132e
2013-07-15 16:02:51 +02:00
Jan Holesovsky
24a98e226a sidebar: Mnemonic widgets + adjustment in LinePropertyPanel.
Change-Id: I4a65e33fde6228405b440ca9653272aa44ea1d6e
2013-07-15 16:02:50 +02:00
Jan Holesovsky
c8140e7173 sidebar: More logical LinePropertyPanel layout.
Change-Id: I46a2226566163331e8ba03aeb159e1f7e206e023
2013-07-15 16:02:50 +02:00
Jan Holesovsky
378510aeba Fix build.
Change-Id: Ia08b6e87b5be3ca2994e0c5fbc6b91c1a800208e
2013-07-15 16:02:50 +02:00
Caolán McNamara
3f48ec8e73 HIG spacing and indents
Change-Id: I97888b8659bb978595157e881c18ce51c1482b46
2013-07-15 15:01:59 +01:00
Caolán McNamara
d004c00a1f Updated core
Project: help  7885eab3d5f01e8208310ca2f4258df5cbfdb999
2013-07-15 14:01:51 +00:00
Olivier Hallot
7aa0f418f7 Convert tp_SeriesToAxis.src to tp_SeriesToAxis.ui
Change-Id: Ida1be6cc97e2a96537dddd3c8d6dc91c451adf7a
Reviewed-on: https://gerrit.libreoffice.org/4906
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-15 14:00:52 +00:00
Michael Stahl
20cbf5bd30 i#108348: support DateTimeWithTimezone in user defined Document Properties
- fix interface of sax::Converter to allow passing time zones
  (rename the parsing methods while at it to reduce pointless overloading)
- SfxDocumentMetaData supports DateWithTimezone and DateTimeWithTimezone
  in user-defined properties
- add some ugly hacks to SfxCustomPropertiesPage to preserve existing
  time zones (which are not displayed in UI currently)

Change-Id: Ice94112b9d79c285f80b5beda15f0ace91db97f3
2013-07-15 15:23:25 +02:00
Michael Stahl
604aae1fd2 i#108348: fix TimeZone -> Timezone in struct names
Change-Id: Id3b804b5de9328f0e5faf3410ca24295792c6f97
2013-07-15 15:23:25 +02:00
Michael Meeks
c5d0d5114e Prune some leaves for a cleaner top-to-bottom view of deps.
Change-Id: I98e803bee37359405f0e06a62c063fbe9da82ea0
2013-07-15 13:47:43 +01:00
Luboš Luňák
8bcb9090ef add gb_JunitTest_SOFFICEARG setting also for windows
Needed since e352abc2e6 .

Change-Id: I1f46a01f319703a2225386e89fc94ca286b301ca
2013-07-15 14:13:40 +02:00
Michael Stahl
652ccbdf31 i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.
Add IsUTC member to:

com.sun.star.util.DateTime
com.sun.star.util.DateTimeRange
com.sun.star.util.Time

Add new stucts with explicit time zones:

com.sun.star.util.DateTimeWithTimezone
com.sun.star.util.DateWithTimezone
com.sun.star.util.TimeWithTimezone

Adapt the sax::Converter to read/write timezones, and fix the unit test.

Everything else just uses default (no time zone), this commit is just
to fix the API.

STRUCT: /UCR/com/sun/star/util/DateTime
    nFields1 = 7  !=  nFields2 = 8
    Registry2 contains 1 more fields
STRUCT: /UCR/com/sun/star/util/DateTimeRange
    nFields1 = 14  !=  nFields2 = 15
    Registry2 contains 1 more fields
STRUCT: /UCR/com/sun/star/util/Time
    nFields1 = 4  !=  nFields2 = 5
    Registry2 contains 1 more fields

Conflicts:
	sc/source/filter/oox/unitconverter.cxx

Change-Id: I01f7a6d082a6b090c8efe71d2de137474c495c18
Reviewed-on: https://gerrit.libreoffice.org/4833
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-07-15 11:46:41 +00:00