Age | Commit message (Collapse) | Author |
|
This reverts commit 0743ccea543dfcad5c4875b943330fd894a5132a.
This seems to be unnecessary and generates a lot of warning spam.
Conflicts:
sd/source/ui/remotecontrol/BluetoothServer.cxx
Change-Id: Ib0cda3ca560a5ddc4ba86d5a0c80774a992d7296
|
|
|
|
Change-Id: Iaa53d523436d36483b901a913c2c66edbb451f6c
|
|
|
|
This service was never documented in an IDL file.
All it did was provide a wrapper around some VCL module API.
Now that we can link the VCL stuff into SD and SDEXT, just
access the API directly.
Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d
|
|
Change-Id: I692a9cfdca5ad50170eea2178a6aa87e8154b951
|
|
Change-Id: I2c0106d18586201f8c0fa444652ecefb493d61bf
Reviewed-on: https://gerrit.libreoffice.org/1267
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
update and remove newly unused code, mostly original rtf filter
Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db
|
|
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
|
|
Change-Id: Ia17c14a0bf3908fb9201996b64b5c1059ada3205
|
|
Change-Id: Iff1ffba10c5aaf3d438acf0a69467a0ac9e0f7cf
|
|
e.g. draw and impress have print options, but no print options dialog
(It's plausible that we should merge the print options in the print dialog with
the print options in the options... dialog of the printer settings dialog)
Change-Id: I25c029ad8ba482b1e8d8d5974cc8de99584b9a55
|
|
Change-Id: I00cbeaa3d00b6001b1b9adf00059f27d7affb08f
|
|
Change-Id: I36971b78dcc2fb0ab8570c8b80feb51bf6043e54
|
|
Change-Id: Ie04d3c1703bcf22b746d1ee965f9ff3155a9ffeb
|
|
Change-Id: If85a60d9db69ab96c8a77b7715fc2a51fcd7ba51
|
|
Change-Id: I93b5a0c938b8c0bdf69a03aea0f1aa6bac9fc414
|
|
Change-Id: I7bb5e40e8da943926f7fd8b1f76e010d073362c9
|
|
Change-Id: I6e4927b847ca6990990be1075c8371404736e27e
|
|
- when single graphic object shape is selected, replace the graphic with inserted picture
- otherwise proceed as before
Change-Id: I767c3ab81abf26c34b612d6aac1f282aa0a53f6c
|
|
- also extracted part of GetEmptyPresentationObject into new GetPage() method
Change-Id: I3002c3fae8236db1e443f0f454158e7298b56d70
|
|
Change-Id: Ia875d6b04b5ce6a026a57aaef2c17fc02a503ae9
Reviewed-on: https://gerrit.libreoffice.org/1224
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
|
|
The command to show hidden styles again was missing.
Change-Id: Ic25b0cfc4d021d949124b8c4ef4016d6dba7e39f
|
|
Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
|
|
Change-Id: If6d23925567fb184cd8fc4e00fc72fe4d216e756
|
|
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
|
|
Change-Id: I524691b2f27ac1d57a1a1704b12aed44fb326c16
|
|
Change-Id: I3ee70bdf59abf71228a708f05dba07fd2a873128
|
|
Change-Id: I44770c05d51104b45d94145db8263187205daa84
|
|
Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b
|
|
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
|
|
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
|
|
Also, SvViewDataEntry has lost one friend.
Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
|
|
We need to hide these flags away.
Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
|
|
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
|
|
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
|
|
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 can drop or simplify many conditionals.
Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
|
|
Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0
|
|
Change-Id: Ic85e2a239990aeaa017eaef95ea25487dd1ec968
|
|
Change-Id: I6b276690043c202f82d5bf7e955b0534a3f9f6b1
|
|
Change-Id: Ia09c147a084765072f5457d799fccad61adad017
|
|
Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674
|
|
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.
|
|
This reverts commit 416435e1dcbc175787a5a9e03142f7f766b6a648.
|
|
Conflicts:
sd/source/ui/view/DocumentRenderer.cxx
|
|
|
|
Conflicts:
sd/source/ui/dlg/present.cxx
|
|
|
|
|