summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Collapse)AuthorAgeFilesLines
* aw084: #i108052# Added code to mimic old behaviour and call user layout link ↵Armin Le Grand2011-12-051-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
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-013-15/+22
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* ByteString->rtl::OUStringToOStringCaolán McNamara2011-11-283-10/+11
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-916/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-2/+0
|
* remove include of pch header in editengNorbert Thiebaud2011-11-2786-170/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-253-3/+3
|
* RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat2011-11-241-8/+1
|
* callcatcher: remove newly unused codeCaolán McNamara2011-11-232-151/+0
|
* callcatcher: remove recently unused codeCaolán McNamara2011-11-232-7/+0
|
* callcatcher: update listCaolán McNamara2011-11-212-8/+0
|
* ditch last ENABLE_STRING_STREAM_OPERATORSCaolán McNamara2011-11-211-1/+0
|
* Convert Sal to rtl::O(U)StringDavid Tardon2011-11-211-1/+1
|
* callcatcher: remove some unused codeCaolán McNamara2011-11-192-10/+0
|
* Re-do Removed tools/dynarray.hxx , now that binfitler is ready for itNorbert Thiebaud2011-11-191-1/+0
|
* Revert "Removed tools/dynarray.hxx", break binfilterNorbert Thiebaud2011-11-191-0/+1
| | | | This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.
* add narrow (one letter) month namesEike Rathke2011-11-191-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.
* Removed tools/dynarray.hxxAugust Sodora2011-11-181-1/+0
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* avoid crasher from unusual odt document fdo#42785Michael Meeks2011-11-151-14/+20
|
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-141-1/+0
|
* callcatcher: remove some unused codeCaolán McNamara2011-11-112-9/+5
|
* _SVSTDARR_sal_uIt16S is a typo and doesn't do anythingChristina Rossmanith2011-11-091-3/+0
|
* callcatcher: some unused methodsCaolán McNamara2011-11-082-8/+0
|
* callcatcher: update list, drop some newly unused methodsCaolán McNamara2011-11-072-108/+0
|
* callcatcher: remove some unused methodsCaolán McNamara2011-11-072-19/+0
|
* update unused listCaolán McNamara2011-11-044-32/+0
|
* remove unused methods in EditEngineFelix Zhang2011-11-032-205/+1
|
* eliminate SvUShorts typeDaniel Di Marco2011-11-013-33/+30
|
* callcatcher: unused Drop codeCaolán McNamara2011-11-012-20/+0
|
* can go behind appropiate ifdefCaolán McNamara2011-11-012-1/+4
|
* autocorrect: non-breaking space before % in French fdo#41015Andras Timar2011-10-242-4/+4
|
* Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2011-10-212-2/+2
|
* these can be constCaolán McNamara2011-10-172-2/+2
|
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-111-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 :)
* ensure correct export size type in stream operationCaolán McNamara2011-10-101-0/+19
|
* WaE: could do away with nToken altogether, but this is more readableCaolán McNamara2011-10-071-1/+2
|
* cppcheck reduce scope of var in editeng/..txtrange.cxxPierre-André Jacquod2011-10-071-9/+6
|
* cppcheck reduce scope of var in editeng/.. impedit3.cxxPierre-André Jacquod2011-10-071-2/+1
|
* cppcheck reduce scope in editeng/..svxrtf.cxxPierre-André Jacquod2011-10-071-2/+2
|
* WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist2011-10-071-2/+2
|
* WaE: assignment within conditional expressionTor Lillqvist2011-10-071-0/+9
|
* callcatcher: unused methodsCaolán McNamara2011-10-052-9/+0
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* callcatcher: various unused methodsCaolán McNamara2011-10-042-44/+0
|
* callcatcher: newly unused codeCaolán McNamara2011-09-302-14/+0
|
* callcatcher: remove newly unused codeCaolán McNamara2011-09-302-47/+0
|