summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* MinGW: Fix BluetoothServer build.Jan Holesovsky2012-12-063-7/+14
| | | | Change-Id: Ie04d3c1703bcf22b746d1ee965f9ff3155a9ffeb
* define must be overridden on cmdlinePeter Foley2012-12-052-1/+1
| | | | Change-Id: If85a60d9db69ab96c8a77b7715fc2a51fcd7ba51
* warning C4702: unreachable codeStephan Bergmann2012-12-051-1/+4
| | | | Change-Id: I93b5a0c938b8c0bdf69a03aea0f1aa6bac9fc414
* warning C4100: 'aDiscoverable' : unreferenced formal parameterStephan Bergmann2012-12-051-0/+1
| | | | Change-Id: I7bb5e40e8da943926f7fd8b1f76e010d073362c9
* added Change picture menu item to graphic shape popupRadek Doulik2012-12-043-0/+7
| | | | Change-Id: I6e4927b847ca6990990be1075c8371404736e27e
* changed behavior of insert pictureRadek Doulik2012-12-041-2/+3
| | | | | | | - when single graphic object shape is selected, replace the graphic with inserted picture - otherwise proceed as before Change-Id: I767c3ab81abf26c34b612d6aac1f282aa0a53f6c
* refactored GetEmptyPresentationObject, added GetSelectedSingleObjectRadek Doulik2012-12-042-37/+57
| | | | | | - also extracted part of GetEmptyPresentationObject into new GetPage() method Change-Id: I3002c3fae8236db1e443f0f454158e7298b56d70
* fdo#56877 CRASH when profile contains invalid RecentlyUsedMasterpagesRob Snelders2012-12-044-7/+19
| | | | | | | Change-Id: Ia875d6b04b5ce6a026a57aaef2c17fc02a503ae9 Reviewed-on: https://gerrit.libreoffice.org/1224 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat2012-12-045-1/+21
| | | | | | The command to show hidden styles again was missing. Change-Id: Ic25b0cfc4d021d949124b8c4ef4016d6dba7e39f
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-036-32/+28
| | | | Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
* API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat2012-12-032-18/+13
| | | | Change-Id: If6d23925567fb184cd8fc4e00fc72fe4d216e756
* API CHANGE: remove com.sun.star.util.XArchiverMichael Stahl2012-12-032-2/+0
| | | | | | | | | | | This interface has been deprecated since OpenOffice.org initial CVS import, and there does not appear to have been an implementation of it, though strangely there was client code using it until 2007. EXISTENCE: published key "/UCR/com/sun/star/util/XArchiver" exists only in registry 1 Change-Id: I8efa29a3d375d7c5c77ae47592b23bec4072d7a0
* WaE : declaration of ‘bHidden’ shadows a member of 'this'Julien Nabet2012-12-011-2/+2
| | | | Change-Id: I524691b2f27ac1d57a1a1704b12aed44fb326c16
* sd: hide 'enable remote control' checkbox when built without bluetoothMiklos Vajna2012-12-011-0/+3
| | | | Change-Id: I3ee70bdf59abf71228a708f05dba07fd2a873128
* API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat2012-11-302-0/+18
| | | | Change-Id: I44770c05d51104b45d94145db8263187205daa84
* Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat2012-11-301-2/+4
| | | | Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b
* Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat2012-11-305-2/+27
| | | | | | | | | In its current state, the feature only hides the styles. Things to sort out are: + Add some automatic filter to show hidden styles + Make the visibility persist in the file format Change-Id: I5904f41bb567add7b6bf501c6c5297f9f149a915
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3054-112/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* Remove unused method & remove header include by using forward declaration.Kohei Yoshida2012-11-291-0/+1
| | | | | | Also, SvViewDataEntry has lost one friend. Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
* Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida2012-11-291-5/+9
| | | | | | We need to hide these flags away. Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
* API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2012-11-298-19/+16
| | | | | | | | | | | | | The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
* Remove exception spec from idl-generated c++ headers.Thorsten Behrens2012-11-294-4/+4
| | | | | | | | | | | | | | | | The general agreement in the project is that c++ exception specs are pointless and add bloat in production code. See also this rant for more background: http://drdobbs.com/cpp/184401544 This removes the code that generates the exception specs on the generated c++ headers, and fixes up the few places that broke subsequently because of widening exception specs, which in turn was due to the rather unfortunate decision to not have a virtual dtor in XInterface. Change-Id: I60db26e1cc4d4fe6eeef5975e39497841e92588a
* update sd regression test to match new default shape colorsCaolán McNamara2012-11-297-139/+139
| | | | | | | | since 895890563cb0cc5fa872bdfd06918a46cdda172d the default shape colors changed I just updated the test to match. I'm going to assume that this is the right solution rather than reverting the default colors or munging the pptx filter. Change-Id: Ie654d1b1e7cd8c904381e6fe835cca9787d45315
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-12/+0
| | | | | | We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
* Fix various build breaks.Kohei Yoshida2012-11-281-3/+3
| | | | Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0
* Finally merge SvViewData and SvViewDataEntry.Kohei Yoshida2012-11-281-1/+1
| | | | Change-Id: Ic85e2a239990aeaa017eaef95ea25487dd1ec968
* Make all-screen presentation work again.Thorsten Behrens2012-11-281-1/+1
| | | | Change-Id: I6b276690043c202f82d5bf7e955b0534a3f9f6b1
* Remove commented code.Thorsten Behrens2012-11-281-2/+0
| | | | Change-Id: Ia09c147a084765072f5457d799fccad61adad017
* Fix a warningThorsten Behrens2012-11-281-1/+1
| | | | Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674
* re-base on ALv2 code. Includes:Michael Meeks2012-11-28665-12868/+9697
| | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
* Revert part of "impress210: check readonly"Michael Meeks2012-11-281-15/+0
| | | | This reverts commit 416435e1dcbc175787a5a9e03142f7f766b6a648.
* impress210: #i110321# check if pages exists for last pageOcke.Janssen2012-11-281-2/+1
| | | | | Conflicts: sd/source/ui/view/DocumentRenderer.cxx
* impress211: #i110990# Fixed 64bit compiler problem.Andre Fische2012-11-281-1/+1
|
* impress211: #i110990# Fixed remaining problems with display ids and indices.Andre Fische2012-11-282-13/+56
| | | | | Conflicts: sd/source/ui/dlg/present.cxx
* impress211: fix a warningPhilipp Lohmann [pl]2012-11-281-1/+1
|
* impress211: fix a warningPhilipp Lohmann [pl]2012-11-281-1/+1
|
* impress211: fix some warnings, typesPhilipp Lohmann [pl]2012-11-283-6/+6
|
* impress211: #i110990# Fixed slide show spanning multiple displays on Windows.Andre Fische2012-11-282-23/+18
| | | | | | Conflicts: sd/source/ui/dlg/present.cxx sd/source/ui/slideshow/slideshow.cxx
* impress211: #i88880# Fixed dragging of slides from navigator to slide sorter.Andre Fische2012-11-2818-97/+481
| | | | | | | | | Conflicts: sd/source/ui/app/sdxfer.cxx sd/source/ui/dlg/sdtreelb.cxx sd/source/ui/slidesorter/controller/SlsClipboard.cxx sd/source/ui/slidesorter/controller/makefile.mk sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
* impress211: #i116339# Added call to Reschedule to compensate for missing yield.Andre Fische2012-11-281-0/+1
|
* impress211: #i114732# Revoke comphelper notification client only when it was ↵Andre Fische2012-11-281-6/+13
| | | | previously registered.
* impress211: #i115688# Forwarding result of ::Window::Notify().Andre Fische2012-11-281-1/+1
|
* use snap rectangle instead of logic rectangleRadek Doulik2012-11-281-1/+1
| | | | | | | | - so that pictures inserted into rotated placeholders are placed in the transformed rectangle and don't endup at wrong position e.g. outside of slide Change-Id: I2f3d206b43639c094f7dfb1d25e42b9cbf7dd102
* fdo#46808, use service constructor for i18n::CollatorNoel Grandin2012-11-281-12/+5
| | | | Change-Id: If6ad17fa9e274beff7ba872a095ced65438962af
* fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud2012-11-281-2/+2
| | | | | | | OUString are immutable so these api, contrary to what happen with String, do not change the object but create a new copy Change-Id: Ib48a8d11e485d4b8556f4427880aaaca32d4e82c
* sdremote: make it possible to have only bluetooth enabledMiklos Vajna2012-11-272-19/+26
| | | | | | | | | Previously bluetooth didn't work without a running TCP server. Now the TCP server isn't listening (unless experimental features are enabled), and yet bluetooth can be used once the remote control setting is enabled. Change-Id: I44248642d7e12ded2d4c731d0105bcab88c7fd5a
* remove un-used and non-compiled files.Michael Meeks2012-11-274-349/+0
|
* Give sdremote a separate option, apart from Experimental featuresMiklos Vajna2012-11-267-8/+36
| | | | Change-Id: I34f299acaa489d5c619c764c917b8a8d26b71557
* get rid of Svx...Locale...() double conversion nonsenseEike Rathke2012-11-244-14/+5
| | | | Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc
* Revert ImagePreparer to plain osl::Thread, suicide in onTerminateThorsten Behrens2012-11-242-6/+10
| | | | | | | | This amends 4ab63a3aacdaa819fa98957fa017978e768931bd - since osl will still call into the object, e.g. for onTerminate. Kill ourselves there. Change-Id: I2e88f3a61ba32971e08d4cbb1590d3325d1c5364