Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-28 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: Idf2e6e3e2870429541b3b5c225470cc80a13c102 | |||
2012-04-26 | fdo#46805 - special-case appending items to autocorrect lists | Michael Meeks | |
2012-04-25 | remove some unused code | Jose Santiago Jimenez Sarmiento | |
2012-04-24 | WaE: mixing comparison of bool and sal_Bool | Caolán McNamara | |
2012-04-24 | Removed unused code from editeng | Vicent Vendrell | |
Committer:Vicent Vendrell <viventa1@yahoo.es> On branch master modified: editeng/source/editeng/editdoc.cxx modified: editeng/source/editeng/editdoc.hxx modified: unusedcode.easy | |||
2012-04-20 | CharAttribList::OptimizeRanges: de-optimize to not crash so fast | Michael Stahl | |
Crashes on import of bugdoc from fdo#48969 with Assertion `n < this->size()' failed. (regression from b35980d9b28f1e3985f94238f7d8c9962f654bd0) | |||
2012-04-20 | fdo#47436: Fixed crash while opening odt file. | Dezsi Szabolcs | |
2012-04-19 | Revert "Use boost::scoped_ptr for this." | Kohei Yoshida | |
This reverts commit a4bc804627b8b21506e9b86fa54d2f7d2525e43e. | |||
2012-04-19 | Revert "Let's use boost::scoped_ptr for this." | Kohei Yoshida | |
This reverts commit e1520a9d6a9f9bcfcaa332d54892040fe54776c2. | |||
2012-04-19 | Pass const reference. | Kohei Yoshida | |
2012-04-18 | String & bool cleanup. | Kohei Yoshida | |
2012-04-18 | Non-inlining constructors. | Kohei Yoshida | |
2012-04-17 | no TYPEINFO for edit undo objects. | Kohei Yoshida | |
2012-04-17 | Make more methods of ImpEditEngine private to avoid direct access. | Kohei Yoshida | |
2012-04-17 | This doesn't have to be public. | Kohei Yoshida | |
2012-04-17 | Removed all references to ImpEditEngine from all of edit undo classes. | Kohei Yoshida | |
2012-04-17 | None of the edit undo classes access ImpEditEngine directly. | Kohei Yoshida | |
2012-04-16 | Remove the last undo friend from ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | EditUndoSplitPara | Kohei Yoshida | |
2012-04-16 | EditUndoSplitPara | Kohei Yoshida | |
2012-04-16 | Same with EditUndoConnectParas. | Kohei Yoshida | |
2012-04-16 | Same with EditUndoDelContent. | Kohei Yoshida | |
2012-04-16 | same with EditUndoRemoveChars. | Kohei Yoshida | |
2012-04-16 | EditUndoInsertCharts is no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | Have EditUndo also return EditEngine*. | Kohei Yoshida | |
This is the first step toward having the undo classes use EditEngine instead of ImpEditEngine. | |||
2012-04-16 | EdtAutoCorrDoc no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | Let's use boost::scoped_ptr for this. | Kohei Yoshida | |
2012-04-16 | EditHTMLParser is no loger a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | Use boost::scoped_ptr for this. | Kohei Yoshida | |
2012-04-16 | EditRTFParser no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | upgrade GetValueTextByPos family to rtl::OUString | Caolán McNamara | |
2012-04-16 | Corret size_t format specifier | Stephan Bergmann | |
2012-04-14 | Resolves: fdo#48683 nice crash when hitting DEL | Julien Nabet | |
2012-04-14 | WaE fix | Julien Nabet | |
2012-04-14 | Really fix the build. | Kohei Yoshida | |
2012-04-14 | Keep tinderbox happy. | Kohei Yoshida | |
2012-04-14 | This must be const. | Kohei Yoshida | |
2012-04-14 | Export this to get it to build in forms. | Kohei Yoshida | |
2012-04-13 | EE_APPEND now has to be the max value of size_t. | Kohei Yoshida | |
2012-04-13 | Another svarray to kill. | Kohei Yoshida | |
2012-04-13 | ImpEditView no longer a friend of ImpEditEngine. | Kohei Yoshida | |
Be careful whom you befriend with... | |||
2012-04-13 | EditView is no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-13 | SafeGetObject() no longer needed since GetObject() does the same thing. | Kohei Yoshida | |
2012-04-13 | UniString to rtl::OUString. | Kohei Yoshida | |
2012-04-13 | setup/teardown default component context once before/after all tests | Caolán McNamara | |
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors | |||
2012-04-12 | partially revert the editeng singleton stuff to get build to complete | Caolán McNamara | |
2012-04-12 | remove formfeeds | Thomas Arnhold | |
2012-04-12 | Handle the correct deletion order of EditDLL in the base class. | Kohei Yoshida | |
Turns out that this change affected all cppunit runs. |