Age | Commit message (Collapse) | Author |
|
Change-Id: I6990bb6ac52889de36f3ec2cce33e4dc2f3da2ea
|
|
The previous display had the inconvenient to be misleading if there was
one or no template inside a folder.
Change-Id: I16faa2556ca02380bd4dac0d821ecac45b98b8c3
Reviewed-on: https://gerrit.libreoffice.org/1678
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
|
|
This change also introduces the following changes:
1) Special initialization routine just for the unit test runs. In
particular, SfxMedium instance needs to be set even for a brand-new
document (as in the actual run-time), or else the document would be
always labeled "read-only". This prevented us from testing various
code in Calc, which this commit fixes.
2) Several cppunit checks that checked for incorrect results, which
passed because we happened to be getting those incorrect results
due to the issue with the SfxMedium instance not being set.
3) Unfortunately now the test for cell function MATCH fails for some
mysterious reason. The test is disabled temporarily until we figure
this out.
Change-Id: If231fd99e0ffddcd74f65c7cb5476e7a25f0ac7d
|
|
so remove the MAX and MIN options and simplify the whole lot
Change-Id: Iaaf350c37e01f7fce434af760bcddb9b7d7135ea
|
|
Change-Id: Ib31ebaf6a6117689737705921a7af558257e8cd1
|
|
...comparing enum eOption with -1
Change-Id: I927b71d1e9988a39ffc1be585ab4bdecfd16b226
|
|
So just check MACOSX in the sources, and don't pass any -DQUARTZ to
compilations.
Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
|
|
Change-Id: Ib74f8f1a79ca04c42db9bd2c35ae6c4729edad69
|
|
Change-Id: Iafccfaa572b945d8d75d926ccc1935320b9d70d9
|
|
Change-Id: If6cc5f6d5e502c1fc5da210179263be63fc8c8a6
|
|
Change-Id: I073b9601c82a464f705df30cfd7e760c212eb7ca
|
|
Change-Id: I860fb2c91d6843a1d5345ab2cf9270473f73f5bc
|
|
Change-Id: Ie07d41e5dcb09977d89752e724fcbabd6c5d7df1
|
|
Change-Id: Id0df71664891ad2ced5336a7eea65c03353bbd92
Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
Reviewed-on: https://gerrit.libreoffice.org/1599
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
The ActionTrigger classes in framework were not using their
XMultiServiceFactory parameters, so remove them.
And follow that through by cleaning up places that no longer
need to store XMultiServiceFactory references.
Change-Id: I433c4fdb02a56eeef75728893e0c9b749d8313be
|
|
.. everywhere that was using createWithServiceFactory, and delete the old
method.
Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
|
|
Change-Id: I18774fabdaf27376898ed661be21a72c6f52410d
|
|
Change-Id: Id13ce13ec222fc10cbfcad7fec5e7eeb5957312c
|
|
Change-Id: I7cfbbd3a4f4283b9438a97eb383b460cad1f5a63
|
|
Change-Id: I11ad88b3a69d3e2a00e859ee33cbc22c5d525618
|
|
Selecting a template in the first row and scrolling down made some items
in the toolbar disappear... Fixed this by checking if the item to update
is already in the selection.
Change-Id: I2ddffae3a1c6092241afcf2acd212fe07b3a65ce
|
|
Change-Id: Iafc1650d57d29fbc24921498f18da6c0e510b37a
|
|
so we can refer to the .ui name of the tab dialog and pass
in the page creation id to associate with that
Change-Id: If3df6d3de9dc7da482a45d7d91b610b81981d5ed
|
|
Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852
|
|
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530
Reviewed-on: https://gerrit.libreoffice.org/1484
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I2bb4f00ece212fe3c4741deea0bcad50e1fd60e1
|
|
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
|
|
adds another tweak that had been removed with some print related rewrite
Change-Id: If63072c9b2c6158d46f26933fd54766fd808569c
|
|
All these are years old, guessing from some comments as old
as Windows 9x support. These workarounds do not seem to be needed now.
Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
|
|
Change-Id: Iab660dcfffc2a511092398926338ed06f6408925
|
|
Change-Id: I47467b53705f8059a829126a598e29a1105df13c
|
|
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
|
|
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).
Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.
I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.
I dropped the optional interfaces
XStatusIndicatorFactory
XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.
I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.
Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
|
|
Change-Id: I4f1c834f28cb49ec0dcb824280d348226ad7e514
Reviewed-on: https://gerrit.libreoffice.org/1458
Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
|
|
Change-Id: I011c2ea45d33ead14910e149a99ee8e587ef79b9
|
|
This dialog is still of some use with some Writer Wizards and templates.
Re-added the dialog, but moved the menu entry to Tools menu in Writer.
The menu entry has not been added back in the other applications.
Conflicts:
sfx2/sdi/appslots.sdi
sfx2/source/appl/appserv.cxx
sfx2/source/doc/docvor.cxx
sfx2/source/doc/docvor.hrc
sfx2/source/doc/docvor.src
Change-Id: I1388d955752e99ab6d39dfc81bb41a97b33bdfcd
|
|
Conflicts:
basctl/uiconfig/basicide/menubar/menubar.xml
extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml
framework/uiconfig/startmodule/menubar/menubar.xml
sc/uiconfig/scalc/menubar/menubar.xml
sd/uiconfig/sdraw/menubar/menubar.xml
sd/uiconfig/simpress/menubar/menubar.xml
sfx2/sdi/appslots.sdi
sfx2/source/appl/appserv.cxx
sfx2/source/doc/docvor.cxx
sfx2/source/doc/docvor.hrc
sfx2/source/doc/docvor.src
svtools/source/dialogs/addresstemplate.cxx
sw/uiconfig/sglobal/menubar/menubar.xml
sw/uiconfig/sweb/menubar/menubar.xml
sw/uiconfig/swform/menubar/menubar.xml
sw/uiconfig/swreport/menubar/menubar.xml
sw/uiconfig/swriter/menubar/menubar.xml
sw/uiconfig/swxform/menubar/menubar.xml
Change-Id: Iaec660c2d8da109bd644f5c88213fdb0c51a9c0f
|
|
Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
|
|
Change-Id: Ice3523a98b575b3dfd39ca6edf5fbacc1f229480
|
|
this event used to get posted, somehow it seems it got dropped somewhere along
the line ( looks like the printer and printer monitor code got reworked )
Change-Id: Ib75ee9e7ecd41614275033d2be2a351785326e24
|
|
Change-Id: I2af5adb064888336dd1ea622bb274c45052e2e61
|
|
this includes allow us to add tabpages to SfxTabDialogs by name (and getting
back the matching pageid) where the name of a tabpage is the name of the label
widget for the page in the .ui notebook.
Change-Id: I48bfaa9ac8daa443ca72540e2024ddb9df34faa5
|
|
The CustomPropertiesWindow could be converted to something that inherits from
one of the new containers and remove a load of that custom positioning code but
for now just minimally retro-fit the existing manual position setting code of
the custom scrolling widget.
Change-Id: I6c85286f3652a11bf8c8d827c4986b5b9d745523
|
|
Change-Id: I4353c839f6b081fcffd33edb2eb6722e91379cf5
|
|
Change-Id: I1aa0dea1e0867b4cf6c4ca099d8c0281d400b24c
|
|
Change-Id: Idfd689c86700fe3b6ec2af477973a2cb484fc29d
Reviewed-on: https://gerrit.libreoffice.org/1408
Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
|
|
Change-Id: Ifb962186a80941beb57b75815fbb9d425ef44ee0
|
|
Change-Id: I0c940128e535cfadbd7ac917601dd9da0d0a347a
|
|
Change-Id: I09626f2d7b5b786e35e02964554d7f5c0239d952
|
|
Change-Id: I502a51018f7281c9e4bc42d6f9ae76e6cd6a3d86
|