Commit Graph

345649 Commits

Author SHA1 Message Date
Noel Grandin
2b9fe0c75e cid#707865 Uninitialized pointer field
Change-Id: I86c90a95093d6c90cbc733164a3b773468575b5b
2014-02-21 11:59:09 +02:00
Noel Grandin
9a20dda460 cid#707824 Uninitialized pointer field
Change-Id: Iac235ecd1cbbfa8556465e475aeacd133994423c
2014-02-21 11:59:08 +02:00
Noel Grandin
86a094eb2b cid#707819 Uninitialized pointer field
Change-Id: I1de998797c4470154fc9f290611da0bb2642fd45
2014-02-21 11:59:08 +02:00
Noel Grandin
29b1626028 cid#707799 Uninitialized pointer field
Change-Id: I222dc6a0f4d2d097e88ee953270c5c6f7382213e
2014-02-21 11:59:08 +02:00
Noel Grandin
0b79bda0e0 cid#707794 Uninitialized pointer field
Change-Id: Ic7bb4c2cf90e47f32d62816bec4939669584b942
2014-02-21 11:59:07 +02:00
Noel Grandin
69388f4753 cid#707782 Uninitialized pointer field
Change-Id: I3392cc01c0f7f69d166900a0dca9a9fcef239772
2014-02-21 11:59:07 +02:00
Noel Grandin
702b2e1269 cid#707739 Uninitialized pointer field
Change-Id: I3203b29819e3f355469f5d57addff371e1e3d73c
2014-02-21 11:59:07 +02:00
Noel Grandin
d449366679 cid#707728 Uninitialized pointer field
Change-Id: I95528f444113ce7e70afe040b6c3e95966a561a2
2014-02-21 11:59:06 +02:00
Noel Grandin
e0e370a13d cid#707727 Uninitialized pointer field
resolved by removing the field, since it is unused

Change-Id: Ia543877ee645023bf6e1ee3c4f396cb082517f82
2014-02-21 11:59:06 +02:00
Noel Grandin
5fbb164100 cid#707712 Uninitialized pointer field
Change-Id: I95205c6cccac00f782f457215fd650551fe67274
2014-02-21 11:59:06 +02:00
Matúš Kukan
a11dff0342 Build liborcus with lto flags. To unbreak linking phase.
Change-Id: Ie24054a9c0538187e1b234101dd41f30306ec2ae
2014-02-21 10:32:43 +01:00
Alexandre Vicenzi
682ace7031 fdo#63154 Remove unused solar.h reference in editeng
Change-Id: I472cb0dcfcb2d36fab65041acb47bd75d22a7b3f
Reviewed-on: https://gerrit.libreoffice.org/8119
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21 09:24:18 +00:00
Honza Havlíček
c6fd524295 fdo#70414: Add dependencies for solution and create solution for all projects
Add new Visual Studio solution for all generated projects with name
LibreOffice.sln and add dependencies between projects that are in same solution.
That allows building by "Build Solution" from menu of Visual Studio for most
projects (12 projects out of 319 fail).

Change-Id: I834f36f01dfa64ce43a5f9da605efbeefc92bc66
Reviewed-on: https://gerrit.libreoffice.org/8150
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21 09:20:48 +00:00
Caolán McNamara
5c3a6d383e callcatcher: update unused code
Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81
2014-02-21 09:05:21 +00:00
Zolnai Tamás
b733190b0e DOCX export tests: increase strength of testing nested text frames
Change-Id: I370f22ee948f5a760ba01c98a8cfb5fac96f98b7
2014-02-21 09:28:25 +01:00
Zolnai Tamás
756d0b1dff drawingML import: run fonts inside group shape
Change-Id: Ib54fe868c11c0c22b85d8821fa7274c80918362c
2014-02-21 09:28:25 +01:00
Zolnai Tamás
191f648ffd drawingML export: gradient fill defined by imported theme
Plus avoid writing out empty <a:gradFill></a:gradFill>.

Change-Id: I50fa92b2cc30eedfe28a8c6af697d43d98a3aee8
2014-02-21 09:28:24 +01:00
Jan Holesovsky
1d512fb31c Update comment.
Change-Id: Ie2aeb65760fc06483f709a4194b9ee1d1f7a8955
2014-02-21 09:07:57 +01:00
Matúš Kukan
f96926c1c2 vbaobj: One more ctor feature for ScVbaGlobals.
Change-Id: I741d1e0af1d6f631b321b76172b988262c0f709f
2014-02-21 07:52:25 +01:00
Matúš Kukan
65a43d682f Linking globals named 'sDocCtxName': symbol multiply defined!
Change-Id: Ib199ecb02b0e0f8382fcf1702652d9ad0fcb1765
2014-02-21 07:52:25 +01:00
Matúš Kukan
ffaa20a1de ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.
Change-Id: Id85002ba80335a2a7c662cb1189ecabb05bbf8b9
2014-02-21 07:52:24 +01:00
Matúš Kukan
6dd1da1045 vbaobj: Constructor feature for two implementations.
This was done only to avoid symbol vbaeventshelper::serviceDecl which
is duplicated in sw.

Change-Id: I3cbeeee9d64765685223bbc53ced551876a717ae
2014-02-21 07:52:24 +01:00
Matúš Kukan
dbfc495a9a Add config option used when we try to link one huge object file.
In theory, it should not be used, we use it now to mark duplicated
symbols from sdi slots as weak. See idl/source/objects/types.cxx.

Change-Id: I3c6fccfb96884df6b9e6eb35b8615ba4d66ca208
2014-02-21 07:52:24 +01:00
Matúš Kukan
d5951c0419 Allow to set LD_PLUGIN and use it for 'ar' - helps -flto build with clang.
So, it's possible to just add LD_PLUGIN=/usr/lib64/LLVMgold.so to
autogen.input and it works.

Change-Id: I35cdebfc918793c2ff99fd4f6dce9319b459be0e
2014-02-21 07:52:23 +01:00
Matúš Kukan
ecf0dd03e9 Do not include pngtest in static png library.
Because it contains main function and creates unnecessary problems when
experimenting with linking ~everything into one object.

It's not mentioned in its tarball's Makefile.in with all the other
source files and is not needed.

Change-Id: Id8975679db6931c0105fbbaac742582e08ad0f2d
2014-02-21 07:52:23 +01:00
Takeshi Abe
5f17e5eaad Replace deprecated std::auto_ptr with boost::scoped_ptr
Change-Id: I674b7ee507258555b667657a13db6fda9b8d8372
2014-02-21 14:35:52 +09:00
tsahi glik
24dd10c727 fix compilation of ios 2014-02-20 17:59:35 -08:00
Kohei Yoshida
88c6cbda92 fdo#74584: These tags should be lowercase for correct clipboard handling.
Change-Id: I323b96cecbf7158919fad534a202f158965ca99f
2014-02-20 20:46:40 -05:00
Kohei Yoshida
f1f8b3bfdc fdo#74584: Revert various previous changes to upcase HTML tags.
This reverts

    commit 3c84fa6157.
    commit 96a1f60aeb.
    commit 1f74a3ce20.
    commit 3d481254a0.
2014-02-20 20:45:45 -05:00
Kevin Hunter
faaaddeea4 Enable relative paths.
The documentation for the --with-external-tar was previously not
specific that it required an absolute path.  So rather than fix the
help text, convert the path to an absolute one.

Change-Id: I794cd77235e68a2270acd09895bf994527e847c4
Reviewed-on: https://gerrit.libreoffice.org/8146
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-20 22:57:37 +00:00
Michael Meeks
ae838de0a3 fdo#66507 - accelerate date calculations as used vs. empty cells.
Change-Id: I5cd642db4e0595c96e1af8adf7c7a45f589a259e
2014-02-20 21:27:38 +00:00
Kohei Yoshida
2bcd18892f fdo#72041: Intern strings in the external ref cache with the host document.
To ensure that string comparison with those from the external ref cache
works correctly in functions such as VLOOKUP.

Change-Id: Ib5a466cb6c4b26439abe61b0c17406fc8139f6c0
2014-02-20 16:09:01 -05:00
Kohei Yoshida
da3c8bfb0b fdo#72041: Add test for this.
Change-Id: I3d0f692529c3425aaab6080818882e8fb5326d1b
2014-02-20 16:09:00 -05:00
Kohei Yoshida
d64b92e77d Move these external reference test to ucalc_formula.cxx.
Change-Id: Iaf8fc14e413eb44de3c796c97112e0868ad672df
2014-02-20 16:09:00 -05:00
Michael Stahl
f538522a3b vcl: try to make android tinderbox happy too
Change-Id: If83b12578ce1e5dcae688589e92a54b96040abdd
2014-02-20 21:58:28 +01:00
Alexandre Vicenzi
c340131d16 fdo#63154 Remove unused solar.h reference in tools
Change-Id: Ic450a82a201cb4da3b0c2992908b597220038871
Reviewed-on: https://gerrit.libreoffice.org/8135
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-02-20 20:38:41 +00:00
Stephan Bergmann
9c9e4b1942 Add SvStream::ReadCharAsBool
Change-Id: I9dc0525e04de5ae79205872b779dcd0115a9cc14
2014-02-20 19:51:43 +01:00
Stephan Bergmann
5dcb634dcb Don't attempt to actually do double code removals
...that easily works around the problem that in a rewriter rewriting types of
VarDecls like

   T x, y;

it would try to replace T twice.  Also, keep the list of removals globally with
the (global) rewriter.

Change-Id: I55b8d11986c2a29e09ff40132fd114a0cc48dc90
2014-02-20 19:51:43 +01:00
Michael Stahl
58038cb26a vcl: fix Mac build a little more
Change-Id: I29c73865679fbd041fdc033aa1b62495a0ec95c2
2014-02-20 19:40:39 +01:00
Michael Stahl
7e5ce8c4fc vcl: try to fix the Mac build a bit
Change-Id: Icc4cb23594d9c866a2a73676ceb649db54efab67
2014-02-20 19:37:20 +01:00
Michael Stahl
a9053502af vcl: fix windows build
Change-Id: Ic55c02f7f17b4d4b2c36e194749bb48bb8fe493d
2014-02-20 19:32:29 +01:00
Stephan Bergmann
03e3c22840 -Werror,-Wunused-variable
Change-Id: Icd55f3d51c94be6b14ab8e6cb66755180db6e290
2014-02-20 19:29:02 +01:00
Miklos Vajna
52b6c17a7a writerfilter: convert sprm:P{FBiDi,ContextualSpacing,Jc,FrameTextFlow}
Change-Id: Id28eed2ecc177cf0724813dca29bd448f5c51d27
2014-02-20 19:09:20 +01:00
Miklos Vajna
deabda6b38 DOCX import: fix missing underline in comment text
Regression from fb5ee5c995 (sw: Add
support for different grab bags at PropertyMap., 2013-11-29),
PropertyMap::GetPropertyValues() assumed all XTextRange implementations
support the new property, which is not true for at least editeng.

Change-Id: Ib5657be522d30f203cecbbbae74d6594cef984fb
2014-02-20 18:39:23 +01:00
Tomaž Vajngerl
6e157dc78d writerfilter: Write w14:glow and subelements into a CharGrabBag
TextEffectsHandler is responsible to add all subelements
(using nesting of Sequence and Property objects) of text
effects (like w14:glow) into a CharGrabBag.

Change-Id: Ie011a059b905b7cd43528dd7d40be186c4fc4229
2014-02-20 17:54:49 +01:00
Tomaž Vajngerl
5e923733fb w14:glow: add simple types so attributes are recognised
Change-Id: Id253c442e3c8a79f6ac9f088e6c15d5a9cc323c7
2014-02-20 17:54:48 +01:00
Tomaž Vajngerl
6c92d24b82 writerfilter: rework w14 elements to use groups for later reuse
Change-Id: I080f06dc6c7c5d5250bcf5b115841ecf3a1f7ee8
2014-02-20 17:54:48 +01:00
Tomaž Vajngerl
d18eea41c0 writerfilter: forgot to add resource definitions for glow
Change-Id: I12562023152dd7e2e94713b2e0344b576b0437e2
2014-02-20 17:54:47 +01:00
Tomaž Vajngerl
18b2074e52 writerfilter: added w14 grammar with glow element
Change-Id: I540ff861ab492a1ad4c2a9d139834a9e36ca54bc
2014-02-20 17:54:47 +01:00
Tomaž Vajngerl
df273f69ee Add w14 namespace to writerfilter
Change-Id: I2672ec0bd72f8c443634a0a5df59feb4dd1b679c
2014-02-20 17:54:46 +01:00