summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Expand)AuthorFilesLines
2012-06-13Drop throw clause that was incomplete anywayTor Lillqvist1-1/+1
2012-05-29targeted string re-workNorbert Thiebaud1-3/+3
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-4/+4
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-10/+0
2012-05-11Better names for presentation specific field item types.Kohei Yoshida1-10/+9
2012-05-11Fixed a regression on impress/draw file save losing date field format info.Kohei Yoshida1-6/+6
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida1-5/+5
2012-05-11Return correct presentation strings for fields.Kohei Yoshida1-26/+36
2012-05-11Return the correct service names for each field type.Kohei Yoshida1-43/+70
2012-05-10callcatcher: update unused code listCaolán McNamara1-1/+19
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida1-42/+6
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida1-18/+18
2012-05-08Removed commented out code blocks.Kohei Yoshida1-249/+0
2012-05-08Use scoped_ptr for this.Kohei Yoshida1-3/+3
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida2-8/+6
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida2-2/+17
2012-05-08Avoid calling getImplementation() on the text range object.Kohei Yoshida1-26/+62
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida1-88/+81
2012-05-05Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida1-10/+19
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-24/+24
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-05removed unused definesTakeshi Abe1-3/+0
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe2-2/+0
2012-03-29callcatcher: update listCaolán McNamara2-27/+0
2012-03-07remove various unused methods and source filesCaolán McNamara1-27/+0
2012-02-27Removed unused codeSzabolcs Dezsi3-24/+0
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold1-5/+0
2012-02-18Remove unused codeElton Chung1-15/+0
2012-02-15tweak "Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx..."Ivan Timofeev1-3/+3
2012-02-15Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx to std::mapNoel Grandin1-3/+4
2012-01-30refactor ConvertLineEndCaolán McNamara2-5/+2
2012-01-12valgrind: ditch some unused codeCaolán McNamara1-24/+0
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-2/+0
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara3-4/+4
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora2-67/+24
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco2-3/+3
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-1/+1
2011-11-27remove include of pch header in editengNorbert Thiebaud14-28/+0
2011-11-15avoid crasher from unusual odt document fdo#42785Michael Meeks1-14/+20
2011-09-28WaE: base class should be explicitly initialized in the copy constructorTor Lillqvist1-0/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara1-1/+2
2011-09-09sb140: #i117082# avoid unncessary static class data members (which are destro...Stephan Bergmann3-481/+40
2011-08-26unusedcode: SvxEditEngineViewForwarder classMatúš Kukan1-140/+0
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins5-14/+11
2011-07-14callcatcher: remove unused methodsCaolán McNamara1-38/+0
2011-06-07use the standard template for thisCaolán McNamara5-84/+59
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito14-0/+0
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-coreJan Holesovsky2-82/+122