summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
AgeCommit message (Expand)AuthorFilesLines
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-5/+3
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2-4/+4
2014-10-10coverity#1242762 Unused valueCaolán McNamara1-1/+0
2014-10-03coverity#1242762 Unused valueCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin3-38/+38
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-4/+4
2014-08-22QueryBox DLG_CHANGE_AUTH_ENTRY -> MessageDialog + stringCaolán McNamara2-6/+3
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-9/+9
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-4/+4
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe2-8/+8
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante2-45/+12
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin3-113/+113
2014-04-29sw: actually why does this not simply call FlatIndex()?Michael Stahl1-5/+1
2014-04-29fdo#76696: CurTOXType::GetFlatIndex(): fix inverted conditionalMichael Stahl1-4/+4
2014-04-22remove unused hrc filesThomas Arnhold1-28/+0
2014-04-22clean up hrc filesThomas Arnhold2-2/+0
2014-04-20cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-14typo: postion -> positionThomas Arnhold1-1/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-1/+1
2014-04-08SwMultiTOXTabDialog: fortunately the bogus SetTemplatePath callMichael Stahl1-1/+0
2014-04-04SwMultiTOXTabDialog: the file we ship is called idxexample.odtMichael Stahl1-20/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-3/+3
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-1/+1
2014-03-30sal_uInt16: to sal_Int32 and rework initializationMatteo Casalin1-12/+6
2014-03-30Remove one more OUString concatenated appendMatteo Casalin1-5/+2
2014-03-30Remove empty branch in if statementMatteo Casalin1-4/+1
2014-03-30Fix alignmentMatteo Casalin1-2/+2
2014-03-30Use getToken instead of indexOf and re-assignmentMatteo Casalin1-12/+6
2014-03-30OUString optimizationsMatteo Casalin1-130/+73
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-16/+16
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-6/+6
2014-03-24Do not compare the same OUString twiceMatteo Casalin1-2/+3
2014-03-24OUString* to const OUString* as constructor argumentMatteo Casalin1-2/+1
2014-03-24sal_uInt16 to sal_(u)Int32 + some constificationsMatteo Casalin1-56/+51
2014-03-24Remove temporary OUString by bailing out earlyMatteo Casalin1-13/+11
2014-03-24Remove temporary OUStringsMatteo Casalin1-21/+13
2014-03-24sal_uInt16 to sal_Int32/int and remove some temporariesMatteo Casalin1-29/+24