summaryrefslogtreecommitdiff
path: root/unusedcode.easy
AgeCommit message (Collapse)Author
2012-03-20Remove unused code (sdext)Christina Rossmanith
2012-03-20Remove unused code (sdext)Christina Rossmanith
2012-03-20remove unused code (oox, sc)Petr Vorel
2012-03-20remove unused code (oox, sc)Petr Vorel
2012-03-20Remove unused code as listed in unusedcode.easySantiago Martinez
2012-03-20removed unused codePetr Vorel
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20callcatcher: update list, I suspect SvLBoxBmp cannot be instantiatedCaolán McNamara
2012-03-20make ResId->OUString the primary routeCaolán McNamara
2012-03-20map of kind+name -> new-nameCaolán McNamara
2012-03-20orientation is always verticalCaolán McNamara
2012-03-20move GetFilterFlags inside ifdef WNTCaolán McNamara
2012-03-20split macros to elide unneeded methodsCaolán McNamara
2012-03-20SfxUINT32s->std::vectorCaolán McNamara
2012-03-20callcatcher update listCaolán McNamara
2012-03-15remove unused code (oox, sd)Petr Vorel
2012-03-14Remove unused code in drawingml/table.Mariana Marasoiu
2012-03-14Remove unused code in drawingml/theme.Mariana Marasoiu
2012-03-14Remove unused code in drawingml/diagram.Mariana Marasoiu
2012-03-14Remove unused code in drawingml.Mariana Marasoiu
2012-03-14callcatcher: update listCaolán McNamara
2012-03-12Remove unused code in dpitemdataSantiago Martinez
2012-03-12Remove unused code in dptabresSantiago Martinez
2012-03-12Remove unused code in dpcacheSantiago Martinez
2012-03-12ditch SfxULongRangesCaolán McNamara
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara
move ImplFindByLocale to windows only code, rename to findDevFontListByLocale
2012-03-12remove unused VisAreaContext.[c|h]xxCaolán McNamara
2012-03-12fix SvxShowCharSetItem leakCaolán McNamara
2012-03-12this massive rigmarole is just to map a msword author id to a writer author idCaolán McNamara
2012-03-12callcatcher: remove some unused codeCaolán McNamara
2012-03-12callcatcher: update listCaolán McNamara
2012-03-11remove unused codePetr Vorel
2012-03-09callcatcher: update listCaolán McNamara
2012-03-09update code a bitCaolán McNamara
2012-03-08these Links either shouldn't be links, or shouldn't existCaolán McNamara
2012-03-08Removed unused code.Santiago Martinez
2012-03-07callcatcher: update listCaolán McNamara
2012-03-07We just want to know if this ole object is already exported or notCaolán McNamara
So it's merely the knowledge of having exported this object already that we need to know in order to elide re-exporting it. This code is still 64bit unsafe, as the nPictureId has to be a unique 32bit value for each object, so using the pointer as the key is horribly dubious, but this should be the same as the original code.
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-03-06remove misc. unused codeMichael Meeks
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara
2012-03-06SwColumnPage::LinkStubTimeout doesn't need to be a linkCaolán McNamara
2012-03-06remove TransliterationWrapper::compareSubstringCaolán McNamara
2012-03-06TaskBar is never constructedCaolán McNamara
2012-03-06SwTOXStylesTabPage::LinkStubModifyHdl doesn't need to be a linkCaolán McNamara
2012-03-06XMLFilterTabPageXSLT::LinkStubToggleXSLTImplHdl does nothingCaolán McNamara
2012-03-06ClickLightHdl doesn't need to be a linkCaolán McNamara
and ClickLightHdl always takes a non-NULL argument, so NULL test is pointless. Turn it into a normal method that takes a reference. GetLightSource can be const. Nothing calls DoubleClickHdl, remove it.
2012-03-06ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a LinkCaolán McNamara
2012-03-05Remove unused code from basicElton Chung
2012-03-05callcatcher: update listCaolán McNamara