From 22401181774dfb3882e7ad0335f1267d7885ff48 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 23 Apr 2015 18:30:45 +0200 Subject: Improved loplugin:literaltoboolconversion looking into cond. exprs. ...automatic rewriter fixes Change-Id: I6b04ca80f08f8a71ff94e309fd52f44d736751ee --- extensions/source/plugin/inc/plugin/impl.hxx | 2 +- extensions/source/scanner/sane.cxx | 2 +- extensions/source/scanner/sane.hxx | 4 ++-- extensions/source/scanner/sanedlg.cxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'extensions') diff --git a/extensions/source/plugin/inc/plugin/impl.hxx b/extensions/source/plugin/inc/plugin/impl.hxx index d39d52cae899..b79159c8b9bf 100644 --- a/extensions/source/plugin/inc/plugin/impl.hxx +++ b/extensions/source/plugin/inc/plugin/impl.hxx @@ -202,7 +202,7 @@ public: void enterPluginCallback() { m_nCalledFromPlugin++; } void leavePluginCallback() { m_nCalledFromPlugin--; } - bool isDisposable() { return m_nCalledFromPlugin < 1 ? sal_True : sal_False; } + bool isDisposable() { return m_nCalledFromPlugin < 1 ? true : false; } DECL_LINK( secondLevelDispose, XPlugin_Impl* ); void addPluginEventListener( PluginEventListener* pListener ) diff --git a/extensions/source/scanner/sane.cxx b/extensions/source/scanner/sane.cxx index 023aa854344c..29db0ac5fee4 100644 --- a/extensions/source/scanner/sane.cxx +++ b/extensions/source/scanner/sane.cxx @@ -907,7 +907,7 @@ int Sane::GetRange( int n, double*& rpDouble ) rpDouble = 0; int nItems, i; - bool bIsFixed = mppOptions[n]->type == SANE_TYPE_FIXED ? sal_True : sal_False; + bool bIsFixed = mppOptions[n]->type == SANE_TYPE_FIXED ? true : false; dbg_msg( "Sane::GetRange of option %s ", mppOptions[n]->name ); if(mppOptions[n]->constraint_type == SANE_CONSTRAINT_RANGE ) diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx index 0a5a432c4cf2..f94402dd7561 100644 --- a/extensions/source/scanner/sane.hxx +++ b/extensions/source/scanner/sane.hxx @@ -112,9 +112,9 @@ public: ~Sane(); static bool IsSane() - { return pSaneLib ? sal_True : sal_False; } + { return pSaneLib ? true : false; } bool IsOpen() - { return maHandle ? sal_True : sal_False; } + { return maHandle ? true : false; } static int CountDevices() { return nDevices; } static OUString GetName( int n ) diff --git a/extensions/source/scanner/sanedlg.cxx b/extensions/source/scanner/sanedlg.cxx index 9a4e50cf5484..84c00c223ac7 100644 --- a/extensions/source/scanner/sanedlg.cxx +++ b/extensions/source/scanner/sanedlg.cxx @@ -490,7 +490,7 @@ void SaneDlg::InitFields() OUString aOption=mrSane.GetOptionName( i ); bool bInsertAdvanced = mrSane.GetOptionCap( i ) & SANE_CAP_ADVANCED && - ! mpAdvancedBox->IsChecked() ? sal_False : sal_True; + ! mpAdvancedBox->IsChecked() ? false : true; if( mrSane.GetOptionType( i ) == SANE_TYPE_GROUP ) { if( bInsertAdvanced ) -- cgit stro/collabora/co-24.04.6'>distro/collabora/co-24.04.6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/sc/res
AgeCommit message (Collapse)Author
2024-12-03Resolves tdf#127937 - Feedback for AutoCalculateHeiko Tietze
Shows an icon in the statusbar if autocalc is off; clicking the icon toggles autocalc on Change-Id: I7fb3296281647583f6f761427d35dcd79282f06c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177418 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-10-03tdf#151087 Colibre: Fix dark dan light Group & Ungroup Columns/RowsRizal Muttaqin
Change-Id: I257e999ced55d44461e24e30e961648b09ea1087 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140837 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-03-18Colibre: tdf#148029 Remove dark area in dark variantRizal Muttaqin
Change-Id: Ic881e63c2464adbe89e3abf8bc6626b674c38129 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131723 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2022-03-11Colibre: Fix wrong color, the ones which doesn not follow MonolineRizal Muttaqin
Sometimes Inkscape change the object color to full back or sometimes a gradient from other file was carried out to the new SVG file. This could lead color inconsistencies. Here the fix comes to eliminate them. Change-Id: Id4dcdd3549ef4ef7b2f89dfe0dddabf324390266 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131400 Tested-by: Rizal Muttaqin <rizmut@libreoffice.org> Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2021-01-06Colibre & Sukapura: tdf#138526 Add Formats Only paste iconRizal Muttaqin
Change-Id: I7fc42bc366502bcedd4b65b0a718c1fb1f1cc70d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108829 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-06-11tdf#133268Rizal Muttaqin
- Update Calc's Paste Special - Update Emoji - Update images of Draw/Impress export as HTML - Add Save All - Update Merge Cell image Change-Id: I73a3c9ff28dffe1e83f63385abf19ecd970f8df1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96058 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-06-10tdf#133268 Update Calc's conditional format iconsRizal Muttaqin
Change-Id: I7057d813c125bd075ebdd9d6bd5879cd1d8b9980 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95966 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-06-07Fix tdf#133753 missing base point, Calc page dialog & Fontwork dialogRizal Muttaqin
Change-Id: I74ca70e496997352592d424c5b4e77d99387a6c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95697 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin 🖌️ <riz_17_oke@yahoo.co.id>
2020-05-31Resolves tdf#133268: Update Colibre color paletteRizal Muttaqin
- Change color to latest MS Office monoline style - Overhaul overall appearance Change-Id: If181b58dc68310cacb926cf814c6d99d4b0b47d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95189 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-06-29Colibre: Fix for tdf#126107, change table border to be more cell-likeRizal Muttaqin
Change-Id: Ibd43e6da0a852ab6cb2804ece5d331aac251e049 Reviewed-on: https://gerrit.libreoffice.org/74866 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-06-17Colibre: Fix for tdf#107144 & clean SVG filesrizmut
Change-Id: I6747f6e4331720828eff7ece184f4a8203684571 Reviewed-on: https://gerrit.libreoffice.org/74178 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2019-06-13Colibre: tdf#125879 Change Wrap Through Icon, tdf#125888, clean SVGRizal Muttaqin
tdf#125742: Fix tracked change, fix blurred, missmatched icons etc Change-Id: I4d6df1ba5e2cb4b016f40e5f626e8fcabc818454 Reviewed-on: https://gerrit.libreoffice.org/73909 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2018-11-02Colibre icons: update boarder colorsandreas kainz
Change-Id: I7f0ce90117f29dd70df6ddac5d0f54d17c1d3a5f Reviewed-on: https://gerrit.libreoffice.org/62761 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-07-10Colibre icons: fix icon-set-bars-x colorsandreas kainz
Change-Id: Ic78e28080e9f2d77582fa3114646d860847b8960 Reviewed-on: https://gerrit.libreoffice.org/57207 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-03-29Colibre icons: finish sc galaxy folderandreas kainz
Change-Id: I17ac726e498546676fb6de3328356d2e155e734a Reviewed-on: https://gerrit.libreoffice.org/52048 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2018-03-16Colibre icons: add cellborder iconandreas kainz
Change-Id: Ifd74d3cfbc6b4b1c2c4a7a1b5529e137a7b041eb Reviewed-on: https://gerrit.libreoffice.org/51446 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-14Colibre Icons: add CellBorder icons for Calc sidebarandreas kainz
Change-Id: I50a3b26cc4a6b6c82aee0d0175c01fae85050b85 Reviewed-on: https://gerrit.libreoffice.org/51304 Reviewed-by: andreas_kainz <kainz.a@gmail.com> Tested-by: andreas_kainz <kainz.a@gmail.com>
2018-03-09tdf#115867: Add colibre icon theme which follow MSO color schemeandreas kainz
Change-Id: Id09932212f348952fe9fb141dec1b5b13d727a54 Reviewed-on: https://gerrit.libreoffice.org/50989 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>