summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-28SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*Stephan Bergmann1-1/+1
Change-Id: I4dd0556557ead72b2a2e9f45ccdb35a77efeab4d
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann2-6/+6
Change-Id: I7897ce11621a7aac991ea64897d8fdeb06c3d2d7
2015-04-28bFound var wants to be of type boolStephan Bergmann1-2/+2
Change-Id: I106f8414fcf28fe314b14156d004bdb0cf20f023
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann2-7/+3
Change-Id: Iecaff2b1b5449751a9787a3b27c70495d82cc623
2015-04-28DBG_PRINT_ENTRY expects a 4th arg of type intStephan Bergmann1-1/+1
Change-Id: Id89f3436d9f9e142d8845381b483bdf8697dd1da
2015-04-28FlashExporter::exportBackgrounds return type is sal_uInt16Stephan Bergmann1-2/+2
Change-Id: Ic75d0893f4e0e8893c683661d3c6f3f91653b267
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann2-3/+3
Change-Id: I40fb77dff3112ee154d6d413757af6593486280d
2015-04-28executedDialog _nExecutionResult param is of type sal_Int16/VclResponseTypeStephan Bergmann1-1/+1
Change-Id: Ied27330db3af9b33ddccbda52da927202f112dab
2015-04-28SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be boolStephan Bergmann4-7/+7
Change-Id: I78c34a539a62ed129309305ce6e37a8feb19b1fd
2015-04-28Outliner::RemovingPagesHdl return type wants to be boolStephan Bergmann2-3/+3
Change-Id: I7d57d560f28683a840022cf766ef22cc50683349
2015-04-28operator == return type wants to be boolStephan Bergmann6-15/+15
Change-Id: I7ef0a09b718ca701ed2b6f4a50593f8ef1421dd3
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann6-11/+11
Change-Id: Ib44006e339a4e1ee9b5c9201e48861fceef865fd
2015-04-28css.sdbc.XResultSet.getRow return type is longStephan Bergmann1-1/+1
Change-Id: I764a88f110f5528cabc1e223ffc63079954c534f
2015-04-28Simplify sal_Bool expressionsStephan Bergmann2-6/+6
Change-Id: I4f9dd7b273e52fa97a7f79bf77a76ae5412c5e10
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann3-13/+13
Change-Id: I3af5f97e77240a0f0a3c96cffc03c8a005e8f0aa
2015-04-28UpdateFormatListBox_Impl bCat param wants to be of type boolStephan Bergmann2-6/+6
Change-Id: Idf6831ef21cf94926667ca532d9df2a18926e452
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann8-13/+13
Change-Id: I31f1941daf158676518fcf259ef8a9e84863473e
2015-04-28Use TriState instead of 0/1/-1Stephan Bergmann2-7/+8
Change-Id: I6f53cd0ee1e7acd724186ab914bde43026ef6708
2015-04-28css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann1-1/+1
Change-Id: I7dfb69ff45ddba07255cb0000efea9f87c13cd2b
2015-04-28Make use of comphelper::log::convert::convetLogArgToString bool overloadStephan Bergmann1-4/+4
Change-Id: Ic91c65fc1f74fbde86c2448d1c394a5e30452a75
2015-04-28css.util.XNumberFormats.genarateFormat nLeading param is of type shortStephan Bergmann1-1/+1
Change-Id: If535bbe07df95f93d052705cb665d1b4cae5af01
2015-04-28GLEW_VERSION_3_3 is of type GLboolean alreadyStephan Bergmann1-1/+1
Change-Id: Id565602f4cb488176451cfcc1d2aa05e7acab964
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann127-205/+205
Change-Id: Iba538bb51635e6cae1e033d14e8da3dabfb36634
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann20-25/+25
...to cater for forthcoming loplugin:implicitboolconversion improvements Change-Id: I801b6b73648715448198d582a087cc834f6e20c8
2015-04-28Dialog::Execute returns short/VclResponseTypeStephan Bergmann1-5/+1
Change-Id: I48d63276ae0aaeba169e1e783c44b428a58314ac
2015-04-28SbModule::Run return value is unusedStephan Bergmann2-6/+2
Change-Id: I7cd697d944dc0efbd35b852fc553ba85bc88c15e
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara12-1/+35
Change-Id: Ia41276033c1f656217bc3ae929faab001db36ca4
2015-04-28DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>Miklos Vajna2-8/+5
Change-Id: If6c836c7e155c958a56fb69a06730c4e5a9ee1b5
2015-04-28ppc64: do not use asm block to retrieve argsDavid Tardon1-36/+29
Some versions of gcc clobber one of the registries that are used to pass arguments in the function's prologue, like: Dump of assembler code for function (anonymous namespace)::privateSnippetExecutor(): 510 { 0x00003fffaffe8454 <+0>: mflr r0 0x00003fffaffe8458 <+4>: std r0,16(r1) 0x00003fffaffe845c <+8>: std r29,-24(r1) 0x00003fffaffe8460 <+12>: std r30,-16(r1) 0x00003fffaffe8464 <+16>: std r31,-8(r1) 0x00003fffaffe8468 <+20>: stdu r1,-352(r1) 0x00003fffaffe846c <+24>: mr r31,r1 => 0x00003fffaffe8470 <+28>: ld r8,-28688(r13) 0x00003fffaffe8474 <+32>: std r8,312(r31) 0x00003fffaffe8478 <+36>: li r8,0 Reading the registries through variables makes gcc aware that they are used, so it does not touch them. It has got no negative effect on performance, as it produces the same object code as the current asm block. Change-Id: I3b99b0aa9944f9f33de9a42508e9d4dd23cec5e0
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier5-26/+59
Variable decimal is only saved in ODF for number, and do not consider partial variable decimal: 0.0## is saved as 0.000 This patch extend ODF with loext:min-decimal-digit for number format and scientific format Change-Id: I5022458da47bbd33c3e195c280e75c43faca5f8d Reviewed-on: https://gerrit.libreoffice.org/15135 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier5-4/+30
Scientific Format without sign in exponent, such as 0.00E0, are managed by LibO, and can be saved in XLS format This commit allows to save in ODF Change-Id: Ia0c4589e2af942543ea296f970d163bc1d1d6f05 Reviewed-on: https://gerrit.libreoffice.org/14955 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-04-28add comment it's ok hereEike Rathke1-0/+4
Change-Id: I615a9ed50141327d672e12db1da500d372ff5232
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
... which leads to swapped decimal and group separators in this case, which were wrong before and generated wrong format codes. Change-Id: I08a74262f7e1d8453957895beeffa34116cb4577
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
... which leads to identical separators in this case. Change-Id: I061c9f47d052e6e30e3b01d1697dc814e104559d
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
... which leads to identical separators in this case. Change-Id: I85ea0004344532221c9a03b29b2f1ba2e0100ac8
2015-04-28match separators by inheriting from same locale as format codesEike Rathke1-1/+1
... which leads to identical separators in this case. Change-Id: Id886917de66df046481f957ec467e74942d7ba6b
2015-04-28format code separators have to match defined separatorsEike Rathke1-23/+1
... and the only difference to es_GT was '-' vs '/' date separator, which according to https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_NI should be '/' Change-Id: I10aeb0849132b3502e73163261060d2e6eaa1c39
2015-04-27decimal separator is commaEike Rathke1-3/+3
Change-Id: I7236d79877e6761cc97cbc093b83033deb84b417
2015-04-27Add engineering notation to format list for all l10nLaurent Balland-Poirier158-1/+474
For all l10n, add format for engineering format ##0.00E+00 decimal separator adapted msgid: ScientificFormatskey3 or ScientificFormatskey4 if previous one was already used formatindex: 78 (free in most l10n, and near 77 which used as scientific format for many l10n) exceptions: ko_KR formatindex=91; th_TH formatindex=88; zh_TW formatindex=80 (next free value) Change-Id: I703c1503bdac85386e9994fdd67b00aa6006d992 Reviewed-on: https://gerrit.libreoffice.org/15527 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe2-41/+22
Change-Id: Iea949e5936f58317e64e60a407613bb99ae113ff Reviewed-on: https://gerrit.libreoffice.org/15489 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-04-27Fix tdf#87373: Kerning broken on OS XThorsten Wagner1-20/+29
Adjustments to character positions less than one pixel are ignored. These adjustments are probably introduced by lossy conversions between integer based and float based coordinates. Change-Id: Ie4506658aba7bb3e2b211817568676b099afef03 Reviewed-on: https://gerrit.libreoffice.org/15539 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-04-27loplugin:literaltoboolconversion wrong conditionCaolán McNamara1-2/+2
Change-Id: I9ad2a52434329acc961db2e5a3e28816af7cda7c
2015-04-27tdf#69316: Sort numbering options meaningfullyKatarina Behrens2-19/+19
+ unify terminology image vs. graphics In an ideal world, those strings wouldn't be duplicated in both sw and cui and change like this would be done in a single place. But there's currently no straightforward way how to share strings between those two ... Change-Id: I5311aca3e7b4070c82cf4f84f96ab1b6eff473c6
2015-04-27gtk3: use same arbitrary 0.2 and 0.8 ratios as gtk doesCaolán McNamara1-2/+2
Change-Id: Ib0d04c00ff4689d53317dedbf67091596cc59fb0
2015-04-27gtk3: render vertical toolbar seperatorsCaolán McNamara2-9/+23
Change-Id: I6c4e5291b24015087b3ac56e2e178dbf42bf193f
2015-04-27gtk3: set max spin box height before determining rectCaolán McNamara1-1/+2
Change-Id: Ic7e2c3a76abf658cc4e639772e05c83851c1da71
2015-04-27if it makes sense to handle DataChanged, then the same init must be calledCaolán McNamara1-5/+12
as in the ctor Change-Id: Ib95768397dc99d09154af03846f001d647437b69
2015-04-27manually setting drop down size is unnecessaryCaolán McNamara5-22/+0
and can end up with a font size entry in the toolbar of a different height to the other elements, because the other ones only call it on DataChange, while font size calls it all the time. Change-Id: I495e28dd0d33a093869fd731538e43513a7b8b85
2015-04-27gtk3: semi-sane height for spinboxesCaolán McNamara2-3/+7
Change-Id: I22fb833b59b7e2d749f8111d897f81899019e2d5
2015-04-27gtk3: seperate calcs for lists, comboboxes and editboxesCaolán McNamara1-1/+9
Change-Id: I38d5582e36fda2471a53e48f0611011bef30f5fe