summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-15convert SmBracketType to scoped enumNoel Grandin
and drop unused enumerators Change-Id: Icda3ff510331f9f0adb97d6dac56edf325d0d1a7
2017-02-15remove unused BOTTOM from RenderAlign enumNoel Grandin
Change-Id: Ifdef59d0a3c6e5d030a1b34f6157331208e071ea
2017-02-15remove unused AccessibilityChanged from SfxHintId enumNoel Grandin
Change-Id: Ic2d413002466e92d38a7a918b3f7e04d3c9eebf2
2017-02-15convert SvxIconChoiceCtrlTextMode to scoped enumNoel Grandin
and drop unused DontKnow enumerator Change-Id: Ida06ae702e45d489765f970bbbdab6d762293c6c
2017-02-15convert SvxIconChoiceCtrlPositionMode to scoped enumNoel Grandin
and drop unused AutoAdjust enumerator Change-Id: Ie900f89241947cb93a16f0223071846fecfef09c
2017-02-15Typo: lenghten->lengthenJulien Nabet
Change-Id: I9b9e6afb543c42bf3b64cb3c2ed872304f33c7f0 Reviewed-on: https://gerrit.libreoffice.org/34282 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-02-15tdf#105386: crash with macro organizerJulien Nabet
bt part: 0 SvTreeList::GetParent (this=0x560670dd2e40, pEntry=pEntry@entry=0x0) at /home/julien/lo/libreoffice/svtools/source/contnr/treelist.cxx:1693 1 0x00007fd90573298c in SvTreeListBox::GetParent (this=this@entry=0x560670dd0d60, pEntry=pEntry@entry=0x0) at /home/julien/lo/libreoffice/svtools/source/contnr/treelistbox.cxx:779 2 0x00007fd8dfc3b4d8 in basctl::ExtTreeListBox::NotifyAcceptDrop (this=0x560670dd0d60, pEntry=0x560670e90b20) at /home/julien/lo/libreoffice/basctl/source/basicide/moduldlg.cxx:180 Change-Id: I033440c1fcc50e2c7a0bb1eed0efa4559c514126 Reviewed-on: https://gerrit.libreoffice.org/34280 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-02-15starmath: Avoid unnecessary stack operations in parsingTakeshi Abe
unless the top is "nospace". Change-Id: I03cfa2b8223298370d9d82ce5e149d61e8793737 Reviewed-on: https://gerrit.libreoffice.org/34249 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-02-15Related: tdf#105672 Load toolbar properties from .uiMaxim Monastirsky
- Supports toolbar-style, icon-size, orientation. - Defaults are: toolbar-style = icons only icon-size = what's set in Tools > Options... for Sidebar/Notebookbar orientation = horizontal - Remove no longer needed BigToolBox (use toolbar-style=both + icon-size=3 instead). Change-Id: I185388255a351dfd6719a363b7e399bf36b0b25d Reviewed-on: https://gerrit.libreoffice.org/34281 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2017-02-14ChartDumpTest: Don't use variable value in a noteTamás Zolnai
Change-Id: I06445065d138788652759b172436a7deb5f6c5c7
2017-02-14tdf#105682 : fixed Insert Slide buttonsSzymon Kłos
Change-Id: Ic75673026c0cd42f4143cd27e226f3077bd80e85
2017-02-14tdf#105962: added missing controls to avoid crash in impressSzymon Kłos
Change-Id: I0df6da42b02188f417964afa607ec9ea2c23f8ea
2017-02-14tdf#106011: The "swing angle" is negative when counter-clockwiseTor Lillqvist
Change-Id: I1ef77e4c8cf0a6d31b36411a79b576115c32c644
2017-02-14Moved file filtering to a menu optionaleksandar-stefanovic
Moved file filtering from a toolbar spinner to a menu option. The toolbar title is now free to display some other information. The options are grouped, so they display radio buttons, and show which item is selected. The radio group default selection is the one defined in the settings. Change-Id: Ib8d8716ec0038d2cd273423c756563680b84ae55 Reviewed-on: https://gerrit.libreoffice.org/34019 Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com> Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>
2017-02-14Remove these temporarily added definesTamás Zolnai
Changing font to a bundled one does not solve the issue. Change-Id: I2606657a78115bc9b01cda9f0825b55ecfad3ab8
2017-02-14BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE has been defined forever in these filesTor Lillqvist
Change-Id: I0afa1b404192f44540aa318e748452e0328fac6b
2017-02-14No need to have SAL_INFOs inside OSL_DEBUG_LEVEL checksTor Lillqvist
Also, use the operator<< functionality added in 3f5392c19676a7274a9c9f6e4406c6ab98eab7ad. Change-Id: I4ae24d2c45e818d9a1b04f2d8e5660c39c71bcdd
2017-02-14Bin unneeded forward declarationsTor Lillqvist
Change-Id: Ic1224311fbab77c7bb21a502dfa4af9506ddfd75
2017-02-14Make CppunitTest_chart2_dump succeed in my macOS buildStephan Bergmann
...by increasing the deltas to whatever ridiculously large values happen to make the test pass. Tamás said he'll take a look later. Change-Id: Ia839608ef3899dfca71886ccf57c31d4eb8bd72d
2017-02-14Revert commits that caused instability on the Linux debug tinderboxBjoern Michaelsen
Revert "DYING_FLYFRAMEFORMAT not needed anymore" This reverts commit 837545feb63f31095d69d006aeda520637c3bc8c. Revert "give SwFlyDrawContact a clear owner: SwFlyFrameFormat" This reverts commit 4ae93f7d3b063d13ff757884444a468212227ef9.
2017-02-14Keep original CFLAGS etc. unmodified in configure.acStephan Bergmann
...even if they are modified for the remaineder of configure.ac itself in the MSVC 2015-specific code checking for UCRT. Otherwise, the flags determined by LinkTarget.mk would lack any debug and optimization flags when building with MSVC 2015. Change-Id: Ib78418e0ad04bf2eae16a14b5c0904ba4f582eca Reviewed-on: https://gerrit.libreoffice.org/34248 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-14unwind RID_ANALYSIS_DEFFUNCTION_NAMES local resourceCaolán McNamara
Change-Id: I65ce69460b6c5f73fd41345f55630d0fcf5c04a4
2017-02-14covert ANALYSIS_* resources to StringArraysCaolán McNamara
Change-Id: Id0aba9531ef179102f62c4f89fa65a244c975570
2017-02-14unwind RID_ANALYSIS_FUNCTION_DESCRIPTIONS local resourceCaolán McNamara
Change-Id: Iad53fa9af738873c6d594d60aec1cfdb29e2ea1d
2017-02-14unwind RID_ANALYSIS_FUNCTION_NAMES local resourceCaolán McNamara
Change-Id: Icaab5d3690922748bd473434dbbb1d8cc6eccd2d
2017-02-14convert DATE_FUNCDESC_* resources to StringArraysCaolán McNamara
Change-Id: I13527ba3a53b7a0e913b672a5a87dae4a1556270
2017-02-14convert PRICING_FUNCDESC_* resources to StringArraysCaolán McNamara
Change-Id: If1726a57b427b73269e826b0f719d6b69782611e
2017-02-14unwind RID_DATE_FUNCTION_DESCRIPTIONS local resourceCaolán McNamara
Change-Id: If769264721850397c3c243c976c64c49fddf64fb
2017-02-14unwind RID_PRICING_FUNCTION_DESCRIPTIONS local resourceCaolán McNamara
Change-Id: Ib171e111c330241fb93edf1f2f39933eadc4adea
2017-02-14unwind RID_PRICING_FUNCTION_NAMES local resourceCaolán McNamara
Change-Id: I3da1caed4b6c91acdabe16d98e6d43bf5dc32247
2017-02-14unwind RID_DATE_FUNCTION_NAMES local resourceCaolán McNamara
Change-Id: I1d849238f6dd96986d640bb791f966a29b19525b
2017-02-14unwind RID_DATE_DEFFUNCTION_NAMES local resourceCaolán McNamara
Change-Id: I99ac46b89d2158d420e6458055cdeb5c6421f1ac
2017-02-14unwind RID_PRICING_DEFFUNCTION_NAMES local resourceCaolán McNamara
Change-Id: I9834795ef873e1ffb6cb1abc092a8333f9373e32
2017-02-14Add operator<< to output values of type enum class ExpressionFunctTor Lillqvist
For debugging output. Change-Id: Ic2cd0dfc76eaa5814e718bd1e254427c334d6fab
2017-02-14DYING_FLYFRAMEFORMAT not needed anymoreBjoern Michaelsen
Change-Id: Id9ded246752903f692c0f8254a258fada299d9bf Reviewed-on: https://gerrit.libreoffice.org/34142 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2017-02-14give SwFlyDrawContact a clear owner: SwFlyFrameFormatBjoern Michaelsen
Change-Id: Ida24ef9ae65ae8658645496369673d886e0935cc Reviewed-on: https://gerrit.libreoffice.org/34141 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2017-02-14Clean up some whitespace and comment crazinessTor Lillqvist
Change-Id: Id8d5173729a3e290e3d43ea67a6a9d06f244c409
2017-02-14Bin unused forward declarationsTor Lillqvist
Change-Id: I5c55c79157d7e14067fc3a3823412b1af5b15d92
2017-02-14ODT export: test that the PDF replacement image is a bitmapMiklos Vajna
Fails with commit 6657d52417295265367cf3ffe5832b60e3c38011 (vcl pdf import: use pdfium instead of draw_pdf_import, 2017-02-13) reverted. Change-Id: Ibf29df4fdf5b1bb2684b58564b6e1981463f12eb
2017-02-14ChartDumpTest: Use english text in test docsTamás Zolnai
Change-Id: I87ca8286f586d5811e4db22ebe4df0317fab567f
2017-02-14ChartDumpTest: Try again to remove all Arial fonts from these test documentsTamás Zolnai
Change-Id: I517fbb53db888276805e3c0d215337425d6cace1
2017-02-14don't need to store this dataCaolán McNamara
Change-Id: I797c0fc9cc293b0538392362e2e582e9821da530
2017-02-14don't need to store this dataCaolán McNamara
Change-Id: Ic6d1e061073937b967e289d16a7d2926b5cb733a
2017-02-14don't need to store this dataCaolán McNamara
Change-Id: I7606088fe9e04edddc1918fa8847f927510b1086
2017-02-14vcl pdf import: change test documents to test bitmap fallbackMiklos Vajna
I.e. the test documents now reflect what is created by LO if you insert a PDF image into a document manually on master. Change-Id: Ibacce15220a21b159b5e987678c381a98a29fd1a
2017-02-14ChartDumpTest: Test pie chartsTamás Zolnai
Change-Id: I936c24c4b1d6854fcfec86dc2642ef57a241b8ea Reviewed-on: https://gerrit.libreoffice.org/34225 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-02-14Close ScDocSh when doneStephan Bergmann
Change-Id: Ied1b342eacd14d65d0f28480411970e7f503e0a3
2017-02-14remove unused Border from RulerIndentStyle enumNoel Grandin
Change-Id: If8d5acdf48278adeb4974c46c8e777e8792ba743
2017-02-14convert SvParserState to scoped enumNoel Grandin
and drop unused WAITFORDATA enumerator Change-Id: I658802d88a19dcc2d378456375810454e7426447
2017-02-14drop unused LIST from SvTreeAccRoleType enumNoel Grandin
Change-Id: I378dea43b0c08675419a5399e5999c34441497fe