Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | fold i18npaper into i18nutil | Caolán McNamara | |
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting | |||
2012-03-08 | drop dead makefile.mk's | Caolán McNamara | |
2012-03-07 | remove various unused methods and source files | Caolán McNamara | |
2012-03-03 | WaE: equality comparison with extraneous parentheses | Tor Lillqvist | |
2012-03-02 | there was the object comparison, not the pointer comparison | Ivan Timofeev | |
2012-03-02 | remove traces of SvxFontTable | Ivan Timofeev | |
2012-03-02 | fix memory leak | Ivan Timofeev | |
2012-03-02 | WaE: use of logical '&&' with constant operand | Tor Lillqvist | |
Surely a bit test is what is intended here. | |||
2012-03-01 | More IMPL_LINK_NOARG fixes | Stephan Bergmann | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-03-01 | Remove SvxFontTable and use std::vector instead | Noel Grandin | |
In removing tools/table.hxx usage, remove SvxFontTable and convert to std::vector<SvxFontItem*> because it was only being used as a temporary list, not a map. | |||
2012-02-28 | we don't want any of these to be streamed out/in as 64bit values | Caolán McNamara | |
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-24 | unusedcode.easy: remove unused code | Thomas Arnhold | |
2012-02-23 | make editeng ByteString free | Caolán McNamara | |
2012-02-23 | WaE: nWidth might be unused uninitialized | Caolán McNamara | |
2012-02-23 | fdo#45560: Fixed docx textbox borders style and width import | Cédric Bosdonnat | |
2012-02-21 | use a for loop | Ivan Timofeev | |
2012-02-21 | convert svxrtf.hxx in editeng module from table.hxx to std::map | Noel Grandin | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | unusedeasy.code: remove SvxFont::DrawText | Thomas Arnhold | |
2012-02-18 | Remove unused code | Elton Chung | |
2012-02-17 | clean up logic | Mariusz Dykierek | |
2012-02-15 | tweak "Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx..." | Ivan Timofeev | |
* remove 'const' from GetForbiddenCharacters * CharInfoMap -> Map * pInf -> pForbiddenCharacters * remove 'inline' from the function defined within the class definition * some code simplifications | |||
2012-02-15 | Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx to std::map | Noel Grandin | |
2012-02-14 | Remove unused code. | Santiago Martinez | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | fix debug build | Ivan Timofeev | |
2012-02-03 | WrongList::TextInserted: fix STL crash | Michael Stahl | |
vector iterators and insert don't mix well (regression from dfbf0cabfa8310502e19642d56c746cc0d454d27) | |||
2012-02-03 | editeng: convert some DBG_ASSERTs | Michael Stahl | |
2012-02-02 | resolved fdo#42784 BorderLine with only InnerWidth set does not work | Eike Rathke | |
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |
2012-01-31 | SWAPLONG->OSL_SWAPDWORD | Caolán McNamara | |
2012-01-30 | fdo#44981 - remove obsolete SWAPLONG macros | Noel Grandin | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-27 | SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTS | Michael Stahl | |
2012-01-27 | fdo#38542: SvxBorderLine::GuessLinesWidths: | Michael Stahl | |
Importing style:border-line-width="0.002cm 0.088cm 0.141cm" (which older OOo/LO apparently could write) fails, because GuessLinesWidths can't find a matching style (result: standard "double" border, 3 equal width parts). Try to create a custom BorderWidthImpl of type DOUBLE instead, that preserves the individual widths. | |||
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-18 | fdo#39428 Remove/audit SvStream operator>>/<<(long) | Keith McRae | |
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32) | |||
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-16 | force users of WriteByteStringLine to explictly denote encoding | Caolán McNamara | |
2012-01-16 | force users of ReadByteStringLine to explictly denote encoding | Caolán McNamara | |
2012-01-14 | SV_DECL_PTRARR_DEL->std::vector | August Sodora | |
2012-01-14 | Remove useless macro | August Sodora | |
2012-01-14 | fix for gcc 4.7: unable to find string literal operator | Matúš Kukan | |