Philipp Weissenbacher
c5718b012f
Translate German comments
2012-04-12 20:10:57 +02:00
Takeshi Abe
a9bad6b8f9
made the search straightforward
2012-04-13 02:18:05 +09:00
Takeshi Abe
7465f5e604
extract ImpGetIntntlSep() into sbxconv.hxx and reuse it
2012-04-13 02:18:05 +09:00
Luboš Luňák
b30c9f7d8e
++I_hate_sal_Int32
2012-04-12 17:56:49 +02:00
Luboš Luňák
b950cf552f
write out unique id for wp:docPr
...
"If multiple objects within the same document share the same id attribute value, then the
document shall be considered non-conformant." . Although it apparently does not matter
much in practice.
2012-04-12 17:11:37 +02:00
Luboš Luňák
1820f9f272
wp:anchor attributes do not have w: prefix
2012-04-12 17:11:37 +02:00
Luboš Luňák
57951b30df
wp:docPr title is not in ecma
2012-04-12 17:11:36 +02:00
Luboš Luňák
1018d69bda
escape \n and \r too in escapeXml()
2012-04-12 17:11:36 +02:00
Luboš Luňák
c4fbb03608
implement wp:docPr title and fix descr
2012-04-12 17:11:36 +02:00
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 2ac5b08361
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 10e580c57b
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