summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2015-09-24convert Link<> to typedNoel Grandin
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-24sd/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
Change-Id: I3830c451f685d7603c0271107bd1a0d477be464b Reviewed-on: https://gerrit.libreoffice.org/18749 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
Change-Id: I2c6ac98f0984534894759cfbf4449eb554801cf8 Reviewed-on: https://gerrit.libreoffice.org/18678 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-22remove undefined and unused methodNoel Grandin
Change-Id: Ifd69332a4afe80624dfb2a2d09221746b951cba9 Reviewed-on: https://gerrit.libreoffice.org/18779 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin
Change-Id: I6f17e073c50e28f40e3df4e557a63f0bcdc502de Reviewed-on: https://gerrit.libreoffice.org/18778 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22remove unused Link<> fieldNoel Grandin
Change-Id: I0ca782c355933da740920e0368ffddeb0dc413a9 Reviewed-on: https://gerrit.libreoffice.org/18777 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin
Change-Id: I684a72cc3eeff0caf27132ff641f0d3b20ff7c08 Reviewed-on: https://gerrit.libreoffice.org/18770 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22remove unused Link<> fieldNoel Grandin
Change-Id: If6c5719adf5240e12e798f72b25c5c19a09bc0f6 Reviewed-on: https://gerrit.libreoffice.org/18769 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin
and drop an unused parameter Change-Id: I2f3bc15e4168103a6cb2d19807d291d8da24387e
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara
Change-Id: I55d6e789abd408b8478a2b9ae141d8899af2c309 Reviewed-on: https://gerrit.libreoffice.org/18745 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-21convert Link<> to typedNoel Grandin
Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683
2015-09-20chained editeng: Handle DEL key for chainingmatteocam
Change-Id: I124b1adf6df3c42a58d45eaeb0e1e053c0eea4c9
2015-09-20chained editeng: Add methods and basic setup for editing-mode chainingmatteocam
Change-Id: I8065bebaf2a54170bc7b3ddbd35740bcca42298d
2015-09-20convert Link<> to typedNoel Grandin
Change-Id: I10b050dc4aae45e646761a82520caa96969bc511 Reviewed-on: https://gerrit.libreoffice.org/18700 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-20convert Link<> to typedNoel Grandin
Change-Id: If7fdd97d3c317a8e31641cc096c2c2639c1e012e Reviewed-on: https://gerrit.libreoffice.org/18698 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-18valgrind, leak in SdStyleSheetCaolán McNamara
this is presumably a regression from commit 8904bf48e0cb4d5d0890684ce82dc2ff3252e41f Author: Michael Stahl <mstahl@redhat.com> Date: Tue Jul 7 23:57:07 2015 +0200 sd: dispose SdStyleSheet properly If it's disposed during document destruction it still retained pointers to SfxItemSet and SfxStyleSheetBasePool. where it was always deleted in the dtor, but now is optional in ::dispose lets set bMySet to true when pSet is created like sc does, rather try going to an unconditional delete in ::dispose Change-Id: I214675805e513f657e51c779758106194f6d14e3
2015-09-18check stream status and string lengthsCaolán McNamara
Change-Id: I99f3d4a2ec760228f485d01fce856deb9c068431
2015-09-18if nSize was 1 with unicode encodingCaolán McNamara
nSize would wrap around in lcl_getMaxSafeStrLen Change-Id: Ie99d4abc271a6fe72b256a6bfe0757609e9523f9
2015-09-18rework this so we don't read the string, backup and re-read the string againCaolán McNamara
Change-Id: If2715430a153fd86e7000af2c91bcdfc60464046
2015-09-18reusing i here from the outer loop is definitely bogusCaolán McNamara
Change-Id: I4ee52c76b2c1723639185bc99b85d83be5b4fdd7
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
Change-Id: I82c7084f203a834c2d42f9527705288e6036019b
2015-09-17boost->stdCaolán McNamara
Change-Id: I1e6a7fd66f90e6acd803c6cd464f1d73252f7bcb
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I66e81dafa08b2e2a43b4b696741676e093439024
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Ifdcd9121b16b7f33632cf6671449152ebee8beef
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Ibbfcfe019ea4f0a414e2760779d61f1948ac373d
2015-09-17remove unused Link<> vectorNoel Grandin
Change-Id: I983f02ade797ea7399dcbb5f56ce3391cbc65591
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Id5c1ef7e094ab3796a09f3f451903fff525aaf97
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Ic8def516b5a45dcb1d859eb74962a36c2b608f87
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Icb335b68df33eccf0b972fad64954806cd93b68d
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: If1544b0e38500d11e18ca99725f9533a29b2beb7
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I83b3a4a637db8f623b18615227a495a15078561f
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I2f5b962da2d14f68b34029cac4ec7a7ed51937c6
2015-09-17remove unused Link<> fieldsNoel Grandin
Change-Id: I824cfe9c909be31e8205d05cc5c6136a17fd98bb
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I91bef82236613435fadc8fed48f37f3606f5466a
2015-09-17remove unused Link<> fieldsNoel Grandin
Change-Id: Ifad5e3646a519c2dd41ff62b798ebd0811377e5e
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: Ida49b6a482efa12703ce294b9665273ad2d8f68b
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I93017f16affe16e8e452cd829bc4f9b495670d4d
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I87d4697fe032e3095406becdda026447edd1d68a
2015-09-16convert Link<> to typedNoel Grandin
Change-Id: I9ce05712af8300c8bcea6ea0f670b57cce1ca43d
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: I5c4021c9cb3fdeace7f7d99d580dc7fe2f7c354a
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: Id8ea19a0fe04061c6ec35229f41c164b4ebd408c
2015-09-14Fix typo in (my) commit 6f971c4de0d5377a9dd8e010512f5abbd399231eMatteo Casalin
Change-Id: I6253addfede852c9c954de59c465a8cfd729ddf9
2015-09-14Avoid getTokenCount in ImplSdPPTImport::ImportMatteo Casalin
Change-Id: I7ed99aa72bc775b98f5ca738c35706629a58dc96
2015-09-14tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens
The fix is twofold: 1.Get URL property from the underlying text field, not from the text run -- put text field properties into rXPropSet (that's what GETA macro later queries), not into rRun 6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 does s/rXPropSet/rRun/ afaics for no good reason 2. Retrieve string content from URL field early, so that the test for empty text content doesn't fire Change-Id: I4317e4a2f6f2e6f15c30932adc80f1227e010af0 Reviewed-on: https://gerrit.libreoffice.org/18031 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-09-14convert Link<> to typedNoel Grandin
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
2015-09-13Avoid getTokenCount in CustomAnimationPreset::getProperties/hasPropertyMatteo Casalin
Change-Id: Ic5b9c152ef2faf8333ad797232e26b817668e965
2015-09-12Use sal_Int32 and LISTBOX_ENTRY_NOTFOUND for GetSelectEntryPosMatteo Casalin
Change-Id: I07f6f4426e87cd4066663e0ba7c26917bb984cbd
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f