summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-31use fmod and make code simplerMarkus Mohrhard
Change-Id: I09cc4fa8288fafa78083da5bdfb8ddc6fc273da9
2014-01-31CID#1103719: fix memory leakMarkus Mohrhard
2014-01-31Slight optimization by avoiding to query for hidden state unnecessarily.Kohei Yoshida
Also removing static_cast during the loop speeds it up just a bit. Change-Id: I4644046c91da71f4b7305e9063a853d03c5921e0
2014-01-31DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.Andrzej Hunt
Change-Id: I7e4494b7f1cb62ab27851e34ab4dc6be8e04e1fa Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-01-31Kill one indentation level.Jan Holesovsky
Change-Id: I5a5d98bb2f2d0749fb9113423f5663780ecf3520
2014-01-31fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail viewZolnai Tamás
Sidebar and thumbnail View are actually not separate windows but F6 key traversal should simulate it as they would be. Define a new getfocus flag called GETFOCUS_F6 which means focus were grabed as a result of pressing F6 key. Use this and other two (GETFOCUS_FORWARD, GETFOCUS_BACKWARD) flags to indicate the focus were grabbed along subwindow relation (define a new ImplGrabFocusToDocument method with a flag parameter on the analogy of GrabFocus() <-> ImplGrabFocus()). Handle F6, Shift+F6 inside BackingWindow as it would have two subwindow (sidebar and thumbnail view). Plus Ctrl+F6 -> grab focus to the thumbnail view. Change-Id: Ie43d761e7cb0269afb79481a81947a4b96e1dde0 Reviewed-on: https://gerrit.libreoffice.org/7486 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2014-01-31sbergman's typoJesús Corrius
Change-Id: I36dc29659d0d6965c28e5fe0bb03759476de4781
2014-01-31fdo#54938 Convert odk to cppu::supportsServiceAlexandre Vicenzi
Change-Id: Ia5095367be90dd5383e7701ea2587f79a7505a67 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-01-31Silence javadoc 8 errorsStephan Bergmann
Change-Id: Ib0b2286669d797708b30bf0fffdbe14c14d1e30d
2014-01-31sw: hardcoded NS_sprm::LN_CPbiIBulletMiklos Vajna
Change-Id: I51d4638b588da290853422750b90365b454c046f
2014-01-31fdo#73872: File Corruption - Issue with w:footerReference in document.xmlYogeshBharate
Problem Description : - In case if the header/footer had a chart in it then the associated relation Id was getting added to document.xml.rels instead of adding it to the relevent item*.xml.rels file. - Due to this the MS office was unable to read the round tripped file. Implementation : - Added the relation id's to relevant rels files. Change-Id: I412178222400e98ab2ef46d930c1e1fdfebf9799 Reviewed-on: https://gerrit.libreoffice.org/7630 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-01-31cairo canvas: Zero font's width means "the same as height".Jan Holesovsky
Change-Id: I1d24b2039fb3c615e672189d12c77e960cc858ee
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann
This leaves only aborting stubs (for SONAME stability) for typelib_static_array_type_init typelib_typedescription_newArray typelib_typedescription_newUnion and completely removes corresponding typelib_ArrayTypeDescription typelib_UnionTypeDescription structs and C++ inline getCppuArrayType* functions. None of this should ever have been called by client code anyway, so while technically an API change it should not matter for practical purposes. Change-Id: I23769d104d545533bf578762b79994e269d78c22
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a
2014-01-31clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatStringStephan Bergmann
...at least in trunk 200400 towards Clang 3.5. Change-Id: Ibe956a7f28c16510506bd354582b3fe5a72582e5
2014-01-31Clang API function terminology got changedStephan Bergmann
...at least in trunk 200400 towards Clang 3.5. Change-Id: I6e295e3a4cf721fbda9df8e7c5bed3993ee78216
2014-01-30Keep the standard row height situation under control.Kohei Yoshida
With this change, applying cell attributes to default cells will no longer change the row heights inadvertently. Change-Id: I57c3546e1725c5e8b37696242e9642b1617f59c3
2014-01-31Added unit test for fdo#72221:Fixed for doughnut chart - RT is invalidPriyankaGaikwad
Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I3540884f680f5042da8d12865a06e9ce2f2046d8
2014-01-31don't generate invalid xml filesMarkus Mohrhard
VmlCommentExporter::StartShape already adds a XML_type to the attribute list, so we would be exporting the same attribute twice which makes the xml file invalid. This file could therefore not be imported again. Change-Id: I2aed2805ea59c15b1f7e60ab9cab10f7a8e81412 Reviewed-on: https://gerrit.libreoffice.org/6980 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-31Translate German comments and fix a few missed onePhilipp Weissenbacher
Change-Id: Ieb5798a98453d0a6b0e368f7444150c758a9c7ac Reviewed-on: https://gerrit.libreoffice.org/7753 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-30fdo#74252: Fix crash on exit with the customize dialog.Kohei Yoshida
pEventLB gets accessed after it's been deleted. Moving the code that accesses it to before it gets deleted fixes the crash. Change-Id: If559fe3ea7dd76a3394d0aa7c18c9329188aa17f
2014-01-30moved impress remote clients to a separate repositoryNorbert Thiebaud
Change-Id: I654e3af31a6915f08ff808b351d304da773ad267 see: git://gerrit.libreoffice.org/impress_remote
2014-01-30fdo#74014: Brodcast only when pasting, not during file import.Kohei Yoshida
Change-Id: I7cca5d459491fca782f24093dcdd7d0c1c69bdc9
2014-01-30Use += when possibleMatteo Casalin
Change-Id: I6dad55d3a397becab18f1159f3e8d84cffd7517b
2014-01-30Bail out earlyMatteo Casalin
Change-Id: Id2a77996cfe9a9ec755766295141123870b4eaf2
2014-01-30else is not needed after break/returnMatteo Casalin
Change-Id: I3c7a90345e9f748668cc2e5305bccae99a45c479
2014-01-30Fix indentationMatteo Casalin
Change-Id: Ic009b2d9cbb4bbd37aad044e63f1b19ae57e649e
2014-01-30writerfilter: whitespace fixes in RTFDocumentMiklos Vajna
Change-Id: I7cd294b42fa402e4da254fe6a2239c9d9293588b
2014-01-30writerfilter: these SPRM's are unusedMiklos Vajna
Change-Id: I60013801e22b8a17d9fb7378fd9bd7f828610710
2014-01-30writerfilter: hardcoded sprm:CFspecVanishMiklos Vajna
Change-Id: I7766dd3144ff84f292de1e207dc3a432719d0ec3
2014-01-30writerfilter: hardcoded sprm:PFNoAllowOverlapMiklos Vajna
Not that it would be handled on the dmapper side. Change-Id: I80c338933fd7ecdbdd9e8541ce30887375b19929
2014-01-30writerfilter: hardcoded sprm:PFMirrorIndentsMiklos Vajna
Change-Id: Ic8624a90ac71f03360e18ca6de589040493ccc1e
2014-01-30writerfilter: hardcoded sprm:PContextualSpacingMiklos Vajna
Change-Id: I35f111dffe44cabe8cdfa65067695dcd6c7517e7
2014-01-30init 'fLastPos' [-Werror=maybe-uninitialized], fdo#73146 follow-upEike Rathke
Change-Id: I77d91bbcd600ae209799d2139c3510697e922730
2014-01-30fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."Eike Rathke
This reverts commit 6a62557d8632290ae7150f3922dece65f51af4bc. pPageRows[] is a member array, so when not allocating MAXROWCOUNT entries but nRealCnt instead it also needs some tracking mechanism to reallocate in case a subsequent call needs more elements than the first call. Change-Id: Iadb7d2ceadcb8bd99d57c6188571d295c6b99fba
2014-01-30This could cause crasher too.Kohei Yoshida
Change-Id: I47d9ad36937bf07cd0b79fa5eec7710ce84ce4a9
2014-01-30Prevent crash.Kohei Yoshida
Change-Id: Id30e6dfa14c08ecad5c15df6a79d20a5cdc50a59
2014-01-30fdo#63154: Remove SVBT8 from solar.hMarcos Paulo de Souza
Conflicts: sw/source/filter/ww8/ww8par2.cxx Change-Id: I4e500cf0ca89468494fd3f0892839f5ca6cce725 Reviewed-on: https://gerrit.libreoffice.org/7645 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
Change-Id: Iccd5a78b54620796cfde672388b70ad97d17b7a5
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida
Because nobody wants to wait forever... Change-Id: Ie52bff944893b7e3fe9e7908be19d27c692fc1ea
2014-01-30LibreLogo is not a UNO componentStephan Bergmann
Change-Id: I48055d84fd078a131ed8f620575a462fcb101019
2014-01-30SDK: Split PLATFORMID at build time rather than runtimeStephan Bergmann
...where $(shell printf ...) in settings.mk likely doesn't work on Windows. Change-Id: I64a51203d1bf131160768f9a9069f428228aa6b1
2014-01-30svx: fix presumed C++11ismMichael Stahl
Change-Id: I4d6e7ec99ea889ae45ca12c3470b9f5d9e3c134b
2014-01-30User grants debug Mysql part: first stepsJulien Nabet
Select all user/host instead of just user so we'll have 'root'@'localhost', 'root'@'127.0.0.1', etc. instead of just root Next step: retrieve IS_GRANTABLE value (so patch mysqlcppconn) Change-Id: Ib0ce7d0745ace17ce8058f3ff9806bea2bdc56f1 Reviewed-on: https://gerrit.libreoffice.org/7140 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-01-30User grants debug Mysql part: retrieve IS_GRANTABLE + update column privsJulien Nabet
(See http://dev.mysql.com/doc/refman/5.6/en/grant-table-structure.html Table 6.7. Set-Type Privilege Column Values Section) Change-Id: I6173ba0df84f722a872afa59d7d7dc9eefe3e368 Reviewed-on: https://gerrit.libreoffice.org/7155 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-01-30drawingML: complete the fix of nAlpha param in DrawingMLJacobo Aragunde Pérez
Change-Id: I1aec870ee52180d1b1b96762f69fab94370acbde
2014-01-30We want to drop the user here not revoke some rightsJulien Nabet
Change-Id: Ia31345d9e3cf8dce147402bc6c6592fd57bc88b9 Reviewed-on: https://gerrit.libreoffice.org/7178 Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com> Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com> Tested-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-01-30DOCX import: round wp14:pctWidth/HeightMiklos Vajna
sw core supports integers only ATM, so at least let e.g. 9.8 be 10, not 9. Change-Id: I94842d7190bfa264f0fa0331d7418c411ef191d9
2014-01-30fdo#44314 non-standard hyphenation (fix previous commit)László Németh
Change-Id: Ib830cf5b57051039106d1f60059fe8a3bdbecf1a
2014-01-30DOCX import of wp14:sizeRelH/V relativeFrom="page"Miklos Vajna
Change-Id: Idd9dcc60f415081cb7a727b46a89d45af04465d0