summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
AgeCommit message (Expand)Author
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-29sw: actually why does this not simply call FlatIndex()?Michael Stahl
2014-04-29fdo#76696: CurTOXType::GetFlatIndex(): fix inverted conditionalMichael Stahl
2014-04-22remove unused hrc filesThomas Arnhold
2014-04-22clean up hrc filesThomas Arnhold
2014-04-20cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2014-04-15sw: clean up inter-module includesThomas Arnhold
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-14typo: postion -> positionThomas Arnhold
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-04-08SwMultiTOXTabDialog: fortunately the bogus SetTemplatePath callMichael Stahl
2014-04-04SwMultiTOXTabDialog: the file we ship is called idxexample.odtMichael Stahl
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
2014-03-30sal_uInt16: to sal_Int32 and rework initializationMatteo Casalin
2014-03-30Remove one more OUString concatenated appendMatteo Casalin
2014-03-30Remove empty branch in if statementMatteo Casalin
2014-03-30Fix alignmentMatteo Casalin
2014-03-30Use getToken instead of indexOf and re-assignmentMatteo Casalin
2014-03-30OUString optimizationsMatteo Casalin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-24Do not compare the same OUString twiceMatteo Casalin
2014-03-24OUString* to const OUString* as constructor argumentMatteo Casalin
2014-03-24sal_uInt16 to sal_(u)Int32 + some constificationsMatteo Casalin
2014-03-24Remove temporary OUString by bailing out earlyMatteo Casalin
2014-03-24Remove temporary OUStringsMatteo Casalin
2014-03-24sal_uInt16 to sal_Int32/int and remove some temporariesMatteo Casalin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-21coverity#705953 Dereference before null checkCaolán McNamara
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak12345
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-26fdo#75133: Preseved bibliography after round trip.Rohit Deshmukh
2014-02-21vcl: sal_Bool -> boolStephan Bergmann