Luboš Luňák
835cea6bea
write proper title and description for wp:docPr
2012-04-12 17:11:34 +02:00
Luboš Luňák
88a8c08914
write w:relativeHeight
...
the z-order is actually already implied by the order the items are written,
but why not
2012-04-12 17:11:33 +02:00
Luboš Luňák
2110e5e838
operator<< for ostream + UniString
...
This should make even String be easily usable with SAL_DEBUG
stuff (the same like 2ac5b08361bf0c7c98ff9bc10869e2b41c9d85fd for OUString).
2012-04-12 16:41:04 +02:00
Caolán McNamara
ab05fbd16e
fix build
2012-04-12 15:11:38 +01:00
Olivier Hallot
674ed53bc0
More RTL_CONSTASCII_USTRINGPARAM removals
...
module sd/../ui
2012-04-12 10:10:19 -03:00
Olivier Hallot
139b5e7672
More RTL_CONSTASCII_USTRINGPARAM removals
...
module sd/../ui
2012-04-12 10:10:19 -03:00
Caolán McNamara
43aabb908e
partially revert the editeng singleton stuff to get build to complete
2012-04-12 13:28:06 +01:00
Miklos Vajna
99deffbeba
oox: fix doxygen syntax to avoid misleading output in ShapeModel
2012-04-12 14:18:24 +02:00
Gábor Stefanik
5f2825dde8
fdo#34392 recompute column widths after font scale change in startcenter
2012-04-12 14:10:52 +02:00
Andras Timar
25c194163c
fdo#48584 Shift+F3 should be the shourtcut for Edit > Duplicate in Draw
...
... just like it is in Impress. The fix for fdo#32559 was partially
reverted. I think .uno:CopyObjects is more useful in Draw, than
.uno:ChangeCaseRotateCase.
2012-04-12 14:10:52 +02:00
Petr Mladek
250feedd8e
add scalable desktop icons (fdo#39690)
2012-04-12 13:31:58 +02:00
Stephan Bergmann
0dda8f1933
Set DefaultContext property of service manager/component context combo
...
...to avoid mismatch warnings from OServiceManager::createInstanceWithContext.
2012-04-12 13:04:39 +02:00
Thomas Arnhold
30fb54aca3
remove formfeeds
2012-04-12 12:35:48 +02:00
Thomas Arnhold
7a18848e14
unusedcode.easy: remove various methods
2012-04-12 12:35:48 +02:00
Muthu Subramanian
03a651507e
n#717947: Fixed pdf export (of images).
2012-04-12 16:06:47 +05:30
Thomas Arnhold
032439617e
unusedcode.easy: remove FilterBase::openSubStorage
2012-04-12 11:39:53 +02:00
Thomas Arnhold
3030a3a52f
offapi: remove obsolete XInplaceLayout (2nd try)
...
This is related to 10e580c57b907420e8c6d816325445a40a720e4a
2012-04-12 11:39:13 +02:00
Thomas Arnhold
5bce9624d1
fix modeline
2012-04-12 11:39:13 +02:00
Thomas Arnhold
ab01a70b7f
unusedcode.easy: Remove BinaryFilterBase
2012-04-12 11:39:13 +02:00
Thomas Arnhold
a555fa2fd5
unusedcode.easy: remove FilterBase::requestEncryptionData
2012-04-12 11:39:11 +02:00
Andras Timar
cfa4c9c115
typo fix in comment
2012-04-12 11:12:23 +02:00
Caolán McNamara
be3ee9c889
callcatcher: update unused code list
2012-04-12 09:46:23 +01:00
Caolán McNamara
16cd97480d
Resolves: fdo#40292 Tamil grapheme cluster rules
2012-04-12 09:46:23 +01:00
Radek Doulik
f0a5e147eb
add .5 to control points coordinates after transformation
...
- otherwise we might end up with wrong coordinates
- fixes fdo#38580
2012-04-12 10:07:35 +02:00
Petr Mladek
030c4269cb
pack "en" dictionary only with "en" langpacks
...
it is in the main installation tarball anyway; it was put in langpacks
that did not have its own dictionary from some strange reason
2012-04-12 09:53:47 +02:00
Kohei Yoshida
5b14929dd4
Handle the correct deletion order of EditDLL in the base class.
...
Turns out that this change affected all cppunit runs.
2012-04-12 00:53:55 -04:00
Kohei Yoshida
c0de63a858
Remove the TODO comment that's no longer relevant.
2012-04-11 23:42:19 -04:00
Kohei Yoshida
b5800fac1d
We need to delete EditDLL before de-initialize vcl to avoid crash.
...
Without manually releasing the EditDLL singleton instance, it gets
deleted *after* the cppunit does its cleanup, which de-initializes VCL.
The problem is, when the EditDLL instance is destroyed, its member
GlobalEditData instance deletes the OutputDevice instance that it owns,
which in turn accesses font caches in VCL. But by the time we reach
that point, VCL is already de-initialized, hence the problem.
2012-04-11 23:41:51 -04:00
Rafael Dominguez
3b887c8d3f
Replace deprecated List for std::vector.
2012-04-11 22:10:55 -04:30
Rafael Dominguez
a9a05a06ac
Replace deprecated List for vector.
2012-04-11 22:10:54 -04:30
Kohei Yoshida
a9448bd1b7
Avoid duplicate symbols & use setUp() and tearDown() for the item pool.
2012-04-11 21:53:33 -04:00
Kohei Yoshida
1bcd2c9493
Just use the internal item pool already written for the edit engine.
2012-04-11 21:27:34 -04:00
Albert Thuswaldner
c510670e3c
removed unused includes in tpformula.hxx
2012-04-11 21:23:16 -04:00
Kohei Yoshida
e487d2fbf6
You *are* fixed.
2012-04-11 20:47:58 -04:00
Kohei Yoshida
8b216a7aa3
Set default items to the item pool, do this and that, and now the test passes.
2012-04-11 20:46:45 -04:00
Kohei Yoshida
ddfa209fc0
Removed the source file of SharedFormulaBuffer, which is no longer used.
...
It has been replaced by SheetDataBuffer.
2012-04-11 20:06:02 -04:00
Caolán McNamara
6089be1a7a
needs ure and base-class setUp does necessary stuff
2012-04-11 21:22:55 +01:00
Markus Mohrhard
73ff3a49a0
first part for ScTable::GetAutoFillPreview
...
Actually this is a bit more tricky. Currently it is showing wrong values
for hidden rows/columns
2012-04-11 22:03:25 +02:00
Markus Mohrhard
290a851bdc
ScTable::FillAuto should work with hidden rows/columsn now too
2012-04-11 22:03:25 +02:00
Markus Mohrhard
a6a0ea2f35
add unit test for autofill
2012-04-11 22:03:25 +02:00
Markus Mohrhard
f61cbce529
make ScTable::FillSeries work correctly with hidden rows/columns
2012-04-11 22:03:25 +02:00
Kohei Yoshida
a78a7ee9f7
Do this special case search only when the array is large enough.
...
Otherwise the normal linear search should be sufficient. Eventually
we need to use a better algorithm here than this special case handling...
2012-04-11 15:36:00 -04:00
Kohei Yoshida
e981a10233
Add the right license header here...
2012-04-11 14:55:58 -04:00
Kohei Yoshida
d241251638
Attempt to add general-purpose unit test for editeng.
...
But instantiating EditEngine causes segfault. The line is commented
out for now.
2012-04-11 14:30:58 -04:00
Kohei Yoshida
c8e99f447d
Removing a member that's not used.
2012-04-11 14:30:58 -04:00
Ivan Timofeev
9c323a4bbe
fix windows build
2012-04-11 22:18:22 +04:00
Ivan Timofeev
a4cc4d3ec9
vcl: win: fix RTL menu separator and gutter, checkmarks are still misplaced
2012-04-11 21:54:00 +04:00
Tor Lillqvist
6ae314ece2
Bin pointless "added by shizhoubo" style comments
2012-04-11 20:30:26 +03:00
Tor Lillqvist
3bc628b9c9
Link the executables with gb_STDLIBS
2012-04-11 20:20:08 +03:00
Iain Billett
63c95085db
fdo#38276: Improve the ">>" toolbar overflow menu
2012-04-11 20:14:29 +03:00