summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2012-04-17callcatcher: update unused code listCaolán McNamara
2012-04-16Remove unused code in sdSantiago Martinez
2012-04-16WaE: could not convert ... from 'const char*' to 'const rtl::OUString'David Tardon
2012-04-16Return by value instead of passing by reference to get data.Rafael Dominguez
2012-04-16Remove deprecated function.Rafael Dominguez
2012-04-16Make an out argument a pointer instead of a reference.Rafael Dominguez
- Fix some style issues.
2012-04-16animations is not api, it should be animations_inc packageMatúš Kukan
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
sd/filter
2012-04-16C++ overloading is clearly the best invention everMichael Stahl
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
sd
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
/sd/.../grf and html
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
sd ... filters
2012-04-15More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
/sd/../core
2012-04-15Some Unistring removalsOlivier Hallot
in sd/ui
2012-04-14Slidesorter: Kill more useless cruft.Jan Holesovsky
2012-04-14Slidesorter: Kill useless ImageButton abstraction.Jan Holesovsky
2012-04-14Slidesorter: Kill more.Jan Holesovsky
2012-04-14Slidesorter: Font_Button unused.Jan Holesovsky
2012-04-14Slidesorter: Reduce some overengineering.Jan Holesovsky
2012-04-14Slidesorter: Copy'n'paste reduction.Jan Holesovsky
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-13Remove some A2S and C2U macros in sdOlivier Hallot
2012-04-13remove unused variablesLuboš Luňák
2012-04-13put "unused" function into the right #ifdefLuboš Luňák
2012-04-13Remove deprecated and unused methods.Rafael Dominguez
2012-04-13Replace deprecated List for std::vector<rtl::OUString>.Rafael Dominguez
2012-04-13Remove deprecated List in ViewClipboard::InsertSlides.Rafael Dominguez
2012-04-13Remove deprecated List for vector in ViewClipboard::GetFirstMasterPage.Rafael Dominguez
2012-04-13Call size instead of count.Rafael Dominguez
2012-04-13Remove deprecated List usage in Clipboard::CreateSlideTransferable.Rafael Dominguez
2012-04-13Remove deprecated List usage in Clipboard::PasteTransferable.Rafael Dominguez
2012-04-13Replace deprecated List for vector in SdTransferable.Rafael Dominguez
2012-04-13Overload SdDrawDocument::InsertBookmark to use vector instead of List.Rafael Dominguez
2012-04-13Replace deprecated List class for std::vector<rtl::OUString>.Rafael Dominguez
2012-04-13Replace deprecated List with std::vector<rtl::OUString>.Rafael Dominguez
2012-04-13Make some inmutable parameters constant.Rafael Dominguez
2012-04-13Overload 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-13Overload 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-13Overload lcl_IterateBookmarkPages to use vector instead of List.Rafael Dominguez
2012-04-13Remove unneeded headers.Rafael Dominguez
2012-04-13Refactor 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-13Remove unused InsertBookmarkAsPage_AddBookmarkedPages functor.Rafael Dominguez
2012-04-12fix buildCaolán McNamara