Age | Commit message (Collapse) | Author |
|
Casting sal_Bool to integer lets the comparison always fail.
Change-Id: I33cf9e9b6a65f81166870bdfe32e9a97101501df
|
|
Change-Id: I9a7f5a768346539f14c1fc84d1c60e99107e3899
|
|
it was not initialized but accessed in one place. Checked with symphony code,
there was a set method which is not in AOO trunk, thus solved accesses to zero
pointer usage
(cherry picked from commit bd0c3b940f6006d3cb49381230795db667aeb943)
Conflicts:
svx/inc/svx/svdobj.hxx
svx/source/svdraw/svdobj.cxx
Change-Id: Ic8dec5c6def35753d757066c7ea02e1a92b46f6c
|
|
Change-Id: I497a31b35d68a31155fd31bcd3d07e782be944c3
|
|
Change-Id: Ia202059eb891b1088dc276c963e16ede93fe8d05
|
|
Change-Id: Id3e24e7efd84db03d0d1636bf099bac3fede55db
|
|
Change-Id: I8327fb4ba2a86d4caa52b875221175b80464842a
|
|
and there's a strange stray ifdef in MSAAService.idl
add mode-lines and remove unnecessary headerguard etc
Change-Id: I072960ac073b2c33d7d820e7dbfe02145685d3f3
|
|
Change-Id: Ic6da34e58975d85c84ded96fa90873558589f54a
|
|
Doing this would avoid re-grouping formula cells twice.
Change-Id: I732658fc92f2fb3ddde0c0c00ae85f72074b6b48
|
|
Change-Id: Iae6177433f05875e014de50eb4100fa381ddafdd
|
|
Change-Id: Ib5db40ecd5782d729d406b285d3399cc2626e335
|
|
...in a non-oneway call. This can happen when a pre LO 4 entity is calling a
LO 4 entity post 90eac3e69749a9227c4b6902b1f3cef1e338c6d1
"API CHANGE remove [oneway] method attributes." (See mail thread starting at
<http://mail-archives.apache.org/mod_mbox/openoffice-api/201311.mbox/%3Ca4e7f34d-b8cb-4d5a-890f-6894d3410265%40ucimail2.uci.cu%3E>
"hi, code in Java.")
Change-Id: I9f800a979d84a95cc5cd96f75ee7472e8cf6cf4b
|
|
Change-Id: Ia7e654cdeffd832f51016ff51aa180fe3924ff4e
|
|
Change-Id: I9bb39bdd677af4be0da621370c51eb9e22ecc33f
|
|
Change-Id: Ia2498a118e729276a78ef3a4eb43b5d0b302d326
|
|
Change-Id: I6a3f563b6effd37b448ec3e8463a87879e0566d4
|
|
We import something that's visible, but the position of the shape is not
correct yet.
Change-Id: Ie68f0ebad1cc992a6c8d7704d7262f7e983f3b19
|
|
These are just the minimal changes, so that writerfilter calls into
oox::shape::ShapeContextHandler, which does the real work.
Change-Id: I7830178efd6ed75da6737a67d9d24dcf59337954
|
|
The plan is that once these are here, the writerfilter ooxml tokenizer
can refer to them. And then the writerfilter will call back to oox to do
the real drawingml import.
Change-Id: I00eec562e32df359231d1a170367ab75702f0049
|
|
Change-Id: I76be464200d486efef9c8a7e957c310c9adae3b8
|
|
...there never was a good reason to have SAL abstractions for the C/C++ char types anyway.
Change-Id: Id5da718cf26f12ebe57bc71e076c32d763c0982e
|
|
Change-Id: Id85362c0930a4156e569bd4c6b13aa94213f09c7
Reviewed-on: https://gerrit.libreoffice.org/6826
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Project: translations eaf5194e57a9a6b82672a019c8db30c9a67ff21a
|
|
Change-Id: I6043ee3c214f453afaef06125993c73be624c07e
|
|
Change-Id: I520951b21dd017c0d8a21f455f9abaa18e329e68
|
|
Project: help 1a08f80034749e9f2d8fc94497e3d0cd528afe70
|
|
Change-Id: Iffa67c345a03852ad7872031b4c5a87e223ffcad
|
|
Change-Id: I33b289a31a9a4991eb270b3d154d999fa76c7bb4
|
|
LegendPositionResources for .ui based stuff and a legacy
oldLegendPositionResources which can be phased out when
the last .res based user is gone
Change-Id: I02478882e0cb54ee0fe5c2c5d15382f94758a3d2
|
|
...that were introduced with c23ab5eaed57cc3fb5860e26c591c73c5b22687b "Integrate
branch of IAccessible2" but broke JunitTest_sc_unoapi, which expects calls to
getCharacterAttributes and getIndexAtPoint to actually fail for out-of-bounds
arguments. The above commit does not make it obvious why those changes were
actually made.
Change-Id: I3492c3e6a49d68885df1206e9368f4483c0dc4f9
|
|
Change-Id: Iefdbbff83ea05c2e926191a2058a0be67c281789
Reviewed-on: https://gerrit.libreoffice.org/6824
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I7f54513f93319df0a4846fd79c78bb65327abbbd
|
|
Change-Id: I6ffcb1561920eba2cbc3fa019431d84f07386570
|
|
Change-Id: I8c5daff82b96e4d9e2e89e18473c9be8c9c8162b
|
|
Change-Id: I8368698e80e5ebe339b822a9e0e767e8ba867e07
|
|
the amount of code required for the new vs old dialog is amusing
Change-Id: I7feee572eecd94fab3e8c2210755b70832cbd2f2
|
|
Change-Id: Ibf6d11e513ed615e29d97ab21c8b02315b42d75c
|
|
Just some late-night hacking without much thinking whether it makes
any sense and without any clear picture of what I am doing. Probably
useless. No promises I will ever continue on this.
Change-Id: Ie61925129bb678a17b30cb25a7882ccfe3a1de82
|
|
Change-Id: I06ffe3088546d55b29d61ccfae16937d8a7ce9e8
|
|
...this had been switched from "m_bIsDropDownBox ? 1 : 0" to "m_bIsDropDownBox ?
0 : 1" in efb23f29983f87104a684e7fab00b84fc59d131d "Integrate branch of
IAccessible2" for no apparent reason and broke JunitTest_testtools_unoapi.
Change-Id: I276d2f452648387a5fa693349cf868787b2d48e1
|
|
Change-Id: Ie708de4a7fbd34e1ab3c417688de79d5bdf0e0b8
|
|
Change-Id: I73b1555b04db7726142be955d445bf083739e040
|
|
Modification of Degree or Period select trendline type
Modification of Intercept select option
Change-Id: If3a212c381061e831ee4411c8e17fbaf8ca12895
Reviewed-on: https://gerrit.libreoffice.org/6815
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
And a test case to catch it.
Change-Id: I233269822b383afa9783bdc7318eddee31d1eaa3
|
|
ScDocShell::ConvertFrom() queries the filter options from the SfxItemSet
at SfxMedium, which is fine when loading the data into the table
selector first, but the final load via ScAreaLink created a bare
SfxMedium without options set. Do so.
Additionally it may now even work that ScDocShell sets options at
SfxMedium, which the ScAreaLink code prepared for but previously the
SfxMedium did not have an SfxItemSet.
Change-Id: I45d6a24906dc3ba41654b8c0951dd84939d8af5e
|
|
Change-Id: I1ab32794a10f78f305de8057af5885d7719f87a3
|
|
RID_STR_ACC_ACTION_CLICK in efb23f29983f87104a684e7fab00b84fc59d131d
Change-Id: If684816602db38fa87b6272c0491ab2ac910aece
|
|
Change-Id: Id36b1d56553a413ab9b4d82fe6f65185f4f6fc00
|
|
Add an --input option so that the input doesn't have to be generated each
time but can (manually) be stored in a file and that then given to the script
when debugging it interactively.
Change-Id: Icdb6abc828c6d16e29a99494d00eb0c8435f2826
|