Use Any specializations for bool, instead of SetValue

Desktop / LibreOffice - Matteo Casalin [yahoo.com] - 10 December 2014 15:12 UTC

Change-Id: I7a5babe494bdb09a71164ea74d7be3f6bf985ff6 Reviewed-on: https://gerrit.libreoffice.org/13215

8aac6ec Use Any specializations for bool, instead of SetValue
sw/source/core/fields/authfld.cxx | 10 +-
sw/source/core/fields/dbfld.cxx | 19 +---
sw/source/core/fields/ddefld.cxx | 5 +-
sw/source/core/fields/docufld.cxx | 40 ++-----
sw/source/core/fields/expfld.cxx | 20 +---
sw/source/core/fields/fldbas.cxx | 5 +-
sw/source/core/fields/flddat.cxx | 10 +-
sw/source/core/fields/scrptfld.cxx | 2 +-
sw/source/core/fields/tblcalc.cxx | 5 +-
sw/source/core/fields/usrfld.cxx | 15 +--
sw/source/core/graphic/grfatr.cxx | 4 +-
sw/source/core/layout/atrfrm.cxx | 77 ++++---------
sw/source/core/para/paratr.cxx | 2 +-
sw/source/core/txtnode/fmtatr2.cxx | 2 +-
sw/source/core/unocore/unocrsrhelper.cxx | 6 +-
sw/source/core/unocore/unodraw.cxx | 5 +-
sw/source/core/unocore/unofield.cxx | 16 ++-
sw/source/core/unocore/unoframe.cxx | 6 +-
sw/source/core/unocore/unoidx.cxx | 3 +-
sw/source/core/unocore/unoobj.cxx | 2 +-
sw/source/core/unocore/unoport.cxx | 4 +-
sw/source/core/unocore/unoredline.cxx | 15 +--
sw/source/core/unocore/unosect.cxx | 10 +-
sw/source/core/unocore/unosett.cxx | 41 ++-----
sw/source/core/unocore/unosrch.cxx | 4 +-
sw/source/core/unocore/unostyle.cxx | 27 ++---
sw/source/core/unocore/unotbl.cxx | 27 ++---
sw/source/filter/html/htmlform.cxx | 23 +---
sw/source/filter/xml/XMLRedlineImportHelper.cxx | 9 +-
sw/source/filter/xml/swxml.cxx | 33 ++----
sw/source/filter/xml/wrtxml.cxx | 18 +--
sw/source/filter/xml/xmlexp.cxx | 7 +-
sw/source/filter/xml/xmlimp.cxx | 10 +-
sw/source/filter/xml/xmltexte.cxx | 6 +-
sw/source/ui/dbui/dbinsdlg.cxx | 23 +---
sw/source/ui/frmdlg/frmpage.cxx | 4 +-
sw/source/ui/index/cntex.cxx | 11 +-
sw/source/uibase/config/modcfg.cxx | 54 ++++-----
sw/source/uibase/config/prtopt.cxx | 34 +++---
sw/source/uibase/config/usrpref.cxx | 20 ++--
sw/source/uibase/envelp/envimg.cxx | 5 +-
sw/source/uibase/envelp/labimg.cxx | 9 +-
sw/source/uibase/uiview/view.cxx | 6 +-
sw/source/uibase/uiview/view0.cxx | 5 +-
sw/source/uibase/uiview/view2.cxx | 4 +-
sw/source/uibase/uno/SwXDocumentSettings.cxx | 136 ++++++++---------------
sw/source/uibase/uno/unomod.cxx | 4 +-
sw/source/uibase/uno/unotxdoc.cxx | 10 +-
sw/source/uibase/utlui/navicfg.cxx | 5 +-
sw/source/uibase/utlui/unotools.cxx | 9 +-
50 files changed, 260 insertions(+), 567 deletions(-)

Upstream: cgit.freedesktop.org


  • Share