Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | reduce UniStrings | Caolán McNamara | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-14 | add 'Japanese Postcard' paper size to both Paper format and Print dialog | Takeshi Abe | |
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-14 | fixed pointer to the paper.hxx in comment | Takeshi Abe | |
2012-03-12 | cui: implement contextual spacing UI | Miklos Vajna | |
2012-03-12 | SvxStdParagraphTabPage::Reset: no need to have two SvxULSpaceItem here | Miklos Vajna | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | add an explicit Cancel handler | Caolán McNamara | |
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-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-07 | These methods don't need to be implemented as Links | Caolán McNamara | |
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 | |