Age | Commit message (Expand) | Author |
2012-04-20 | CharAttribList::OptimizeRanges: de-optimize to not crash so fast | Michael Stahl |
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 |
2012-04-19 | Revert "Let's use boost::scoped_ptr for this." | Kohei Yoshida |
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 |
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 |
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 |
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 |
2012-04-11 | Remove the TODO comment that's no longer relevant. | Kohei Yoshida |
2012-04-11 | We need to delete EditDLL before de-initialize vcl to avoid crash. | Kohei Yoshida |
2012-04-11 | Avoid duplicate symbols & use setUp() and tearDown() for the item pool. | Kohei Yoshida |
2012-04-11 | Just use the internal item pool already written for the edit engine. | Kohei Yoshida |
2012-04-11 | You *are* fixed. | Kohei Yoshida |
2012-04-11 | Set default items to the item pool, do this and that, and now the test passes. | Kohei Yoshida |
2012-04-11 | needs ure and base-class setUp does necessary stuff | Caolán McNamara |