summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Convert tools/table to std::vector and std::map in cuiNoel Grandin2-97/+72
2012-03-02WNT-only IMPL_LINK_NOARG fixesStephan Bergmann1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann121-515/+515
2012-02-27fdo#46531: Fixed SpellCheck dialog display issuesCédric Bosdonnat1-89/+86
2012-02-27Reduced loadtime of autocorrect tablesSzabolcs Dezsi1-2/+2
2012-02-23Adapted SearchThread/TakeThread to safer-to-use salhelper::ThreadStephan Bergmann4-31/+42
2012-02-21catch by referenceCaolán McNamara1-1/+1
2012-02-21WaE: unused variableCaolán McNamara1-19/+20
2012-02-20WaE: msvc:C4099Caolán McNamara1-1/+1
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-18Fix typos in commentsElton Chung2-2/+2
2012-02-17Cleanup inludesMatteo Casalin1-0/+10
2012-02-14Some more comphelper/configurationhelper clean upStephan Bergmann3-183/+159
2012-02-13Use "Close" instead of "Cancel" button in the about dialogPetr Mladek1-0/+1
2012-02-13WaE: unreferenced local variableTor Lillqvist1-6/+6
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2-2/+0
2012-02-10add back close button to the about dialogPetr Mladek4-2/+36
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe1-1/+1
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-4/+4
2012-02-09another improvement of the about dialogPetr Mladek2-4/+7
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe1-1/+1
2012-02-06correct TDF linkIvan Timofeev1-1/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05fix coordinates on Options - Load/Save - General panelAndras Timar1-4/+4
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-2/+2
2012-02-05Some cppcheck cleaningJulien Nabet1-12/+12
2012-02-05fix various overlapped controls in the Options dialogIvan Timofeev3-6/+5
2012-02-02cui: about.cxx: nSpace was not declared in this scopeMichael Stahl1-1/+1
2012-02-03Replaced String by rtl::OUStringTakeshi Abe1-2/+2
2012-02-02I added some links and removed the ok buttondbarisakkurt4-34/+75
2012-01-31Fix "Throwing a copy of the caught exception instead of rethrowing"Julien Nabet1-6/+6
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2-40/+25
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann2-4/+4
2012-01-31callcatcher: update listCaolán McNamara2-18/+0
2012-01-30MaxTextLength apparently needs to take comma in "1,000" into account.Stephan Bergmann1-1/+1
2012-01-30refactor ConvertLineEndCaolán McNamara2-4/+6
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann1-2/+4
2012-01-27SvxBorderTabPage: the minimal border width is 1 twipMichael Stahl1-1/+1
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann1-6/+9
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat2-1/+9
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann3-24/+55
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann1-1/+0
2012-01-25Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2-19/+30
2012-01-21Improve checking for emptinessThomas Arnhold2-4/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-5/+5
2012-01-20add missing semicolons. *blush*David Tardon1-2/+2
2012-01-20make these strings localizable again (fdo#44947)David Tardon1-57/+148
2012-01-17fdo#44402: make keyboard navigation work again in Tools->OptionsAugust Sodora1-49/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz13-26/+26
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz13-35/+24