summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* Some clean-upStephan Bergmann2013-10-231-4/+4
* fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza2013-10-233-6/+8
* remove comment that is irrelevant after the death of String classAndras Timar2013-10-231-2/+0
* convert code to use OUString::endsWithNoel Grandin2013-10-231-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-224-4/+4
* Resolves: fdo#38838 remove UniStringCaolán McNamara2013-10-221-0/+1
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-4/+2
* fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz2013-10-201-21/+1
* Make copy and pasting non-ascii text from editengine work againCaolán McNamara2013-10-191-1/+1
* CID#1038307 Negative loop boundCaolán McNamara2013-10-191-3/+3
* disambiguate GetScriptType that return different value typesCaolán McNamara2013-10-185-22/+22
* Resolves: rhbz#1020712 return all the selected scriptsCaolán McNamara2013-10-181-16/+19
* Related: rhbz#1020712 more i18n::ScriptType being compared against SCRIPTTYPECaolán McNamara2013-10-181-2/+2
* Related: rhbz#1020712 wrong default font shown in editengineCaolán McNamara2013-10-181-1/+1
* new WrongList only if there wasn't one or it wasn't emptyEike Rathke2013-10-181-2/+3
* this method is not supposed to throw, fdo#66241Markus Mohrhard2013-10-171-161/+161
* Bin some of Malte Timmermann's personal old debugging codeTor Lillqvist2013-10-121-16/+0
* Resolves: fdo#69467 nTxtLeft not compared in operator==Caolán McNamara2013-10-111-7/+10
* CID#1103765 missing initializationCaolán McNamara2013-10-111-1/+1
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-082-50/+11
* ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida2013-10-082-9/+13
* Avoid exposing aText; encapsulate it.Kohei Yoshida2013-10-083-10/+20
* Re-implement interning in order to return both string arrays.Kohei Yoshida2013-10-081-1/+1
* fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2013-10-072-16/+4
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-042-17/+17
* Add methods to extract string IDs from edit text object.Kohei Yoshida2013-10-042-0/+62
* Add method to normalize strings in EditTextObject.Kohei Yoshida2013-10-042-0/+31
* 'ist' -> 'is' here and there.Jan Holesovsky2013-10-041-1/+1
* bWeiter -> bContinuePhilipp Riemer2013-10-023-27/+27
* More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann2013-10-021-0/+2
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-6/+0
* Resolves: rhbz#1013480 crash in EditLineList::operator[]Caolán McNamara2013-10-011-3/+6
* in editeng module, convert remains of String to OUStringNoel Grandin2013-10-014-62/+64
* convert last bits of include/editeng/svxacorr.hxx from String to OUStringNoel Grandin2013-10-011-11/+11
* Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara2013-09-301-4/+4
* Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara2013-09-271-3/+3
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-252-9/+9
* fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier2013-09-231-9/+8
* remove unused members from OutlinerViewIvan Timofeev2013-09-221-7/+0
* gbuild: add gb_Library_use_restargetMichael Stahl2013-09-221-2/+1
* map autocorrection files with LanguageTag keyEike Rathke2013-09-213-68/+98
* convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara2013-09-184-32/+29
* comparision of STRING_NOTFOUND to OUString::indexOfCaolán McNamara2013-09-181-2/+2
* don't access string out of boundsCaolán McNamara2013-09-181-3/+8
* silence annoying warningCaolán McNamara2013-09-171-1/+0
* don't access string out of boundsCaolán McNamara2013-09-171-2/+9
* unfold this god-awful mess, logic unchangedCaolán McNamara2013-09-171-8/+16
* convert the SvxAutoCorrect::FindIn* methods from String to OUStringNoel Grandin2013-09-171-2/+2
* convert GetText/PutText in SvxAutoCorrect from String to OUStringNoel Grandin2013-09-171-3/+3