summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-01tdf#97960 - .doc: preserve font size in empty cellsJustin Luth
fixes regression from commit e1b123896d5b0a96c2959b6b6768c7cffabafd4f. Change-Id: Iccc10cdba89cdae6a5618d29022e0eaf609c9d6f Reviewed-on: https://gerrit.libreoffice.org/22759 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
2016-03-01tdf#97369/#97587 - Further fix SUMming in the software interpreterMarco Cecchetti
When SUMming in the software interpreter involved trailing empty cells, code tried to read beyond numeric array limit. Change-Id: I50c1148e7e79d02bedb02a771df172035112915c Reviewed-on: https://gerrit.libreoffice.org/22791 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-01fix typoXisco Fauli
Change-Id: I3e1e28269d8b2d6d45bba6bc43aa8f20c1963956 Reviewed-on: https://gerrit.libreoffice.org/22793 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-02-29desktop: fix undefined CrashReporter::AddKeyValue on MSVCMichael Stahl
Change-Id: Ie10b4849957734c2548c73dff8485cc673769e13
2016-02-29RepositoryExternal.mk: ENABLE_HEADLESS needs cairo tooMichael Stahl
Change-Id: Ia34093fd9afacb73746af0813f2c219119f9a1a1
2016-02-29svx: avoid instantiating OBJ_NONE (SdrObject)Michael Stahl
This happens when using the Drawing toolbar in Writer, the "Text Box" button. SdrCreateView::SetCurrentObj() already has the right fallback code in the "else" branch. Change-Id: Icddfa77ce10eddbfb2dc7165ce11ac6dec80b1ee
2016-02-29update creditsChristian Lohmaier
Change-Id: I1630c9ee618bd880ff4e06cafa0b6fabff03a3a4
2016-02-29fix error in new cell dump property codeMarkus Mohrhard
It is also ALT+CTRL+SHIFT+F9 for now. Change-Id: Ic632ae070118e5c4083f47302b8b0086ccebdcd2
2016-02-29Updated coreChristian Lohmaier
Project: translations 4e3651a5d0e16bd39067227b9279f5cc98fbc127 update translations for 5.1.1 rc3 and force-fix errors using pocheck Change-Id: I8412ae3789ee98f87f49cf975097f4ffa3f7e3b2
2016-02-29fix the "group not recalculated after delete" second part of tdf#97897Eike Rathke
If a formula cell group was split during deletion and the group also listened into the range where a cell was deleted, the group wasn't notified of the deletion. Change-Id: I858f5d4c0b647636611133fc32f3df7fbdaf7288
2016-02-29XMLSEC_NO_SIZE_T is /not/ used with MSVCStephan Bergmann
...where external/libxmlsec/ExternalProject_xmlsec.mk uses win32/configure.js instead of configure. But that inconsistency generally got hidden on Windows by xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx including the raw xmlsec include files instead of xmlsecurity/xmlsec-wrapper.h, so only gets noticed when using --disable-pch (as is needed when building with clang-cl). TODO: Don't know how to fix bin/update_pch so that precompiled_xsec_xmlsec.hxx doesn't get broken again on the next update. Change-Id: If385066a1e0f949d943aab7e9a5e969fbf0d0794
2016-02-29officecfg: move classificationbar up, so dropdown has enough spaceMiklos Vajna
It used to display categories above the control, due to lack of space. Change-Id: I3d02e57ec55d1ec17d5f43f0cddc2c80cb9c9acb
2016-02-29sfx2 classification: fix initial toolbar control sizeMiklos Vajna
When the toolbar control is first shown, we don't have an object shell yet, so can't insert items to the listbox. Set the same initial size as SvxFontNameBox_Impl has, should be good enough for us, too. Change-Id: I12cc72d26353ec3a4d2d3fc5c72f3171c276d3dc
2016-02-29sfx2 classification: set initial listbox state based on doc modelMiklos Vajna
This way the listbox selections shows the state of the document model, instead of showing an empty selection by default, as it is for empty, non-classified documents. Change-Id: Ibda0565e3ca9ec6611d8e256a78747437b52c42a
2016-02-29sfx2 classification: fix category name duplicationMiklos Vajna
A category name was stored in m_aName and also as a label value with key name PROP_BACNAME(). Fix this by always using m_aName, and doing the conversion in both directions in SfxClassificationHelper::Impl::pushToObjectShell() and the SfxClassificationHelper() ctor, as document metadata wants to work with only key-vaulue pairs. Change-Id: Iad386840038966e4483e3503c5fcdc046ca9effc
2016-02-29Updated search flag for testSearchWithTransliterateVarun Dhall
Change-Id: Ie540aca97cddbd657faae5d15293a922ba5196d5 Reviewed-on: https://gerrit.libreoffice.org/22702 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-29starmath: Use member initializer list for SmRectTakeshi Abe
Change-Id: Iac3df1fe7d189c2e78e585b9ac3642b05b0f1472 Reviewed-on: https://gerrit.libreoffice.org/22761 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-02-29desktop: fix infinite loop with --enable-breakpadMichael Stahl
Change-Id: I81a0405edc29fa7205d00a5cb920b2d0e800602e
2016-02-29libreoffice-main -> libreoffice-startcenterCaolán McNamara
to sync these names with the the .desktop names Change-Id: I1c4d8943e61b5ae537b865d5a9c3065894f200d7
2016-02-29gtk3: presumably XrmInitialize can be dropped nowCaolán McNamara
Change-Id: Ib3e87d8a07f4e38f8dcb6e1226f91920df53c81c
2016-02-29scp2: move scp2 classification package to AutoInstallMiklos Vajna
Change-Id: I59afb2302b7fe891a83ca5ce7b12eca322bb7ed7
2016-02-29sfx2 classification toolbar: dispatch uno command on selection changeMiklos Vajna
Change-Id: Iad3cb44cd57ad9e50be6008146629cdca8455eb6
2016-02-29sfx2 classification: set toolbar listbox width after inserting entriesMiklos Vajna
This way GetOptimalSize() returns a size that allows reading the selected item after selecting one. (The new width is the double of the old one, or so.) Change-Id: I5f935dcbee52844fb325bd74437479f759a85852
2016-02-29sfx2 classification: don't sort items on the toolbar listboxMiklos Vajna
Assuming the policy follows a least-confidential -> most-confidential order, doing a lexicographical sort on the category names does more harm than good. So use a vector instead of a name-indexed map for categories. Also, don't duplicate the label map for the current state, but just store the state in the same category structure that is used for other (currently not used) categories as well. Change-Id: I1672192e572abfc22b6aeeb152ee7484086cea91
2016-02-29tdf#98169 - Cross reference tab filter releases filter when refocusedAkshay Deep
Change-Id: Id77fad1dd84a4ea18ac69eeb6aaee39042017b6d Reviewed-on: https://gerrit.libreoffice.org/22681 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-29tdf#97388 Better icon for deleting custom field rowSamuel Mehrbrodt
Change-Id: I2c4b38257ffc01a9d2b1ca4f915bb31a5923710e
2016-02-29upgrade graphite to 1.3.6Caolán McNamara
Change-Id: I09ff1f699110d5a9b2637f495a7df5d42c6c1a52
2016-02-29split gtkdata into gtk3 and gtk3 versionsCaolán McNamara
Change-Id: Ic102a5a1193a8bc50b460e5897b1ca488f0d4a65
2016-02-29shouldn't have to recall gtk_init hereCaolán McNamara
Change-Id: If851dbdb034384395ba590fda61f3383f5ef791a
2016-02-29crashtesting: sync PageProperties::SetStyleSheet with GetStyleSheetCaolán McNamara
PageProperties::GetStyleSheet returns 0 so PageProperties::SetStyleSheet should do nothing Change-Id: If627ba3e31b14ff5178f45125f0ce6e4dbf93ec0
2016-02-29language submenu from tools->language->for selection->"languages"...Caolán McNamara
is always disabled/empty since... commit a6e8910a3c5d33e671a13559438b7228596b8bca Date: Wed Feb 17 12:07:59 2016 +0100 allow disabling file/new, wizards, recent documents menu entries disabling the dispatches '.uno:AutoPilotMenu' and '.uno:AddDirect' and .uno:RecentFileList via UNO API now results in disabled menu entries as expected Change-Id: Id99be9374306ff8c0cea919ea94ed96f715a8058 Reviewed-on: https://gerrit.libreoffice.org/22422 reverting this hunk restores them again Change-Id: I029c9c3f25fb593127ee8371b278cee102c65882 Reviewed-on: https://gerrit.libreoffice.org/22749 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin
Change-Id: Ibff7ac9718929349ee7daa3febb0f8fe4a9fa4db
2016-02-29compilerplugins: fix clang-3.7 buildMiklos Vajna
Change-Id: I2d845d3e008cec085ce2b355c9a058363bd021cb
2016-02-29svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna
Change-Id: Id6a12d40ea43512d2ee22f51034a6a8023f40e9e
2016-02-29loplugin:nullptrNoel Grandin
Change-Id: I318a669d8b6b26c179111f887e13da784385a4ac
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin
Change-Id: I7eefd83d7f84c0a6301fd3ba37d77463d809e5f9
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin
Change-Id: I08b57f3b30e2f1892da54965a0f53de00363b8bd
2016-02-29loplugin:unuseddefaultparam in ucbNoel Grandin
Change-Id: Ie0ea0b4dc13271a2bde5e3843bb3f8042ab880b4
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin
Change-Id: Icb2dc74263026d90b7998b3fd880fd5d2c67a3b7
2016-02-29Related: tdf#89646 sc: Fix some issues with the new toolsMaxim Monastirsky
- Fix default object creation (by holding CTRL). - Fix Polygon (45°) tools (inverted SHIFT effect via doConstructOrthogonal). - Toolbar layout similar to Impress/Draw. Change-Id: Ib4e4aec1560599201c00e0726c29021763d773ad
2016-02-28tdf#89646 Implement "uno:LineToolbox" command into calc.Gulsah Kose
Freeline filled, Polygon filled, Bezier Filled, Polygon 45, Polygon 45 filled buttons are added into writer's LineToolbox. Change-Id: I181d3cbc64a70ef1ef363b1ef76641b6b8ec2c79 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/22748 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2016-02-28Related: tdf#89646 sw: Fix some issues with the new toolsMaxim Monastirsky
- Don't crash on default object creation (by holding CTRL). - Correctly handle clicking on the start position. - Fix Polygon (45°) tools (inverted SHIFT effect via doConstructOrthogonal). - Toolbar layout similar to Impress/Draw. Change-Id: Iefbaf892d8856a2d136e7e2a040194c770507722
2016-02-28Breakpad crash dialog: UI nitpicksAdolfo Jayme Barrientos
- Add a title to the dialog - Add 6-px padding around it - Disable resizing - Don’t wrap the label text with manual line breaks - Tweak button labels and fix their capitalization Change-Id: I4d23777067ab331fc966dee10a0aea9ea157a0bb
2016-02-28make firebird build on gcc 6 againCaolán McNamara
Change-Id: Ie9bf5003dd5ed2698c2bde58fd6767f3852adeae Reviewed-on: https://gerrit.libreoffice.org/22738 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-02-28Bump nss to 3.22.1 and nspr to 4.12David Ostrovsky
It seems like nss has activated -Werror, even though the code is not warning free: [1]. This applies also to the additional patches that would need to be patched to be a warning free patch, endless recursion. To avoid messing around with something like that: [2], we disable -Werror option for now. Also note, that [2] doesn't fix all warnings, but only part of them so that we let with unsolved non-trivially to fix warnings on different supported compilers if we would choose the warning-free-compilation-path. [1] https://groups.google.com/d/topic/mozilla.dev.tech.crypto/TgnF3tIMxJ0/discussion [2] https://git.fedorahosted.org/cgit/nss-pem.git/commit/?id=ec2b9a90623b1ec5adb6ebe8d6651b35854786ec Change-Id: I762c03acede6c4eac715d3b0589061eeabbcc7c2 Reviewed-on: https://gerrit.libreoffice.org/22650 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-02-28Unused definesMaxim Monastirsky
Change-Id: Idc31e498a7223e7827533b24ab26928e21660ff2
2016-02-28Ole: Fix WaEDavid Ostrovsky
Change-Id: Ia6ccdc21608abcbd715bd9ff4aa2057f9f306e58 Reviewed-on: https://gerrit.libreoffice.org/22686 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2016-02-28Unused resourcesMaxim Monastirsky
Change-Id: I35396812b07e077440698a4e862762aeada0785e
2016-02-28move the cell property dump code into dbgutil buildsMarkus Mohrhard
We now allow with a CTRL+SHIFT+F9 to dump the cell properties as a xml file. Change-Id: I730e7009bbe95d3105541a9afbd2c8a19c992600
2016-02-28tdf#97667 Added a dump method for SfxItemSet in gridwin.cxxJaskaran
This is the first part of solving the task at tdf#97667. The goal is to dump SfxItemSet where our cell properties are stored.Improved it after inputs from moggi.Also I've commented out a few lines in gridwin_dbgutils.cxx That were causing build to fail on jenkins.Once the dump function is moved to the DBG_UTIL Change-Id: I502eaa985b3bf8d296e301d96e42f13d6fd53da5