summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-31Resolves: #i122271# FOCUSABLE flag at accessibility object sidebar title barsAndre Fischer
so that bridges create focus events and title bars become visible to AT devices. (cherry picked from commit 6055c2b50b36a0fc1b26c18b030827e3e08a51fc) Conflicts: sfx2/source/sidebar/TitleBar.cxx Change-Id: If863c2c9d5ba19ba627639b294a430869f245abd
2013-05-31drop unused helpidsCaolán McNamara
Change-Id: Ia50366201e7ce490fb66f99f700a27bac9aef6b8
2013-05-31Updated coreCaolán McNamara
Project: help c80240cf0171f821d88110662b506774f15d89fe
2013-05-31n#816593: docx consecutive tables with different tblpPr needs to be splitCédric Bosdonnat
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
2013-05-31some cunning to get these tabpages previews in the same placeCaolán McNamara
Change-Id: I9c4c74ae692f1ddd6ddadd6ecfb8332b4082187c
2013-05-31Bin more VS2008 bitsTor Lillqvist
Change-Id: Ia52fdae1e386ea92f11185ce7cdac65baed10495
2013-05-31set accessibility name for previews via .uiCaolán McNamara
Change-Id: I4abf90f43a8278e3c115a809deb1a8096f21c685
2013-05-31autosize the frame direction listboxCaolán McNamara
Change-Id: I440ca0255a6079c28b2314b12511c6c41d6a05f5
2013-05-31tweakCaolán McNamara
Change-Id: Ide151deb43ba377a86c1cb1ec2c4d815c0ac0f6a
2013-05-31Bin VS2008 bitsTor Lillqvist
Change-Id: I96979f61eac5cc48721e3733d90822406bcb49cc
2013-05-31sw: SwXFrame: fix gradient import problem:Michael Stahl
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 1a3c90a292c7fc9060604151de9dc51eecf5b6a7) Change-Id: Iace7af4c5679c1c7e978525fa31abf884038567c
2013-05-31css::frame::XStatusbarController: add missing interfaceAriel Constenla-Haile
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 f3dc398e002926792a0c6160691d46eb75cad236) Conflicts: framework/inc/uielement/statusbarmanager.hxx framework/source/uielement/statusbarmanager.cxx Change-Id: Id2d768250632b12b834602a33a4e9923cec9bd3f
2013-05-31Fix crash with ooo120774-1.docFridrich Štrba
Do not try to remove line breaks from empty string Change-Id: Ieb12c541d42944aac813cee10ce479207b1c674b Reviewed-on: https://gerrit.libreoffice.org/4114 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-31Convert Paragraph Alignment & Indent to Widget UIOlivier Hallot
Conver Paragraph Alignment and Indent & Spacing to widget UI. Change-Id: Ib3b7d76a63bd677d5d94f7385bbf589f18eceeda Reviewed-on: https://gerrit.libreoffice.org/4047 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-31fdo#64926 use icu's breakiterator for Tibetan and DzongkhaElie Roux
Change-Id: I78010e216eb1582fa5074666f36c95f5b0eceee5 Reviewed-on: https://gerrit.libreoffice.org/4082 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-31Resolves: #i119631# Teardrop shape cannot be shown correctly in pptxZhe Wang
* 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 26218ac2472838d63485c3c6b4dc2f1aa0bdd0f6) Conflicts: filter/inc/filter/msfilter/escherex.hxx oox/source/drawingml/customshapegeometry.cxx svx/inc/svx/msdffdef.hxx Change-Id: I8347832bc842cca8b944c28e807af7f45a7da5b0
2013-05-31Make charmap.cxx compile with icu >= 4.4.Mark Wielaard
configure.ac claims ICU >= 4.2 is supported. Make it so. Change-Id: Ia08bb492f41dcb88bc84550edb51ce5e89fe1103 Reviewed-on: https://gerrit.libreoffice.org/4112 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-31UniString::CompareToAscii(RTL_CONSTASCII_STRINGPARAM("x"))==COMPARE_EQUAL ...Stephan Bergmann
...corresponds to OUString::startsWith("x"), not UniString::CompareToAscii("x")==COMPARE_EQUAL. Regression introduced with 5b26722ace02f71c79573b3795b2bf7b9412090f "Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)." Change-Id: I116defec056ff1e2260a20ba5279180683eefd87
2013-05-31TP_COMPARISON_OPT is now unusedCaolán McNamara
Change-Id: Ie73070c97f9918511a02e7c4d4073387385e9293
2013-05-31prompt to restart office when required for experimental featuresCaolán McNamara
Change-Id: I43051ec6b0efeaebcf4a28940f70913423b8ea9f
2013-05-31Code clean upabdulmajeed ahmed
Change-Id: I0e75478e4cb98409210ca40dcaa4676a69c30f6c
2013-05-31Fix fdo#51835 Indent changes in Calc forces alignment to leftabdulmajeed ahmed
Change-Id: Ifef68cdd62a11b5cdc032a91a7dd96fa0357a42c
2013-05-31Band-aid fix for bnc#795857 and the pdf export black background.Thorsten Behrens
Problem is the general un-awareness of the code base for inline alpha. Needs larger rework eventually. Change-Id: I01430d9087f98615819f0a7085b93f1c318e8b0b
2013-05-31Remove #define A2S() in PanelFactory.cxxChr. Rossmanith
Change-Id: I650e5826d26b3a86dcddd517ae1f917d1edaedd1 Reviewed-on: https://gerrit.libreoffice.org/4108 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-31Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)Chr. Rossmanith
Change-Id: I179208d5ffe94e95719c7c6d0ea4eb354141531a Reviewed-on: https://gerrit.libreoffice.org/4107 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-31propacc.cxx include limits.h for USHRT_MAX.Mark Wielaard
Don't depend on accidental definition depending on the version of boost used. Change-Id: Ib26afdde895411bdf827e1af21e490b59ef7f2d5 Reviewed-on: https://gerrit.libreoffice.org/4111 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-31Updated coreJoren De Cuyper
Project: dictionaries 0bc4511b6060f68b422630c136a2e224e7ab3c8d Update Dutch Hunspell to 2.10g too (fdo#63033 related) Addition of commit 61644291cba7f6f8dd7e194f5abbe0b0e146a321 Change-Id: Ia83eb1c894c8aa1fb710dfefceeb4ead3d323f08 Reviewed-on: https://gerrit.libreoffice.org/4105 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-31sal_Bool to boolTakeshi Abe
Change-Id: Idce2e9d650e9ff0d0e4fe17eeb06721cb73241e4
2013-05-31Drop support for Visual Studio 2008Tor Lillqvist
Change-Id: I22bbd633683e02197400b1ca030c57550be8ff77
2013-05-30gbuild: fix deps on svx/globlmn.hrcDavid Tardon
Change-Id: I5373c0a59fdbbe0230b74df967fdaf887b91f4e4
2013-05-30Clean up scfilt_component_getFactoryStephan Bergmann
Change-Id: I1f1be2cdc10e6ec386cc5d2e71c1e189a987df56
2013-05-30Clean up for consistencyStephan Bergmann
Change-Id: Ib5de2c3d22b36c906a52f882a85a44e4330edb41
2013-05-30show experimental tab-layout only if in experimental modeCaolán McNamara
Change-Id: I10cb366abfeedf50b4c3be21968997a260e020ea
2013-05-30fix spellings in opt comparision .ui conversionCaolán McNamara
Change-Id: If5d85eede864adf150c417adeb08fc32e5eb7acf
2013-05-30drop stray SAL_DEBUGCaolán McNamara
Change-Id: I7e67c7dc06388d95d8143f5419116bae4deb5e4b
2013-05-30Resolves: fdo#65139# #i122416# SwDoc::GetPageDescFromPool correctionOliver-Rainer Wittmann
and refactoring (cherry picked from commit 384aa00b12fbfd0d888858dc5677825637e1e98b) Conflicts: sw/source/core/doc/poolfmt.cxx Change-Id: Ia5567173153e218b754ad73c50b56eff87b49822
2013-05-30Return optgdlg.src file back to AllLangResTarget_cui.mkabdulmajeed ahmed
Change-Id: I84923d35abc75d6f98b97fbc5c8349f30173a3c8
2013-05-30Convert Comparison tab page to .uiabdulmajeed ahmed
Change-Id: Ia1cd8c868de4c73ae518b2775dc568d32a15f16f
2013-05-30Make use of IsStarSymbol()Thomas Arnhold
Change-Id: I7a2e3a6f11bbaaaff50e8163e4ce3e2583b1d03c Reviewed-on: https://gerrit.libreoffice.org/4077 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-05-30-Werror,-Wconstexpr-not-constStephan Bergmann
...at least current trunk towards Clang 3.4 complains "'constexpr' non-static member function will not be implicitly 'const' in C++1y; add 'const' to avoid a change in behavior." Change-Id: Id3d1af263040fdea2c2f5d0bc6a037d7a17184bd
2013-05-30Resolves: #i122410# extended Undo/Redo for text to broadcastArmin Le Grand
(cherry picked from commit d2c3483aa1c4fcce2678f9602d4204c908b4f874) Conflicts: svx/source/svdraw/svdundo.cxx Change-Id: If4e96f6c192d381324e12a3acea87f624ef194ea
2013-05-30Clean zoom redundances in Math and fix fdo#55929Rodolfo Ribeiro Gomes
Zoom can be handled by sfx2 in many ways: - 50%, 75%, 100%, 150%, 200% - Optimal view (fit in window) - Entire page - Page width The math module was doing the first two by itself. Remove it. Strange enough, state methods for zoom interface definitions on sfx2's appslots.sdi were needed. I thought 'Container' property in sfx.sdi should do the job. It seems to do nothing, though. (The zoom should be disabled only if the object is an OLE/Container). The Help-Ids from pop-up menu in Math/Formula were kept, because they doesn't exist in sfx2. Change-Id: Ie1ae413780551b34aa36b338f9a9df79a198319c Reviewed-on: https://gerrit.libreoffice.org/4076 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-05-30Updated coreCaolán McNamara
Project: help c21054cc80929b42d0a4a2c22ce8b2f6392a33d0
2013-05-30fix spellings and some tidy of the language .ui conversionCaolán McNamara
Change-Id: Ia0d3ecc728fac13fb4745810124fd3b2c63c9835
2013-05-30ucb: NeonLockStore::stopTicker(): really avoid deadlockMichael Stahl
Follow up on 68ba2785c55eaa1ea70ce135bdad5322b0e04ed7, which missed the sad fact that m_aMutex is locked recursively. Avoid that by passing a ClearableMutexGuard to stopTicker() and unlocking that. Also lock m_aMutex in the destructor while at it. Change-Id: I5ef7ef8f15e2b5c9810c5ffc64ed922ab9ad2807
2013-05-30don't run autogen.sh if building from tarballsDavid Tardon
Change-Id: Idaf56719a5c1d42de62a4945b47f4a2d377b3dd3
2013-05-30String to OUString.Donizete Waterkemper
Change-Id: I0a6bba13d71b45a7f9161030073d4d3399ea6ad5 https://gerrit.libreoffice.org/#/c/4012/
2013-05-30Resolves: #i122395# Adapted mapping of content to more general wayArmin Le Grand
(cherry picked from commit 525dfeafdb5c9a57cd2d40c9b2358446aa6aabbd) Change-Id: Iba1af96519e378e3bdccca4295b412563004bab3
2013-05-30Resolves: #i122374# added initialisation for initial selectionArmin Le Grand
(cherry picked from commit 924bd9b9227bcd1fb820fb922b3a2e84bcc73f20) Change-Id: If60a46e3c1f07173314cd3f34a6858475b0d662c
2013-05-30Resolves: #i121507# Added comma to whitespace listArmin Le Grand
(cherry picked from commit c9e446d6f79908ed4af06e7940788e91b924b793) Change-Id: I790bfada597e276f9f9e1d07f7208db6d1059f0f