Commit Graph

405411 Commits

Author SHA1 Message Date
Markus Mohrhard
135cc026bc add test for tdf#95306
Change-Id: I5f7b38eda7555f0d485318f1b43cf7c890260a89
2017-03-18 04:52:35 +01:00
Markus Mohrhard
a22bec478a uitest: add method to get the column object from a spreadsheet doc
Change-Id: I594779ad7b3fe97a1055ad9c999fe6be126875fb
2017-03-18 04:52:35 +01:00
Markus Mohrhard
21cc5084d5 add test for tdf#105909
Change-Id: Iba9922f40b4b72039f35371c42aa24bac52a8adc
Reviewed-on: https://gerrit.libreoffice.org/35383
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-03-18 03:50:09 +00:00
Chris Sherlock
cf435712b3 osl: removed extraneous <BR> tag from conditn.h
Change-Id: I7cfcef8b825ab1f0cc2fcd55bda19b2981a972d5
2017-03-18 12:20:42 +11:00
Chris Sherlock
bda4fe043b osl: test/uniquepipename.hxx use <> delimiters for headers
Change-Id: Idabde42af4eed1000e32d605cf93f359ed218ff0
2017-03-18 12:20:09 +11:00
Chris Sherlock
d8d9c9ef40 osl: test/uniquepipename.hxx whitespace and end namespace comments
Change-Id: Ib409a60061af4034132a0fbd83b85f58212a72b4
2017-03-18 12:20:09 +11:00
Markus Mohrhard
a070d0d347 extend the test for invalid names, related tdf#86214
Change-Id: Ia47ed333ffc2cc9510f3f971ee5de93f2db7b908
2017-03-18 02:17:02 +01:00
Markus Mohrhard
224a8b3856 add test for tdf#86214
We should extend the test and check for all invalid names. At the same
time this can be used as indirect documentation of the names that are
not allowed.

Change-Id: I9c8b760d49ce2bfe40158a9096246a75f727ff9d
2017-03-18 02:04:24 +01:00
Markus Mohrhard
58323be71c uitest: add method to simplify sending CTRL+A
Change-Id: I708cc0fdb416d3347e9e5c531d7720c902ec0a86
2017-03-18 02:04:24 +01:00
Bjoern Michaelsen
c16a4380fe remove EE_RESSTR preprocessor abuse
Change-Id: I83b35c4e2d4275ac76a36bec03807be69a605c58
Reviewed-on: https://gerrit.libreoffice.org/35370
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2017-03-18 00:35:05 +00:00
Bjoern Michaelsen
93412700af get rid of pointless EE_DLL macro
Change-Id: Ide055b4c1c6d26e4ade1ceed0f3669c4cb7d8392
Reviewed-on: https://gerrit.libreoffice.org/35369
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2017-03-18 00:34:49 +00:00
Caolán McNamara
f2efe33f71 jpeg_natural_order asan odr violation
Change-Id: I0439ebed136d26847e0e0778446004dfe8e11291
Reviewed-on: https://gerrit.libreoffice.org/35381
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-18 00:01:37 +00:00
Caolán McNamara
6e6e54f944 ofz#889 readjust jpeg import
Change-Id: I4e25db429b8dee9265ab2ad468c21cc34a50df6c
Reviewed-on: https://gerrit.libreoffice.org/35325
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-17 23:36:41 +00:00
Caolán McNamara
2f1045a859 tweak libjpeg to honor JPEGMEM and set it in file format testers
Change-Id: I6660ccc68d3c82bf6118c2106a9293fd37e801ae
Reviewed-on: https://gerrit.libreoffice.org/35283
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-17 23:36:10 +00:00
Caolán McNamara
dac990d646 utl::TempFile can give a stream directly without bringing ucb into it
Change-Id: I6ecfdaafc22f8fad68115465e18b1b1b7366fff6
Reviewed-on: https://gerrit.libreoffice.org/35380
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-17 23:35:45 +00:00
Takeshi Abe
c5f25a3835 starmath: Add missing commands and tooltips to the Element window
This partially reverts f645294d39 thankfully,
which told me which help entries were broken or lost.

Change-Id: Id5a4e064aef32d32aed94fbccb0190d514f03c85
Reviewed-on: https://gerrit.libreoffice.org/35318
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-03-17 23:27:06 +00:00
Mark Hung
cd6b704971 tdf#106295 fix vertical orientation for fullwidth colon and semicolon.
Chinese users would expect fullwidth colon (U+FF1A) and semi-colon (U+FF1B)
to be Tu( transformed upright ) instead of Tr ( Transformed rotated ) in
vertical writing mode. Make them exceptions of UTR50 when language is zh.

Change-Id: If7d01199973d73136a621bf2f32377da76ccb22a
Reviewed-on: https://gerrit.libreoffice.org/34980
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Tested-by: Jenkins <ci@libreoffice.org>
2017-03-17 22:47:53 +00:00
Matteo Casalin
2cdca5d32e SfxObjectFactory: directly store factory name as OUString
Change-Id: I0779be1e4b344124514115c6645394d26ac09c36
Reviewed-on: https://gerrit.libreoffice.org/35375
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
2017-03-17 22:12:48 +00:00
Caolán McNamara
376ae93f48 ofz#887 support avoiding reading config
Change-Id: Ic7e0e65b15c7b6a01a10d6004230ad71a2d439d2
2017-03-17 21:27:44 +00:00
Matteo Casalin
b165f0f9cc Remove SfxObjectFactory::GetShortName()
Used in just two places, where GetFactoryName can also work.

Change-Id: I8d498345c41aef520ef776a3deb6744cc64756f5
Reviewed-on: https://gerrit.libreoffice.org/35374
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
2017-03-17 20:22:31 +00:00
Miklos Vajna
a6209ba6a8 vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the same
So keeping just nIndex is enough.

Change-Id: I5d3a0e6b4a6ce1305a56cf50e7ff181a098f6412
Reviewed-on: https://gerrit.libreoffice.org/35336
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2017-03-17 20:18:46 +00:00
Matteo Casalin
ba66f477a3 Use SfxObjectFactory::GetFactoryName, again
Change-Id: I653fdaa2564a97716e400b509eb7408ffe6050a3
Reviewed-on: https://gerrit.libreoffice.org/35373
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
2017-03-17 20:14:45 +00:00
Matteo Casalin
b2c58d8612 Simplify same assignment in both branches of a conditional
aTitle was assigned GetTitle() in both branches since initial commit (2007)
Remove the (used just once) temporary, while at it.

Change-Id: I0c6cb0ef8f720fea7f4105edf8233a2c64377e4f
Reviewed-on: https://gerrit.libreoffice.org/35372
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
2017-03-17 20:14:13 +00:00
Matteo Casalin
b93a015f9b Use SfxObjectFactory::GetFactoryName/URL
instead of OUString::createFromAscii( GetShortName() ), in one case
manually added to factory URL prefix.

Change-Id: I762fc1bcd6dcf7246531816faad2682caf9133fb
Reviewed-on: https://gerrit.libreoffice.org/35371
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
2017-03-17 20:13:42 +00:00
Jochen Nitschke
b224dadbca drop upcasts
Change-Id: I188cac932d34472c4e0adbc7fc31ff9f6f9e4898
Reviewed-on: https://gerrit.libreoffice.org/35339
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-17 19:14:31 +00:00
Szymon Kłos
ede71324a2 Notebookbar: transparent menu icon
Change-Id: I042d7c4af0a65bec9ad908de7ed330b88afedc34
2017-03-17 18:42:16 +01:00
Zdeněk Crhonek
7ea2962e76 VBA tests - add CSNG, CSTR test case
Change-Id: I5e9bc24bb89cc634a3c01e8c8b23a19927e7010c
Reviewed-on: https://gerrit.libreoffice.org/35341
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2017-03-17 17:39:13 +00:00
Chris Sherlock
11ad608a1c osl: remove more comment cruft
Change-Id: Idbad5816dcae188705e47408fe295cbae15a29a1
2017-03-18 03:18:42 +11:00
Chris Sherlock
c3dfcb88c7 osl: remove commented out code
Change-Id: I106ced6554e6c64ce236b081a866decfc864026e
2017-03-18 03:16:42 +11:00
Chris Sherlock
195e0fc103 osl: remove comment cruft
Change-Id: Ie3061dcacc039b7915a62daa96dc741750c56fde
2017-03-18 03:15:45 +11:00
Chris Sherlock
e7b30d24fd osl: I think we all know what a constructor and destructor is...
Change-Id: I67c17606b2f9d93ec047aafa1bf6adffdbad4b40
2017-03-18 03:12:33 +11:00
Stephan Bergmann
5e3cca7b0a More workaround for the MSVC "dllpublic base template" mis-feature
(happens at least with a --disable-pch build)

Change-Id: Id62b254e7835ab923955f0f6529bafa6825aa103
2017-03-17 17:08:33 +01:00
Chris Sherlock
f6e4de5a81 osl: add code tags to doublecheckedlocking.h
Change-Id: I4218e710a10e5f6f4b44149603beadf3390b6102
2017-03-18 03:06:23 +11:00
Chris Sherlock
ece792ff57 osl: more doxygen changes
Change-Id: Ic191ef5694cef24f030b8e1dba3e66d5e7fb3584
2017-03-18 02:54:59 +11:00
Stephan Bergmann
4d9e28be5c There appears to be no need to create a copy here
Change-Id: Ibc0694150aff56c8fadf08d61e350933b245db46
2017-03-17 16:40:37 +01:00
Chris Sherlock
e700d4f987 osl: remove some @return tags I missed earlier
Change-Id: I0e34fc0bc8769968a656550803edc6fdf7634ea1
Reviewed-on: https://gerrit.libreoffice.org/35342
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-03-17 15:03:07 +00:00
Chris Sherlock
cc9dddc935 osl: use doxygen @code special marker
Change-Id: If990a500a0794dbfce18c93a24be1d8e5703b12a
Reviewed-on: https://gerrit.libreoffice.org/35332
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-03-17 15:01:23 +00:00
Stephan Bergmann
221935a5e6 loplugin:staticaccess
Change-Id: I255a5c3139f97dbef63dd4d3b0f47d64e6946bd5
2017-03-17 15:40:20 +01:00
Chris Sherlock
22750c14f2 osl: use doxygen @retval and remove HTML markup
Change-Id: Ia0d0d6b0805612a26fcb3e1cf2f7d2555f7f98f1
Reviewed-on: https://gerrit.libreoffice.org/35331
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-03-17 14:38:39 +00:00
jan Iversen
6bfb7aa4ef ios, added Prototype project
The prototype project is a minimal project, with
LibreOffice kit.

The purpose is to check if it can build, and be foundation
for other projects.

The project have been updated to use the newest xcode

Change-Id: Iac277629bc749bcacb83fb056c70a9ec46c8156d
Reviewed-on: https://gerrit.libreoffice.org/35286
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2017-03-17 14:37:08 +00:00
Stephan Bergmann
9e37ccf42a Get rid of some unnecessary macros
Change-Id: I872dd72429eae8d183ea1ca8d76fb30b0e8be715
Reviewed-on: https://gerrit.libreoffice.org/35321
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-03-17 12:29:05 +00:00
Maxim Monastirsky
d920613f67 tdf#106458 Color widget should have same number of rows
... across different platforms/themes, so the standard
palette will always fit without a scrollbar. For this,
we must not hardcode some arbitrary fixed size, but
calculate the size based on the number of rows of the
standard palette.

Change-Id: Ica1d615b43b350aece6b2c29a73337439dd05ac6
2017-03-17 14:21:58 +02:00
Jan Holesovsky
3d67719eda lok: It's not that important to skip some of the messages.
More important is always to perform the paint.

Change-Id: I392dd6cea4a5f43a646fca04d284b365b5fb5b78
2017-03-17 12:34:41 +01:00
Miklos Vajna
302f25890b xmlsecurity: hold SAXEventKeeperImpl by rtl::Reference in XSecController
SAXEventKeeperImpl is the only implementation of the
css::xml::crypto::sax::XSecuritySAXEventKeeper interface, and this way
it's not necessary to cast to various interfaces explicitly at a lot of
places.

Change-Id: I25f76c88d5fefef42a6e8394a9d6de98c52b12c0
Reviewed-on: https://gerrit.libreoffice.org/35317
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2017-03-17 11:17:22 +00:00
Noel Grandin
707f59b224 remove unused defines from HRC files in sc(1)
Change-Id: I7803a0564b2f7a2308bd7d009dbd300bec8a755f
Reviewed-on: https://gerrit.libreoffice.org/35316
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-17 11:01:46 +00:00
Jochen Nitschke
c68ac77770 cleanup double includes and declarations
Change-Id: I770e09f48b1a3e8299f59a8e475ba3c18d436d7b
Reviewed-on: https://gerrit.libreoffice.org/35312
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-03-17 11:01:26 +00:00
Jochen Nitschke
9bb21ef311 cleanup itempool includes
Change-Id: I3762cdfc6d92d2c15ef6e42d9be8e18ad8d79a10
Reviewed-on: https://gerrit.libreoffice.org/35313
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-03-17 11:00:09 +00:00
Noel Grandin
c627f4b928 remove unused defines from HRC files in various
Change-Id: Ia1ba313d2438f04a84bcfcbbbcf6fffea5c1921d
Reviewed-on: https://gerrit.libreoffice.org/35310
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-17 10:43:34 +00:00
Pranav Kant
56552630fe sw lok: Use unique redline identifier, instead of array indices
Use a static integer counter as identifier to each redline

Change few unit-tets that was testing redlines by using a hardcoded array
index. Instead use these unique redline identifiers now.

Change-Id: I63aec3fc8ab10d0dad0c936600d16e96999a2bcd
Reviewed-on: https://gerrit.libreoffice.org/35276
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-03-17 10:38:05 +00:00
Noel Grandin
a9bbc74f1d remove unused defines from HRC files in extensions
Change-Id: Idc98097d32c64c095bb735c8cb91b0ab368c8fa9
Reviewed-on: https://gerrit.libreoffice.org/35309
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-17 10:24:31 +00:00