summaryrefslogtreecommitdiffstats
path: root/svtools/source/edit
Commit message (Expand)AuthorAgeFilesLines
* Move SyntaxHighlighter class from svtools to comphelperAndras Timar2013-02-161-741/+0
* fix a Basic keyword in syntax highlighter: withevent -> witheventsAndras Timar2013-02-131-1/+1
* String to OUStringAndras Timar2013-02-132-7/+7
* remove rtl:: prefixAndras Timar2013-02-131-2/+2
* use u_isalpha() from ICU instead of home-grown solutionAndras Timar2013-02-131-164/+53
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-1/+1
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-302-4/+0
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-1/+1
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-11-193-72/+45
* disable cursor in about dialog and message boxesIvan Timofeev2012-10-221-5/+0
* VCLMultiLineEdit->VclMultiLineEdit to align with other new widget namesCaolán McNamara2012-10-111-3/+3
* be in lexicographic orderTakeshi Abe2012-09-231-2/+2
* fix typoTakeshi Abe2012-09-231-1/+1
* add missing basic keywords to syntax highlighterAndras Timar2012-09-231-0/+5
* fdo#46193 MessBox was made copyableZolnai Tamás2012-08-0715-9675/+12
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-302-2/+0
* Bug 48549 - System::Beep() removalMathieu Vonlanthen2012-07-301-1/+0
* fdo#40152 replace with empty string in Basic IDEUray M. János2012-07-251-1/+3
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-231-5/+0
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-181-2/+0
* some UniString->rtl::OUStringCaolán McNamara2012-07-093-5/+5
* some pesky XubStringsCaolán McNamara2012-06-291-1/+1
* remove some annoying XubStringsCaolán McNamara2012-06-251-4/+4
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* re-base on ALv2 code.Michael Meeks2012-06-212-49/+31
* typo: paramters, paramaters -> parametersAndras Timar2012-06-191-1/+1
* death to some UniStringsCaolán McNamara2012-06-191-1/+1
* remove some UniString ctorsCaolán McNamara2012-06-191-2/+2
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-131-6/+6
* use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara2012-06-121-1/+1
* Remove superfluous empty lines on topThomas Arnhold2012-06-092-4/+0
* fix missing braces in TextEngine::CreateLines in previous commitMichael Stahl2012-06-082-18/+26
* Convert SV_DECL_PTRARR(TextPortionArray) to std::vectorNoel Grandin2012-06-084-52/+51
* Forgot to add destructors for my PTRARR_DEL conversionsNoel Grandin2012-06-082-2/+16
* Convert SV_DECL_PTRARR_DEL(TextLines) to std::vectorNoel Grandin2012-06-084-57/+63
* Convert SV_DECL_PTRARR_DEL(TextCharAttribs) to std::vectorNoel Grandin2012-06-082-37/+29
* Convert SV_DECL_PTRARR(TextViews) to std::vectorNoel Grandin2012-06-081-29/+26
* reduce static_initialization_and_destruction chainCaolán McNamara2012-05-161-27/+20
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-142-4/+3
* removed unused definesTakeshi Abe2012-05-091-4/+0
* removed dead codeTakeshi Abe2012-05-095-104/+0
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-1/+1
* drop a String::CreateFromAsciiCaolán McNamara2012-04-251-1/+1
* UniString->rtl::OUStringCaolán McNamara2012-04-181-13/+2
* remove formfeedsThomas Arnhold2012-04-124-8/+8
* Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson2012-04-101-1/+14
* removed duplicate includes in svl / svtoolsTakeshi Abe2012-04-022-2/+0
* TextEngine::SeekCursor needs to call SetFont after allStephan Bergmann2012-03-131-1/+5
* Replace VARARR TEWritingDirectionInfos with std::vectorMaciej Rumianowski2012-03-053-24/+24