Age | Commit message (Collapse) | Author |
|
Change-Id: Idd1d0641d5b7d8594f354c7d2e2a9093ecc6b2f7
|
|
Change-Id: I5d4478176bd18a5d7a08dd4472393ea56e1ea280
|
|
Change-Id: I6727db5f64041a6f181810696eef56175385c96c
|
|
Change-Id: Iba139247f3515c834d8abcfd4322964dbc3abca4
Reviewed-on: https://gerrit.libreoffice.org/5134
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Change-Id: If1c4bafebcc570c4adb30bc507e4562357ce3f63
Reviewed-on: https://gerrit.libreoffice.org/5132
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Change-Id: Id0558cb6285ecd19ddc21caee3e26f44cbebf721
|
|
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
|
|
Change-Id: I5fd8aa43da4ea879ec2adf31bb904a157b3425b0
|
|
Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
|
|
This information helps to map a document with an application ID
needed for Windows 7 shell integration.
Change-Id: I1224f566037ab7597a29b16f310f93d9f5441cce
|
|
...that had been broken when 5c22a03320f20ae9ac2c3c16025e7c5e3a7915d5> "Cleaned
up CommandLineArgs" changed the representation of those multi-arguments from a
single string with \n delimiters to vector<string> in
desktop/soruce/app/cmdlineargs.hxx, but missed updating other producers of
such ApplicationEvents.
Change-Id: I527d620c60a87f3a01d970927c521163fb6df192
|
|
This reverts commit 3a46d91f8de420f38dd763028e91229c846dff52.
This breaks the Stylist, not sure why (does it depend on something
setting the search flags before?) so revert for now.
Change-Id: Ia50feeebae8bf852c827e4f270e81e9f08d2b1ac
|
|
The clients always start with First() anyway so they might as well use
external iterators, which makes calling First() in certain situations
just so the internal iterator is invalidated unnecessary.
Change-Id: I0948576c20410136448e8b85311c21a257469bc7
|
|
Change-Id: I71807adff43ce2cfb748764edcc5880cdbba746f
|
|
Change-Id: Ic04fc47e88f0d12a0889fd9e28ff0fc42c6556aa
|
|
... to something more unique, and use SAL_OVERRIDE.
Change-Id: I0f991870974cad42c86d6af162359dafb475c5aa
|
|
Change-Id: Id1416ae6c1efaa251a979ac67e90b5261f64bd9a
|
|
Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
|
|
Change-Id: I26cc3185d6abbce516f7c7d9243962b873587859
|
|
Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48
|
|
Change-Id: I41efcb94121a005d9f44cc17e8ecb5598e8ffba8
Reviewed-on: https://gerrit.libreoffice.org/5057
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: Ie6b44d1f4abe1826254ab5bb178d73606bd1283c
|
|
They are vestiges of the old string classes.
Change-Id: I5dd458bd2dac5f2e867ddaa731190f159b8a3b65
|
|
...removing the SFX_ UNO-related macros as a result.
Change-Id: I56542885847ff0adc604f309ed7e2582b7529f3f
|
|
Change-Id: Id12614722ed106ca595df13d22b6c5e315deb2ac
|
|
We want to decide whether the images are big or not based on the real
(underlying) ToolBox, not on the global setting, because we can have both
toolbars with large as well as small icons visible at the same time (small in
sidebar, large in toolbars).
Change-Id: I046a12a495f2038df9a571f5779794a639bae6dc
|
|
Change-Id: I9c53f3b269b336ecd714c5b1d67ff333b541e9e6
|
|
Change-Id: I209292603b69f51d354369d99cb58fe32bc65a8d
|
|
I changed SvCacheStream class to SvMemoryStream class in
the following: MSE40HTMLClipFormatObj, SfxLockBytesItem,
SwEditShell, INetMIMEMessageStream classes,
MakeLockBytes_Impl function and SwUnoCursorHelper namespace.
I modified header the precompiled_sw.hxx, wrtsh1.cxx, unoobj2.cxx.
I added two functions in SvMemoryStream class: GetBuffer and
GetSize, and I renamed the old GetSize function to GetBufSize.
I deleted SvCacheStream class.
Change-Id: I929236538dfbe23cccfd1eb85f10c1d5411baa8d
Reviewed-on: https://gerrit.libreoffice.org/4847
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
|
|
Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550
|
|
- fix interface of sax::Converter to allow passing time zones
(rename the parsing methods while at it to reduce pointless overloading)
- SfxDocumentMetaData supports DateWithTimezone and DateTimeWithTimezone
in user-defined properties
- add some ugly hacks to SfxCustomPropertiesPage to preserve existing
time zones (which are not displayed in UI currently)
Change-Id: Ice94112b9d79c285f80b5beda15f0ace91db97f3
|
|
Add IsUTC member to:
com.sun.star.util.DateTime
com.sun.star.util.DateTimeRange
com.sun.star.util.Time
Add new stucts with explicit time zones:
com.sun.star.util.DateTimeWithTimezone
com.sun.star.util.DateWithTimezone
com.sun.star.util.TimeWithTimezone
Adapt the sax::Converter to read/write timezones, and fix the unit test.
Everything else just uses default (no time zone), this commit is just
to fix the API.
STRUCT: /UCR/com/sun/star/util/DateTime
nFields1 = 7 != nFields2 = 8
Registry2 contains 1 more fields
STRUCT: /UCR/com/sun/star/util/DateTimeRange
nFields1 = 14 != nFields2 = 15
Registry2 contains 1 more fields
STRUCT: /UCR/com/sun/star/util/Time
nFields1 = 4 != nFields2 = 5
Registry2 contains 1 more fields
Conflicts:
sc/source/filter/oox/unitconverter.cxx
Change-Id: I01f7a6d082a6b090c8efe71d2de137474c495c18
Reviewed-on: https://gerrit.libreoffice.org/4833
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9
|
|
If no LanguageTag instance is at hand use the static methods to convert
between BCP 47 string, Locale and MS-LangID instead of creating
temporary instances.
Change-Id: I9597f768078eb81c840e84a5db5617f26bb7dc09
|
|
Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b
|
|
GNOME HIG states that "Alert windows are not resizable" so consistent with
that.
Change-Id: I44240f2202fafca2e6a0502e09f22683bbea4c50
|
|
Change-Id: Id32a8a75cd24a8acc4dada689a5688767de6745b
|
|
Change-Id: I9209b659eb88df5610882a476dc12ac45527e568
|
|
Previous code also had some odd notion of inequality ...
Change-Id: I0e75035a0618a3a0a177d22296155b9ae2a26185
|
|
Change-Id: I689bb64664ee36b2e3e8386ebd20cdd95c51142b
|
|
Change-Id: I7659dac1a3d17b4099f310fd7b6d17455bdda2eb
|
|
Change-Id: I7bbcc19062883932bf2e2fd68928f3f5624c4748
|
|
Change-Id: I51de8d07a4dc51ba03d24a1a5805df051b6e09b4
Reviewed-on: https://gerrit.libreoffice.org/4779
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
|
|
(cherry picked from commit f6159d52f0423808eaddc9b5f3906cfc3e6baa0b)
Conflicts:
sfx2/source/sidebar/Theme.cxx
svx/source/sidebar/text/TextPropertyPanel.hrc
Change-Id: I0163d3766923a5a333214f09db4837435590d753
|
|
These were missing from d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46.
Change-Id: I50b2f7a2ec1ff5848802fc6c08e7a6e8e7ccb7f7
|
|
not like there never was a sfx1 anyway... perhaps we should rename the
whole module...
Change-Id: I50c7302f84f15a1d778eca19507694a3bd070b22
|
|
The parameter "FailOnWarning" is passed around better now, so it arrives
in SfxBaseModel::storeSelf() which considers it illegal.
(regression from e2799d253b1dc62967693aa5bccd7360a9520967)
Change-Id: I2a51a2ecc24e6de506e1840bd28cbe157a8ad6a5
|
|
Change-Id: I6da069a27d569e4b28c0a8fe783616c767c108d0
|
|
...apparently mistyped conditions happened to work as intended (E_None being 0).
Change-Id: I3ffd849fc4790bfaea36d614b900eceae5f1e8eb
|
|
Change-Id: Ia38a982b37568c9225c03197a085db3164602f85
|