summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
2014-04-18No need for these to be statics.Jan Holesovsky
2014-04-18ScImportExport clean-up, German commentsTomaž Vajngerl
2014-04-18coverity#704274 Logically dead codeCaolán McNamara
2014-04-18coverity#1202953 Uninitialized pointer fieldCaolán McNamara
2014-04-18Related: coverity#1202953 unused pIPClient memberCaolán McNamara
2014-04-18callcatcher: update unused codeCaolán McNamara
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist
2014-04-17limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard
2014-04-16cppcheck: duplicate branchCaolán McNamara
2014-04-16fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida
2014-04-16fdo#74555: Avoid excessive calls to GetPreviewCellStyle().Kohei Yoshida
2014-04-16fdo#75665: Fix the right-aligned case.Kohei Yoshida
2014-04-16fdo#75026: Sometimes we need to update grid view while not being active.Kohei Yoshida
2014-04-16SfxItemPool(..., ATTR_STARTINDEX, ATTR_ENDINDEX, aItemInfos, ...) off by oneStephan Bergmann
2014-04-16coverity#1202968 Uninitialized scalar fieldCaolán McNamara
2014-04-16coverity#1202963 Uninitialized pointer fieldCaolán McNamara
2014-04-15fdo#75665: Truncate string when clipped on screen.Kohei Yoshida
2014-04-16CID#736182 guard against a dubious call from SearchAndReplace()Eike Rathke
2014-04-15CID#1202961 init class memberEike Rathke
2014-04-15CID#1202973 init class membersEike Rathke
2014-04-15CID#1202954 init class memberEike Rathke
2014-04-15Use scope switch rather than manual on and off.Kohei Yoshida
2014-04-15Use single std::vector instance in lieu of heap arrays.Kohei Yoshida
2014-04-15CID#1093227: check for (unlikely) null return valueEike Rathke
2014-04-15Remove this duplicate, and use the one in ScCellFormat.Kohei Yoshida
2014-04-15Avoid unnecessarily converting UNO cell address to ScAddress.Kohei Yoshida
2014-04-15fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-14fdo#77209: Share string pool with clip documents.Kohei Yoshida
2014-04-14The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-14typo: occuring -> occurringThomas Arnhold
2014-04-14typo: hilight -> highlightThomas Arnhold
2014-04-14typo: artifical -> artificialThomas Arnhold
2014-04-14typo: postion -> positionThomas Arnhold
2014-04-14typo: reverese -> reverseThomas Arnhold
2014-04-14typo: ULR -> URLThomas Arnhold
2014-04-14typo: direclty -> directlyThomas Arnhold
2014-04-14typo: befor -> beforeThomas Arnhold
2014-04-14remove static stringsThomas Arnhold
2014-04-12WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist