summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin
Change-Id: I9b441688eb59ffd3540b014716a9abe7969c9be4
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin
Change-Id: Id1d2b5c13ad6af05314cba60ba5b9a62e0683f5e
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
Change-Id: I7c324bb6358be28c119592850eb7607479279f09
2015-05-28Fix memory leakDavid Ostrovsky
The same was done in mork driver [1] and mork driver was derived from mozab driver. [1] 317306710d8f7c16bd6b9edc1e0af7e0e757cbac Change-Id: I64bc85819810707511a3cebd43802066cd94a727
2015-05-28sd: Notify about the part change (when searching) only once.Jan Holesovsky
Change-Id: Iae0e3fa0ec86898f17bc4b595075c3a2384ecfb2
2015-05-28fix calls to RenderContextTomaž Vajngerl
Change-Id: I5ef4b740a9c62d5cc7a2126686df4fd86a4b3492
2015-05-28tdf#91649 call ApplySettings at a more correct placeTomaž Vajngerl
Change-Id: I84a620a845b9338cd830c8929346204e3d88003f
2015-05-28fix highlight rendering for iconview with more effective clippingTomaž Vajngerl
Change-Id: I9d8f2341477b9b9c0acd71a7d33cd5a9a55757d2
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl
Change-Id: Ia55797e3e42309f9d37d5335088f7657d99954de
2015-05-28fix Base's titlewindow font, font color and backgroundTomaž Vajngerl
Change-Id: Ide9c30385d15d0b8303f25d1a9eef132a32ec7d2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
Replace all calls looking like ADialog(some params).Execute() by ScopedVclPtrInstance<ADialog>::Create(some parms)->Execute() Change-Id: I0b6f0a9ea5ef0a749ffa30ce131e9dc989604639 Reviewed-on: https://gerrit.libreoffice.org/15915 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-28sw: -Werror=shadowMiklos Vajna
Change-Id: If09cc703bf1a922c6b3a1f584f23e5867ea7ad5f
2015-05-28tdf#91671 avoid use of already disposed controlDavid Tardon
Change-Id: I9cf5feeb2fc0ea91c7684aaf8adc2809907fa5d7
2015-05-28sw: prefix HTMLTableCnts membersMiklos Vajna
So that one can stop guessing if pTable or pHTMLTable is the member variable. Change-Id: Ia2c240d15c3e5d6d1a6e2e23373ed57909501070
2015-05-28indentation fixesMiklos Vajna
Change-Id: I267bb8b66c6c568718cec3f292f0b63737693b37
2015-05-28Resolves tdf#67712 form controls and draw objectsHenry Castro
anchored to cell but changes position after reopening Also included tdf#68797 "FILEOPEN lost position of lines anchored to cell". It was marked as duplicate but the step to reproduce are different. Conflicts: sc/qa/unit/subsequent_filters-test.cxx Conflicts: sc/qa/unit/subsequent_export-test.cxx Change-Id: Ia1c4010f118749256077a0ecad6ca16b867d22f7 Reviewed-on: https://gerrit.libreoffice.org/15523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-27skip SkipImages unit test on MacOsJulien Nabet
In fact concerns MacOs TB 10.10_61 If someone wants to revert it go ahead but in this case, please: either fix the problem or disable this TB for the moment Thank you Change-Id: Ie8da48a9b117d7d24cbf27b5b5e8773f79464a31
2015-05-27unit test for pie chart label inside placement for the best fit caseAndras Timar
Change-Id: I7e6f8383ead96f585915afb119b8ee460967c0bc related: tdf#90839 Reviewed-on: https://gerrit.libreoffice.org/15934 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-27loplugin:stringconstantStephan Bergmann
Change-Id: I8d5a1b82e7c552385ed22818e5e1a0a962fff2e4
2015-05-27loplugin:staticmethodsStephan Bergmann
Change-Id: Idb1072ecedd9ab0315d67e296da6d306c098b183
2015-05-27disable more annoying log outputMarkus Mohrhard
Change-Id: I9f50b991defe7e241a66a0d52af24c9912508d26
2015-05-27support R1C1 reference for hyperlinksMarkus Mohrhard
Change-Id: Id9f3ae613128bb6f3895ade8b10ae24210439503
2015-05-27add test for tdf#91334Markus Mohrhard
Change-Id: Iaeee4a86e000445a23970986d5750d27adff2e2d
2015-05-27transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard
Change-Id: I497a6600e155200e913ed386a539f284a5c86320
2015-05-27first check current document address conventionMarkus Mohrhard
Might be something else like R1C1 Change-Id: I25419b0d6ce0261b8cb1248671582455331852ac
2015-05-27fix indentationMarkus Mohrhard
Change-Id: Ib686c76e024cccd33614f812e80ad6c16b5287e4
2015-05-27silence annoying log outputMarkus Mohrhard
Change-Id: Ia2f55b85a649e0286573477511016f36bf29a9d5
2015-05-27loplugin:staticmethodsAndrzej Hunt
Change-Id: I8a6a6dcac8355796b984f6b37b791596fe9dca02
2015-05-27Coding style: removing the scope resolution operator in xDocShRef declarationsRobert Antoni Buj Gelonch
Change-Id: Ie88d2f3d6af3553976ebe0d299c4e9f31443cda6 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-05-27Resolves: tdf#91403 no wrtshell during initial layoutCaolán McNamara
Change-Id: I0d0b8027e07f9dc2dfff584abd026d1b496d93dd
2015-05-27lokdocview: handle LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna
Change-Id: Ib1b99221afbf9810bad5fd49fbf62c7a20fd28e4
2015-05-27LOK: change PAGE_COUNT to a more generic DOCUMENT_SIZEMiklos Vajna
Change-Id: If94af4072c321358d7bd4d678eeed181dc0f44db
2015-05-27Support Azul Zulu JRE (at least on Windows)Stephan Bergmann
(<http://www.azulsystems.com/products/zulu/downloads> also offers it for Linux and Mac OS X, so it could be added to more javavendors_*.xml if need be; I only checked it actually works with a Windows 64-bit LO build) Change-Id: If549a0d5bf1459eba2f6ba2bd545cfd55a20cea6
2015-05-27fprintf -> SAL_INFOStephan Bergmann
Change-Id: I4808e89cf5b90c99df3d4c4474c578a8c8f611a6
2015-05-27Resolves: tdf#89731 numberingChange feature not available in writerCaolán McNamara
Change-Id: Ie779e78fc3c7ccf717117513d9187697c22cc51a
2015-05-27Remove B3IPoint, it's not used anywhereZsolt Bölöny
Change-Id: I7031c126179bbceebc40dcbdab5a0570db5bc29f Reviewed-on: https://gerrit.libreoffice.org/15813 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-27wrong comparison in letter wizardCaolán McNamara
the file name widget is empty when it shouldn't be. the other wizards get this right Change-Id: Icdb629e676a73fcf8d8be4352818abbef455bbaf
2015-05-27loplugin:unreffunStephan Bergmann
Change-Id: Ic0c4bd61aad4354f58cc60e8b584b9d63e397a3b
2015-05-27tdf#90338 related: ignore empty shape handles structAndras Timar
Change-Id: I486564a124cfb0d13a8b20e89cf13e752ccb7237 Reviewed-on: https://gerrit.libreoffice.org/15923 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-27B3IVector is not used anywhereZsolt Bölöny
Change-Id: Ic439b33c974500f1b351b41a0e391ffec71007b3 Reviewed-on: https://gerrit.libreoffice.org/15808 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-27Remove B3IRange, it's not used anywhereZsolt Bölöny
Change-Id: I19a6835eaab2efba530d30f871f1b4509b683801 Reviewed-on: https://gerrit.libreoffice.org/15812 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-27drop useless field bIsDebugTakeshi Abe
Its last usage was gone with d82fc206c5d27191bc47adc486cf32442908f62d. Change-Id: Ia891dd860edc305689804d02d4c74aa41804e484 Reviewed-on: https://gerrit.libreoffice.org/15911 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-27SwXTextDocument::initializeForTiledRendering: allow having different defaultsMiklos Vajna
SetHardBlank() configures the gray background for non-breaking spaces. Change-Id: I779503189085cc6537b776deb3d30cb93b316acd
2015-05-27Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara
i.e. setting progress triggers ScTabView::DoResize and an InterpretVisible and InterpretDirtyCells which resets the mpFormulaGroupCxt that the current rCxt points to, which is bad, so disable progress for the duration of the GetResult loop Change-Id: I8e88cee4dd2308ef61dee934d300a38978833703
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I27c24d3284a8e0678fc5c041426b4a7e71cbd363
2015-05-27tdf#91544: fix freezing of Data source windowLászló Németh
Change-Id: Ia445bedd57d99c534c9664a42fcb9cd766fcdc39
2015-05-27CppunitTest_sd_tiledrendering: add search-not-found testcaseMiklos Vajna
Fails without commit c0cc9a8622a2cd0e3ba07e15a79dd65ca910b233 (sd LOKit callback for search not found, 2015-05-27). Change-Id: I26ce4eab3d0bf3abc4a59d0dd21d5f2f5de78017
2015-05-27sd tiled rendering: avoid showing wrap around dialogMiklos Vajna
Change-Id: Id977c3a17f5e34d086ee3b68fa9ad2969f9d24c2
2015-05-27tdf#88675 Fix display names for hicontrast and tango_testingTobias Lippert
The special cases for the icon themes with the filenames "images_hicontrast.zip" and "images_tango_testing.zip" are now handled. They will be displayed as "High Contrast" and "Tango Testing" respectively. Change-Id: Ia3c2b8b57809db9c5ed132c42a412157e91b2599 Reviewed-on: https://gerrit.libreoffice.org/14574 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-27The Mac libc++ version has problems as well,Stephan Bergmann
...so remove the deleted address-of operator again for now Change-Id: I3ded1d28bf2aeb170c70bcec865c09df1eefcb08