Commit Graph

304487 Commits

Author SHA1 Message Date
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
Takeshi Abe
e486ed7b7f removed unused defines 2012-04-12 00:45:20 +09:00
Stephan Bergmann
e175c3f3e7 smoketest CppUnit lib is only a thin wrapper around smoketest lib 2012-04-11 16:33:00 +02:00
Andras Timar
ee7084c4f7 set correct value of FINDPRODUCT property 2012-04-11 16:03:03 +02:00
Caolán McNamara
bb7d331ecd callcatcher: update list 2012-04-11 12:06:24 +01:00
Caolán McNamara
1ed856c265 UniString->rtl::OUString 2012-04-11 12:06:24 +01:00
Caolán McNamara
41e055112e String::CreateFromInt32->rtl::OUString::valueOf 2012-04-11 12:06:23 +01:00
Caolán McNamara
cc84a792f2 WaE: some more boost warnings 2012-04-11 12:06:23 +01:00
Caolán McNamara
ba8b1c2fec CLucene headers are better in inc/external 2012-04-11 12:06:23 +01:00
Miklos Vajna
b0edaff7e2 fdo#44176 dmapper: fix import of titlepg top/bottom margin 2012-04-11 11:17:35 +02:00
David Tardon
dd9bbad2b1 also deliver .bin variants of the tools 2012-04-11 10:05:14 +02:00
David Tardon
7c489dc2ec re-run bootstrap after make clean 2012-04-11 09:11:09 +02:00
David Ostrovsky
5342bc073b gbuild conversion: cpputools module
dmake stuff removed
2012-04-11 08:51:01 +02:00
David Tardon
6135a5f540 add use_internal_*api for StaticLibrary too 2012-04-11 08:22:52 +02:00
Philipp Weissenbacher
1465778ecf Translate German comments 2012-04-11 02:25:08 +02:00
Eike Rathke
684cf5cca6 resolved fdo#48516 use "max columns exceeded" message if appropriate
In CSV import, instead of SCWARN_IMPORT_RANGE_OVERFLOW use
SCWARN_IMPORT_ROW_OVERFLOW and SCWARN_IMPORT_COLUMN_OVERFLOW that already
existed, additionally introduced SCWARN_IMPORT_CELL_OVERFLOW if single field
data exceeds STRING_MAXLEN.

Row overflow takes precedence over column overflow that takes precedence over
cell overflow.
2012-04-10 23:50:29 +02:00
Andras Timar
5a5f77c3b5 use correct gid of version.ini 2012-04-10 21:39:48 +02:00
Kohei Yoshida
a7f07eab97 bnc#755775: Set numeric formula results when importing xls document.
Without this, calculation upon import may incorrectly show #VALUE!
in some cells when the iterative calculation option is turned on.

This is on par with what we do during the ods document import.
2012-04-10 15:09:58 -04:00
Kohei Yoshida
ff0314bf92 Method signature cleanup.
Taking a reference to double makes no sense here.  Plus the bool.
2012-04-10 15:09:57 -04:00
Kohei Yoshida
8bc22acaa0 Zelle->Cell, Ergebnis->Result and bit of cleanup. 2012-04-10 15:09:57 -04:00
Kohei Yoshida
65775b4e3f Let's use constants instead of raw values to make them more traceable. 2012-04-10 15:09:57 -04:00
Eike Rathke
dd6e7fb5b3 sal_Bool to bool 2012-04-10 21:04:05 +02:00
Andras Timar
13a7880bc0 remove unused installer::windows::patch module 2012-04-10 21:01:07 +02:00
Andras Timar
da2ec9aac3 fdo#48411 Find install location during help pack install 2012-04-10 20:55:08 +02:00
Luboš Luňák
3082f7f06b make OSL_ASSERT print the failed expression, not just "OSL_ASSERT" 2012-04-10 20:16:28 +02:00
Eike Rathke
8cd05e9cf1 resolved fdo#48501 enable line size >64k in SvStream::Read*Line()
CSV and other text formats may come with line sizes >64k that so far were
truncated due to limitations in ByteString/UniString/String, even if one line
consists of several fields that each are <64k.

Introduced additional SvStream methods that read into rtl::OString and
rtl::OUString and let SvStream::ReadUniOrByteStringLine() fill solely an
rtl::OUString.

Made Calc CSV import use those.
2012-04-10 19:32:09 +02:00
Albert Thuswaldner
bf0629e09d Grouping ScFormulaOptions 2012-04-10 12:19:15 -04:00
Caolán McNamara
e6d4795e52 extra love for incompatible expat on macosx 2012-04-10 16:45:48 +01:00
Laurent Godard
b773045fa0 to find the headers and (static) library of our internal openssl 2012-04-10 16:08:09 +01:00