- 31 May, 2013 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
...instead of its export-only part com.sun.star.comp.oox.ExcelFilterExport (for which even a new-style service com.sun.star.oox.ExcelFilterExport has been introduced recently, but all of this should probably go away again; that this filter is used explicitly is probably a rare enough scenario to not warrant a dedicated new-style service). The modified code in ShapeExport::WriteOLE2Shape is triggered e.g. with a Presetation, insert a Spreadsheet as an OLE Object, and save as "Office Open XML Presentation (.pptx)." Change-Id: Id2645972caaec5265eed645c9c6e2c308a4d079d
-
Luboš Luňák yazdı
f22006dc stopped SwDrawTextInfo using pointers to outside data (which lead to various uses of variables that have already gone out of scope). This commit (hopefully) fixes all uses of the clash that relied on the fact that the underlying data changed behind the scenes. Change-Id: I820f13a90b9d1a8055f8e317ca8debc969c39bc0
-
Caolán McNamara yazdı
Change-Id: I14b13285daf27191bb8cf95bc7e801281f97dde8
-
Jürgen Schmidt yazdı
(cherry picked from commit 255beb8f) Conflicts: sfx2/inc/sfx2/objsh.hxx sw/source/core/layout/paintfrm.cxx Change-Id: I23157f7a6983ba81b1c8ddcc409a4989915be2ed
-
Armin Le Grand yazdı
source SlideSorter, target 2nd DocumentView (cherry picked from commit 2136f459) Conflicts: sd/source/core/drawdoc3.cxx Change-Id: I2ba9f2c062b464d3ab3fb28ab115c908b0a7e450
-
Caolán McNamara yazdı
instead hook SvxColorValueSet::Resize() to layoutToGivenHeight and let it add a scrollbar if the height would squish them Change-Id: Ia94b01b247f734f3640b15f7161d28530e65d538
-
Jian Fang Zhang yazdı
to make sure SfxBaseModel object is freed correctly Found by: zhangjf Patch by: zhangjf (cherry picked from commit 4cb73634) Change-Id: I9e316178ef273b13e77d0b166f17fc700363f7bb
-
Jian Fang Zhang yazdı
to break cyclic reference Found by: zhangjf Patch by: zhangjf (cherry picked from commit 1c564cb9) Change-Id: I8aaac18584d55d9f381acdf4deb0e704bc9bcfc1
-
Tor Lillqvist yazdı
Change-Id: I6c649804b0c03d8ca265e71be50aaa735e8fbeb2
-
Tomáš Chvátal yazdı
Change-Id: Ief2f645be521b74be74c6df030687c91c37cf0cd
-
Caolán McNamara yazdı
Project: help 1d9d3acc0df264a436b5ae719f13b2967a796ea8
-
Caolán McNamara yazdı
with pleasing knock on effects of then unused class members also add an adjustment to keep the original 1-1024 range for number of worksheets Change-Id: I9cfdff60a763b81cb0632ea5d4ccf382334da24c
-
Faisal M. Al-Otaibi yazdı
Change-Id: I09d8b012633e7fce916b54eee6b1b0d9db50ac23 Reviewed-on: https://gerrit.libreoffice.org/4092Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jian Fang Zhang yazdı
To avoid default page mode affect the calculation of table row height Found by: xiao ting xiao, tingxiaox@gmail.com Patch by: zhaoshzh, aoo.zhaoshzh@gmail.com Review by: zhangjf (cherry picked from commit 28e1cb12) Conflicts: sw/inc/unomap.hxx sw/inc/unoprnms.hxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unoprnms.cxx sw/source/ui/uno/unotxdoc.cxx writerfilter/source/dmapper/PropertyIds.cxx Change-Id: I41745eb9d727a5ae87d34872f9dc3f4442c7bc8d
-
Andre Fischer yazdı
so that bridges create focus events and title bars become visible to AT devices. (cherry picked from commit 6055c2b5) Conflicts: sfx2/source/sidebar/TitleBar.cxx Change-Id: If863c2c9d5ba19ba627639b294a430869f245abd
-
Caolán McNamara yazdı
Change-Id: Ia50366201e7ce490fb66f99f700a27bac9aef6b8
-
Caolán McNamara yazdı
Project: help c80240cf0171f821d88110662b506774f15d89fe
-
Cédric Bosdonnat yazdı
When importing docx with 2 <w:tbl> following each other, we have 2 possible behaviors: either merge them as one table as we did before or split them into two tables. The tables need to be split if they have different floating position properties. This required the ooxml tokenizer to repeat the table properties for each row of the table: or how would we know we don't need to split the table? The basic idea behind this hack is to temporarily store the table position and table properties before saving them. Thus we can compare them at the end of the row and decide to split the table or not. Change-Id: I2e3e70dfe7386090fe356575ee9d0e81aa031dc4
-
Caolán McNamara yazdı
Change-Id: I9c4c74ae692f1ddd6ddadd6ecfb8332b4082187c
-
Tor Lillqvist yazdı
Change-Id: Ia52fdae1e386ea92f11185ce7cdac65baed10495
-
Caolán McNamara yazdı
Change-Id: I4abf90f43a8278e3c115a809deb1a8096f21c685
-
Caolán McNamara yazdı
Change-Id: I440ca0255a6079c28b2314b12511c6c41d6a05f5
-
Caolán McNamara yazdı
Change-Id: Ide151deb43ba377a86c1cb1ec2c4d815c0ac0f6a
-
Tor Lillqvist yazdı
Change-Id: I96979f61eac5cc48721e3733d90822406bcb49cc
-
Michael Stahl yazdı
BaseFrameProperties_Impl::FillBaseProperties: It may happen that checkForUniqueItem returns an item with a name that already exists, if the same gradient appears multiple times; don't crash with unhandled ElementExistException then. (can be reproduced with test3.docx from fdo#41466) (regression from 1a3c90a2) Change-Id: Iace7af4c5679c1c7e978525fa31abf884038567c
-
Ariel Constenla-Haile yazdı
Added ::com::sun::star::lang::XComponent. IDL documentation taken from http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusbar_Controller#Status_bar_controller_service (cherry picked from commit f3dc398e) Conflicts: framework/inc/uielement/statusbarmanager.hxx framework/source/uielement/statusbarmanager.cxx Change-Id: Id2d768250632b12b834602a33a4e9923cec9bd3f
-
Fridrich Štrba yazdı
Do not try to remove line breaks from empty string Change-Id: Ieb12c541d42944aac813cee10ce479207b1c674b Reviewed-on: https://gerrit.libreoffice.org/4114Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Olivier Hallot yazdı
Conver Paragraph Alignment and Indent & Spacing to widget UI. Change-Id: Ib3b7d76a63bd677d5d94f7385bbf589f18eceeda Reviewed-on: https://gerrit.libreoffice.org/4047Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Elie Roux yazdı
Change-Id: I78010e216eb1582fa5074666f36c95f5b0eceee5 Reviewed-on: https://gerrit.libreoffice.org/4082Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Zhe Wang yazdı
* subversion/main/filter/inc/filter/msfilter/escherex.hxx * subversion/main/filter/source/msfilter/escherex.cxx []check whether one shape is default shape of ppt by shape type * subversion/main/svx/inc/svx/msdffdef.hxx * subversion/main/oox/source/drawingml/customshapegeometry.cxx * subversion/main/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx []add definition and declaration for tear drop * subversion/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx []the content of tear drop shape which incudes "path, adjust value, handle" Patch by: Ma Bingbing <jiazema@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Zong Dongjun <zongdongjun@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com> (cherry picked from commit 26218ac2) Conflicts: filter/inc/filter/msfilter/escherex.hxx oox/source/drawingml/customshapegeometry.cxx svx/inc/svx/msdffdef.hxx Change-Id: I8347832bc842cca8b944c28e807af7f45a7da5b0
-
Mark Wielaard yazdı
configure.ac claims ICU >= 4.2 is supported. Make it so. Change-Id: Ia08bb492f41dcb88bc84550edb51ce5e89fe1103 Reviewed-on: https://gerrit.libreoffice.org/4112Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...corresponds to OUString::startsWith("x"), not UniString::CompareToAscii("x")==COMPARE_EQUAL. Regression introduced with 5b26722a "Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)." Change-Id: I116defec056ff1e2260a20ba5279180683eefd87
-
Caolán McNamara yazdı
Change-Id: Ie73070c97f9918511a02e7c4d4073387385e9293
-
Caolán McNamara yazdı
Change-Id: I43051ec6b0efeaebcf4a28940f70913423b8ea9f
-
abdulmajeed ahmed yazdı
Change-Id: I0e75478e4cb98409210ca40dcaa4676a69c30f6c
-
abdulmajeed ahmed yazdı
Change-Id: Ifef68cdd62a11b5cdc032a91a7dd96fa0357a42c
-
Thorsten Behrens yazdı
Problem is the general un-awareness of the code base for inline alpha. Needs larger rework eventually. Change-Id: I01430d9087f98615819f0a7085b93f1c318e8b0b
-
Chr. Rossmanith yazdı
Change-Id: I650e5826d26b3a86dcddd517ae1f917d1edaedd1 Reviewed-on: https://gerrit.libreoffice.org/4108Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Chr. Rossmanith yazdı
Change-Id: I179208d5ffe94e95719c7c6d0ea4eb354141531a Reviewed-on: https://gerrit.libreoffice.org/4107Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-