summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks26-433/+86
2013-04-30MSVC: member of dll interface class may not be declared with dll interfaceTor Lillqvist1-2/+6
Change-Id: I751832d8725354cebd892738fa80fd7bc5e43925
2013-04-30Convert find & replace dialog to .uiCaolán McNamara2-62/+55
Change-Id: Ib5637a3601fc77588b2bd581f17dc6bcb36290db
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky1-1/+18
This adds a dropdown to the 'Open' toolbar tool. Change-Id: I5b4aa99476e721c1479152b46bbc79cc0b095318
2013-04-30Kill unused SfxHistoryToolBoxControl_Impl.Jan Holesovsky1-19/+2
Change-Id: I03655bb502d6480d8f7f3f1adef17d8f635b8ed9
2013-04-30n#592908: docx import, fixed handling of w10:wrapCédric Bosdonnat1-0/+2
commit f837c4288cdae4921b3fb6747ba2e2cd5ce2dcd2 moved the handling of w10:wrap tag in oox, but thus no wrapping was imported any more. The fix consists in letting the w10:wrap element be handled by writerfilter's dmapper if the shape has already been retrieved from oox (which is the case for textboxes). In other cases, make sure that we don't set the Surround property once again in writerfilter as that would override what has been done in oox. (cherry picked from commit 51d5e90b7c09cb980bc72a2c6b1a65303ef15ea2) Conflicts: oox/inc/oox/vml/vmlshape.hxx sw/qa/extras/ooxmlimport/ooxmlimport.cxx Change-Id: I8ab158641afcf6b9945c52238e7f5adb9e8b3adf
2013-04-30remove a few more unused variablesMarkus Mohrhard1-3/+0
Change-Id: I6c70c000f60e7e6e43bd068ccb98b693b80746f2
2013-04-30remove unused variablesMarkus Mohrhard1-10/+1
Change-Id: I78e778408abb72772771daf5776a26f08c313ee2
2013-04-29stoc.tdmanager is goneStephan Bergmann1-1/+0
Change-Id: I7c750debaeee5d9804be378e0f65bec13ac296eb
2013-04-29export for error bars to OOXML, fdo#62312Markus Mohrhard1-0/+3
This does not work yet as we have several validation errors in our exported OOXML chart doc. I have to clean them up before the documents are accepted by Excel. Change-Id: I0bba64a9c6cab489199c8e6f04158fea7b953d0a
2013-04-28Bin CLOOK comments and un-split one large switch statementTor Lillqvist2-1/+1
CLOOK = "Compiler Limit: Out Of Keys", an error reported by Microsoft's compiler a long time ago. No such problem in those versions we support. No need to mention CLOOK in comments any more. While at it, re-combine one large switch statement that was split to avoid CLOOK. Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2 Reviewed-on: https://gerrit.libreoffice.org/3640 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist23-86/+11
The time when it made sense to use "clever" #ifdefs to, for performance or compiler reasons, conditionally bypass private parts of a class declaration passed a decade or longer ago. Still more of this in sw and sc. People working on those modules might want to do it too, or not. Change-Id: I1053139ca5e5e2631f7b22d99d3bada54fc337be Reviewed-on: https://gerrit.libreoffice.org/3627 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-26Stray duplicateStephan Bergmann1-26/+0
Change-Id: Ie4176fb35082ac7de57196e1c7a51d6769e147b2
2013-04-26remove never-generated "predicate_check" entryLionel Elie Mamane1-1/+0
Change-Id: Ib3957fbadf6bfebfaabd5bef09aaf7ab21862cd6
2013-04-26QueryDesign: in criteria, remove matching column_ref in simple expressionsLionel Elie Mamane1-2/+3
Basically, in first children of infix predicates in search_conditions Change-Id: I0e2f8fbdde023b088f33d2e2fcbd41110f0e02a8
2013-04-26QueryDesign: in criteria, remove column_ref when table *and* column name matchLionel Elie Mamane2-0/+5
As opposed to only the column name Change-Id: I261d13f23214f950daa55a5b63cd486e59a0e127
2013-04-26sal_Bool -> boolLionel Elie Mamane1-2/+2
Change-Id: I157e0e84cbc9832dd863607b8f52359596b51c8c
2013-04-26Better wording for Impress "Start from first/current Slide"Samuel Mehrbrodt1-1/+1
The menu is now: Slide Show Start from first Slide Start from current Slide ... instead of: Slide Show Slide Show Slide Show From This Slide ... I also changed the recently introduced function name/uno command for "Start from current Slide". This should make no trouble, since this function has not seen a release so far. Change-Id: I248c9d63ec28071b2887f89912aa90fa1e4afcb5 Reviewed-on: https://gerrit.libreoffice.org/3604 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-26test: clean up namespacingThomas Arnhold31-153/+69
Change-Id: I7df07176bdbd15fdfdf8f9a7cdb26d4bee12997d
2013-04-26comphelper: ConstAsciiString is now unusedMiklos Vajna1-30/+0
Change-Id: Ifad05cfc84b476501948f31ff65aa5d321dd6fdd
2013-04-26fdo#63154: Remove all usages of the macro EXTERN_CMarcos Paulo de Souza1-6/+0
Change-Id: I25b7f509ba5d1007a16c84ad05870a8174c094ec Reviewed-on: https://gerrit.libreoffice.org/3621 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-26Fix bnc#705982 - make animations inside SmartArt work.Thorsten Behrens1-0/+2
With the fallback loading of extDrawing for SmartArt graphics, slideshow animations into that drawingml fragment didn't work - for it being modelId diagram references instead of plain shape IDs. So use the modelId if present, and only then fallback to shape id. Change-Id: Iac2b8bc16255611d7ab165b72fb251cd2a65073a
2013-04-26XubString->OUStringCaolán McNamara8-8/+8
Change-Id: I32c867e43bfb50a57261414107caae60f616d703
2013-04-26sal_Bool to boolTakeshi Abe2-8/+8
Change-Id: I7dcb2dcef78c67d90ff2dea58c1374bd17ac58af
2013-04-25don't pollute global namespaceThomas Arnhold3-60/+46
Change-Id: Iffeeffb015c59ea787838c737c6a11f6fbef2794
2013-04-25fix scrolling performance of listboxes with hundreds of entriesCaolán McNamara1-0/+1
make it approximately infinitely faster a) add a method AdjustEntryHeightAndRecalc that just does AdjustEntryHeight and RecalcViewData and replace all the places that do the two of those together with that utility b) in our SetFont now only call AdjustEntryHeightAndRecalc if the new font is different to the old font, ignoring color which doesn't have a bearing on row size. c) where we originally called SetFont(GetFont()), which would have triggered AdjustEntryHeightAndRecalc, now call the new AdjustEntryHeightAndRecalc explicitly. The performance problem apparently a regression from ac7acb0ab1329913b0cec79790adcde0263960be where we seem to now end up drawing on ourself and calling SetFont on ourself rather than on a pImpl without an overridden SetFont. So when we redraw on scrolling we triggered a cascade of calculations and force text layout of every row. Change-Id: I3c284c360f06ac383e8c38045fc4c2946f505b35
2013-04-25add error to office:value-type for calc cells and fdo#51810Markus Mohrhard1-4/+5
For cached value import we need the information which cells are error cells. For ODF 1.2 extended we therefore export now calcext:office-value with the additional value "error". Change-Id: I9bc988ea4924bea767ba5e504b77f6a16e51a82e
2013-04-25De-ambiguify 'Pair'Tor Lillqvist1-1/+1
Change-Id: I84c73b07d8a4a6950cde98898754168720952934
2013-04-25PCH quickfixStephan Bergmann2-19/+8
Change-Id: I457288d881ba74db2127e8543b0de70b6498002d
2013-04-25ditch libi18nlangtagicu againEike Rathke1-4/+3
Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4
2013-04-25comments and code reformatMaxime de Roucy2-34/+51
Change-Id: Ib4e45cb85c9e5e5ffa6476c939300c6795412b1a Reviewed-on: https://gerrit.libreoffice.org/3582 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-25added LanguageTagIcu::getIcuLocale() with additional variantEike Rathke1-0/+12
Change-Id: I5a5689f449ac7653bb716f2ce67ea1039fe2559c
2013-04-24introduced libi18nlangtagicuEike Rathke2-0/+45
Change-Id: Ie80e989d55d465e127ccc20290d654acf222e5bb
2013-04-24rename "shlinfo.rc" to "default.rc"Michael Stahl1-0/+0
makedepend annoyingly picks up the target file name from the source file Change-Id: I4e7378e3f428dbae42fb99cb1c21ed840c20da40
2013-04-24extend license filtering, and add fallback-checks.Michael Meeks1-0/+1
Change-Id: Ia1ec3564326cf898d756c231a64a54db8698bf20
2013-04-24Dead codeStephan Bergmann1-2/+0
Change-Id: Ia0b14d879e0ab22ff2fdeb09af836df4aed82ffb
2013-04-24move sal_inc headers to include/David Tardon9-0/+771
Change-Id: I840c681b7c500640d3983e05e9895f3fa8bb1313 Reviewed-on: https://gerrit.libreoffice.org/3501 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24move URE headers to include/David Tardon184-0/+51108
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen2384-0/+357820
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-16Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h areTor Lillqvist2-0/+125
Change-Id: I561aa6cc1de7ed6128d25c82cd493d5d5718e052
2013-04-16move headers from solenv/inc/ to include/Matúš Kukan8-0/+713
Change-Id: Ieb6cba645b3535f7d683d2aefa5599d04d9994f3 Reviewed-on: https://gerrit.libreoffice.org/3403 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>