summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-06sal/log.hxx is what was missingStephan Bergmann
Change-Id: I11aa264391aa4fcd90d171b9a6d93ed8e430b6cc
2015-05-06impress and draw want to disable the size category with brochure printingCaolán McNamara
Change-Id: I08e814a2895490faebd79ca9e340d6bd8a0b5bfd
2015-05-06tdf#91015 - CSV dialog crasher.Michael Meeks
Failed to initialize the VclPtr<VirtualDevice> with an instance. Change-Id: I6df2cbc1176ad74e3d8b5249b579ba424810c701
2015-05-06Use typed ToolBox::SetMenuButtonHdl LinkStephan Bergmann
Change-Id: I00cd35374294ccdcc0ac3223ae81ba8129b9a5d7
2015-05-06Use typed ToolBox::SetDataChangedHdl LinkStephan Bergmann
Change-Id: Ia4fe932e765651653e6c534e755a8fc32875ffc3
2015-05-06Use typed ToolBox::SetStateChangedHdl LinkStephan Bergmann
Change-Id: I9b574f652e5d999086e32e9c7ede7c68fe5cc99a
2015-05-06Use typed ToolBox::SetCommandHdl LinkStephan Bergmann
Change-Id: Ieee142ddebb288037647fb77bac6f11b9827c4a8
2015-05-06Remove unused ToolBox::Get/SetHighlightHdlStephan Bergmann
Change-Id: Ieea90173e84dc4d1d0202a3804033d1c42370261
2015-05-06tdf#91014 - dispose SfxControllerItem sub-class earlier.Michael Meeks
This avoids getting StateChange calls on disposed widgets. Change-Id: I33968f1afc09df47eda5ad5e0f0ae3a5cc408a63
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier
If scientific format is selected, "Thousands separator" option is almost useless. It could be replaced by "Engineering Notation". Rebase of https://gerrit.libreoffice.org/15152 Update with more robust tests. Change-Id: Ie2b88b1f149fce26c32a43ace623cf1f45f38e6e Reviewed-on: https://gerrit.libreoffice.org/15606 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-05-06android: More services that are probably needed.Jan Holesovsky
Change-Id: Ibc394aa8ae758bbcc478707731cda3b270499ce2
2015-05-06tdf#90565: Focus category list on showing the dialogKatarina Behrens
Change-Id: Ice995c7061b195ae7ac600635fc7643f762841c0
2015-05-06WaE: loplugin:cstylecastTor Lillqvist
Change-Id: Id59ba5f0fcb27e5a3fec322ba0a016c5fc4bacc1
2015-05-06tdf#91090 - avoid de-referencing DIALOG_NO_PARENT (-1)Michael Meeks
Change-Id: I1032054765013a43744a7be548e892fc973a40ce
2015-05-06simplify code using ScopedVclPtrNoel Grandin
Change-Id: I71db7422ab8ad83455cc61df5314cf214a4d388c
2015-05-06fix windows buildNoel Grandin
warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) after my commit 60e659ae355d073b05b3b9c8d2ac3bdc5f76020d "convert IMPL_FONT_ATTR constants to scoped enum" Change-Id: I83f1ea5869fa60c89dbc706020f68cc2c4277f48
2015-05-06If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist
For instance, if using LibreOfficeKit in a chroot jail, there might not be a /dev/urandom, which causes the std::random_device ctor to throw a std::runtime_error exception, at least in the libstdc++ I have. Change-Id: Icc91a4ddf92ce66c66b6ffb8b4d1a02ab5f29ee9
2015-05-06sw: add SwDBData::sEmbeddedNameMiklos Vajna
It is supposed to contain the name of a stream in the document storage (like "Object 1") that has an embedded database for mail merge data source definition purposes. It's just loaded / saved from ODF at the moment, it's not yet used for anything. Change-Id: Ida366478fd83aa51e66e958ac09d852332c227c9
2015-05-06color bar doesn't fill tool itemCaolán McNamara
since commit b8f21298288890d52c06fef6c84441634c56c986 Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> Date: Mon Mar 2 20:57:32 2015 +0900 the color bar is always drawn under the icon and doesn't get drawn to the right and fill all the empty space of the tool item, e.g. in impress see the new toolbar color selector Change-Id: Ib70fec9c933b9d743e67475899938a5d9f405496
2015-05-06this is a no-op, remove ifCaolán McNamara
Change-Id: I01a7d41084185c8c9d4a103fb124a0416a3bc890
2015-05-06Add comments about ImplFontAttrsTor Lillqvist
Change-Id: I32d8b8f4301188245721d31fd234bb1784a1ae8d
2015-05-06fix windows buildNoel Grandin
Change-Id: I32dc6c24c523519d6c2376c555b2d774fa40b3ba
2015-05-06android: add ctors needed for ODT saving to the edit listMiklos Vajna
Change-Id: I8b83b57f8dbbbc3cc75618d133139fdbe2c24603
2015-05-06Doxygenize comments.Jan Holesovsky
Change-Id: I2a54f0c2694bb069478a8c8764a1789a377b4c0a
2015-05-06Remove unused SvxControlFocusHelperStephan Bergmann
Change-Id: I3bdadb02918bf109e7e93ea0c7c709f018caed4a
2015-05-06drop useless temp debugging stringsCaolán McNamara
Change-Id: I3dbcc792278814df6c23d0f593bd6d86b5d4907e
2015-05-06fix OSX buildNoel Grandin
Change-Id: I6df0009cad65134e626f89563be168ff739ca092
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin
and fix bug in svx/source/xoutdev/_xoutbmp.cxx,XOutBitmap::MirrorGraphic where it was not correctly translating between different flags types. Change-Id: I78b4965544da2aa54b67ec18307fa54c8ffc3aee
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
Change-Id: Ibc9f88d2588c028cd71aa86c26d970a73025ef22
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin
Change-Id: I85a1c9f89ac79e0e54fcd8dfd1908325fae9a8ac
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
Change-Id: Ia33e957f6cf530e2639b3c86d9482f642652cb46
2015-05-06convert SUBSFONT_ to scoped enumNoel Grandin
Change-Id: Ic66191ac4cdfa753dc784e7bd1a6dd20f50def6b
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin
Change-Id: I994bfc76d709d01406404991dbfbd49b15bd03f4
2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin
Change-Id: I2b5986ea69dc09e6ba18b23a80029f6551b48152
2015-05-06convert CVC_ flags to scoped enumNoel Grandin
Change-Id: Iadc9b6240121e9fee91de299b94a9f8629656507
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
Change-Id: I1b0fb976e7bf8d7de06da0c30012e8bba1320498
2015-05-06Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann
Change-Id: Ia2521b000e962a0cc461a54f73b5c97bbe34a602
2015-05-06Use typed ToolBox::SetActivateHdl LinkStephan Bergmann
Change-Id: I15044bd9ea94562c1d4727f64aa0b32543e0cc0a
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0
2015-05-06SfxBoolItem takes a sal_uInt16 nWhich as first argumentStephan Bergmann
This code was like that ever since 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 "initial import." From the surrounding code, the best bet appears to be ATTR_LINEBREAK? Change-Id: Id0e3346f2f9bb9c00c202003d06c2518dea38112
2015-05-06sw: make SplitRedline() a little more readableMichael Stahl
Change-Id: Icd99c8d98ae4c5cd6c6552a929c28ad0f096c214
2015-05-06sw: fix crash due to redlines on tables on ooo121112-2.docxMichael Stahl
Problem is that after import there are SwRangeRedline that start in the first cell of a table and end in the paragraph following the table. There are <w:del> elements covering every individual paragraph in the table; all of these are merged into one SwRangeRedline. This could possibly be fixed in writerfilter by buffering the m_pParaMarkerRedline until after convertToTable() to prevent the merging, but perhaps it's better to fix it in SwXText::convertToTable(). Change-Id: I853ae624fffedb59a48bd90decb0973bf33beb68
2015-05-05Use more proper integer typesMatteo Casalin
Change-Id: If1515df57cd90451f2c912bf5c268fec8688c063
2015-05-05Store getColumnCount()/getRowCount() results in sal_Int32Matteo Casalin
instead of sal_uInt16, to match type preferred by following code. Also use size_t for calculating products, just to stay on the safe side Change-Id: Id875e01aa2087fc27e60536d5e3ef152b22aadc6
2015-05-05Use more proper integer typesMatteo Casalin
Change-Id: I8200af6fcb111edd8a00cb77824e84e2231bee1b
2015-05-05Use more proper integer types and range-based for loopsMatteo Casalin
Change-Id: Icbda6c3ab23622e1d9f73d3a9a30ff0c278684cf
2015-05-05Resolves tdf#84240 : Red squiggly underline does not appear instantlyDeena Francis
Change-Id: I62d1b381ba8373cfa637f5838d5ef31691f4c260 Reviewed-on: https://gerrit.libreoffice.org/14872 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-05-05VclPtr: crash on exit on impressCaolán McNamara
Change-Id: I3f81128b58992db68263fb6c8d2a94cbae855632
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers
Change-Id: I523b0c71bc0fed501a4d5fffd75c5a4704f6dd13 Reviewed-on: https://gerrit.libreoffice.org/9827 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-05-05´Color´ : ambiguous symbolCaolán McNamara
Change-Id: I5a33d518a62c35c9ac03600f02a37ac987e6e066