Age | Commit message (Collapse) | Author |
|
Change-Id: Iad5041fe85c5f03b9b5ed4a13d5c59c4ac027386
|
|
Change-Id: I9b077cbbeac37c0eaac1365a8793cbc3f33f8b3e
|
|
The condition got lost in commit 2e8b2e6de14d325863d9bc419a461b75c3aaf3d0 .
Change-Id: I8c9a6baf56dfe36d55e02476823e2847d77a7f58
|
|
Change-Id: Iaf0ef140ac60088bce95d82f8b09e4e218e12dab
|
|
It turns out it is really not a good idea to render _anything_ on the
first run of performIn/performOut in classes derived from
SlideChangeBase. That is because the functions are called separetely for
every view, so, if there is more than one view, like when the presenter
console is active, it will be done only for the first of them. This
commit introduces another function, prepareForRun, that can be used
reliably for that purpose.
Change-Id: I2c690fb145ccc05a680d4c2991c73900336e6f42
|
|
Change-Id: I7b24c218d45cdcd743d0b56ae94e604c72c59ebf
|
|
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
|
|
Avoid some uses of non portable #!/bin/bash in shell scripts.
Patch contributed by Pedro Giffuni
http://svn.apache.org/viewvc?view=revision&revision=1235297
remove redundant namespace, patch contributed Mathias Bauer
http://svn.apache.org/viewvc?view=revision&revision=1162610
removal of OS/2 port changes, and preferring our similiar
tools/inc/tools/solar.h DLLPOSTFIX cleanup.
i118595 - Removal of the use of getopt() from rscdep.
Patch contributed by Andre Fische
http://svn.apache.org/viewvc?view=revision&revision=1202270
|
|
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
|
|
Change-Id: I6599147a74e5c99f964b08935ec7c77f2d4cadef
|
|
|
|
|
|
repeatCount
value is greater than 2.
|
|
The support is limited to the case when the value of the repeatCount attribute is an integral
number and the duration time is defined implicitly by the active duration of the time container
children. The accumulate attribute is not handled.
The support for such a feature has been implemented for both the C++ and the JavaScript
presentation engine.
|
|
presentation engine
as the SMIL spec describes.
|
|
|
|
Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04
|
|
Change-Id: Ie0e413a6beef87d399807f98f345103c82442a9c
|
|
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
|
|
Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183
|
|
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
Change-Id: Ia1ab054537ac379f08ecd1950ca686d08be35d03
|
|
|
|
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
|
|
|
|
|
|
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
|
|
|
|
Did I mention I hate boilerplate copied all over the place? ;)
|
|
The clear() previously offsetted the topleft rect corner for sprites
by _the sprite topleft_ position, which is rather unhelpful but for
sprites located at (0,0).
|
|
Another fix for a rendering glitch mentioned in fdo#45219 -
vclcanvas sadly does not properly implement compositing, so all-
black background yields dark shadows on semi-transparent objects.
Ultimately though, we should retire vclcanvas instead.
|
|
Use clearAll() here, to really clear the whole sprite area (clear()
does respect potential clip polygons)
|
|
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
|
|
|