summaryrefslogtreecommitdiff
path: root/unusedcode.easy
AgeCommit message (Collapse)Author
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
2012-03-05Remove unused code TESortedPositions and TEWritingDirectionInfosMaciej Rumianowski
2012-03-05Remove unused codeElton Chung
2012-03-05remove unused codePetr Vorel
2012-03-04Removed dead codeMarc-André Laverdière-Papineau
2012-03-04Removed dead codeMarc-André Laverdière-Papineau
2012-03-04Removed dead codeMarc-André Laverdière-Papineau
2012-03-02callcatcher: update listCaolán McNamara
2012-03-01Remove unused codeElton Chung
2012-03-01callcatcher: update listCaolán McNamara
2012-02-29callcatcher: update listCaolán McNamara
2012-02-28Remove unused code in BiffObjLineModel.Santiago Martinez
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-27Removed dead codeMarc-André Laverdière-Papineau
* Removed unused SvInplaceEdit
2012-02-27Removed dead codeMarc-André Laverdière-Papineau
Deleted: SvFileStream::UnlockFile()
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-27callcatcher: update listCaolán McNamara
2012-02-27fix CntHTTPCookieList_impl leakCaolán McNamara
2012-02-27use a non-leaky singletonCaolán McNamara
2012-02-27callcatcher: update unused listCaolán McNamara
2012-02-25Remove unused codeElton Chung
2012-02-25Remove unused code in basegfx, comphelperElton Chung
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-24unusedcode.easy: OwnerLock includes this featureThomas Arnhold
2012-02-24unusedcode.easy: Remove SotFactory::TestInvariant()Thomas Arnhold
Also CALL_TEST_INVARIANT is never used again.
2012-02-23unusedcode: remove something from ooxMatúš Kukan
2012-02-23lock in ByteString gainsCaolán McNamara
2012-02-23Remove unused code as listed in unusedcode.easySantiago Martinez
2012-02-23Remove unused code in ScUserListSantiago Martinez
2012-02-22unusedcode.easy: remove some moreThomas Arnhold
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold
2012-02-21unwrap ifdefs with unused membersCaolán McNamara
2012-02-20unusedcode.easy: some cleaningThomas Arnhold