summaryrefslogtreecommitdiff
path: root/forms/source/richtext
AgeCommit message (Expand)AuthorFilesLines
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann2-4/+4
2014-02-23coverity#704644 Dereference after null checkCaolán McNamara1-4/+8
2014-02-23Remove unneccessary commentsAlexander Wilms13-223/+223
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-21editeng: sal_Bool->boolNoel Grandin2-2/+2
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-18Drop unnecessary #includeTakeshi Abe2-3/+0
2014-02-13coverity#737157 Uncaught exceptionCaolán McNamara2-2/+6
2014-02-13coverity#737151 Uncaught exceptionCaolán McNamara2-2/+6
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi1-16/+0
2014-01-28bool improvementsStephan Bergmann2-2/+2
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini3-13/+0
2014-01-18Window::PreNotify should return boolStephan Bergmann2-4/+4
2014-01-17Window::Notify should return boolStephan Bergmann2-4/+4
2014-01-15remove last xub_StrLen in formsCaolán McNamara1-1/+1
2014-01-08Lock SolarMutex in RichtTextEngine::CreateStephan Bergmann1-0/+2
2014-01-08This can be privateStephan Bergmann1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-3/+3
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-3/+3
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-3/+3
2013-11-27forms: avoid deadlock when setting FontControlModel propertiesMichael Stahl1-6/+3
2013-11-23outter -> outer (also when "outter" is inside another word)Julien Nabet1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-5/+5
2013-11-05fixincludeguards.sh: formsThomas Arnhold15-45/+45
2013-10-01convert FORMS modules from String to OUStringNoel Grandin3-6/+6
2013-06-03fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin1-2/+2
2013-05-22Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX checkpointsStephan Bergmann1-0/+1
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-04-27those are never definedThomas Arnhold1-3/+0
2013-04-23forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák7-58/+58
2013-04-01Remove RTL_CONSTASCII_(U)STRING in formsChr. Rossmanith2-2/+2
2013-03-28coverity#704145 Resource leak in objectJulien Nabet1-12/+6
2013-03-27-Wunused-macrosStephan Bergmann4-24/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-14/+14
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-1/+1
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-1/+1
2013-03-08simplify some compareToThomas Arnhold1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-26remove two more duplicatesThomas Arnhold1-1/+1
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-01-26Fix Member variable m_pView is not initialized in the constructorJulien Nabet1-0/+1
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin2-7/+5
2012-12-20rhbz#782736 use right device for converting sizeDavid Tardon1-1/+1
2012-11-27re-base on ALv2 code. Includes:Michael Meeks13-302/+185