340031 Commits

Author SHA1 Message Date
Stephan Bergmann
eda840993a SAL_CALL mismatch
Change-Id: I73b1555b04db7726142be955d445bf083739e040
2013-11-27 08:55:20 +01:00
Laurent Balland-Poirier
eaa13b8b63 fdo#35712 fdo#40315 fdo#40314 Autoselect trendline type
Modification of Degree or Period select trendline type
Modification of Intercept select option

Change-Id: If3a212c381061e831ee4411c8e17fbaf8ca12895
Reviewed-on: https://gerrit.libreoffice.org/6815
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-11-27 00:09:29 -06:00
Kohei Yoshida
aa2cc9505b Fix additional bugs in the vector array fetching code.
And a test case to catch it.

Change-Id: I233269822b383afa9783bdc7318eddee31d1eaa3
2013-11-26 20:35:56 -05:00
Eike Rathke
513eadd422 resolved fdo#53103 actually use the external data filter options
ScDocShell::ConvertFrom() queries the filter options from the SfxItemSet
at SfxMedium, which is fine when loading the data into the table
selector first, but the final load via ScAreaLink created a bare
SfxMedium without options set. Do so.

Additionally it may now even work that ScDocShell sets options at
SfxMedium, which the ScAreaLink code prepared for but previously the
SfxMedium did not have an SfxItemSet.

Change-Id: I45d6a24906dc3ba41654b8c0951dd84939d8af5e
2013-11-27 00:13:36 +01:00
Stephan Bergmann
2fde764591 sqlbison.y string clean-up
Change-Id: I1ab32794a10f78f305de8057af5885d7719f87a3
2013-11-26 23:15:36 +01:00
Michael Stahl
37d7a59a3b adapt sfx2 UndoManager test to renaming from "click" to "press"
RID_STR_ACC_ACTION_CLICK in efb23f29983f87104a684e7fab00b84fc59d131d

Change-Id: If684816602db38fa87b6272c0491ab2ac910aece
2013-11-26 23:09:32 +01:00
Michael Stahl
38c4e94666 remove executable bits from .java files
Change-Id: Id36b1d56553a413ab9b4d82fe6f65185f4f6fc00
2013-11-26 23:09:32 +01:00
Tor Lillqvist
f804a2e805 Make it easier to debug the gbuild-to-ide script
Add an --input option so that the input doesn't have to be generated each
time but can (manually) be stored in a file and that then given to the script
when debugging it interactively.

Change-Id: Icdb6abc828c6d16e29a99494d00eb0c8435f2826
2013-11-26 23:50:12 +02:00
Tor Lillqvist
acca36bbbc Add Emacs modes
Change-Id: If5e171ba124722b20b49470a77ee6bca21ae635c
2013-11-26 21:36:04 +02:00
Tor Lillqvist
1b90c10dbb I think this is what was meant?
Change-Id: I5ff6e2588361ab58d7cda9ddbd5db61c300c9956
2013-11-26 21:28:07 +02:00
David Tardon
3cac074a55 generate setuprc for instdir
Change-Id: I70418c4911aab0c24b5b198566fa69fdad0f1da2
2013-11-26 19:40:32 +01:00
David Tardon
9ce3e2ae14 generate sofficerc for instdir
Change-Id: I06ddbc89c58384ce757ac809788f9d978677cb9c
2013-11-26 19:40:32 +01:00
Tor Lillqvist
f89712a131 WaE: unreachable code
Change-Id: Iee5fa84eb2335efa7d7f7cb28b8efdecf9366592
2013-11-26 19:53:38 +02:00
Stephan Bergmann
3cc25be9cd Replace deprecated OUString::valueOf -> OUString::number
Change-Id: Ia9c5d9ce424f810b31ccc8ec939e1ced301329f7
2013-11-26 17:40:36 +01:00
Michael Meeks
d8db8ea918 fastparser: strncmp needs a length. 2013-11-26 17:39:26 +00:00
Stephan Bergmann
9eaf15563a Presumably wants to use strcmp
Change-Id: I978a692fbf464b476811b445b16c7e1b0eec9e25
2013-11-26 17:31:29 +01:00
Tor Lillqvist
e06ef25aea WaE: int/sal_Int32 format confusion
Change-Id: I0dc0bd5c8a751fbda93eeffecc1a01496427da66
2013-11-26 18:29:01 +02:00
Michael Meeks
f3d1f950aa oox: accelerate common case boolean reading. 2013-11-26 17:33:44 +00:00
Michael Meeks
30a8fbbf1b fastparser: special case xmlns more sensibly. 2013-11-26 17:33:44 +00:00
Michael Meeks
d7280af974 fastparser: Avoid copying all tokens into a sequence. 2013-11-26 17:33:44 +00:00
Michael Meeks
2d681ad020 fastparser: don't waste cycles churning reference counts. 2013-11-26 17:33:44 +00:00
Miklos Vajna
4932775dae DOCX drawingML shape import: handle wp:align for wps:txbx positioning
I.e. previously only absolutely positioned textboxes were handled, with
this, centered textboxes are fine as well. Given that the drawingml
picture import code already supported this, refactor common code to a
common method.

Change-Id: I56e0dbfa0ffc7e27a70a0e8fb8477681389a51cf
2013-11-26 17:15:53 +01:00
Caolán McNamara
a6dab58bd3 convert format cells dialog to .ui
Change-Id: I451d3e28cc87f82ffb73b4e4c86a134eb1fc117a
2013-11-26 16:06:09 +00:00
Stephan Bergmann
6812efbb4d Unused include
Change-Id: I3db5994ca2e5f3ce7f0f1dfc2994a07b3cb3d6e0
2013-11-26 17:03:53 +01:00
Caolán McNamara
b28715862b add accessibility names to .ui
Change-Id: I3453e3c66de730e60843d655e094b7c3247fad1b
2013-11-26 15:44:54 +00:00
Steve Yin
2b951c2e2f Integrate branch of IAccessible2
Change-Id: I7d6764cfc86b7b8846c0908278ae10a68c0a14f5
2013-11-26 15:44:53 +00:00
Miklos Vajna
3507ffabfe SwRedlineTbl::dumpAsXml: -Werror=format
Change-Id: I703009efb476b20f2fca8d87e14a15c28632a5be
2013-11-26 16:33:17 +01:00
Miklos Vajna
0205f0a271 DOCX drawingML shape import: initial wps:txbx positioning
Change-Id: Id779ed88d657257b614d910a2191ed4974612c8f
2013-11-26 16:33:16 +01:00
Caolán McNamara
1f1fa03f4f rewrite new SvxEditSourceHelper::GetAttributeRun replacement in new style
Change-Id: I906e99afb58dcee3e47a545f575aab71b7edc0e9
2013-11-26 15:27:17 +00:00
Steve Yin
c23ab5eaed Integrate branch of IAccessible2
WaE: Reorder initializations to prevent compiler warnings.

(cherry picked from commit c05431aa92fa2c7c7258418a6ecd651b5c26d982)

WaE: unname unused variable to prevent compiler warnings.

(cherry picked from commit 2259256a390c4b6f83cfb5dbe4a65df5032aee47)

Conflicts:
	editeng/source/accessibility/AccessibleEditableTextPara.cxx

ad61537527a74670af266feb9e4d26d2d654daf7
66044902b8d94fc15d4c30270e6cc419fb7d3565

Change-Id: I3ec9798f2c7d854824722c0cf44b62128b4f4cb4
2013-11-26 15:27:17 +00:00
Stephan Bergmann
62fcdfa34a -Werror,-Wunused-private-field
...fixed more thoroughly than 49c1964b427c9f2f169ba4d826d346adc7555ae0 "WaE:
private field 'm_bCompoundControlChild' is not used."

Change-Id: Ief1093c054fe272b82da78ab103e8ca3feb72b90
2013-11-26 15:56:33 +01:00
Stephan Bergmann
1dc1eaadd1 Fix unoidl sourceprovider old-style service duplicate member checks
Change-Id: Ifa19a427543e76053e9b249c479e1e13f3599bcc
2013-11-26 15:54:34 +01:00
Miklos Vajna
fee379666a oox: avoid crash in ContextHandler2Helper::processCollectedChars()
Change-Id: Ie70c9914745364c7f2beb3cb84a610ec919a950c
2013-11-26 15:50:22 +01:00
Miklos Vajna
c7069898e1 DOCX drawingML shape import: no need to add TextFrames to the drawpage
As (not) done for the VML import in Drawing::createAndInsertXShape()
already.

Change-Id: Ib4eac941a46e09df6b5363e8c7eeacc2e6dbac6d
2013-11-26 15:50:22 +01:00
Tor Lillqvist
49c1964b42 WaE: private field 'm_bCompoundControlChild' is not used
Change-Id: I656c044de766e274f4938facc3a85b6152ba79ed
2013-11-26 16:11:36 +02:00
Andras Timar
a01605430e fdo#72034 OOXML 2007/2010 -> 2007/2010/2013
Change-Id: Id5bec8634a66361f4369fe02a3061974d00e7a1f
2013-11-26 14:58:25 +01:00
Stephan Bergmann
383c7a4b90 statement aligned as second statement in if body but not in a statement block
Change-Id: I237148ec56164994e5c3168ef5b7dfc56588cad9
2013-11-26 14:41:27 +01:00
Stephan Bergmann
cbb8e6d1b6 -Werror,-Wunused-variable
Change-Id: I4a501430d6ea8fdf6d2ae748fd3e122846c0b4cd
2013-11-26 14:34:33 +01:00
Adam Co
bbcce6e10c Added dump of 'redline' objects in 'node dump' XML
Change-Id: I531a04fd4747a4b10858f6317b7c08cceb6458eb
Reviewed-on: https://gerrit.libreoffice.org/6817
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-11-26 07:16:32 -06:00
Tor Lillqvist
aaf5658a2f We never ever want anything OpenCL-related in the sc_ucalc unit test
So unset any SC_BACKGROUND_COMPILATION environment variable to avoid that
mixing up things when running this test. (It doesn't in a "clean" build, but
in a build where you temporarily have made the SC_BACKGROUND_COMPILATION thing
actually work in the sc_opencl_test unit test (by bypassing the weird "Is
OpenCL enabled? Yes! No! Yes!" dance there), it does.)

Loading the scopencl library will load also the sc library, which causes lots
of confusion, as this unit test library itself includes all the object files
from the sc library. (For IMHO questionable micro-optimisation reasons.)

Another day wasted thanks to not understanding what undoubtedly are clever and
elegant tricks.

Change-Id: I203b6dae7d9b52787ac2d57180be87a61626af6c
2013-11-26 15:16:11 +02:00
Tor Lillqvist
378963fdb2 WaE: unreachable code
Change-Id: I21cce258c0cc978bd8a45148102787d3c4017e64
2013-11-26 15:14:46 +02:00
Stephan Bergmann
3950919134 Remove outdated TODO (@deprecated annotation are handled fine)
Change-Id: Iab32e6974a181e437630aaae2ea73eb6062ec0ee
2013-11-26 14:08:20 +01:00
Adam Co
8d7cb7773d Moved 'DateTimeToOString' from 'filter' package to 'tools' package
After the move now other classes can convert DateTime to OString also

Reviewed on:
	https://gerrit.libreoffice.org/6816

Change-Id: I0ceb9a5cc26103a6cb36d7765a717770ec3fbe7d
2013-11-26 14:02:02 +01:00
Stephan Bergmann
fc708d6286 No need for additional << overload here
...non-explicit OString(rtl_String*) ctor already covers that

Change-Id: I9e447795ddc585d765b48d1f7f41f3c795aecba2
2013-11-26 13:44:09 +01:00
Stephan Bergmann
6da3bd044f const fix
Change-Id: I9abd4fa85d3d5718dffc0f03e3cc662a17a78ac8
2013-11-26 13:44:08 +01:00
Korrawit Pruegsanusak
bb1213a740 fdo#71434: don't show master text if PlaceHolder types defined
I've added all of valid PlaceHolder types from
http://www.schemacentral.com/sc/ooxml/t-p_ST_PlaceholderType.html

Change-Id: I038fe43ff83699f92ff5eb9945bce12540058478
Reviewed-on: https://gerrit.libreoffice.org/6814
Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2013-11-26 06:34:57 -06:00
Rodolfo Ribeiro Gomes
eda8111fdf Mailmerge shows wrong number of emails to be sent
The progress bar is ok, but the text is displayed with the total
number of registers instead of the amount selected to be used.

Change-Id: I81da0e7ba9f193366e12cbf81118e36a43bcaad4
Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/6810
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-26 06:14:17 -06:00
Steve Yin
2f973aa90d Integrate branch of IAccessible2
Change-Id: Id8c4ff1d10eccda2d7279d625822759c1f520a46
2013-11-26 12:08:54 +00:00
Miklos Vajna
1da6609eb8 DOCX import: default para style has priority over table styles
Since commit 23b67c536537c91020cf5a45ab5cb36d7316ed89 (DOCX import: fix
import of font size in table styles, 2013-03-04) we simply ignored all
table style run props, that indeed fixed testTableStylerPrSz, but broke
cases when otherwise reasonable run properties were specified in table
styles.

Fix this by only ignoring run props of table styles if the default para
style should have priority.

Change-Id: Ic10f635f4b8688af252214d5d38216b4d5c8fa8e
2013-11-26 13:07:18 +01:00
Caolán McNamara
52cd29a338 add accessibility names to .ui
Change-Id: I09fc4a0166e1b9e9949ed9e3407e709954c88b1e
2013-11-26 12:04:21 +00:00