- 27 Şub, 2014 5 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ide9234c50592fe4f12eb1f6ea836ad60ce4697df
-
Zolnai Tamás yazdı
I removed border dialog with commit 8560fb88 because it seems unused and when the corresponding command was called only a blank window was opened. It seems it was just bugous, so revert this commit and fix the dialog. Conflicts: sw/inc/swabstdlg.hxx sw/source/ui/dialog/swdlgfact.cxx sw/source/ui/dialog/swdlgfact.hxx Change-Id: I68f8c13457e899a894f03bdd60ebedfb2b70afea
-
Zolnai Tamás yazdı
Change-Id: I55dfeb9b0505bb5f46d5bcf98b10bd2ba7b187f9
-
Alexander Wilms yazdı
Change-Id: Ic8dc71c2815df265e1935e629e0220396a50aaac Reviewed-on: https://gerrit.libreoffice.org/8239Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Takeshi Abe yazdı
since 2007; https://issues.apache.org/ooo/show_bug.cgi?id=79031 Change-Id: Ie12d88a343591dee4c8c7411b356be2ca3311f29
-
- 26 Şub, 2014 35 kayıt (commit)
-
-
Stephan Bergmann yazdı
...not StaticAggregate, as StaticAggregate does the initialization with osl::GetGlobalMutex locked and can thus lead to deadlock. Change-Id: I0cce0da84b5a277fdda1ebaaeba85b04011f5459
-
Stephan Bergmann yazdı
This reverts commit 97d4f7e0, which appears to be incomplete: CHECK_BUTTON is not defined anywhere.
-
Julien Nabet yazdı
Thank you Caolán and Niklas for your support! Change-Id: Ied978b36cc309b2668889d878a309d1a1400633a
-
Alexander Wilms yazdı
Change-Id: I63ce6896e2f82160ffedb9f6123ca765f49698c5 Reviewed-on: https://gerrit.libreoffice.org/8256Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: I4914fd2f3e067fcc10fc110f172d3e33daa0977b Reviewed-on: https://gerrit.libreoffice.org/8257Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Conflicts: eventattacher/source/eventattacher.cxx Change-Id: I7169992d453b1b2919cc8076fbd6803a95ee0565 Reviewed-on: https://gerrit.libreoffice.org/8258Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I226d4338e22585a9a03377feb9d39788346316be
-
Miklos Vajna yazdı
Change-Id: Iad287d3f619d7c912aa6c2dc059b1aa63c3c0053
-
Alexander Wilms yazdı
Conflicts: forms/source/component/DatabaseForm.cxx Change-Id: I4005fe65e89794bd92191c37221c252a3e964917 Reviewed-on: https://gerrit.libreoffice.org/8262Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: Ie7503623ad9bec1806345f65b435c7bd94a08c2b Reviewed-on: https://gerrit.libreoffice.org/8263Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: Ie161a2aa1a434d0778e1937a833819c934ed1889 Reviewed-on: https://gerrit.libreoffice.org/8281Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I880569a283d0776a7dec51994a001d20153f86d9
-
Alexander Wilms yazdı
Conflicts: framework/inc/dispatch/oxt_handler.hxx framework/inc/services/layoutmanager.hxx framework/inc/tabwin/tabwindow.hxx framework/source/dispatch/menudispatcher.cxx framework/source/helper/dockingareadefaultacceptor.cxx framework/source/helper/ocomponentaccess.cxx framework/source/helper/ocomponentenumeration.cxx framework/source/helper/oframes.cxx framework/source/layoutmanager/toolbarlayoutmanager.hxx framework/source/recording/dispatchrecorder.cxx framework/source/services/desktop.cxx framework/source/services/frame.cxx framework/source/services/urltransformer.cxx Change-Id: Ibb04e3f6f0796e7f2be16dcce38542f8b90708d4 Reviewed-on: https://gerrit.libreoffice.org/8265Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I9f601252a24e935e81716213a6733ee2adb1489f
-
Eike Rathke yazdı
Change-Id: Ia42f4a112a240ed38a9e8e53e4e92b48e9cacc10
-
Eike Rathke yazdı
Change-Id: I1aa5e635448e2076f60c749e2640d9689a63f829
-
Eike Rathke yazdı
Change-Id: I8614619224d65118d6057eab6c3f6f7ee8efc617
-
Jacobo Aragunde Pérez yazdı
Improves patch 1428ec6f When embedding an object into a docx, several things interact: * The properties in the <o:OLEObject> tag in document.xml * The ContentType for the file defined in [Content_Types].xml * The Type of the Relationship defined in document.xml.rels You need the right combination of those three elements for Word to properly recognize the embeddings in exported documents. To know which values must be written, I store some interoperability information in the import phase in the document grab bag. The relevant information is the value of the ProgID attribute in the <o:OLEObject> tag. I have defined three cases depending on the value of ProgID, but more could be needed in the future: * Embedded xlsx sheet. * Embedded pptx presentation. * Generic OLE, this should work with embedded odt/ods in combination with the ProgID attribute stored in the import phase. Change-Id: I26336cb3fe47bd33e1cef11dd1c7edcf390f2e56
-
Jacobo Aragunde Pérez yazdı
XEmbeddedObject already implements XClassifiedObject which contains a getClassID method. Change-Id: Ifbeed343493208fff3704b21ee484fd92c570974
-
Julien Nabet yazdı
Change-Id: Ia10f8f36395c7f69dca297efc01c1061ef61ed6e
-
Stephan Bergmann yazdı
Change-Id: Ia0a903a38f8ae2897d0d9d6159597f720bbc24a5
-
Stephan Bergmann yazdı
Change-Id: I36c9f19580ef2a8e87d68fcc7f3cc3fd56ec7605
-
Stephan Bergmann yazdı
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
-
Thorsten Behrens yazdı
This is a light touchup of 2ef9df8a Change-Id: Icfaf6fb0111c85b5f78010b16bdda0e237419323
-
Miklos Vajna yazdı
It was crashing, as a quick-fix 43feacd5 (sw: fix build, 2014-02-08) disabled the test. I wanted to fix this properly today, but it was already working. Change-Id: Ifbfa82bc907d6c4bd8ec398472f751714c721b09
-
Alexander Wilms yazdı
Change-Id: I82680dea7e6d182d4c8047fce60d2cae09d29891 Reviewed-on: https://gerrit.libreoffice.org/8268Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: Ic460e514ac078a69cd86381b9b5cf779eb97971b Reviewed-on: https://gerrit.libreoffice.org/8254Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Lei De Bin yazdı
save as new .doc * when opening .doc in AOO, preserve the RTL property(property ID is 0x085A) and export. Reported by: Lou Qing le Patch by: Chen Zuo Jun Review by: Lei De Bin (cherry picked from commit daa4da26) Conflicts: sw/inc/hintids.hxx sw/source/core/bastyp/init.cxx sw/source/core/doc/docnew.cxx sw/source/core/text/atrstck.cxx sw/source/filter/ww8/ww8atr.cxx Change-Id: I2a1788452475e0deebf530aae41e543eae3cd45d Resolves: #i120935# Insert blank entry for RES_CHRATR_BIDITRL... and RES_CHRATR_IDCTHINT, to keep the identical res order (cherry picked from commit 919e9930) Conflicts: sw/source/filter/html/htmlatr.cxx Change-Id: I3c2a3513de3c146ece583ff40bf3ffb3845f971c Resolves: #i122867# HTML export - correct function pointer table... which holds the export functions for certain attributes (cherry picked from commit 5d963c0c) Conflicts: sw/source/filter/html/css1atr.cxx Change-Id: I7f31cfab8c654d5c549db1343d1e222f50a42c60
-
Alexander Wilms yazdı
Change-Id: Ib359d536070456c1ef403642eba7913a834d365d Reviewed-on: https://gerrit.libreoffice.org/8275Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: I9f2d9d0ee99623495440fd66961b56a73bd4124a Reviewed-on: https://gerrit.libreoffice.org/8276Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: I5ee918bb193ea887e728e271dd4c0fb49a4dd6e9 Reviewed-on: https://gerrit.libreoffice.org/8282Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Iee6557755e4976e023d1c04bde24e3aa1d0fd062 Reviewed-on: https://gerrit.libreoffice.org/8369Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: Ia10056ae9e1b9adfe74f299afac5c3c84fa8cea7 Reviewed-on: https://gerrit.libreoffice.org/8278Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: I6021eabab1474c99868f38ecd0d466eb0d97054e Reviewed-on: https://gerrit.libreoffice.org/8279Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alexander Wilms yazdı
Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1 Reviewed-on: https://gerrit.libreoffice.org/8285Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-