summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski16-50/+49
2017-01-23lok: Listen for state change events for cell alignment commandsPranav Kant1-1/+4
2017-01-23use rtl::Reference in SfxInPlaceClientNoel Grandin1-88/+86
2017-01-23use rtl::Reference in SfxAppData_ImplNoel Grandin3-6/+5
2017-01-21coverity#1399027 Dereference after null checkCaolán McNamara1-1/+1
2017-01-20these are bitmaps nowCaolán McNamara1-3/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sfx2Stephan Bergmann8-0/+17
2017-01-19these used to OSL_TRACE, quiten them to SAL_INFOCaolán McNamara1-1/+1
2017-01-19sfx2: load BitmapEx resources instead of Image onesCaolán McNamara15-42/+33
2017-01-19Using SfxDispatcher was not that good idea after allMaxim Monastirsky2-6/+29
2017-01-19tdf#104718: Prompt user to continue on SAXExceptionMike Kaganski3-1/+40
2017-01-19use rtl::Reference in AsyncExecuteInfoNoel Grandin1-11/+8
2017-01-19use rtl::Reference in SfxPopupWindowNoel Grandin1-8/+2
2017-01-18sfx2: load BitmapEx resources instead of Image onesCaolán McNamara3-86/+86
2017-01-18use rtl::Reference in SfxInstanceCloseGuard_ImplNoel Grandin1-12/+8
2017-01-18use rtl::Reference in RequestFilterOptionsNoel Grandin2-15/+8
2017-01-18use rtl::Reference in RequestPackageReparation_ImplNoel Grandin1-16/+9
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl4-4/+4
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski10-20/+20
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski5-27/+31
2017-01-17tdf#104349, tdf#104668 MS Word compatibility trailing blanks optionVitaliy Anderson1-1/+6
2017-01-17new loplugin: useuniqueptr: sfx2Noel Grandin15-102/+62
2017-01-16Convert RID_MENU_NOTEBOOKBAR to xmlMaxim Monastirsky7-189/+9
2017-01-14avoid OConfigurationTreeRoot copy assignmentCaolán McNamara1-15/+16
2017-01-13SafeMode: Deactivate 'Restart in safe mode' when already in safe modeKatarina Behrens1-0/+3
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin3-6/+6
2017-01-12sfx2: fix race in JunitTest UndoManager.checkBrokenScripts()Michael Stahl1-0/+5
2017-01-12Fix apparent mistakeTor Lillqvist1-1/+1
2017-01-12in extremis dump Ole10Native payload and launch system viewer on itCaolán McNamara1-1/+1
2017-01-11tdf#103391: ask user whether to open online helppv2k3-5/+84
2017-01-10New loplugin:conststringvar: sfx2Stephan Bergmann3-29/+18
2017-01-09New loplugin:externvar: sfx2Stephan Bergmann6-6/+6
2017-01-09tdf#97361: Changed method calls in sfx2 python testskerem2-8/+8
2017-01-09tdf#104008: whole file name (file extension) for print jobthvallois1-1/+1
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht1-0/+1
2017-01-08XSubToolbarController is only used by SvxColorToolBoxControlMaxim Monastirsky1-21/+0
2017-01-05Don't exclude a var from loplugin:salbool merely because of use in >>=Stephan Bergmann1-2/+2
2017-01-04follow up remove unused autohide leftoversCaolán McNamara1-7/+0
2017-01-04drop AutoHide codeCaolán McNamara1-3/+1
2017-01-03Hold SfxInfoBarWindow by VclPtrStephan Bergmann4-13/+11
2017-01-03Move documentation for parameter of SfxObjectShell::GetTitle() to include fileTor Lillqvist1-41/+1
2017-01-01Bump copyright year to 2017Adolfo Jayme Barrientos1-1/+1
2017-01-01remove recently unused imagelist pointersCaolán McNamara1-7/+1
2016-12-31tdf#105011, tdf#104795: copy string until its end if there's no commaJulien Nabet1-2/+4
2016-12-30cleanup tailing backslashesJochen Nitschke3-6/+6
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin1-8/+7
2016-12-24fix some whitespace formatttingCaolán McNamara1-21/+6
2016-12-22drop imglstCaolán McNamara1-4/+4
2016-12-21unwind RID_STYLE_DESIGNER_IMAGELIST ImageListCaolán McNamara4-24/+21
2016-12-21convert VclButtonsType to scoped enumNoel Grandin11-21/+21