summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext
Commit message (Expand)AuthorAgeFilesLines
...
* resolved fdo#35756 import more than 64k HTML table cellsEike Rathke2013-05-101-2/+2
* those are never definedThomas Arnhold2013-04-271-3/+0
* forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna2013-04-231-1/+1
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-58/+58
* Remove RTL_CONSTASCII_(U)STRING in formsChr. Rossmanith2013-04-012-2/+2
* coverity#704145 Resource leak in objectJulien Nabet2013-03-281-12/+6
* -Wunused-macrosStephan Bergmann2013-03-274-24/+0
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-193-14/+14
* simplify compareTo (now correct)Thomas Arnhold2013-03-081-1/+1
* Revert "simplify some compareTo"Stephan Bergmann2013-03-081-1/+1
* simplify some compareToThomas Arnhold2013-03-081-1/+1
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* remove two more duplicatesThomas Arnhold2013-02-261-1/+1
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-121-2/+2
* Fix Member variable m_pView is not initialized in the constructorJulien Nabet2013-01-261-0/+1
* fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin2013-01-092-7/+5
* rhbz#782736 use right device for converting sizeDavid Tardon2012-12-201-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-11-2713-302/+185
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-1/+1
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-2/+2
* Remove include guardsThomas Arnhold2012-06-291-8/+0
* Remove UNO includes commentsThomas Arnhold2012-06-2910-22/+0
* removed unnecessary forward declarations of classTakeshi Abe2012-06-261-1/+0
* re-base on ALv2 code.Michael Meeks2012-06-2115-345/+210
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-4/+4
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-145-0/+18
* Removed unnecessary tools includes.Marcel Metz2012-01-051-0/+1
* Removed unnecessary tools includes.Marcel Metz2012-01-051-3/+0
* remove include of pch header from formsNorbert Thiebaud2011-11-2713-26/+0
* gbuildize formsDavid Tardon2011-04-031-60/+0
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-197-12/+12
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-1815-38/+34
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-0915-38/+34
| |\
| | * gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]2011-02-1412-29/+29
| | |\
| | | * removetooltypes01: Rebase to DEV300m98Carsten Driesner2011-01-214-4/+4
| | | |\
| | | * | removetooltypes01: #i112600# remove tooltypes from slideshow and formsMikhail Voytenko2011-01-1312-29/+29
| | * | | gridsort: pulled and merged DEV300m98Frank Schoenheit [fs]2011-01-252-5/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | gridsort: give the UnoControl(Model/Base) classes a ctor taking a service fac...Frank Schoenheit [fs]2010-12-062-5/+1
| | | |/
| | * / vcl117: removed obsolete headerPhilipp Lohmann [pl]2010-11-234-4/+4
| | |/
* | | OSL_TRACE: Use format stringThomas Arnhold2011-03-121-3/+3
* | | Move DBG_TRACE to OSL_TRACE for getStr()Thomas Arnhold2011-03-111-3/+3
* | | Move DBG_ERROR to OSL_FAIL for getStr()Thomas Arnhold2011-03-111-1/+1
|/ /
* | Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold2011-01-202-4/+4
* | Add some more files to EXCEPTIONSFILES, needed on at least NetBSD.Thomas Klausner2010-11-021-9/+9
* | use SolarMutexGuard to take a guard on the solar mutex.Norbert Thiebaud2010-11-011-1/+1