Age | Commit message (Collapse) | Author |
|
Change-Id: Ifae4faeb234630dcce79851a0ad8bb0c6960f9f7
|
|
For better Excel compatibility.
Change-Id: I3bc44f65127d3f020894dc29e5c6549bb257f218
Signed-off-by: Noel Power <noel.power@suse.com>
|
|
This is effectively a revert of a769fd1ec076b61c1ce2f84da87283cc637dd5d5
and a1be31fd8bf830a4f5961e690bcffd050782e210 which unfortunately caused
regression in complex category placements.
This unfortunately re-introduces fdo#44832. We need to re-think how to
fix that one without breaking the multi-level category feature.
Change-Id: I1ed8364a46174ac6c29aa0b027a33f84bcca51fa
Signed-off-by: Noel Power <noel.power@suse.com>
|
|
A bit differently this time around:
+ remove Credits menu item from menu
+ remove License button from the About dialog
Conflicts:
cui/source/dialogs/about.cxx
Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
|
|
Make "export extended ODF" consistently mean "version > ODF1.2".
Future ODF versions need manual review anyway, of the various
changes/additions we ship.
Change-Id: I0f6c1646b306e18f0abcdd1a1802fece821b2e93
|
|
Update calls to factories to use new ::create methods
Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
|
|
Change-Id: I8e6b9ac1e9382e7dcd51421263e1fb51605565ca
|
|
Change-Id: I890dfe9fbd7b5a850daaa0d2b4d5040a5ddbefd7
|
|
Change-Id: Icf49ed7746a4325e626976ce376762804d0c82be
|
|
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
|
|
Change-Id: I874a7cda6b2948866a56f0559ab737fed5f42385
|
|
Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3
|
|
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
|
|
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
|
|
The reason is that they can be combined arbitrarily in dialogs, so
changing, e.g., height of one tab can lead to "interesting" results. Cf.
commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and
29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the
problem described fdo#49921.
Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
|
|
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
|
|
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
|
|
Change-Id: I97da4392bb3ca814e8d9037346c83fde4d460f97
|
|
Change-Id: I42b67cc0670f3d0990708fb299243098c1aa972b
|
|
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
|
|
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
|
|
Change-Id: Ia717de507ef85029c566af6a99badeb1b8bc36d0
|
|
Revert "move xshape dumper into test"
This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
|
|
XShapeDumper can now be used by other parts of the code too.
Please keep in mind that changing the dumper affects other parts too and
might require a regneration of reference files.
Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
|
|
Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19
|
|
Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac
|
|
see fdo#49221
Change-Id: I77ac9a80b497048c4729376f486f34a27f489067
|
|
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
|
|
|
|
|
|
|
|
|
|
- Add method to calculate X standard deviation.
- Set correct XErrorBar position when using standard deviation error
type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 )/' \{\} \;
|
|
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|