Commit Graph

65 Commits

Author SHA1 Message Date
0cc228354f use XShapeHash type to make this *_map compatible...
with the corresponding TR1 container

The TR1 containers don't support dynamic hash functions provided in their
constructor.  Having the hash functor as part the hash container's type is
cleaner anyway.

(cherry picked from commit fb8df93381493dee3d0e511c556d82d1f177367a)

Conflicts:
	animations/source/animcore/targetpropertiescreator.cxx

Change-Id: I51ae91ef74002cbc8f24cd5f4df7dda58e1c4f8d
2013-05-25 12:11:51 +01:00
edba4119ff Resolves: #i119966# Fixed handling of the "visibility" flag of animations.
Patch by: Steve Yin
Review by: Andre Fischer
(cherry picked from commit 241c9736944e49308e03b74191524a1b8a5076bb)

Conflicts:
	animations/source/animcore/targetpropertiescreator.cxx

Change-Id: Ic81ff35a5a31ba5239510e85c17bb4a261d57b6a
2013-05-23 16:24:28 +01:00
378c038918 fdo#46808 Convert animations::ParallelTimeContainer to new style
Change-Id: Iac6337828c807a132e561b5e9017a708be2e9729
2013-04-25 08:56:38 +02:00
e8ff469da5 Remove any remaining remnants of unused component_canUnload feature
Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a
2013-04-19 16:52:03 +02:00
eeaa2ecd1e remove unused component_canUnload functions
Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc
2013-04-19 16:52:03 +02:00
d6e752d5eb i#113608#, memory leak in animations: newly exposed crashed problem
Patch by: zhangjf
Review by: Andre Fischer

Conflicts:
	animations/source/animcore/animcore.cxx
	svx/source/svdraw/svdobj.cxx

Change-Id: I305d5d92d064265edf108a5a34c948c610b4fdc1
2013-03-14 14:35:41 +01:00
41e03a166e doubled using
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-05 12:34:33 +01:00
85f27205f4 Remove last RTL_CONSTASCII_STRINGPARAM from animations
Change-Id: Ib774bc7f70492910a2f3e7ac3088c4e07127b563
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1501
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-29 15:35:40 +00:00
36a2db3722 Replace usage of rtl_*Memory with equivalent from string.h
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159
Reviewed-on: https://gerrit.libreoffice.org/734
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-01 18:48:05 +00:00
1bbe1743c2 OUString cleanup in animations
Change-Id: Ib858f9fa709d72539f71a6473a4ecb519d68e98e
Reviewed-on: https://gerrit.libreoffice.org/584
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-07 22:13:24 +00:00
8c49149d32 remove unused module-description xml files
Change-Id: I531e47538f308ee43e0fe8d7db59f525e45942c3
2012-08-22 23:27:34 +02:00
8ed5bf0fca re-base on ALv2 code. 2012-06-27 19:13:15 +01:00
bdc909b07d re-base on ALv2 code. 2012-06-19 18:00:37 +01:00
135c63c8f9 fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-04 15:52:57 +02:00
03591233c1 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18 23:19:41 +09:00
22da27d9dd Improve checking for emptiness 2012-01-21 19:58:46 +01:00
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
e1a1091d0a catch ignored exceptions by const reference 2011-08-24 11:30:17 +09:00
7e5b4be4cf add prefixes for component_getFactory 2011-07-28 14:37:59 +02:00
58707d613f Convert animations to gbuild 2011-07-27 13:32:45 +02:00
4cae99bd81 We can again use unloadablecomponent.map 2011-07-12 20:35:37 +02:00
56a0e8ae7d fix OSX linking problem with inaccurate component map 2011-07-12 09:49:16 +01:00
8738273c24 Remove component_getImplementationEnvironment 2011-07-11 20:32:19 +01:00
92e8795595 use standard template for this 2011-06-03 13:43:35 +01:00
ecbcaca7f3 valgrind: in what planet did that make sense 2011-05-20 15:22:48 +01:00
d3a0593ee1 Some cppcheck cleaning 2011-05-08 10:47:35 +02:00
b2a36656c4 Easyhack: Add visibility markup to all component_get* functions 2011-04-20 23:10:44 +02:00
a0c13ffcce Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	sd/source/ui/func/fuinsfil.cxx
	sd/source/ui/func/fuprobjs.cxx
	sd/source/ui/slideshow/slideshowimpl.cxx
	sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx
	sd/source/ui/toolpanel/ToolPanelViewShell.cxx
	sd/source/ui/view/drawview.cxx
	sd/source/ui/view/drtxtob.cxx
	sd/source/ui/view/outlnvsh.cxx
	sd/source/ui/view/outlview.cxx
2011-03-18 15:40:35 +01:00
c61cd1a5a2 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 20:06:58 +01:00
c64a901829 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:13:33 +01:00
064f1e4ed5 Removed header reference that no longer exists. 2011-03-11 12:17:03 -05:00
8851524e49 Migrating to boost unordered containers 2011-02-05 21:40:28 +01:00
1948a4fb13 Clean up makefiles 2011-02-02 11:48:18 +01:00
8eb4e48f90 Removed unused codes and fix some typos 2011-01-25 07:22:21 +01:00
c919c3a73b Cleanup commented code in impress
Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
2010-12-02 22:58:51 +01:00
ca85fc4a6e CWS-TOOLING: integrate CWS dba34a 2010-11-08 16:01:31 +01:00
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01:00
296f3e6051 remove vos reference from uno xml descriptions 2010-10-27 01:08:01 -05:00
80b0861510 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:43 +02:00
e98a976aa1 dba34a: remove comphelper/optionalvalue.hxx, and the only client it had (replaced with boost/optional.hpp) 2010-09-17 08:23:35 +02:00
sb
a0cb17e25e sb129: #i113189# change UNO components to use passive registration 2010-09-10 13:10:07 +02:00
sb
13ae9dea8a sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
9e19ff00c7 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
sb
20001a2598 sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates 2010-01-29 17:01:54 +01:00
da3ef3a272 CWS-TOOLING: integrate CWS l10nframework01 2009-09-16 11:45:54 +00:00
6e754b2128 INTEGRATION: CWS changefileheader (1.5.30); FILE MERGED
2008/04/01 14:59:08 thb 1.5.30.3: #i85898# Stripping all external header guards
2008/04/01 10:46:15 thb 1.5.30.2: #i85898# Stripping all external header guards
2008/03/28 15:58:10 rt 1.5.30.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:11:40 +00:00
572c3b1a4a INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED
2008/03/28 15:58:10 rt 1.4.16.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:10:51 +00:00
a07a0e5606 INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED
2008/04/01 14:59:08 thb 1.3.44.2: #i85898# Stripping all external header guards
2008/03/28 15:58:10 rt 1.3.44.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:10:36 +00:00
8143a88bf4 INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED
2008/03/28 15:58:10 rt 1.4.30.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:10:19 +00:00
804cfadc05 INTEGRATION: CWS changefileheader (1.9.2); FILE MERGED
2008/04/01 14:59:08 thb 1.9.2.3: #i85898# Stripping all external header guards
2008/04/01 10:46:14 thb 1.9.2.2: #i85898# Stripping all external header guards
2008/03/28 15:58:10 rt 1.9.2.1: #i87441# Change license header to LPGL v3.
2008-04-10 17:09:57 +00:00