summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2013-05-04install impress xml config files using filelistsDavid Tardon
Change-Id: I072d5283f979b42ffbd359575209c09cf445b6df
2013-05-04add more description about sd module and important presentation filtersRadek Doulik
Change-Id: I0a3684c21554a87109e653a5aae9cb53c98c098b
2013-05-03Create Photo Album fixGergő Mocsi
Fixed some UI tweaks in handler function DownHdl: now images can me moved down correctly. Also, made some simplification in handler UpHdl: I've moved forvard the declaration of local variable nActPos. Change-Id: I879a6394865bb8442c0621dc2789efd9eedae87c Reviewed-on: https://gerrit.libreoffice.org/3759 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-05-03Create Photo Album fixGergő Mocsi
Fixed some pointer issues in CreateHdl function. Removed the creation of title slide. Added an enum to access the image layout option from the code. Change-Id: Ib91fbbf3b068453c8e66b8df1ce32e24c3828bc0
2013-05-03remove unused resources and add some mnemonic widgetsCaolán McNamara
Change-Id: Ie6331aa0551da5e6617b8bf407126aa3838031ec
2013-05-03Forgot about the dialog titleKatarina Behrens
Change-Id: I35d6b0652eee9ea99bbe48e067802c119ed4c56d
2013-05-02Converted define custom slide show dialog to .uiKatarina Behrens
Change-Id: I6bb6bcb96993d05cc225da63c56cbb7fbad83ec2
2013-05-02fix comment to use our bug-tracking markup syntaxCaolán McNamara
Change-Id: I2cddfc6b36dfef22dc5f17b94b8732e0646eff02
2013-05-02Let's avoid adding new pointless commentsTor Lillqvist
Surely *any* line of code that frees memory could have a comment "[avoid] memory leak", lol. Such comments are pointless. Change-Id: I4394db9423fa1470bbe7912519b6fd99ca91101c
2013-05-02Resolves: #i120050# memory leak when SdrObject is removed from master pageAndre Fischer
Patch by: ChaoHuang Review and minor changes by: Andre Fischer (cherry picked from commit aee07d48ed6a24ffd4b4dac73236fb3a3ec5e800) Change-Id: If3735c82dc2d02965fa0403c3adf549e4e6e8c26
2013-05-01install webview files using filelistDavid Tardon
Change-Id: Ib4501e1171f3940a6909ce4f0c05a669d708b93a
2013-05-01convert message box return types to an enumCaolán McNamara
Change-Id: I20889dc94aac1119c1ee9da873ce911887c1c335
2013-04-30sdremote: protcol debug for send to match that for recv.Michael Meeks
Change-Id: If2840336513772238ec43a9859d47a6e2a315e05
2013-04-30Convert find & replace dialog to .uiCaolán McNamara
Change-Id: Ib5637a3601fc77588b2bd581f17dc6bcb36290db
2013-04-30findandreplace.ui widgetAlia Almusaireae
Change-Id: Ie1749714537182db6dec418db64ab4f945e7323e Reviewed-on: https://gerrit.libreoffice.org/3654 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-29adapt code to duplicate object dialogCaolán McNamara
Change-Id: I2555dc113b2fb4c77bec187b15f0bb545811b07b
2013-04-29Duplicate Dialog Widget .uiManal Alhassoun
Change-Id: I7a4f782235a23f50bceaef041a92e42e47860a78
2013-04-29adapt code to use snap object dialog .ui conversionCaolán McNamara
Change-Id: I181c87f8406f095bd4dc499b47d91081f58aaf59
2013-04-29New Snap Object Widget .uiManal Alhassoun
Change-Id: I801f4af269efcea91bc3bafbfc9e0b9033488f2d Reviewed-on: https://gerrit.libreoffice.org/3645 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-29Update pchAurimas Fišeras
Change-Id: I25140e854458186c7f66aba1baeabd5fadb3e162 Reviewed-on: https://gerrit.libreoffice.org/3655 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-28Bin CLOOK comments and un-split one large switch statementTor Lillqvist
CLOOK = "Compiler Limit: Out Of Keys", an error reported by Microsoft's compiler a long time ago. No such problem in those versions we support. No need to mention CLOOK in comments any more. While at it, re-combine one large switch statement that was split to avoid CLOOK. Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2 Reviewed-on: https://gerrit.libreoffice.org/3640 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-27remove now unused src Dialog resourcesCaolán McNamara
Change-Id: I2aadd2a7e643f2598da9ed474e47ece02208297f
2013-04-26Fixed crash on deleting custom slide showKatarina Behrens
Create a custom slide show in Impress, attempt to delete it -> crash STL vector::erase returns an iterator pointing to the next element i.e. not the element we want to remove, evtl. invalid end iterator Change-Id: Ie3758fc1ae5fc5f2a934cd8bed3de4e84a0b841b
2013-04-26Converted custom slide shows dialog to .uiKatarina Behrens
Change-Id: Ica0361a45a00f45fd4767d5de37bd839567a469d
2013-04-26Better wording for Impress "Start from first/current Slide"Samuel Mehrbrodt
The menu is now: Slide Show Start from first Slide Start from current Slide ... instead of: Slide Show Slide Show Slide Show From This Slide ... I also changed the recently introduced function name/uno command for "Start from current Slide". This should make no trouble, since this function has not seen a release so far. Change-Id: I248c9d63ec28071b2887f89912aa90fa1e4afcb5 Reviewed-on: https://gerrit.libreoffice.org/3604 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: I1dcfee9fa0fdc4457754396ffb52cc8462f3906a
2013-04-25fdo#46808, Convert animations::AnimateMotion to new styleNoel Grandin
The service already existed, it just needed an IDL file Change-Id: I30cfa80fee436ed859d5bc00d1cb23e465c7e149
2013-04-25fdo#46808, Convert animations::Command to new styleNoel Grandin
The service already existed, just needed an IDL file Change-Id: I5e6449522ce77c36df1857213bd028336c3354bf
2013-04-25fdo#46808, Convert animations::Audio and IterateContainer to new styleNoel Grandin
The services already existed, they just needed IDL files Change-Id: I4e3389abb2cb0e41c9bab112cda2a7e896eb271d
2013-04-25fdo#46808, Convert animations::AnimateColor and AnimateSet to new styleNoel Grandin
The services already existed, just needed IDL files Change-Id: Ifc1980160b8472bc9bf96a36ca4bff2c4153a8b1
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
Change-Id: If7cc52ffeb35efe0969876a9822106b1fd958b10
2013-04-25update pchThomas Arnhold
Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47
2013-04-25fdo#46808 Convert awt::Pointer to new styleNoel Grandin
Change-Id: Ic2ff491e656ab7bcf0bd5994b601818a26478243
2013-04-25fdo#46808 Convert animations::ParallelTimeContainer to new styleNoel Grandin
Change-Id: Iac6337828c807a132e561b5e9017a708be2e9729
2013-04-25fdo#46808 Remove unnecessary getProcessServiceFactory() callNoel Grandin
Change-Id: Ic3219a615ae568d4d3e8aed83297ff6a39e6983b
2013-04-24add some mnemonic widgets and default buttonsCaolán McNamara
Change-Id: Ic6637f920bb8529ec67c58d5cdcc29a26f1b17c3
2013-04-24turns out insert layer dialog is reused for modify layerCaolán McNamara
Change-Id: If6559e7f0e66f3f8b87c8ba4b3b4794317f5d55b
2013-04-24sdremote - don't crash if we connect during load, before things are setup.Michael Meeks
Change-Id: I1837ea58b9c8f74aca9afb78bafbab61af189842
2013-04-24modifylayer.ui widgetAlia Almusaireae
Change-Id: I1bc3cb888c44df590993e1ebd32e5544dd08e805 Reviewed-on: https://gerrit.libreoffice.org/3515 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24adapt code to insert layer .ui conversionCaolán McNamara
Change-Id: I75e83c2e2399f12e7d4cd035856e5ee07a75d494
2013-04-24insertlayer.ui widgetAlia Almusaireae
Change-Id: Ida59f58f6a2c4f65d83ad5ed2375bf934bd81d0c Reviewed-on: https://gerrit.libreoffice.org/3514 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24actually insert table is already convertedCaolán McNamara
Change-Id: I67e332a3033f142d843e0146aa1ac0b27c8f7db1
2013-04-24inserttable.ui widgetAlia Almusaireae
Change-Id: I9de1975b5eeda09e3f356d20c05a2d8f6ebdcfc1 Reviewed-on: https://gerrit.libreoffice.org/3513 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23gbuild: drop unneeded packageDavid Tardon
Change-Id: I9d0fa82302f07b2ae3820d416556d2c4e40f70df
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy
Change-Id: Iaccc7c9d81b55ef3a039cb90c4e089ebfc7fe337 Reviewed-on: https://gerrit.libreoffice.org/3487 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-19WaE: format specifies type 'int' but the argument has type 'sal_uInt32'Tor Lillqvist
Change-Id: I33f603df67db2caaeebec5fc6f5f6ee2341a0b8f