summaryrefslogtreecommitdiffstats
path: root/cui/source
Commit message (Expand)AuthorAgeFilesLines
* Adapted SearchThread/TakeThread to safer-to-use salhelper::ThreadStephan Bergmann2012-02-232-30/+40
* 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
* 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
* 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
* add missing semicolons. *blush*David Tardon2012-01-201-2/+2
* make these strings localizable again (fdo#44947)David Tardon2012-01-201-57/+148
* fdo#44402: make keyboard navigation work again in Tools->OptionsAugust Sodora2012-01-171-49/+0
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-1713-26/+26
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-1613-35/+24
* remove some tools/string.hxxCaolán McNamara2012-01-132-18/+8
* move overlapped controlsIvan Timofeev2012-01-121-1/+1
* SvStringsISort->std::setAugust Sodora2012-01-112-20/+9
* SvStringsDtor->std::vectorAugust Sodora2012-01-111-6/+5
* SvStringsDtor->std::vectorAugust Sodora2012-01-101-42/+28
* Remove unnecessary forward declarationsAugust Sodora2012-01-102-2/+0
* Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora2012-01-1012-33/+0