summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-26unit test for DOCX import fix of vertical pos. of inline imagesLászló Németh
(regression of commit ab81e3bff2a1844be67209bc8947d539edbaf8e6) Change-Id: I329e68e7ecb9fd30de238f31c73f8de04efde9da
2015-05-26loplugin:saloverrideStephan Bergmann
Change-Id: Iac6164f52c5b1d312a62ad7bb76704d8157aa18c
2015-05-26loplugin:saloverrideStephan Bergmann
Change-Id: I92e0b152b892a65480d822d6ac26662972194546
2015-05-26tdf#91426 - fix DX canvas - missed by VclPtr / Clang plugin.Michael Meeks
Change-Id: I7969746b159051d65ea974b89ba458d0d14f466a
2015-05-26SwPaM::Find: fix backwards-search in shape textMiklos Vajna
Change-Id: I79157853d16ead4cb4147763ef0590702b3d8be6
2015-05-26Remove SwClients before destruction in some uno wrapper classesBjoern Michaelsen
- SwXTextTableCursor, SwXCellRange, SwXTextPortion, SwNavigationMgr, SwXParaFrameEnumeration - this was overlooked due to confusion over our bazillion different debug modes Change-Id: I0965184b3ffc4854c26838ff78aef06f4544a9b1
2015-05-26Resolves: tdf#89904 allow the options color page to load/save palettesCaolán McNamara
Change-Id: I02c5d57db9ffb854b096c9382d740923e9cc3b89
2015-05-26dynamic_cast of this to the type is already isCaolán McNamara
Change-Id: I4265819a60ae60b672c890d6ba31b0c2827851ae
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I955b04396d27e88ce228f180275955071da83ec6
2015-05-26tdf#91389 EDITING: Crash when deleting headerPhilippe Jung
Replaced MyDlg(pParent).Execute by VclPtr equivalent Change-Id: I7e03913665f770d694f53949e08425ba60adc6ad Reviewed-on: https://gerrit.libreoffice.org/15908 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-26unbreak calc againMarkus Mohrhard
Change-Id: I13e80fc04cb35aff9efbe63cd0096bff5d177ffa
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin
Change-Id: Ib169950f4e33dc71db66fd9a938838b568d2cc22
2015-05-26gdb: SwTxtNode -> SwTextNodeMiklos Vajna
Fixes the unexpected ' ~DeletedNode' lines in the output. Change-Id: I1f59c2cd986addd08e632d0bc1cc53b33048db77
2015-05-26tdf#91575 - CRASH: when "My Macros & Dialogs Standard" window closeNoel Grandin
Change-Id: Iad4f67e78a0aa4c67f0c450e17278f873944aa23
2015-05-26CptlSttSent -> CapitalStartSentence.Jan Holesovsky
Change-Id: If9de3512c4ec6070652541c40d263afcb2a7a305
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky
Change-Id: I550456ae319a6a865f2ee951a1ddf70384ce33ef
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky
Change-Id: Id428332201f14b172af1590baed6aa2a67e0557a
2015-05-26DOCX import: fix vertical position of inline imagesLászló Németh
(regression of commit ab81e3bff2a1844be67209bc8947d539edbaf8e6) Change-Id: Ie78f8be059b18cdd81c83a8d01f2d865ac3fec2b
2015-05-26Revert "rendercontext: Fix borderwindow rendering when called from class Edit."Jan Holesovsky
This is not necessary for double-buffering anyway (since 891304bb0ad3af9d8d73f947f25477abf57485a4), and breaks the non-double-buffered case. This reverts commit 1926cfb9386269b81b6ca62bdc64591f2c403d03.
2015-05-26need DISABLE_CVE_TESTS for these tests under windows tooCaolán McNamara
Change-Id: I92de8fa6a48dac9a0a09e6ebda4af9b8e4c3a1d7
2015-05-26FIXME_REMOVE_WHEN_RE_BASE_COMPLETECaolán McNamara
this part anyway, the sc/qa/unoapi parts are still broken Change-Id: I759c4f82b3bbd4da4dc7d0c9e16aacee02972f51
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: If947733a205e8ece1845079be95cbc2d6cbd5029
2015-05-26Silence failing assert for nowStephan Bergmann
...recently introduced with 692c886f937c525d6bfcb541917a5114b085efa9 "remove the weak_ptrs on destruction too," but causing lots of CppunitTests to fail. Change-Id: I9a958531473ba338499bac37282d934a51801e12
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini
Change-Id: Ib6a13cb7a5725d451c0f8d64c2c543a8a9ec2ad0 Reviewed-on: https://gerrit.libreoffice.org/15876 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-05-26Remove B3I64Tuple, it's not used by anythingZsolt Bölöny
Change-Id: Ie1b05375a8e8d634e6ef6b2bf6edde65b32574bd Reviewed-on: https://gerrit.libreoffice.org/15811 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-26desktop: simplify code by std::none_ofTakeshi Abe
Change-Id: Ie69927f3a1e0a8049ea7e15f949e17d5b9f15fce
2015-05-26BASIC: User std::unique_ptr in basic runtimeArnaud Versini
Change-Id: Iac7efdad78cf2f827cbddbc671dd0d1b5ae1d467 Reviewed-on: https://gerrit.libreoffice.org/15874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-26loplugin:staticcallStephan Bergmann
Change-Id: I5695a7854d22d10681739dd2eabe41f9802089f5
2015-05-26kill forgotten, unused TDEBUG tokenTakeshi Abe
I remember that, before LibreOffice 4, "MZ23" used to be a magic string which we could not see in the preview window as if there was no node. Change-Id: If80b77e1e24a2c5f8b3528fac8e9209b8c0b5954 Reviewed-on: https://gerrit.libreoffice.org/15893 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-26loplugin:redundantcastStephan Bergmann
Change-Id: Id30d771b85716ab9c51e4c8fde36ad397ab44678
2015-05-26writerfilter: remove misleading prefix of non-member variablesMiklos Vajna
Change-Id: I8c1883de9acf1d66f4fc5cb994a3cb97103789a6
2015-05-26bCptlSttSntnc -> bCapitalStartSentenceMiklos Vajna
Change-Id: Ie22198837257163fd7211e93d97d97be2bca4b64
2015-05-26tdf#91577 - CRASH: when "Report Builder" closedNoel Grandin
audited commit 6d0c89123f353aed80d3a8a08ef5cd1ffaa1eea9 "vclwidget: fix more places that should be wrapping in VclPtr" and fixed up the one place that needed it. Change-Id: Iedb56353e6a967367f38fa847efb950acc869a93
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
Change-Id: I2c431e9f72f5dee14cf1b603b11972a2e9d88725 Reviewed-on: https://gerrit.libreoffice.org/15902 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-26loplugin:unnecessarysuperclass, merge ImageProvider with SaveInDataNoel Grandin
Change-Id: Ib538cc10728b2dc97e173d865807754471860e0f Reviewed-on: https://gerrit.libreoffice.org/15900 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-26loplugin:unnecessarysuperclass, merge IThreadListenerOwner with ThreadManagerNoel Grandin
Change-Id: I338706e012d311df3cabc2b25175765c63c1b24c Reviewed-on: https://gerrit.libreoffice.org/15899 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-26loplugin:unnecessarysuperclass, merge IBlockCursor into SwBlockCursorNoel Grandin
Change-Id: I3c6c0d620cf7ffb11a9ca5e1025d91e59ef66c80 Reviewed-on: https://gerrit.libreoffice.org/15898 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-26loplugin: unnecessarysuperclass merge HashedEntryList into NameTranslationListNoel Grandin
Change-Id: Idba2112b81e06ada7567dd5476a4e9d84f38ff56 Reviewed-on: https://gerrit.libreoffice.org/15897 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
Change-Id: I5696fa39b2d032735cea7abe039349d4f83cf68d
2015-05-26convert VALIDATE constants to scoped enumNoel Grandin
Change-Id: Ib3456116ab4c2e2f4b567bc195be2ad159b4fc82
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the IDL docs for XWindowPeer Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d
2015-05-25sc LOKit callback for search not found.Henry Castro
Needed for signaling the user when no match was found for the searched input Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99
2015-05-26SdrSnapView: initializae members in the constructorNorbert Thiebaud
remove ClearVars() which was only use by the constructor instead initialize properly things in the constructor itself Change-Id: I20a0ea26c5dce680844f81cf85ee72e1809a7068 Reviewed-on: https://gerrit.libreoffice.org/15890 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-05-26remove the weak_ptrs on destruction tooBjoern Michaelsen
Change-Id: I65f5867c41417539a70eef15754988d9931394a4
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen
Change-Id: I82f8ed0560750d4f7bec71ea8bd3c8089b884da7
2015-05-26remove SaneOwnership distinctionBjoern Michaelsen
Change-Id: I0639a960916ffa30d7eaf865755e407f706e9f13
2015-05-26remove old SwUnoCrsrTbl and CreateUnoCrsrBjoern Michaelsen
Change-Id: I91e4c7f0e0231b7783affdce63c6ab395a4e219b
2015-05-26use new unocrsrs for SwXParaFrameEnumerationBjoern Michaelsen
Change-Id: I0b02b32b0852cc97d4ffcbafdd0405da64b2a9af
2015-05-26use new unocrsrs for SwXTextRangesBjoern Michaelsen
Change-Id: Id338cfff7bf266878f1287aa964f5e2674428e24
2015-05-26use new unocrsrsBjoern Michaelsen
Change-Id: I7d355e23209e94ce76961e15b6c77214a18edb4e