summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Collapse)AuthorFilesLines
2011-12-15Removed extra semicolonsJesse2-3/+3
2011-12-12editeng: EE_ITEMS_START:Michael Stahl1-3/+5
This evidently depends on the values of OWN_ATTR_VALUE_START and OWN_ATTR_VALUE_END, so define it that way.
2011-12-09catch exception by constant referenceTakeshi Abe6-13/+13
2011-12-08childs -> childrenMichael T. Whiteley8-33/+33
2011-12-07Unused includes.Stephan Bergmann1-1/+0
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-05aw084: #i108052# Added code to mimic old behaviour and call user layout link ↵Armin Le Grand1-0/+21
when empty paragraph is rendered # HG changeset patch # User Armin Le Grand <armin.le.grand@oracle.com> # Date 1300894213 -3600 # Node ID 773a354b3c4694565fa5ef4588c21c6b2b2eed7f # Parent 1e5618c51d1690a7c619f75d6b79c220c39854f8 aw084: #i108052# Added code to mimic old behaviour and call user layout link when empty paragraph is rendered
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke3-15/+22
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara3-10/+11
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-916/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-2/+0
2011-11-27remove include of pch header in editengNorbert Thiebaud86-170/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon3-3/+3
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat1-8/+1
2011-11-23callcatcher: remove newly unused codeCaolán McNamara2-151/+0
2011-11-23callcatcher: remove recently unused codeCaolán McNamara2-7/+0
2011-11-21callcatcher: update listCaolán McNamara2-8/+0
2011-11-21ditch last ENABLE_STRING_STREAM_OPERATORSCaolán McNamara1-1/+0
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon1-1/+1
2011-11-19callcatcher: remove some unused codeCaolán McNamara2-10/+0
2011-11-19Re-do Removed tools/dynarray.hxx , now that binfitler is ready for itNorbert Thiebaud1-1/+0
2011-11-19Revert "Removed tools/dynarray.hxx", break binfilterNorbert Thiebaud1-0/+1
This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.
2011-11-19add narrow (one letter) month namesEike Rathke1-3/+3
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 Sodora1-1/+0
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15avoid crasher from unusual odt document fdo#42785Michael Meeks1-14/+20
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann1-1/+0
2011-11-11callcatcher: remove some unused codeCaolán McNamara2-9/+5
2011-11-09_SVSTDARR_sal_uIt16S is a typo and doesn't do anythingChristina Rossmanith1-3/+0
2011-11-08callcatcher: some unused methodsCaolán McNamara2-8/+0
2011-11-07callcatcher: update list, drop some newly unused methodsCaolán McNamara2-108/+0
2011-11-07callcatcher: remove some unused methodsCaolán McNamara2-19/+0
2011-11-04update unused listCaolán McNamara4-32/+0
2011-11-03remove unused methods in EditEngineFelix Zhang2-205/+1
2011-11-01eliminate SvUShorts typeDaniel Di Marco3-33/+30
2011-11-01callcatcher: unused Drop codeCaolán McNamara2-20/+0
2011-11-01can go behind appropiate ifdefCaolán McNamara2-1/+4
2011-10-24autocorrect: non-breaking space before % in French fdo#41015Andras Timar2-4/+4
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2-2/+2
2011-10-17these can be constCaolán McNamara2-2/+2
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl1-2/+5
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
2011-10-10ensure correct export size type in stream operationCaolán McNamara1-0/+19
2011-10-07WaE: could do away with nToken altogether, but this is more readableCaolán McNamara1-1/+2
2011-10-07cppcheck reduce scope of var in editeng/..txtrange.cxxPierre-André Jacquod1-9/+6
2011-10-07cppcheck reduce scope of var in editeng/.. impedit3.cxxPierre-André Jacquod1-2/+1
2011-10-07cppcheck reduce scope in editeng/..svxrtf.cxxPierre-André Jacquod1-2/+2
2011-10-07WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist1-2/+2