summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/swdll.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-07-13Moved SfxModule owner to SfxApplicationMark Page1-6/+5
::GetAppData replaced with SfxApplication::GetModule that now returns SfxModule* SfxModule no longer registers self for ownership instead it is now registered using SfxApplication::SetModule Change-Id: Ifbbe1b2b4c5122da8e643b7926d47878d116c6c8 Reviewed-on: https://gerrit.libreoffice.org/26914 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-22Avoid reserved identifiersStephan Bergmann1-5/+5
Change-Id: I27ff0f4f0eb395d7e0a60dd604758c220a3134c4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
Change-Id: I01e11fa956a249974e77dce9deebe79311f098d0
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
Change-Id: I55970d363ab53eb78d580192006e52d9240d46fb
2015-10-29tdf#93509: Commit at the right timeStephan Bergmann1-1/+0
when the change is made, not during exit (as did 4aab13f77e5dc218d067ca7efe3622f4ea780bf9 "tdf#93509: crash on storing auto correction config fixed," which caused PythonTest_sw_python to crash during exit) Change-Id: I0e9c264ae3fee7fdb732d36f42ebbb477557a644
2015-10-29tdf#93509: crash on storing auto correction config fixedOliver Specht1-0/+1
fix of tdf#86494 removed the pAutoCorrect which is required to store the config committing the config before fixes the crash Change-Id: If049d5ad1e62711d4ec66ec6cca15940f7edba90 Reviewed-on: https://gerrit.libreoffice.org/19640 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-10/+19
Change-Id: I5e93a4c84b3a0940239213766eb24d21fb5fd649 Reviewed-on: https://gerrit.libreoffice.org/17863 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
Change-Id: I2ec58d0bfe13fae4fc2141f9b017b5a72e0ba2c2
2015-02-17boost->stdCaolán McNamara1-3/+3
Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
2015-02-09SwDLL: RegisterInterfaces() is needed on Android, tooMiklos Vajna1-1/+1
Otherwise SfxSlotPool::GetUnoSlot() will have no interfaces and we ask what should be the UNO command for a backspace key in Writer, we won't find the needed SwBackspace command, so no action will be posted to the main loop. Change-Id: I62062fbc0e86db83e2b0ddac184bfd6d35d073b2
2014-11-21fdo#86494: sw: fix crash on exit from SwAutoCorrectMichael Stahl1-0/+11
5bff4b016c4b44f4123e0e6a4fd4c0c4dc0cfa2d was not enough to fix it, so move it to SwDLL so it gets deleted earlier, before the global pool items. (regression from 4404b718bdb547cb9b7b17c73a53574724cdeeb7) Change-Id: I4f88047852ea71f07ffa1f272ea66743f9797327
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl1-0/+164
It's too confusing to have UI code inside of core; the important part is that it's separated from the optional UI code in swui library. Change-Id: I640a52723d5802faf08f3b8eaa03cd937fd93449