summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2013-10-12Bin some of Malte Timmermann's personal old debugging codeTor Lillqvist1-16/+0
2013-10-11Resolves: fdo#69467 nTxtLeft not compared in operator==Caolán McNamara1-7/+10
2013-10-11CID#1103765 missing initializationCaolán McNamara1-1/+1
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2-50/+11
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida2-9/+13
2013-10-08Avoid exposing aText; encapsulate it.Kohei Yoshida3-10/+20
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida1-1/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2-16/+4
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2-17/+17
2013-10-04Add methods to extract string IDs from edit text object.Kohei Yoshida2-0/+62
2013-10-04Add method to normalize strings in EditTextObject.Kohei Yoshida2-0/+31
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
2013-10-02bWeiter -> bContinuePhilipp Riemer3-27/+27
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann1-0/+2
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-6/+0
2013-10-01Resolves: rhbz#1013480 crash in EditLineList::operator[]Caolán McNamara1-3/+6
2013-10-01in editeng module, convert remains of String to OUStringNoel Grandin4-62/+64
2013-10-01convert last bits of include/editeng/svxacorr.hxx from String to OUStringNoel Grandin1-11/+11
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara1-4/+4
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara1-3/+3
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2-9/+9
2013-09-23fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier1-9/+8
2013-09-22remove unused members from OutlinerViewIvan Timofeev1-7/+0
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-2/+1
2013-09-21map autocorrection files with LanguageTag keyEike Rathke3-68/+98
2013-09-18convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara4-32/+29
2013-09-18comparision of STRING_NOTFOUND to OUString::indexOfCaolán McNamara1-2/+2
2013-09-18don't access string out of boundsCaolán McNamara1-3/+8
2013-09-17silence annoying warningCaolán McNamara1-1/+0
2013-09-17don't access string out of boundsCaolán McNamara1-2/+9
2013-09-17unfold this god-awful mess, logic unchangedCaolán McNamara1-8/+16
2013-09-17convert the SvxAutoCorrect::FindIn* methods from String to OUStringNoel Grandin1-2/+2
2013-09-17convert GetText/PutText in SvxAutoCorrect from String to OUStringNoel Grandin1-3/+3
2013-09-17convert some more methods in SvxAutoCorrect to OUStringNoel Grandin1-2/+2
2013-09-17convert fields in SvxAutoCorrect from String to OUStringNoel Grandin1-2/+2
2013-09-17convert the auto-correction methods in SvxAutoCorrect to OUStringNoel Grandin1-53/+53
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás2-3/+3
2013-09-13Related: fdo#38838 remove UniString::ToLowerAsciiCaolán McNamara1-6/+6
2013-09-12Related: fdo#38838 remove XubString aliasCaolán McNamara2-28/+28
2013-09-12WaE: C4701: potentially uninitialized local variable 'pGraphic' usedTor Lillqvist1-1/+1
2013-09-11Related: fdo#38838 Remove String::SearchChar()Thomas Arnhold1-13/+23
2013-09-11Prevent crash: pNode->GetWrongList() can return NULLTomaž Vajngerl1-1/+3
2013-09-11String cleanupRicardo Montania1-1/+1
2013-09-11single arg String::Erase erases to end of stringCaolán McNamara1-1/+1
2013-09-11fix windows build after my OUString changeNoel Grandin1-3/+3
2013-09-11convert some XubString to OUString in editengNoel Grandin2-29/+28
2013-09-11whack unused define REDUCEDSVXFONTNoel Grandin1-5/+2
2013-09-11convert various bits in editeng from String to OUStringNoel Grandin3-14/+14
2013-09-11convert editeng/source/editeng/*.cxx from String to OUStringNoel Grandin12-159/+156