Commit graph

6614 commits

Author SHA1 Message Date
Caolán McNamara
66a2598e16 convert over hidden windows-only ByteStrings 2011-11-30 13:04:32 +00:00
Eike Rathke
dca69d5bb2 renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.
2011-11-30 02:05:22 +01:00
Caolán McNamara
6f33482f8f ByteString->rtl::OUStringToOString 2011-11-28 09:55:03 +00:00
Caolán McNamara
48221d6a2b ByteString::GetToken->comphelper::string::getToken 2011-11-28 09:55:02 +00:00
Stephan Bergmann
2af9040d38 Cleaned up utl::UCBContentHelper. 2011-11-28 10:09:57 +01:00
Norbert Thiebaud
ac33b825d1 remove include of pch header from svtools 2011-11-27 13:24:31 -06:00
August Sodora
17dc1712da Remove unnecessary tools includes 2011-11-26 23:14:53 -05:00
August Sodora
93253ee6ab Remove some uses of OUString::setCharAt 2011-11-26 00:49:26 -05:00
Cédric Bosdonnat
f4f4a899f0 RTF import: partly fixed the WMF images scaling. 2011-11-24 16:08:46 +01:00
Caolán McNamara
3869e10a30 for mixed script mode use sample latin text 2011-11-23 23:16:44 +00:00
erack
9f62089d72 impress212: #i81610# fixed animation export
# User sj <sj@openoffice.org>

 * found as LGPLv3-only fix at svn rev 1167620 (http://svn.apache.org/viewvc?view=revision&revision=1167620)
2011-11-23 23:34:55 +01:00
Caolán McNamara
b7ea361014 add stripStart, can replace EraseTrailingChars 2011-11-23 10:10:09 +00:00
Caolán McNamara
62d880f322 _SVSTDARR_ULONGS not used here 2011-11-23 10:10:09 +00:00
Caolán McNamara
20153742d2 add a stripStart, can replace EraseLeadingChars 2011-11-23 10:10:08 +00:00
Caolán McNamara
2f0914e5f2 ByteString->rtl::OString 2011-11-22 12:46:42 +00:00
David Tardon
737f61ba4c Convert Sal to rtl::O(U)String 2011-11-21 09:03:43 +01:00
Caolán McNamara
4e7fff380a remove ENABLE_BYTESTRING_STREAM_OPERATORS 2011-11-19 21:11:02 +00:00
Caolán McNamara
ca02d72808 remove [Byte]String::EraseAllChars 2011-11-19 21:11:02 +00:00
Norbert Thiebaud
993f9f7c89 Re-do Removed tools/dynarray.hxx , now that binfitler is ready for it 2011-11-19 12:43:33 -06:00
Norbert Thiebaud
6db8af3e8b Revert "Removed tools/dynarray.hxx", break binfilter
This reverts commit 89a783cde0.
2011-11-19 10:14:18 -06:00
Eike Rathke
4b030331f7 add narrow (one letter) month names
While introducing Calendar2 and the XCalendar3 interface anyway, as well the
"one letter" narrow month names sometimes needed in calendaring can be added.
These are not always the first capitalized letters of the months in all
locales, and might even not necessarily be just one character.

Introduces a new struct css::i18n::Calendar2 that is not derived from
css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to
hold the NarrowName elements.

In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now
have an optional element DefaultNarrowName. If not specified, the first
character of DefaultFullName is taken.

LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and
sequences of CalendarItem2 structs. Application code adapted.

The number formatter now displays narrow month names (genitive if applicable)
for the MMMMM code, previously it displayed the first 16 bit code point of the
full name (not even utf-16 aware).

Narrow day names currently are not used, except in svtools' Calendar control.
2011-11-19 16:15:22 +01:00
August Sodora
89a783cde0 Removed tools/dynarray.hxx 2011-11-18 23:24:34 -05:00
Julien Chaffraix
06c84689ea FDO#42454 - EasyHack: remove code associated with unused icons
Removed code associated with SV_ICON_ID_PRESENTATION_TEMPLATE.

Remove 3 icons associated with the id that were not used.
2011-11-18 17:10:22 +00:00
Julien Chaffraix
2559cab126 FDO#42454 - EasyHack: remove code associated with unused icons
Removed SV_ICON_ID_MACRO and its reference in the code as it was
unused.

Removed 2 icons that were not referenced anymore.
2011-11-18 17:10:21 +00:00
Noel Power
240dc332ad fix build error, remove still referenced (indirectly ) images 2011-11-15 17:15:01 +00:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Caolán McNamara
1987a5c777 callcatcher: remove unused code 2011-11-14 07:35:58 +00:00
Stephan Bergmann
c1758889cb Heavily simplified utl::ConfigManager. 2011-11-11 22:49:21 +01:00
Caolán McNamara
5dbd8286f4 ByteString->rtl::OString 2011-11-10 09:28:39 +00:00
Caolán McNamara
8e482e60c5 an indexOfL would be useful 2011-11-10 09:28:39 +00:00
Takeshi Abe
93732fe182 removed unused macros/constants 2011-11-09 00:12:33 +09:00
Takeshi Abe
35118036bd removed isolated file
This follows ca402fa0da.
2011-11-09 00:12:33 +09:00
Caolán McNamara
c52fbc04a9 callcatcher: some unused methods 2011-11-08 10:01:43 +00:00
Caolán McNamara
3b5ec68b84 ByteString->rtl::OString 2011-11-07 22:29:12 +00:00
Caolán McNamara
06813401fd this just takes a const char* 2011-11-07 22:29:12 +00:00
Caolán McNamara
ce7017ba60 this just take a const char* 2011-11-07 22:29:12 +00:00
Caolán McNamara
9fa5c77363 unused sData 2011-11-07 22:29:11 +00:00
Caolán McNamara
994a737a31 callcatcher: update list 2011-11-07 12:27:32 +00:00
Daniel Di Marco
f7303fcac7 eliminate SvUShorts type 2011-11-01 12:19:05 +00:00
David Tardon
77090e4e25 remove superfluous casts 2011-11-01 10:12:07 +01:00
David Tardon
3acbdb2dee let PgUp/Down go to the first/last line 2011-11-01 10:12:06 +01:00
Caolán McNamara
c17aeee2d9 probably better Japanese longer text preview 2011-10-27 12:49:15 +01:00
Thorsten Behrens
c0913d78c2 Fix fdo#41995 fallout - recognize .svg in odf containers
More code paths that needed fixing - Writer sports its own Graphic
loading implementation, so that had the need for the stream name
fwd-ing, too. The svg deep type detection was necessary for e.g. the
flat odf - which has inline svg without any filename.
2011-10-25 23:23:40 +02:00
Stephan Bergmann
b786a33cfd Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation. 2011-10-24 13:59:58 +02:00
Caolán McNamara
21696eadc8 seperate words in hebrew text preview 2011-10-24 11:06:01 +01:00
Olivier Hallot
b0224f8050 Fix for bug fdo#41997, cleanup vcl enumeration 2011-10-21 20:48:03 +01:00
Caolán McNamara
e076064d50 some CJK fonts semi-spuriosly claim extra script support 2011-10-21 11:27:41 +01:00
Andrew West
27ed4883f5 Better Phags-Pa preview. mongxol tshi 2011-10-21 11:27:40 +01:00
Pádraig Brady
3c1fdebb97 previews for Phags-Pa and Tai Le 2011-10-21 11:27:40 +01:00
Caolán McNamara
be5f319ce0 use iso15924 script names 2011-10-21 11:27:39 +01:00