- 05 Eyl, 2013 7 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I4cd6a9a502b4bad11265ac5e42dc338b56b90598
-
Eike Rathke yazdı
Change-Id: I7367fd5f48f4b2733f515ff63238072f21579d35
-
Eike Rathke yazdı
Change-Id: I6c295f887d90809b63c5b13fee466a584d1f6404
-
Eike Rathke yazdı
Change-Id: I69eda64c3604f4a38fade5dbc912879937b95e0a
-
Eike Rathke yazdı
Change-Id: Id2cf7f550883f291d181d68d9dd91a7173b55310
-
Eike Rathke yazdı
Change-Id: Ieb286027644446c1109ab4fc637445c3582e316e
-
Eike Rathke yazdı
Change-Id: I35d3c5baeb5501feacdfa146f5b7f4e4f1bba876
-
- 06 Eyl, 2013 4 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
Otherwise dbaccess's indexcollection gets confused and can segfault when indexes not belonging to the desired table are returned. Change-Id: I4dfe62bf1053c65cac907bf490749ee2cc24e6ca
-
Andrzej J.R. Hunt yazdı
Change-Id: I76ac3b261bce830879f17e82ddd22a9f4d957f11
-
Andrzej J.R. Hunt yazdı
This provides the SQL SELECT statement necessary to retrieve all the indexes needing rebuilding. Change-Id: I07661277682f83dc3f2d33a398abd83593c9928d
-
Andrzej J.R. Hunt yazdı
Change-Id: I8c3393fbc7c4fb418f31a80b23360c6c7bf21a25
-
- 05 Eyl, 2013 29 kayıt (commit)
-
-
Miklos Vajna yazdı
The shape had no special properties about hori/vert text adjustment, so it should be hori left / vert top. Then it has vertical layout-flow, so vert should be top and hori should be right (vert was center). Change-Id: Ia89d8587b6a822ead45198dc5d1ba23907cc3567
-
Thomas Arnhold yazdı
Added the SetText method to make it absolutely clear. Regression from 150c9f8b Change-Id: I4e9935fd13fca8f9cfdfda65c980d08b1e85b459 Reviewed-on: https://gerrit.libreoffice.org/5819Reviewed-by:
Marcos Souza <marcos.souza.org@gmail.com> Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Markus Mohrhard yazdı
Change-Id: I5c6ff3a79357ce37b220bd7cad64a3783bc7dc55
-
Markus Mohrhard yazdı
Change-Id: I3a8f99e00e12a6120a284afabbf51e6fbb36195b
-
Markus Mohrhard yazdı
Change-Id: I9bb1311f5c4688f66c3eb3f85da599686c95e87a
-
Markus Mohrhard yazdı
Change-Id: Ia17d1eb26ac6ebc54d085ade8edabcaff442de5c
-
Markus Mohrhard yazdı
Change-Id: Ib74667fb958aa9bbbcae3a0289b3cbd6edf8fb37
-
Markus Mohrhard yazdı
Change-Id: I130996a78695b38eb200a2b22a68e0aca575e3af
-
Armin Le Grand yazdı
in SdrObjCustomShape::TRSetBaseGeometry, this was wrong (cherry picked from commit 74626079) Conflicts: svx/source/svdraw/svdoashp.cxx Change-Id: I40c0b16075f5849b4514a7a282afa283793282ea
-
Caolán McNamara yazdı
Change-Id: Icf2729a4a7f8476d71d4609e060d3da2d172e7a8
-
Caolán McNamara yazdı
Change-Id: Ie22e82904dc12f064c3b7d47bce294c5515590de
-
Caolán McNamara yazdı
Change-Id: I62d58154ca8c5b4c6b6b0d1aece1b5ecbab2a6eb
-
Caolán McNamara yazdı
use protected to indicate that this is not callable directly, but only by another ctor which will do the initialization. Not sure if coverity will grok that, but if it doesn't then it can be submitted as a false positive Change-Id: I8e97c0b441dc407a005913e2b10f0fb48f45672b
-
Caolán McNamara yazdı
If coverity is taking exceptions into account its right, if its not then its a false positive. Lets do the save and restore on scope to find out. Change-Id: I007f86d701e193c2e097a186119c1d0b367cbb97
-
Caolán McNamara yazdı
Change-Id: I07239ddec7806261fa9098839fd3fc9e5c400594
-
Caolán McNamara yazdı
Change-Id: I98accfecd5922d6882dfe97c8c72fff3afa5392c
-
Caolán McNamara yazdı
Change-Id: If918af4352c54cf92dbb45bb9a689ca2e7a8a863
-
Caolán McNamara yazdı
Change-Id: I0a3bbb5a962b33aad1c9ef2c5fa751ec15d79dc9
-
Caolán McNamara yazdı
Change-Id: I00e7370792e2971b3f00ac8ec0ea0df4426613a9
-
Caolán McNamara yazdı
the single argument String::Erase erased from the passed in index to the end of the string Search returns STRING_NOTFOUND on failure, which results in String::Erase erasing nothing and so leaving the original string untouched. Change-Id: I83939fce2a92c38fbfb62196b7248908117c1e69
-
Tor Lillqvist yazdı
Change-Id: I2b1ba216d758e89ece279ee97528976b8c987dfc
-
Tor Lillqvist yazdı
Change-Id: I304b8021225c105f068c793ce04a447d4db4f7cf
-
Tor Lillqvist yazdı
The $(share_subdir_name) things in the filter fragment .xcu files didn't actually work it seems. But anyway, it's a bit silly to do expansion at run-time of $(foo) things known at build-time anyway. Thanks to sberg for pointing this out. So just use the normal configury .in mechanism for these. Simpler. Change-Id: I14b3e5cc5169b34df8a1d7ff07cc28452c67bcc8
-
Artur Dryomov yazdı
Change-Id: I8def7a5f7ecf924f6cc61f3a037defa9e8116089 Reviewed-on: https://gerrit.libreoffice.org/5815Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Stephan Bergmann yazdı
...2a9c1d1a "Make dialogs fail with an exception in headless tests" missed one of the osl_getCommandArg calls, which can lead to problems when there are any -env: arguments preceeding the --display argument. Reported by renduly on IRC. Change-Id: I98dd24be840d561dce51034088f3e44adff9f2ff
-
Bjoern Michaelsen yazdı
Change-Id: I54dc06c1bcd708fb666813ec2d0ca79acba361a0
-
Andres Gomez yazdı
Added the new InteropGrabBag property to the Shape service and modified the JUnit UNO unit tests for it. Added specific implementation in the svx module for the SvxShape class. This new property is intended by now for its usage on preserving OOX's Smart-Art but it could also be used for preserving other attributes for interoperability among document formats. Change-Id: Idc7a8e91592399ff05effd4da6eaa2935f8f4d42 Reviewed-on: https://gerrit.libreoffice.org/5769Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Thomas Arnhold yazdı
And removed nearly all xub_StrLen in starmath. Some sal_uInt16 which were xub_StrLen before 9a0d753b are also converted to sal_Int32 where applicable. Change-Id: I31d7794f4c7aa840545edff41a102b76bb39e042 Reviewed-on: https://gerrit.libreoffice.org/5817Reviewed-by:
Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by:
Andrzej J.R. Hunt <andrzej@ahunt.org>
-
Thomas Arnhold yazdı
Change-Id: Ieedb318f36afc5d85fa90533578e847a1d9d6840
-