summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
...
* fdo#31005 Table Autoformats do not save/apply all propertiesMuhammad Haggag2012-05-032-11/+61
* != instead of < for comparison with end iteratorJulien Nabet2012-05-021-1/+1
* make ResId::toString a non-static memberCaolán McNamara2012-04-307-18/+18
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* 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-252-6/+0
* WaE: mixing comparison of bool and sal_BoolCaolán McNamara2012-04-248-28/+25
* 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-182-16/+37
* no TYPEINFO for edit undo objects.Kohei Yoshida2012-04-173-33/+3
* Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida2012-04-179-108/+141
* 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-179-181/+182
* None of the edit undo classes access ImpEditEngine directly.Kohei Yoshida2012-04-173-54/+89
* Remove the last undo friend from ImpEditEngine.Kohei Yoshida2012-04-164-12/+15
* EditUndoSplitParaKohei Yoshida2012-04-164-10/+16
* EditUndoSplitParaKohei Yoshida2012-04-162-7/+6
* Same with EditUndoConnectParas.Kohei Yoshida2012-04-164-17/+34
* Same with EditUndoDelContent.Kohei Yoshida2012-04-165-31/+64
* same with EditUndoRemoveChars.Kohei Yoshida2012-04-162-9/+8
* EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-164-19/+25
* Have EditUndo also return EditEngine*.Kohei Yoshida2012-04-162-10/+21
* EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-167-43/+60
* 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-167-111/+237
* upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara2012-04-1617-84/+88
* 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-143-1/+7
* Keep tinderbox happy.Kohei Yoshida2012-04-141-3/+3
* This must be const.Kohei Yoshida2012-04-142-2/+2
* Export this to get it to build in forms.Kohei Yoshida2012-04-141-1/+1
* EE_APPEND now has to be the max value of size_t.Kohei Yoshida2012-04-134-1/+41
* Another svarray to kill.Kohei Yoshida2012-04-137-45/+52
* ImpEditView no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-135-54/+167
* EditView is no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-134-48/+144
* 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
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-1/+1
* partially revert the editeng singleton stuff to get build to completeCaolán McNamara2012-04-123-16/+6