Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-14 | Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field. | Kohei Yoshida | |
Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61 | |||
2012-05-11 | Removing 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-11 | Better names for presentation specific field item types. | Kohei Yoshida | |
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17 | |||
2012-05-11 | Fixed a regression on impress/draw file save losing date field format info. | Kohei Yoshida | |
Change-Id: If9e01ab91d52d21cab175bfda925e690625fac3e | |||
2012-05-11 | Added UNSPECIFIED to textfield::Type. | Kohei Yoshida | |
Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb | |||
2012-05-11 | Return correct presentation strings for fields. | Kohei Yoshida | |
Change-Id: Icab3910f49639fff1551dfdb5be9341bd3ea70b1 | |||
2012-05-11 | Return the correct service names for each field type. | Kohei Yoshida | |
Change-Id: I1b6261d09dfc42913070ffd2f797688587ab7a8b | |||
2012-05-10 | callcatcher: update unused code list | Caolán McNamara | |
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6 | |||
2012-05-08 | A little more cleanup; translation of field IDs are no longer needed. | Kohei Yoshida | |
Change-Id: I85364368d2ffca717b38d17c3396f53699001a3f | |||
2012-05-08 | Use defined UNO property names instead of hard-coded values. | Kohei Yoshida | |
Change-Id: I56801d8ce1a9bb6f8f9faebdf15ce831b7e9ea3d | |||
2012-05-08 | Removed commented out code blocks. | Kohei Yoshida | |
Change-Id: I7e5d0abbf209fd975a1f886b2588b51e05cf35e7 | |||
2012-05-08 | Use scoped_ptr for this. | Kohei Yoshida | |
Change-Id: I43aba3046fb0c7adcf5362ea26273189addc12fe | |||
2012-05-08 | Create SvxFieldData instance directly from the UNO textfield object. | Kohei Yoshida | |
Change-Id: Ifa8210ffdf29624689f547b436fd687a2de82eb1 | |||
2012-05-08 | Set anchor to XTextContent using UNO API. | Kohei Yoshida | |
Change-Id: Id1ccae62037369917a46d620c0c46ac2447a0910 | |||
2012-05-08 | Avoid calling getImplementation() on the text range object. | Kohei Yoshida | |
Change-Id: I3d1d4c1e9adebda16c62f4e14bd5aca14e058605 | |||
2012-05-05 | Use the UNO field type values instead of the internal ones. | Kohei Yoshida | |
Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60 | |||
2012-05-05 | Avoid the ID of unknown field being the highest number of all field IDs. | Kohei Yoshida | |
Change-Id: Ifcc62cd15dcfe0cb37f7c851930ff103384f3827 | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-05 | removed unused defines | Takeshi Abe | |
2012-03-30 | removed duplicate includes in desktop / editeng | Takeshi Abe | |
2012-03-29 | callcatcher: update list | Caolán McNamara | |
2012-03-07 | remove various unused methods and source files | Caolán McNamara | |
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-24 | unusedcode.easy: remove unused code | Thomas Arnhold | |
2012-02-18 | Remove unused code | Elton Chung | |
2012-02-15 | tweak "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-15 | Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx to std::map | Noel Grandin | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-12 | valgrind: ditch some unused code | Caolán McNamara | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | getPropertyMap can return a reference instead of a pointer | Caolán McNamara | |
2011-12-23 | SV_DECL_VARARR->std::vector | August Sodora | |
2011-12-23 | Fix for fdo43460 Part XIV getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XIV Modules drawinglayer, dtrans, editeng | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-11-27 | remove include of pch header in editeng | Norbert Thiebaud | |
2011-11-15 | avoid crasher from unusual odt document fdo#42785 | Michael Meeks | |
2011-09-28 | WaE: base class should be explicitly initialized in the copy constructor | Tor Lillqvist | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-09 | sb140: #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-26 | unusedcode: SvxEditEngineViewForwarder class | Matúš Kukan | |
2011-08-08 | Replace SvUShorts with vector in editeng.hxx and cascade changes. | Nigel Hawkins | |
LGPLv3+/MPL | |||
2011-07-14 | callcatcher: remove unused methods | Caolán McNamara | |
2011-06-07 | use the standard template for this | Caolán McNamara | |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito | |
2011-03-23 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core | Jan Holesovsky | |
2011-03-23 | Merge 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-23 | global uno::Sequences are very problematic at shutdown time | Caolán McNamara | |
because the underlying uno infrastructure has been shutdown already, we need to ensure their lifecycle more carefully. |