Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-17 | fdo#40778 Remove dictionary choice when adding new entry to the spellchecker | Rob Snelders | |
2012-04-17 | translated or removed german comments in connectivity, cppuhelper and cui | Florian Allmann-Rahn | |
2012-04-17 | String::ToInt32->rtl::OUString::toInt32 | Caolán McNamara | |
2012-04-16 | Resolves: fdo#48723 add a (hidden) CancelButton so ESC closes about dialog | Caolán McNamara | |
2012-04-16 | Resolves: fdo#48659 about dialog misses BuildID | Andrew Higginson | |
2012-04-11 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-11 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-06 | reduce overzealous naming | Luboš Luňák | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-03 | Cleanup some unnecessary #include | Matteo Casalin | |
2012-04-02 | Remove unused HTMLMODE_FIRSTLINE | Harri Pitkänen | |
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to have been used to add first line indent for paragraphs in Netscape version 3 but all currently available export modes use CSS for that. | |||
2012-04-02 | show synchronized checked only if all margins are the same, related fdo#44337 | Markus Mohrhard | |
2012-03-30 | removed duplicate includes in cppcanvas / cppuhelper / cui | Takeshi Abe | |
2012-03-27 | Translate German comments | Philipp Weissenbacher | |
2012-03-27 | Translate German comments, fix some English ones | Philipp Weissenbacher | |
2012-03-26 | fdo#46942: Fix a regression caused by List removal. | Kohei Yoshida | |
3236c2c3af9355157c62f68fcbd429498f7f747b accidentally removed the gallery item count which was used to differentiate the gallery symbols from normal ones. | |||
2012-03-26 | Move this into a real method also. | Kohei Yoshida | |
2012-03-26 | This string is assigned but not used. | Kohei Yoshida | |
2012-03-26 | bool and string. | Kohei Yoshida | |
2012-03-26 | Move the fat handler code into a real method. | Kohei Yoshida | |
To allow my editor to do static analysis correctly. Those IMPL_LINK macros screw it up. | |||
2012-03-26 | UniString to rtl::OUString. | Kohei Yoshida | |
2012-03-26 | Attempt to translate some German comments, but not all. | Kohei Yoshida | |
2012-03-26 | readUnicodeString can just return the string | Caolán McNamara | |
seeing as no-one checks the return value, we don't need the intermediate temporary string | |||
2012-03-26 | need seen for seperate CUI_RESSSTR | Caolán McNamara | |
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 | |