summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Collapse)Author
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-10editeng: fix STL conversion dfbf0cabfa8310502e19642d56c746cc0d454d27Michael Stahl
- iterators should be compared with !=, not < - iterator invalidation on erase should be avoided by using the iterator that is returned by erase - in WrongList::operator== only one iterator was incremented
2012-01-09simplify CharClassCaolán McNamara
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one
2012-01-07make measurement units localizableAndras Timar
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara
2012-01-05tweak this a littleCaolán McNamara
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2012-01-05Remove Fill() usageChristina Rossmanith
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2011-12-27resurrect autocorrectionIvan Timofeev
2011-12-24DECLARE_TABLE->boost::ptr_mapAugust Sodora
2011-12-24std::map* -> std::mapDavid Tardon
2011-12-24make the line work as intended againDavid Tardon
At least I suppose memory corruption is not intended behavior .-)
2011-12-23Fix the build so that this is recognized as an initializer listAugust Sodora
2011-12-23DECLARE_TABLE->std::mapAugust Sodora
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco
Part XIV Modules drawinglayer, dtrans, editeng
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora
2011-12-22callcatcher: Remove unused codeAugust Sodora
2011-12-22Correctly handle empty paragraphs in slideshow animation fdo#43684Thorsten Behrens
Fix a problem with empty paragraphs, that previously did not get proper end-of-para / end-of-line markup, thus the slideshow mis- counting them when getting index-based animation targets.
2011-12-22Revert "aw084: #i108052# Added code to mimic old behaviour and call user ↵Thorsten Behrens
layout link when empty paragraph is rendered" This reverts commit 9d40293f147212120ce2a2e960c1ef23168a428b. The change was causing extra paragraph markers to be emitted, e.g. leading to fdo#43837 and fdo#43684.
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva
2011-12-22ByteString->rtl::OStringCaolán McNamara
2011-12-21tweak for pre language-defect #77Caolán McNamara
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-21needs more work firstCaolán McNamara
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
2011-12-15Removed extra semicolonsJesse
2011-12-12editeng: EE_ITEMS_START:Michael Stahl
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 Abe
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07Unused includes.Stephan Bergmann
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-05aw084: #i108052# Added code to mimic old behaviour and call user layout link ↵Armin Le Grand
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 Rathke
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header in editengNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud