Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-17 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-16 | Remove unused code in sd | Santiago Martinez | |
2012-04-16 | WaE: could not convert ... from 'const char*' to 'const rtl::OUString' | David Tardon | |
2012-04-16 | Return by value instead of passing by reference to get data. | Rafael Dominguez | |
2012-04-16 | Remove deprecated function. | Rafael Dominguez | |
2012-04-16 | Make an out argument a pointer instead of a reference. | Rafael Dominguez | |
- Fix some style issues. | |||
2012-04-16 | animations is not api, it should be animations_inc package | Matúš Kukan | |
2012-04-16 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
sd/filter | |||
2012-04-16 | C++ overloading is clearly the best invention ever | Michael Stahl | |
2012-04-16 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
sd | |||
2012-04-16 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
/sd/.../grf and html | |||
2012-04-16 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
sd ... filters | |||
2012-04-15 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
/sd/../core | |||
2012-04-15 | Some Unistring removals | Olivier Hallot | |
in sd/ui | |||
2012-04-14 | Slidesorter: Kill more useless cruft. | Jan Holesovsky | |
2012-04-14 | Slidesorter: Kill useless ImageButton abstraction. | Jan Holesovsky | |
2012-04-14 | Slidesorter: Kill more. | Jan Holesovsky | |
2012-04-14 | Slidesorter: Font_Button unused. | Jan Holesovsky | |
2012-04-14 | Slidesorter: Reduce some overengineering. | Jan Holesovsky | |
2012-04-14 | Slidesorter: Copy'n'paste reduction. | Jan Holesovsky | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
2012-04-13 | Remove some A2S and C2U macros in sd | Olivier Hallot | |
2012-04-13 | remove unused variables | Luboš Luňák | |
2012-04-13 | put "unused" function into the right #ifdef | Luboš Luňák | |
2012-04-13 | Remove deprecated and unused methods. | Rafael Dominguez | |
2012-04-13 | Replace deprecated List for std::vector<rtl::OUString>. | Rafael Dominguez | |
2012-04-13 | Remove deprecated List in ViewClipboard::InsertSlides. | Rafael Dominguez | |
2012-04-13 | Remove deprecated List for vector in ViewClipboard::GetFirstMasterPage. | Rafael Dominguez | |
2012-04-13 | Call size instead of count. | Rafael Dominguez | |
2012-04-13 | Remove deprecated List usage in Clipboard::CreateSlideTransferable. | Rafael Dominguez | |
2012-04-13 | Remove deprecated List usage in Clipboard::PasteTransferable. | Rafael Dominguez | |
2012-04-13 | Replace deprecated List for vector in SdTransferable. | Rafael Dominguez | |
2012-04-13 | Overload SdDrawDocument::InsertBookmark to use vector instead of List. | Rafael Dominguez | |
2012-04-13 | Replace deprecated List class for std::vector<rtl::OUString>. | Rafael Dominguez | |
2012-04-13 | Replace deprecated List with std::vector<rtl::OUString>. | Rafael Dominguez | |
2012-04-13 | Make some inmutable parameters constant. | Rafael Dominguez | |
2012-04-13 | Overload InsertBookmarkAsObject to use std::vector instead of List. | Rafael Dominguez | |
This are the hardest ones to port, since the rExchangeList parameter uses the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so the best idea i came up with to avoid doing nasty stuffs was erase procesed objects in InsertBookmarkAsPage and add an extra parameter to InsertBookmarkAsObject that recalculates object count when rExchangeList has items but its manipulated by InsertBookmarkAsPage first like it occurs in function SdDrawDocument::InsertBookmark. | |||
2012-04-13 | Overload InsertBookmarkAsPage to use std::vector instead of List. | Rafael Dominguez | |
This are the hardest ones to port, since the rExchangeList parameter uses the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so the best idea i came up with to avoid doing nasty stuffs was erase procesed objects in InsertBookmarkAsPage and add an extra parameter to InsertBookmarkAsObject that recalculates object count when rExchangeList has items but its manipulated by InsertBookmarkAsPage first like it occurs in function SdDrawDocument::InsertBookmark. | |||
2012-04-13 | Overload lcl_IterateBookmarkPages to use vector instead of List. | Rafael Dominguez | |
2012-04-13 | Remove unneeded headers. | Rafael Dominguez | |
2012-04-13 | Refactor SdDrawDocument::IterateBookmarkPages. | Rafael Dominguez | |
- Make the function a local function instead of a method. - Remove base functor class since we only use one type of functor. - Make lcl_IterateBookmarkPages only dependant on FindDuplicateLayout functor. | |||
2012-04-13 | Remove unused InsertBookmarkAsPage_AddBookmarkedPages functor. | Rafael Dominguez | |
2012-04-12 | fix build | Caolán McNamara | |