summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Resolves: fdo#50640 make sure we don't move away from the current fieldCaolán McNamara2-25/+44
by accident by trying to select the entire field if its inside an invisible area where WrtShell::Right will skip automatically to the next visible area Change-Id: Iafe9ebd1430db8e6022fec89729d0abb62dad0bb
2015-01-28It's OS X, not OSXTor Lillqvist1-1/+1
Change-Id: Id7cd032a8fd24d57e02d1a94e4bebccc56904609
2015-01-28Add NORMSINV testTor Lillqvist1-0/+7
Change-Id: I0acdc5012a89d90cab6b30fe26b321d956982586
2015-01-28Make gaussinv() static and publicTor Lillqvist1-1/+6
It does not access any member so can be static. It is needed in the OpenCL test spreadsheet to verify the results from the OpenCL implenentation of NORMSINV. Change-Id: I72c1f6e6c0c04c0e25f4779ab334158b8d4e371d
2015-01-28loplugin:cstylecast (Mac OS X)Stephan Bergmann1-1/+1
Change-Id: If1fd605c01fa892c7730930606a29a7bed9edb5e
2015-01-28let have FormulaGroupAreaListener a virtual dtorEike Rathke2-0/+6
Change-Id: I1f5e246d68971124ef21e9c2d0db80499928998b
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann25-75/+86
Change-Id: I132d22e2af3cf673c17d8964f690d48990834884
2015-01-28Clean up implementation of osl_getSymbol et alStephan Bergmann1-35/+45
Change-Id: Ic71b7bc8e8b5783deb1f9fa89136537c24281a55
2015-01-28tdf#80960: Attempt to fix the cursor placement after document load.Jan Holesovsky1-2/+2
This is a blind attempt - don't have a 32bit system at hand to really try it. Change-Id: I4fe8c65b794d01e79aa93cbac440f710b630c7dd
2015-01-28fdo#86984: UI Line numbering works only for EN_USMuthu Subramanian1-3/+4
Change-Id: I0fadb6f5f96cccd4056a164a6b0f3b2fdd68a40b Reviewed-on: https://gerrit.libreoffice.org/14168 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-01-28Related: fdo#50640 allow the cursor to enter empty vertical input fieldsCaolán McNamara1-19/+19
Change-Id: Ib7db10d59f6d1106b33558fe5bdd076e278dfbbe
2015-01-28update creditsChristian Lohmaier1-1114/+1156
Change-Id: I649ab0e4f17fc6601efc0eabfefbe10501f8bbc1
2015-01-28Look for iOS SDK 8.2, tooTor Lillqvist1-1/+1
2015-01-28This typedef is not unusedTor Lillqvist1-0/+1
Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48. Change-Id: I1ced0d7bcf368884fc8a079b047e0cbf645c3e1a
2015-01-28add a reference configuration for coverityCaolán McNamara1-0/+25
Change-Id: I2dc149db36a5cfdbca63ea231425168fb799abe0
2015-01-28tdf#88740 fix sidebar angle rotation i18nAndras Timar1-0/+6
Change-Id: I30355f3aaf77b1952e21050e3593e575571d7aaa
2015-01-28vcldemo: include new text demoChris Sherlock1-52/+60
Take two: the text demo now shows: - clipping - arabic text - rotated text It shows this in a new window, subdivided into 8 demo screens to cover all permutations of clipping, arabic and rotated text. I've also clipped the main screen's boxes to make it look a little neater. Change-Id: Iaba1c29503266b72cbdcc2f48b309c28c94022b8 Reviewed-on: https://gerrit.libreoffice.org/14215 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-01-28Extract MarkBase::dumpAsXml() from MarkManagerMiklos Vajna4-31/+19
Change-Id: I85589d304dad05581bb2013166bb22f6b46cc793
2015-01-28This typedef is not unusedTor Lillqvist1-0/+1
Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48. Change-Id: I36807f0e43311e66f4ccd3542a4c064d5ccd7430
2015-01-28tdf#60739 code factorisationMichaël Lefèvre7-65/+30
Limit duplciation for SfxRequest FN_WORDCOUNT_DIALOG in sw shells Change-Id: Idf63f92f0061249ba937332c0be3fd6446aaa554 Reviewed-on: https://gerrit.libreoffice.org/14182 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-28tdf#60739 code factorisationMichaël Lefèvre7-53/+20
Limit duplciation for SfxRequest SID_OPEN_XML_FILTERSETTINGS in sw shells Change-Id: I316e7df50df5c6d24feb953415ebf61ca822066d Reviewed-on: https://gerrit.libreoffice.org/14184 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-28remove unused typedefsNoel Grandin53-98/+0
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-28CppunitTest_dbaccess_RowSetClones uses HSQLDB and thus JavaTor Lillqvist1-1/+2
Change-Id: Id0295fb45ecdf3472862d2d242a6e9e23da538ad
2015-01-27tdf#82524: Mismatch of ValueSet and metric field valuesKatarina Behrens1-0/+1
Regression from commit ab50bc9d4a72193c1fefcbf0652938995094bc41 which adds space separator between value and unit. As metric fields now output values with separator, LineWidthValueSet items must be adjusted accordingly, otherwise they'll never match Change-Id: I55778c9c0cc36d968a061e5e35b6db3f2a159977
2015-01-27tdf#87803 bin useless $buildidstringAndras Timar1-7/+0
Change-Id: Ie5f3651ec8386cdb59ebbd63c12670fd8668499a
2015-01-27Updated coreAndras Timar1-0/+0
Project: help 74dd3c43533373b51f53f58e4697d1df76e3ec32
2015-01-27when drawing a transformed bitmap in opengl backend, scale it betterLuboš Luňák4-2/+84
The plain scaling is rather rough, and in fact drawing a scaled bitmap the normal way gives much better results (because OutputDevice pre-scales the bitmap before it's drawn). This one may be a bit slow perhaps, but hopefully nobody there's no code that'd extensively use bitmap drawing with custom transformations (wishful thinking). Change-Id: I83e05307adfaeac0ed0757f1a0b2603f64caf8f8
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák8-17/+43
Now it's possible to add a preamble to the compiled program, so there can be just one program with #ifdef's inside and the small variants can be selected using #define in the preamble instead of having several almost identical programs. Change-Id: I6c5112313b91b6269ebdecdfc896e0f96209ea2b
2015-01-27vcldemo: revert argument parsing breakage.Michael Meeks1-2/+2
Change-Id: I0b8ecf19d71ba3151b3e61c4cf22524cc0852c5c
2015-01-27Revert "merge these two selection changing hunks of code"Caolán McNamara2-27/+25
This reverts commit bef9cc01c7da9fd75393bfa1818e07f484306829.
2015-01-27fix windows buildCaolán McNamara1-2/+2
could have sworn it built under windows under jenkins Change-Id: I97501d09b417ba1f8701f7efe884f26a7714a98a
2015-01-27merge these two selection changing hunks of codeCaolán McNamara2-25/+27
Change-Id: I4113a38a3a15cd2173f9a2530dc2e7278b8713b2
2015-01-27Resolves: #i85241# store settings about value highlighting in documentTsutomu Uchino2-8/+13
(cherry picked from commit d3fb83cbaea17418def1ace6e868d8892d64d85d) Change-Id: I34b4ee12e4af8300a51d72f0dd36e27c79832eb5
2015-01-27Adapt FractionPrinterStephan Bergmann1-3/+4
Change-Id: Ibc6302ea52458874f748f3ec2757bb60ad742fce
2015-01-27UBSan-detected overflow when nWidthPixel is LONG_MAX and rCurrentZoom is 1Stephan Bergmann1-6/+15
...from the call to SetColumnWidth( nId, LONG_MAX ); in BrowseBox::AutoSizeLastColumn(), e.g. happens when opening the Gallery in Draw. Change-Id: I151ae557d9d2bec52ecb0bd92b870fb0b91d7242
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara16-32/+35
Change-Id: I32d8bbc5083223b540f76a928de505d611627957 Reviewed-on: https://gerrit.libreoffice.org/14196 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-27tdf#88810 XSLT address export: cleanup and more optimizationLászló Németh3-12/+11
Change-Id: I5994bf129960863a081b0e263241b62848ad153c
2015-01-27add unit test for tdf#88786Eike Rathke1-0/+14
Change-Id: I0cb533399a1e3ce83875f2966cb59354e92f05b5
2015-01-27Resolves: tdf#88786 correct matrix sub operationEike Rathke2-3/+3
Change-Id: Ib5ce2ffe17cc34e0b3f04ebc06ea392707b7b9e6
2015-01-27Lock SolarMutex around fmFormShell::DetermineForms callsStephan Bergmann1-0/+5
At least in JunitTest_forms_unoapi there are calls via URP of SfxShell::UIFeatureChanged FmFormShell::DetermineForms FmXFormShell::elementInserted cppu::OInterfaceContainerHelper::NotifySingleListener<...>::operator() cppu::OInterfaceContainerHelper::forEach<...> cppu::OInterfaceContainerHelper::notifyEach<...> frm::OInterfaceContainer::implInsert frm::OInterfaceContainer::insertByName frm::OFormsCollection::insertByName ... where SfxShell::UIFeatureChanged does an svtools::AsynchronLink::Call, and there are notorious crashes during JunitTest_forms_unoapi in vcl::Window::ImplRemoveDel Application::RemoveUserEvent svtools::AsynchronLink::~AsynchronLink SfxShell_Impl::~SfxShell_Impl SfxShell::~SfxShell FmFomrShell::~FmFormShell ... and the naive hope is that the former's unlocked operations cause some corruption that make the latter operate on a dangling AsynchronLink::_nEventId. (As always, the question is at which level to lock the solar mutex; frm::OFormsCollection et al appear to be properly mutex'ed, FmXFormShell appears to be virtually un-mutex'ed, except for some smelly m_aInvalidationSafety and m_aAsyncSafety, and FmFormShell and SfxShell appear to run under the assumption that the solar mutex is always locked. So stick the guards into FmXFormShell--- which is the only place calling DetermineForms---under the assumption that that is the most likely place needing general mutex clean-up in the future, and thus bears the highest chance the potentially becoming redundant guards will be noticed again.) Change-Id: Iad0f4bd9af2bf62330e26ac50edd170f470e79c4
2015-01-27vcl: PDF export: AFM may contain 16-bit code points, unlikely to work...Michael Stahl1-0/+1
Change-Id: If7d67cd92a878bd1cfcc838ec9b7c9303975b255
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl17-27/+84
Problem is that for the "CM Typewriter" font the Width for "space" (32) is exported as 0 instead of 525, which is the correct value in the AFM. The reason is that PDFWriterImpl::emitEmbeddedFont() has various arrays to map from font code points to Unicode code points, and there are duplicate mappings, so the 160->32 mapping overrides 32->32. The PrintFontManager::PrintFont::readAfmMetrics() actually creates a Unicode to font code mapping (which may legitimately be n:1) that is then inverted; add an additional hack to store a set of "preferred" Unicodes so that PDFWriterImpl can pick the right Unicode. Presumably the code that is stored explicitly via "C" or "CH" in the AFM should take priority over more generic mappings. Change-Id: Id4205a1cd45ba6a0a5facee1e39f70c3535e7dd4
2015-01-27WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist1-1/+1
Change-Id: Ie12339760904329d690bbe4863286e005ebde380
2015-01-27loplugin:unreffunStephan Bergmann1-6/+6
Change-Id: I54a79059fbba4709cc445a5f200e4fac3b35ed48
2015-01-27Use vector::dataStephan Bergmann1-2/+1
Change-Id: Ibc8a0cedf8e99986698fca9fa467e24907184148
2015-01-27error: variable length array of non-POD element typeStephan Bergmann1-2/+7
Change-Id: I65fa98537d883057285c24608582d1facbed2ca0
2015-01-27More info about usage of get-bugzilla-attachments-by-mimetype.Jan Holesovsky1-7/+11
Change-Id: Ia3f7c47b1fce782b5ec37ce28f1f3d452266ddcb
2015-01-27vcl: vcldemo correct mbArabic variables check, disable rotated text testChris Sherlock1-2/+2
Change-Id: I48e07924257ca51f0b5b8c3aa2c761835bcb1857 Reviewed-on: https://gerrit.libreoffice.org/14203 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-01-27vcl: vcldemo now shows rotated textChris Sherlock1-6/+22
Change-Id: I7d701c6b39084b7f4046aed53fb677679709e2f0 Reviewed-on: https://gerrit.libreoffice.org/14192 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-01-27vcl: vcldemo now shows Arabic textChris Sherlock1-10/+47
Change-Id: I7151341962457d46454c07d0a7a5c08b16c23791 Reviewed-on: https://gerrit.libreoffice.org/14186 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>