summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* make ResId::toString a non-static memberCaolán McNamara2012-04-305-16/+16
* Some cppcheck cleaningJulien Nabet2012-04-281-2/+2
* fdo#46805 - special-case appending items to autocorrect listsMichael Meeks2012-04-261-0/+14
* remove some unused codeJose Santiago Jimenez Sarmiento2012-04-251-5/+0
* WaE: mixing comparison of bool and sal_BoolCaolán McNamara2012-04-246-24/+21
* Removed unused code from editengVicent Vendrell2012-04-242-6/+0
* CharAttribList::OptimizeRanges: de-optimize to not crash so fastMichael Stahl2012-04-201-2/+2
* fdo#47436: Fixed crash while opening odt file.Dezsi Szabolcs2012-04-201-1/+2
* Revert "Use boost::scoped_ptr for this."Kohei Yoshida2012-04-192-2/+5
* Revert "Let's use boost::scoped_ptr for this."Kohei Yoshida2012-04-192-1/+4
* Pass const reference.Kohei Yoshida2012-04-192-16/+16
* String & bool cleanup.Kohei Yoshida2012-04-185-22/+34
* Non-inlining constructors.Kohei Yoshida2012-04-181-0/+15
* no TYPEINFO for edit undo objects.Kohei Yoshida2012-04-172-32/+3
* Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida2012-04-178-108/+134
* This doesn't have to be public.Kohei Yoshida2012-04-171-1/+0
* Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida2012-04-177-174/+168
* None of the edit undo classes access ImpEditEngine directly.Kohei Yoshida2012-04-172-52/+81
* Remove the last undo friend from ImpEditEngine.Kohei Yoshida2012-04-163-12/+13
* EditUndoSplitParaKohei Yoshida2012-04-163-10/+14
* EditUndoSplitParaKohei Yoshida2012-04-162-7/+6
* Same with EditUndoConnectParas.Kohei Yoshida2012-04-163-17/+31
* Same with EditUndoDelContent.Kohei Yoshida2012-04-164-31/+54
* same with EditUndoRemoveChars.Kohei Yoshida2012-04-162-9/+8
* EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-163-19/+23
* Have EditUndo also return EditEngine*.Kohei Yoshida2012-04-161-5/+14
* EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-166-42/+54
* Let's use boost::scoped_ptr for this.Kohei Yoshida2012-04-162-4/+1
* EditHTMLParser is no loger a friend of ImpEditEngine.Kohei Yoshida2012-04-164-48/+48
* Use boost::scoped_ptr for this.Kohei Yoshida2012-04-162-5/+2
* EditRTFParser no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-166-101/+199
* upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara2012-04-165-50/+54
* Corret size_t format specifierStephan Bergmann2012-04-161-1/+1
* Resolves: fdo#48683 nice crash when hitting DELJulien Nabet2012-04-141-4/+1
* WaE fixJulien Nabet2012-04-141-1/+1
* Really fix the build.Kohei Yoshida2012-04-142-1/+6
* Keep tinderbox happy.Kohei Yoshida2012-04-141-3/+3
* This must be const.Kohei Yoshida2012-04-141-1/+1
* EE_APPEND now has to be the max value of size_t.Kohei Yoshida2012-04-132-0/+38
* Another svarray to kill.Kohei Yoshida2012-04-136-41/+48
* ImpEditView no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-134-54/+134
* EditView is no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-133-14/+79
* SafeGetObject() no longer needed since GetObject() does the same thing.Kohei Yoshida2012-04-139-72/+59
* UniString to rtl::OUString.Kohei Yoshida2012-04-132-12/+14
* partially revert the editeng singleton stuff to get build to completeCaolán McNamara2012-04-121-14/+5
* remove formfeedsThomas Arnhold2012-04-124-5/+3
* We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida2012-04-111-5/+14
* Just use the internal item pool already written for the edit engine.Kohei Yoshida2012-04-111-2/+2
* Do this special case search only when the array is large enough.Kohei Yoshida2012-04-111-3/+3
* Killed Another instance of svarray.Kohei Yoshida2012-04-093-225/+217