Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-14 | WaE: unsafe mix of bool and sal_Bool | Caolán McNamara | |
Change-Id: I3854a9958f49dbbabe7a604e4604d5d8f79adc11 | |||
2012-05-13 | callcatcher: update unused code list | Caolán McNamara | |
Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d | |||
2012-05-04 | fpicker: make the place edition dialog working | Cédric Bosdonnat | |
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d | |||
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | |
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8 | |||
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-25 | Remove unused methods | José Santiago Jiménez Sarmiento | |
2012-04-25 | refactor ImpSvtData | Caolán McNamara | |
2012-04-25 | DeleteOnIdleItems isn't called anywhere | Caolán McNamara | |
2012-04-25 | after nine years, time to give up on the REGEXP_SUPPORT dream | Caolán McNamara | |
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
2012-04-18 | callcatcher: update list | Caolán McNamara | |
2012-04-16 | WaE: "CDECL" redefined | David Tardon | |
2012-04-16 | callcatcher: update list | Caolán McNamara | |
2012-04-16 | callcatcher: update unused code | Caolán McNamara | |
2012-04-12 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-05 | drop methods only used in svdem | Caolán McNamara | |
2012-04-03 | ValueSet: remove obsolete forward declaration | Matteo Casalin | |
2012-04-03 | fdo#44698 settings are under a different menu in Mac OS X | Andras Timar | |
2012-04-02 | Convert tools/table.hxx usage to std::set in Calendar class in svtools module | Noel 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-02 | fpicker: a list of bookmarks in the file picker | Martin Richard | |
under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com> | |||
2012-04-02 | removed duplicate includes in svl / svtools | Takeshi Abe | |
2012-03-29 | Remove unnecessary tools/table.hxx #includes | Noel Grandin | |
2012-03-23 | weird use of volatile | Caolán McNamara | |
2012-03-23 | SvtAccessibilityOptions::GetIsForBorders is no longer used | Caolán McNamara | |
2012-03-20 | remove ToDouble/ToFloat | Caolán McNamara | |
2012-03-20 | callcatcher: update list, I suspect SvLBoxBmp cannot be instantiated | Caolán McNamara | |
2012-03-20 | make ResId->OUString the primary route | Caolán McNamara | |
2012-03-20 | remove extra string casts | Caolán McNamara | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan 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-13 | Clean up ODocumentInfoPreview | Stephan Bergmann | |
2012-03-12 | implement RTF support of contextual spacing | Miklos Vajna | |
Import, export and testcase. | |||
2012-03-08 | Translate German comments | Philipp Weissenbacher | |
2012-03-08 | Convert from tools/table.hxx to std::map in SvxMacroTableDtor | Noel 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-07 | remove various unused methods and source files | Caolán McNamara | |
2012-03-06 | ditch archaic taskbox/taskmisc/taskstat implementations | Caolán McNamara | |
2012-03-06 | TaskBar is never constructed | Caolán McNamara | |
2012-03-03 | ValueSet: reduce memory footprint by dynamically evaluating rectangles | Matteo Casalin | |
2012-03-01 | More IMPL_LINK_NOARG fixes | Stephan Bergmann | |
2012-03-01 | More IMPL_LINK_NOARG fixes for clang | Tor Lillqvist | |
2012-02-27 | Removed dead code | Marc-André Laverdière-Papineau | |
* Removed unused SvInplaceEdit | |||
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-27 | ditch archaic filter-tracer remnants | Caolán McNamara | |
2012-02-23 | Adapted SvtMatchContext_Impl to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-20 | move SvListView from Table to ptr_map, related fdo#45679 | Markus Mohrhard | |
2012-02-19 | svtools: remove unused GraphicObject::GetReleaseFromCache | Thomas Arnhold | |
2012-02-19 | svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialog | Thomas Arnhold | |
And simplify sdgrffilter because this if is always true. | |||
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-18 | Remove unused code | Elton Chung | |
2012-02-17 | Removed unused code from svl and sfx2 | Szabolcs Dezsi | |