summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)Author
2012-03-02WNT-only IMPL_LINK_NOARG fixesStephan Bergmann
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-27fdo#46531: Fixed SpellCheck dialog display issuesCédric Bosdonnat
2012-02-27Reduced loadtime of autocorrect tablesSzabolcs Dezsi
2012-02-23Adapted SearchThread/TakeThread to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-21catch by referenceCaolán McNamara
2012-02-21WaE: unused variableCaolán McNamara
2012-02-20WaE: msvc:C4099Caolán McNamara
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-18Fix typos in commentsElton Chung
2012-02-17Cleanup inludesMatteo Casalin
2012-02-14Some more comphelper/configurationhelper clean upStephan Bergmann
2012-02-13Use "Close" instead of "Cancel" button in the about dialogPetr Mladek
2012-02-13WaE: unreferenced local variableTor Lillqvist
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-10add back close button to the about dialogPetr Mladek
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-09another improvement of the about dialogPetr Mladek
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe
2012-02-06correct TDF linkIvan Timofeev
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05fix coordinates on Options - Load/Save - General panelAndras Timar
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-05Some cppcheck cleaningJulien Nabet
2012-02-05fix various overlapped controls in the Options dialogIvan Timofeev
2012-02-02cui: about.cxx: nSpace was not declared in this scopeMichael Stahl
2012-02-03Replaced String by rtl::OUStringTakeshi Abe
2012-02-02I added some links and removed the ok buttondbarisakkurt
2012-01-31Fix "Throwing a copy of the caught exception instead of rethrowing"Julien Nabet
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann
2012-01-31callcatcher: update listCaolán McNamara
2012-01-30MaxTextLength apparently needs to take comma in "1,000" into account.Stephan Bergmann
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann
2012-01-27SvxBorderTabPage: the minimal border width is 1 twipMichael Stahl
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann
2012-01-21Improve checking for emptinessThomas Arnhold
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-20add missing semicolons. *blush*David Tardon
2012-01-20make these strings localizable again (fdo#44947)David Tardon
2012-01-17fdo#44402: make keyboard navigation work again in Tools->OptionsAugust Sodora
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-13remove some tools/string.hxxCaolán McNamara