- 06 Ara, 2012 35 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
Change-Id: I0f415c96fc05c1d776d14885751aef020c42f4ae
-
Lionel Elie Mamane yazdı
This was done for the sake of ODBC, but the cost was imposed on all backends. The ODBC problems are now solved cleanly (and more efficiently) in the SDBC<->ODBC layer. Change-Id: Ib8a864da08deaaacc96a379fb72b3b7cbb34598c
-
Lionel Elie Mamane yazdı
fetched data in the current row is always cached. This avoids trying to fetch the same data several times, which is tricky in several scenarios in ODBC. Numerous cleanups in passing. Change-Id: I17246aa614276e141161a64c716881242c559310
-
Lionel Elie Mamane yazdı
Change-Id: I1702ea167ac6d23b1bdfcda2ea1ad7815e4474b9
-
Lionel Elie Mamane yazdı
Change-Id: Id49a9db96cdb0aaf901a00a5439b36c1d0386c41
-
Lionel Elie Mamane yazdı
Change-Id: I9974921bd62bf4f57e13ffb681b2a90e1403c90b
-
Lionel Elie Mamane yazdı
Anyway, setting bound only on the *last* column we are going to fetch does not make sense. Either all of of them or none. Change-Id: I54e8e6b7d33863d1662167b370739cb7d39c0bc4
-
Lionel Elie Mamane yazdı
Change-Id: I6ac4f2700e15bc53a9a666aa5e2222748618dbf1
-
Lionel Elie Mamane yazdı
Change-Id: Ibfe513ac8fbcd982784110ac1d3fe84061228bf9
-
Lionel Elie Mamane yazdı
Change-Id: I813efb928a88eb0a78faaba4ba0d4186c8a9413c
-
Lionel Elie Mamane yazdı
Change-Id: Ic3c7d8d2a27e1835513790523ddd3bdc8f7c2101
-
Lionel Elie Mamane yazdı
Change-Id: Ie19a5277a9b847a9e440d137cf7ee18943c77832
-
Lionel Elie Mamane yazdı
Change-Id: I29b8c0352b06fb86e924aaf8108de6835eb9cb89
-
Lionel Elie Mamane yazdı
Change-Id: I9580fa4828db8f19b84ce8f88f8cbc7ab72985b6
-
Lionel Elie Mamane yazdı
Change-Id: I2f571e06fd498ebe9378105030215ccb134bf974
-
Lionel Elie Mamane yazdı
Change-Id: I13a8a152d7bfba351632e50d440fba8af375bec3
-
Stephan Bergmann yazdı
...since this was changed with fdo#53009 in LO 3.6.3. Change-Id: I95b8da1311c666945e9bbe15d22da59add6b6227 (cherry picked from commit d35849b6)
-
Petr Mladek yazdı
Change-Id: If808aa6a21d81cee563ac07b83f3446e5d488f88
-
Andras Timar yazdı
Change-Id: I8b3e526fd413bd3ced75bf1cd81f9be2540bf9e8
-
Andras Timar yazdı
Change-Id: I5e83d9fd524e5a414e0bd12879c53f20e0df9fd4
-
Michael Meeks yazdı
(cherry picked from commit c8a73307)
-
Michael Meeks yazdı
Patches contributed by Ocke Janssen converted reportdesign. http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patch contributed by Oliver Rainer-Wittmann sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115
-
Michael Meeks yazdı
(cherry picked from commit c95f6b67)
-
Cédric Bosdonnat yazdı
Change-Id: Ic597dd9fd12895c0d21f678cba44feba9f6fcd47
-
Cédric Bosdonnat yazdı
Change-Id: Idcb2987dc98ea9d00c8b160902446e71e8d6daff
-
Cédric Bosdonnat yazdı
Change-Id: Ie63638a2b69594edf21e8025b1531842390f409d
-
Cédric Bosdonnat yazdı
Change-Id: I49383a884b5806679ec6f79d49b8bc194d28d557
-
Cédric Bosdonnat yazdı
Change-Id: I4f1e199c9c678f5443cc736ffa8f74d9748b6f0f
-
Caolán McNamara yazdı
use different layout engine instances for different kerning+ligature combinations Change-Id: I951dec2dfdd25df2c60f617e70a094bd0753aa77 (cherry picked from commit 2f80337e) Signed-off-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I3da11f199cdb6b9394e99fc549cff2388a04d6b2 (cherry picked from commit efca6f15) Signed-off-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
last fix was removed with ec6af419 Change-Id: Ibb459d5c43356abb782dbd6a88f712bd1e01b54b (cherry picked from commit 458530de) Signed-off-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...its functionality moved directly into rtl/ustring.hxx Change-Id: I5a1af63a4fd61c71e6594f1fab0c17f503fdd1c5 (cherry picked from commit 43b8e719)
-
Stephan Bergmann yazdı
Change-Id: I634c6c699f8573113cdf0763c2cc83dcc04b0b0e (cherry picked from commit c4a8ba90)
-
Kohei Yoshida yazdı
Else, activating another window pane where the cursor is not would cause the pivot table field popup to immediately get dismissed after launch because ClickExtern() gets called from ActivatePart(). For example, imagine a field popup button is on C2, the cell cursor is on E5, and the window is frozen between rows 2 and 3. Clicking the popup button in C2 would launch it for a brief second and dismiss it immediately afterward. Conceptually, launching a popup in another pane shouldn't activate that pane anyway. So it makes sense not to activate it for that scenario. Change-Id: Ib970cb898fb9c79d254411e2519cfce74c60b72f
-
Kohei Yoshida yazdı
I made them, so they make not look all that polished but at least they are functional. Change-Id: I7964a7d42176f69a68ac831fea032dc521c5fe3f
-
- 05 Ara, 2012 5 kayıt (commit)
-
-
Kohei Yoshida yazdı
Or else the reference mode wouldn't work at all. Also rename the pointer that holds the current reference edit box instance, to be consistent with our other reference edit dialogs. Change-Id: I72e98b5a81b4c313d41c5bd0e429781997cf78b2
-
Kohei Yoshida yazdı
Slightly simpler to follow its logic. Change-Id: I988158c93c813fbeffe8e0319c7970d2d3cf3e02
-
Kohei Yoshida yazdı
Otherwise ungrouping date grouped dimension may crash, or produce incorrect results. Change-Id: I3634e3c0bf8336fc1221f5d234cb7e01eb1f07c6
-
Ivan Timofeev yazdı
1. Type and select some text in Writer 2. Ctrl+F Result: the text appears in the combobox, but the up/down buttons are still disabled. Change-Id: I9cd9f0bad52967a9934577c9bb743085b108fa94 (cherry picked from commit 0849f731)
-
Stephan Bergmann yazdı
Change-Id: I25cf94e9abaf976df9a8a0b8ee5f9955d623b006 (cherry picked from commit 30c77b4c)
-