Commit Graph

304265 Commits

Author SHA1 Message Date
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
Tor Lillqvist
adef30c0b8 Drop unused EGL stuff 2012-04-11 19:10:44 +03:00
Tor Lillqvist
7a77147e66 Drop plasma_now() 2012-04-11 19:10:44 +03:00
Andras Timar
efa4580b8f remove sundir* stuff from installer that was used for the proprietary product 2012-04-11 18:09:26 +02:00
Rafael Dominguez
f1c9be8706 Export chart X,Y errorbars.
- Remove using older properties to get errorbars data.
- Only export X errorbars when using ODF VERSION >= 1.2.
- Use the dimension attribute to set errorbar direction.
2012-04-11 17:55:41 +02:00
Rafael Dominguez
181a7d7512 Move exporting chart errorbars code to its own method. 2012-04-11 17:55:41 +02:00
Rafael Dominguez
67c45c9dbd Calculate correct standard deviation for XErrorBar.
- Add method to calculate X standard deviation.
- Set correct XErrorBar position when using standard deviation error
type.
2012-04-11 17:55:41 +02:00
Rafael Dominguez
0e3bd5c0c4 Display correct errorbars columns in chart data browser. 2012-04-11 17:55:41 +02:00
Markus Mohrhard
883d20c5eb move ScProgress outside of ScTable::Fill 2012-04-11 17:55:41 +02:00
Caolán McNamara
09fa378e11 this can be a reference surely 2012-04-11 16:47:09 +01:00
Caolán McNamara
5c3b81d21d drop unused members 2012-04-11 16:47:09 +01:00
Rafael Dominguez
74d2ed1ace Replace deprecated List with std::vector<StyleReplaceData>. 2012-04-11 16:47:09 +01:00
Rafael Dominguez
839cb94a2b Replace deprecated List for std::vector<SdPage*>. 2012-04-11 16:47:08 +01:00
Caolán McNamara
2ea6cc6a70 fix misleading variable name prefix notation 2012-04-11 16:47:08 +01:00
Rafael Dominguez
b5f44caaed Replace deprecated List class for std::map<sal_uInt16,rtl::OUString>. 2012-04-11 16:47:08 +01:00
Rafael Dominguez
30fee1f94d Remove usage of List in InsertBookmarkAsPage_FindDuplicateLayouts.
Use vector<rtl::OUString> instead of deprecated List class.
2012-04-11 16:47:07 +01:00
Caolán McNamara
bb455be919 use a String through-out in order that logic via CheckPageName is unchanged 2012-04-11 16:47:07 +01:00
Rafael Dominguez
5b47338f50 Overload View::GetExchangeList to use vector instead of List. 2012-04-11 16:47:07 +01:00
Rafael Dominguez
656f560585 Overload AbstractSdInsertPagesObjsDlg::GetList.
- Use vector instead of deprecated List class.
- Use OUString instead of String.
2012-04-11 16:47:06 +01:00
Rafael Dominguez
70263d2e61 Overload SdInsertPagesObjsDlg::GetList.
To return selected entries to a vector instead to a deprecated List structure.
2012-04-11 16:47:06 +01:00
Rafael Dominguez
8c67fd76ab Overload SdPageObjsTLB::GetSelectEntryList.
To return selected entries to a vector instead to a deprecated
List structure.
2012-04-11 16:47:06 +01:00
Takeshi Abe
0890896190 removed dead code 2012-04-12 00:45:21 +09:00
Takeshi Abe
25c70a7232 removed useless static data 2012-04-12 00:45:21 +09:00