summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-23for mixed script mode use sample latin textCaolán McNamara
2011-11-23impress212: #i81610# fixed animation exporterack
# 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-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-23_SVSTDARR_ULONGS not used hereCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-22ByteString->rtl::OStringCaolán McNamara
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon
2011-11-19remove ENABLE_BYTESTRING_STREAM_OPERATORSCaolán McNamara
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-19Re-do Removed tools/dynarray.hxx , now that binfitler is ready for itNorbert Thiebaud
2011-11-19Revert "Removed tools/dynarray.hxx", break binfilterNorbert Thiebaud
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.
2011-11-19add narrow (one letter) month namesEike Rathke
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-18Removed tools/dynarray.hxxAugust Sodora
2011-11-18FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix
Removed code associated with SV_ICON_ID_PRESENTATION_TEMPLATE. Remove 3 icons associated with the id that were not used.
2011-11-18FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix
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-18Follow-up on SV_ICON_ID_HTML_DOCUMENT removal.Julien Chaffraix
Remove this entry now that we have removed the associated image from imagemgr.src.
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15fix build error, remove still referenced (indirectly ) imagesNoel Power
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-14ReleaseConfigMgr not called by anythingCaolán McNamara
2011-11-14callcatcher: remove unused codeCaolán McNamara
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-10ByteString->rtl::OStringCaolán McNamara
2011-11-10an indexOfL would be usefulCaolán McNamara
2011-11-09removed unused macros/constantsTakeshi Abe
2011-11-09removed isolated fileTakeshi Abe
This follows ca402fa0dae85f7f289398af34aa43cf06d14e87.
2011-11-08callcatcher: some unused methodsCaolán McNamara
2011-11-07ByteString->rtl::OStringCaolán McNamara
2011-11-07this just takes a const char*Caolán McNamara
2011-11-07this just take a const char*Caolán McNamara
2011-11-07unused sDataCaolán McNamara
2011-11-07callcatcher: update listCaolán McNamara
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist
2011-11-01eliminate SvUShorts typeDaniel Di Marco
2011-11-01remove superfluous castsDavid Tardon
2011-11-01let PgUp/Down go to the first/last lineDavid Tardon
2011-10-27probably better Japanese longer text previewCaolán McNamara
2011-10-25Fix fdo#41995 fallout - recognize .svg in odf containersThorsten Behrens
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-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-24seperate words in hebrew text previewCaolán McNamara
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot
2011-10-21some CJK fonts semi-spuriosly claim extra script supportCaolán McNamara
2011-10-21Better Phags-Pa preview. mongxol tshiAndrew West
2011-10-21previews for Phags-Pa and Tai LePádraig Brady
2011-10-21use iso15924 script namesCaolán McNamara
2011-10-21Use language/script specific CTL/CJK sample text in font previewCaolán McNamara
i.e. font names are often typically in English, so fairly useless to take the English name to preview what effect the font will have in a CTL/CJK script. More languages and scripts need to be added, but this should be sufficient to bootstrap this up
2011-10-21Fix fdo#41995 - true embedding of svg images.Thorsten Behrens
Previously, svg images were always wrapped as .svm metafiles with a preview graphic. Sucks for interop - so now, we save true svgs at least for bleeding edge extended odf1.2
2011-10-20add makeRepresentativeTextForLanguage to generate sample textCaolán McNamara
add initial code to generate language specific sample preview text samples for use for font previewing in format->character