Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-02 | Convert tools/table to std::vector and std::map in cui | Noel Grandin | |
Convert DoubleStringArray to std::vector Convert DoubleStringTable to std::map Convert StringsTable to std::map | |||
2012-03-02 | WNT-only 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-02-27 | fdo#46531: Fixed SpellCheck dialog display issues | Cédric Bosdonnat | |
More robust, handling of the explanations message and link display. | |||
2012-02-27 | Reduced loadtime of autocorrect tables | Szabolcs Dezsi | |
2012-02-23 | Adapted SearchThread/TakeThread to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-21 | catch by reference | Caolán McNamara | |
2012-02-21 | WaE: unused variable | Caolán McNamara | |
2012-02-20 | WaE: msvc:C4099 | Caolán McNamara | |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | Cleanup inludes | Matteo Casalin | |
2012-02-14 | Some more comphelper/configurationhelper clean up | Stephan Bergmann | |
2012-02-13 | Use "Close" instead of "Cancel" button in the about dialog | Petr Mladek | |
Thanks to Stefan Knorr (Astron) for hint. | |||
2012-02-13 | WaE: unreferenced local variable | Tor Lillqvist | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | add back close button to the about dialog | Petr Mladek | |
Some windowmanagers on small devides do not have the close window button, so all dialogs should have its own way how to diappear. It is now done like in other application. They use "Close" button instead of "OK". They put it into the right side and delimit it by a line, so it looks like another dialog in the application. | |||
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-09 | another improvement of the about dialog | Petr Mladek | |
* put back "supplied by %OOOVENDOR" instead of "developed by %OOOVENDOR" * remove "LibreOffice is" from the copyright line. It has affect only when the product is called "LibreOffice" * center version and buildid line * remove the confusing branch-point from buildid; it is not longer necessary when we have the version suffix, e.g. beta1+ | |||
2012-02-09 | Replaced String by rtl::OUString in SvxMacro | Takeshi Abe | |
2012-02-06 | correct TDF link | Ivan Timofeev | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | fix coordinates on Options - Load/Save - General panel | Andras Timar | |
2012-02-05 | Fixed cppcheck messages about rethrowing copy of exception. | PKEuS | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |
2012-02-05 | fix various overlapped controls in the Options dialog | Ivan Timofeev | |
2012-02-02 | cui: about.cxx: nSpace was not declared in this scope | Michael Stahl | |
2012-02-03 | Replaced String by rtl::OUString | Takeshi Abe | |
2012-02-02 | I added some links and removed the ok button | dbarisakkurt | |
2012-01-31 | Fix "Throwing a copy of the caught exception instead of rethrowing" | Julien Nabet | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-31 | Move unotools/configuration.hxx to comphelper | Stephan Bergmann | |
...so that other code in comphelper can use it. | |||
2012-01-31 | callcatcher: update list | Caolán McNamara | |
2012-01-30 | MaxTextLength apparently needs to take comma in "1,000" into account. | Stephan Bergmann | |
Otherwise, max undo steps field gets reset to 100 (?) for inputs > 9999. | |||
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-30 | Fixed cppheader.xsl nillable treatment. | Stephan Bergmann | |
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too. | |||
2012-01-27 | SvxBorderTabPage: the minimal border width is 1 twip | Michael Stahl | |
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann | |
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0. | |||
2012-01-27 | Revert "Removed list and numbering paragraph styles and related option page" | Cédric Bosdonnat | |
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work | |||
2012-01-26 | Replace SvtCacheOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-26 | Replace SvtInetOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-25 | Replace SourceViewConfig with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
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-20 | add missing semicolons. *blush* | David Tardon | |
2012-01-20 | make these strings localizable again (fdo#44947) | David Tardon | |
Our translation tools read the src files literally, line by line, only reacting on specific patterns (e.g., 'Text [en-US] = "...";'). Therefore use of macros like this cannot work. | |||
2012-01-17 | fdo#44402: make keyboard navigation work again in Tools->Options | August Sodora | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |