summaryrefslogtreecommitdiff
path: root/unusedcode.easy
AgeCommit message (Collapse)Author
2012-08-03callcatcher: update unused code post stlificationCaolán McNamara
Change-Id: If2c76ad5796456fcc84cd9e07a631be1687aa632
2012-08-02convert XMLFamilyDataList_Impl to boost::ptr_setCaolán McNamara
Change-Id: I2a23787091828415cf814eb7091f3fa926b5876c
2012-08-02remove now pointless pItemDesruptListCaolán McNamara
This pItemDesruptList is pointless now. We're registering the delete-when-idle items in their ctor's and deregistering in their dtor's which get called from the idle callback. The idea of pItemDesruptList appears to be for use in deleting any items at exit time whose idle callback didn't get called already. Which was done by DeleteOnIdleItems which itself was removed a while ago because nothing was calling it (for years). Some experiments in making it a simple singleton and/or one that hooks off default component dispose or XDesktop dispose shows that its crash city, so lets just remove the unused stuff outright rather than trying to fight to get some 12+ year unused appendix used. Change-Id: Ie0256d6987cf89a2a12db297065af09674547b3e
2012-08-02strip down UniString some moreCaolán McNamara
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
2012-08-01convert SvXMLAutoStylePoolNamesP_Impl to a std::setCaolán McNamara
Change-Id: I839edf8d0e941f78f6f6f9e6a9117f76587a5f39
2012-07-31strip down the PTRARR macro to the bits the last two uses requireCaolán McNamara
Change-Id: I60323cd849e98b194af43e80aebc699ab662ed0e
2012-07-31callcatcher: pModule is leakingCaolán McNamara
Change-Id: I85aae76937c2416964d6e49cdd6ac39dca83ebbd
2012-07-30ditch SV_DECL_PTRARR_SORT_DELCaolán McNamara
Change-Id: Ie57f283b2087564afe9b700d1f35a3be52f1e940
2012-07-29callcatcher: strip SvPtrarr down to the used piecesCaolán McNamara
Change-Id: I79e53acd886422a3691cc9a5916a271d02b3f7d9
2012-07-28callcatcher: unused dtor->fix leakCaolán McNamara
The other option I suppose is that in CEventDispatcher::removeListener when a map becomes empty then delete the map Change-Id: Icb108e3beb9eb7ce7f04f9e49b24e9cc77830b5d
2012-07-28callcatcher: update list, more stlificationCaolán McNamara
Change-Id: I03b82de231835db6a59c7c674e3ffbec6bd56009
2012-07-27callcatcher: update unused code list post more stlificiationCaolán McNamara
Change-Id: I267233067c0b1efd18d8a78df5fb151f9b3c4993
2012-07-26callcatcher: update used code post-stlificationCaolán McNamara
Change-Id: Ife742cfbb5295fafe36ba608744a3b3e356cc061
2012-07-25callcatcher: SwInsHardBlankSoftHyph unusedCaolán McNamara
Change-Id: Ia023647520828f562c879eb7410dda1417ad901d
2012-07-24unusedcode: svx: remove unused methodsMatúš Kukan
Change-Id: I50af310bef92f8f36c31b5b4f343639e89c628ac
2012-07-23callcatcher: update code post some stl conversionCaolán McNamara
some big hunks melting away now Change-Id: Ic74870cad06a2322e98bf1a66287a9b29a7b003e
2012-07-16unusedcode: drop CellBlock and one small methodMatúš Kukan
Change-Id: I7cad80ea59b4527193a35ea1b7cfdd56e07a0efe
2012-07-15callcatcher: update unused code listCaolán McNamara
Change-Id: I045ac2928d4b8cf99f9f76c20a9e489adc34ed66
2012-07-10Remove unused methods:Julien Nabet
Change-Id: Iad15c92be13ba9e6120f7306543c88a04893d2c7 dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&) dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdbc::SQLWarning const&)
2012-07-09update unused listCaolán McNamara
Change-Id: I9f17f0205c0dd0391006a710809ef45e0fe309c3
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03callcatcher: update unused codeCaolán McNamara
Change-Id: Ia817624647ba395476d457ccd1681c6a82534e5a
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-27update unused code listCaolán McNamara
Change-Id: I8845df6193233b268b5cce958fea9f25625c7025
2012-06-27fix memory leakCaolán McNamara
Change-Id: I61446b7f14a153f13c9d0f5541a3d675a620f601
2012-06-27callcatcher: remove some unused codeCaolán McNamara
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
2012-06-25callcatcher: update listCaolán McNamara
Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04
2012-06-25callcatcher: remove some more unused codeCaolán McNamara
Change-Id: Id60fe0dade7f47f8b2b65bf2cfa1d6ab28a94505
2012-06-25callcatcher: update unused codeCaolán McNamara
Change-Id: I65c19a21ae9b6deb1601adf2f3fe8fe8faa7e9ed
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara
Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d
2012-06-19death to some UniStringsCaolán McNamara
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
2012-06-18ditch last (?) String::String(const sal_Unicode*)Caolán McNamara
Change-Id: I47ce16581a9923729a7e5e1e5cedaf91e4b215ac
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-13callcatcher: update unused code listCaolán McNamara
Change-Id: I76860ac9a823cde1c9e87e08da7bb6884840f826
2012-06-11callcatcher: update unused codeCaolán McNamara
Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold
Change-Id: I0b9abff3978c03c87aa0d49dbfb531ec4f38d698
2012-05-25Drop unused function "findByTable"Julien Nabet
Change-Id: I396bd5a6eb9ecc123529259f668f98be4b4245ca
2012-05-13callcatcher: update unused code listCaolán McNamara
Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d
2012-05-11put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan
basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1
2012-05-11unusedcode: basegfx::tools::equalMatúš Kukan
Change-Id: I I579fd3de05f78f06af06c53afab1cc70fc700082
2012-05-10callcatcher: update unused code listCaolán McNamara
Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6
2012-05-08Remove unused (SwTabFrm::GetLeaf)Julien Nabet
Change-Id: I6bf22a22c41860a85af4e01ee23b146265863797
2012-05-07unusedcode: BiffGroupObjectMatúš Kukan
Change-Id: I13d969511dfb8cb87a88be47c72de4d882247f46
2012-05-04Remove unused method VendorBase::getJavaExePaths(int*)Marc Garcia
2012-05-03Remove unused method canvas::tools::clipBlitJordi Mallach
2012-05-02Remove GoPrevSentence indicated in unusedJulien Nabet
Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839
2012-05-01rework callcatcher makefile to build subsequentcheck testsCaolán McNamara
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
2012-05-01SV_DECL_PTRARR_SORT->boost::ptr_setCaolán McNamara
Change-Id: I770d684a11347593656edc80d173bc7631d58fd8
2012-04-30Some removing in cairocanvasJulien Nabet
Change-Id: Idd08fd733670f4410349a45de882710b19a31f67