Age | Commit message (Collapse) | Author |
|
Change-Id: I63f8ad597cea2562b567b7df13823b75a6e50dde
|
|
Oracle doesn't accept "AS" for making an alias from a table
See https://bugs.freedesktop.org/show_bug.cgi?id=81213#c2
https://bugs.freedesktop.org/show_bug.cgi?id=81213#c4
https://bugs.freedesktop.org/show_bug.cgi?id=81213#c5
for more information
(thank you Lionel)
Change-Id: I33c86d78b2590116d4af46ffd3e54c3c791268ea
|
|
Change-Id: Ie4cef54a943fc456b042425b53286492a0bed0be
|
|
Change-Id: Ib92eb813666a418ced584076094cdd6511118d6a
|
|
Change-Id: I9a7871bfd08fdd8dc649d7a728eb41bcc0b64b37
|
|
Change-Id: I27fbeaafb53b4a0ae30c3408888419af93a37300
|
|
Change-Id: I2491ec467df8874bb7eaa89e316b0e89f59c740a
|
|
Change-Id: Id9a90001153fdaad51a00b68f38b1298195c5646
|
|
Change-Id: Iad0c94ffd08117f79cba5d5305f03c836ac6ada9
|
|
Change-Id: Ic18823fd60826c144058df32c27ab25d58664e30
|
|
and
coverity#704621 Explicit null dereferenced
Change-Id: I06e335da746b02b16f7e5bd947d6eeff0c81b815
|
|
Change-Id: Ieadbc90be19ec14d78fdf352df7537c69c66616b
|
|
Change-Id: I539741e71785232987b26c7b414a416dda5e4bb6
|
|
Change-Id: Ia08d57b33af93ceb5c60c48602c403f893bbccc2
|
|
and
coverity#706460 Uncaught exception
coverity#706458 Uncaught exception
Change-Id: I580e4dbcb1c65404fe7e93098eb44b5d5d004e8b
|
|
to replace hand-rolled version
Change-Id: Ie7b98c284d157521482b0f98915146133f32748e
|
|
Change-Id: I337e948609f66dc9f0002b67cc0ac581a634478a
|
|
Change-Id: I0e4408bb8301b5fd5da4ee5f4efab5b1ae4f5ca7
|
|
Change-Id: Ib1b0dd07be41d382fa24edbb37d30cbe9ea193fa
|
|
Change-Id: I5b26469792cf7b2ac6b1b28e2419cadeea09a37d
|
|
Change-Id: Ideaa021f76f1c384150caad5ec6a41bf65bae28e
|
|
Change-Id: I8405e4d8f9fa1de3ef6ee474321b4ac2b4ce1624
|
|
We need to pass the role of the data sequence in order to avoid unreliable
guess work when importing static value array.
Also, not all Excel's scatter plots have real numeric X values; some have
textural X values in which case Excel switch to generating 1, 2, 3, ... as
X values. When importing to our chart implementation, using "categories" role
in such cases instead of "values-x" results in a more faithful chart rendering.
Change-Id: If4bc1f650bb024dcd1b1b36537f457fb38404a78
|
|
since they're doing the same thing.
Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6
|
|
When user hit "Test class" it trims the string
User should test class name before going next step
Change-Id: Ic4aa6cb4b821f156cf0ec8c0c09a27db8bd6d51c
Reviewed-on: https://gerrit.libreoffice.org/9953
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I609d1de30ad6e99f664d0a0fb853ea06a581e85e
|
|
Conflicts:
include/svtools/fileview.hxx
svtools/source/contnr/fileview.cxx
Change-Id: I78b590410ec4e55eeecd2da8ab79738f05e403b5
Reviewed-on: https://gerrit.libreoffice.org/9981
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
and
coverity#706469 Uncaught exception
Change-Id: Ia67d777b09ac7f72a94a9019765266854775c53f
|
|
and
coverity#706377
coverity#706378
coverity#706382
Change-Id: I17f672e31867b1be77c16a8a6e121a8f67df7c90
|
|
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
|
|
Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713
|
|
Change-Id: Iaaadd4fd3015214c007a86d1a83f837aa0d2bdb6
|
|
Change-Id: Ic76a399fc4073fcb713bb566f3fbee2077e20e52
|
|
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
|
|
Fix regressions introduced with
6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 "Use the new type-checking
Reference constructor to reduce code noise"
Change-Id: I85662856f21c810a7db497fe3b0e116f075b1687
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Find places where we are returning a pointer to something, where we can
be returning a reference.
e.g.
class A {
struct X x;
public X* getX() { return &x; }
}
which can be:
public X& getX() { return x; }
Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
|
|
Conflicts:
dbaccess/source/ui/dlg/advancedsettings.hxx
Change-Id: If1bbd9ce099f1e8e70149277b412db54f28cb0de
Reviewed-on: https://gerrit.libreoffice.org/9802
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I1a40351aec666c94707ad2dd625f3ab8606242d1
|
|
Change-Id: Ibf1ed3d33d8b2c7da4eee26943da0c09647f4bff
|
|
Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9
Reviewed-on: https://gerrit.libreoffice.org/9858
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I9665d0bd8eccfb16a53eeb733954cdc59af8ccdd
|
|
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
|
|
Change-Id: I2f78ca59bfebbcffd9a6d0309c49179457bd9172
|
|
Change-Id: I14cdcab307f1d2edcebb9fd4aa3009daa32bc7d1
|
|
Change-Id: Ibfbc85562d30c541eada430759a0bda9305d9850
|
|
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
|
|
Change-Id: Ie01599c8f3ae465998113dd8bfd2a33b27d0a39d
|
|
Used by two different callers that wanted different things.
Also, freeResources now always positions on BeforeFirst.
It is only called with _bComplete==false by execute()-related code.
Change-Id: I3e34f77ce37c239d8d3d6a8cd7514b125b049de6
|
|
Change-Id: Iaa881d055923702acbb96862d187af41a6ded730
|
|
Change-Id: Ie3f8a0a04c136a5ed68486aa5e31284556805510
|