summaryrefslogtreecommitdiff
path: root/svtools/inc
AgeCommit message (Collapse)Author
2012-05-14WaE: unsafe mix of bool and sal_BoolCaolán McNamara
Change-Id: I3854a9958f49dbbabe7a604e4604d5d8f79adc11
2012-05-13callcatcher: update unused code listCaolán McNamara
Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d
2012-05-04fpicker: make the place edition dialog workingCédric Bosdonnat
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-25Remove unused methodsJosé Santiago Jiménez Sarmiento
2012-04-25refactor ImpSvtDataCaolán McNamara
2012-04-25DeleteOnIdleItems isn't called anywhereCaolán McNamara
2012-04-25after nine years, time to give up on the REGEXP_SUPPORT dreamCaolán McNamara
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold
2012-04-18callcatcher: update listCaolán McNamara
2012-04-16WaE: "CDECL" redefinedDavid Tardon
2012-04-16callcatcher: update listCaolán McNamara
2012-04-16callcatcher: update unused codeCaolán McNamara
2012-04-12callcatcher: update unused code listCaolán McNamara
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson
2012-04-05drop methods only used in svdemCaolán McNamara
2012-04-03ValueSet: remove obsolete forward declarationMatteo Casalin
2012-04-03fdo#44698 settings are under a different menu in Mac OS XAndras Timar
2012-04-02Convert tools/table.hxx usage to std::set in Calendar class in svtools moduleNoel Grandin
Also change the API slightly, removing GetSelectedData(int index) and replacing it with GetLastSelectedDate(), since the only usage of GetSelectedData in the codebase only needed to get the last date.
2012-04-02fpicker: a list of bookmarks in the file pickerMartin Richard
under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
2012-04-02removed duplicate includes in svl / svtoolsTakeshi Abe
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin
2012-03-23weird use of volatileCaolán McNamara
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara
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-20remove extra string castsCaolán McNamara
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-13Clean up ODocumentInfoPreviewStephan Bergmann
2012-03-12implement RTF support of contextual spacingMiklos Vajna
Import, export and testcase.
2012-03-08Translate German commentsPhilipp Weissenbacher
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara
2012-03-06TaskBar is never constructedCaolán McNamara
2012-03-03ValueSet: reduce memory footprint by dynamically evaluating rectanglesMatteo Casalin
2012-03-01More IMPL_LINK_NOARG fixesStephan Bergmann
2012-03-01More IMPL_LINK_NOARG fixes for clangTor Lillqvist
2012-02-27Removed dead codeMarc-André Laverdière-Papineau
* Removed unused SvInplaceEdit
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-27ditch archaic filter-tracer remnantsCaolán McNamara
2012-02-23Adapted SvtMatchContext_Impl to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-20move SvListView from Table to ptr_map, related fdo#45679Markus Mohrhard
2012-02-19svtools: remove unused GraphicObject::GetReleaseFromCacheThomas Arnhold
2012-02-19svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold
And simplify sdgrffilter because this if is always true.
2012-02-18Fix typos in commentsElton Chung
2012-02-18Remove unused codeElton Chung
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi