summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-2/+2
* add an explicit Cancel handlerCaolán McNamara2012-03-092-1/+11
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-082-5/+4
* fold i18npaper into i18nutilCaolán McNamara2012-03-082-3/+3
* These methods don't need to be implemented as LinksCaolán McNamara2012-03-072-32/+25
* Convert tools/table to std::vector and std::map in cuiNoel Grandin2012-03-022-97/+72
* WNT-only IMPL_LINK_NOARG fixesStephan Bergmann2012-03-021-1/+1
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-01121-515/+515
* fdo#46531: Fixed SpellCheck dialog display issuesCédric Bosdonnat2012-02-271-89/+86
* Reduced loadtime of autocorrect tablesSzabolcs Dezsi2012-02-271-2/+2
* Adapted SearchThread/TakeThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-234-31/+42
* catch by referenceCaolán McNamara2012-02-211-1/+1
* WaE: unused variableCaolán McNamara2012-02-211-19/+20
* WaE: msvc:C4099Caolán McNamara2012-02-201-1/+1
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-181-2/+2
* Fix typos in commentsElton Chung2012-02-182-2/+2
* Cleanup inludesMatteo Casalin2012-02-171-0/+10
* Some more comphelper/configurationhelper clean upStephan Bergmann2012-02-143-183/+159
* Use "Close" instead of "Cancel" button in the about dialogPetr Mladek2012-02-131-0/+1
* WaE: unreferenced local variableTor Lillqvist2012-02-131-6/+6
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-102-2/+0
* add back close button to the about dialogPetr Mladek2012-02-104-2/+36
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe2012-02-101-1/+1
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-4/+4
* another improvement of the about dialogPetr Mladek2012-02-092-4/+7
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-091-1/+1
* correct TDF linkIvan Timofeev2012-02-061-1/+1
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* fix coordinates on Options - Load/Save - General panelAndras Timar2012-02-051-4/+4
* Fixed cppcheck messages about rethrowing copy of exception.PKEuS2012-02-051-2/+2
* Some cppcheck cleaningJulien Nabet2012-02-051-12/+12
* fix various overlapped controls in the Options dialogIvan Timofeev2012-02-053-6/+5
* cui: about.cxx: nSpace was not declared in this scopeMichael Stahl2012-02-021-1/+1
* Replaced String by rtl::OUStringTakeshi Abe2012-02-031-2/+2
* I added some links and removed the ok buttondbarisakkurt2012-02-024-34/+75
* Fix "Throwing a copy of the caught exception instead of rethrowing"Julien Nabet2012-01-311-6/+6
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-312-40/+25
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-312-4/+4
* callcatcher: update listCaolán McNamara2012-01-312-18/+0
* MaxTextLength apparently needs to take comma in "1,000" into account.Stephan Bergmann2012-01-301-1/+1
* refactor ConvertLineEndCaolán McNamara2012-01-302-4/+6
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-301-2/+4
* SvxBorderTabPage: the minimal border width is 1 twipMichael Stahl2012-01-271-1/+1
* Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-271-6/+9
* Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat2012-01-272-1/+9
* Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-263-24/+55
* Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann2012-01-261-1/+0
* Replace SourceViewConfig with (simplified) direct configuration access.Stephan Bergmann2012-01-252-19/+30
* Improve checking for emptinessThomas Arnhold2012-01-212-4/+4
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-5/+5