summaryrefslogtreecommitdiff
path: root/editeng/source/uno
AgeCommit message (Collapse)Author
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
2012-05-11Better names for presentation specific field item types.Kohei Yoshida
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
2012-05-11Fixed a regression on impress/draw file save losing date field format info.Kohei Yoshida
Change-Id: If9e01ab91d52d21cab175bfda925e690625fac3e
2012-05-11Added UNSPECIFIED to textfield::Type.Kohei Yoshida
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb
2012-05-11Return correct presentation strings for fields.Kohei Yoshida
Change-Id: Icab3910f49639fff1551dfdb5be9341bd3ea70b1
2012-05-11Return the correct service names for each field type.Kohei Yoshida
Change-Id: I1b6261d09dfc42913070ffd2f797688587ab7a8b
2012-05-10callcatcher: update unused code listCaolán McNamara
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida
Change-Id: I85364368d2ffca717b38d17c3396f53699001a3f
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida
Change-Id: I56801d8ce1a9bb6f8f9faebdf15ce831b7e9ea3d
2012-05-08Removed commented out code blocks.Kohei Yoshida
Change-Id: I7e5d0abbf209fd975a1f886b2588b51e05cf35e7
2012-05-08Use scoped_ptr for this.Kohei Yoshida
Change-Id: I43aba3046fb0c7adcf5362ea26273189addc12fe
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida
Change-Id: Ifa8210ffdf29624689f547b436fd687a2de82eb1
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida
Change-Id: Id1ccae62037369917a46d620c0c46ac2447a0910
2012-05-08Avoid calling getImplementation() on the text range object.Kohei Yoshida
Change-Id: I3d1d4c1e9adebda16c62f4e14bd5aca14e058605
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida
Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60
2012-05-05Avoid the ID of unknown field being the highest number of all field IDs.Kohei Yoshida
Change-Id: Ifcc62cd15dcfe0cb37f7c851930ff103384f3827
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-05removed unused definesTakeshi Abe
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe
2012-03-29callcatcher: update listCaolán McNamara
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-18Remove unused codeElton Chung
2012-02-15tweak "Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx..."Ivan Timofeev
* remove 'const' from GetForbiddenCharacters * CharInfoMap -> Map * pInf -> pForbiddenCharacters * remove 'inline' from the function defined within the class definition * some code simplifications
2012-02-15Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx to std::mapNoel Grandin
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-12valgrind: ditch some unused codeCaolán McNamara
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
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-15Removed extra semicolonsJesse
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-27remove include of pch header in editengNorbert Thiebaud
2011-11-15avoid crasher from unusual odt document fdo#42785Michael Meeks
2011-09-28WaE: base class should be explicitly initialized in the copy constructorTor Lillqvist
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-09sb140: #i117082# avoid unncessary static class data members (which are ↵Stephan Bergmann
destroyed too late) plus sb140: #i117082# extra indirections to apeace MSC sb140: #i117082# avoid warnings about not intializing boost::noncopyable base in copy ctors
2011-08-26unusedcode: SvxEditEngineViewForwarder classMatúš Kukan
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
LGPLv3+/MPL
2011-07-14callcatcher: remove unused methodsCaolán McNamara
2011-06-07use the standard template for thisCaolán McNamara
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-coreJan Holesovsky
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: basic/source/runtime/makefile.mk basic/source/runtime/step2.cxx desktop/prj/build.lst desktop/source/app/app.cxx desktop/source/deployment/registry/dp_backend.cxx drawinglayer/source/attribute/fontattribute.cxx editeng/inc/editeng/fontitem.hxx editeng/source/editeng/edtspell.cxx editeng/source/misc/svxacorr.cxx framework/inc/services/substitutepathvars.hxx framework/source/services/substitutepathvars.cxx sfx2/qa/cppunit/makefile.mk sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/objxtor.cxx svx/source/dialog/svxruler.cxx sysui/desktop/icons/so9_base_app.ico sysui/desktop/icons/so9_calc_app.ico sysui/desktop/icons/so9_draw_app.ico sysui/desktop/icons/so9_impress_app.ico sysui/desktop/icons/so9_main_app.ico sysui/desktop/icons/so9_math_app.ico sysui/desktop/icons/so9_writer_app.ico xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/db.cxx xmlhelp/source/cxxhelp/provider/db.hxx
2011-03-23global uno::Sequences are very problematic at shutdown timeCaolán McNamara
because the underlying uno infrastructure has been shutdown already, we need to ensure their lifecycle more carefully.