summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2024-01-20 15:04:43 +0900
committerTomaž Vajngerl <quikee@gmail.com>2024-01-21 00:54:54 +0100
commit049bbd95c190e0844da3a8dd88b1ce7a9ccf83b7 (patch)
treebd19faddc850498494539d1899c6a7b9e848ad3a /bridges
parent06aea80b0482c03e8f0a5f735d3a31ec816a07fe (diff)
editeng: change EditEngine getter to ref in {Imp}EditView
{Imp}EditView always needs to have EditEngine set (or it would crash otherwise), so we can change the getter to return a referece instead of a pointer. This simplifies things a bit because we get rid of all the nullptr checks and makes the interface more clear. Also change direct access to mpEditEngine in {Imp}EditView to use getEditEngine() and getImpEditEngine() (returning a reference) instead. Change-Id: Ib8f9c565b8364144bb9c35c3093c4975af1970c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162333 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'bridges')
0 files changed, 0 insertions, 0 deletions
cgit/lo/core/commit/external/boost?id=0bd72fe60dea0d14bec4b79fdfbeb8cc7a4004b1'>Fix build of boost for iOSTor Lillqvist 2022-08-19Upgrade external/boost to latest Boost 1.80.0Stephan Bergmann 2022-08-09Mark external/boost/constexpr.patch.0 as upstreamedStephan Bergmann 2022-08-03external/boost: Fix ill-formed constant expression errorsStephan Bergmann 2022-07-14Adapt to new Clang 15 trunk -Wdeprecated-builtinsStephan Bergmann 2022-06-29Adapt to LLVM 15 trunk libc++ dropping std::unary_/binary_functionStephan Bergmann 2022-06-28The std::unary_function workaround should no longer be necessaryStephan Bergmann 2022-05-05Upgrade external/boost to latest Boost 1.79.0Stephan Bergmann 2022-02-25Upgrade external/boost to latest Boost 1.78.0Stephan Bergmann 2022-02-18boost: use utf-8 encoding for unknown locales.Michael Meeks 2022-02-16Remove apparently obsolete external/boost/boost-android-unified.patch.1Stephan Bergmann 2022-02-07boost / gettext warning improvement.Michael Meeks 2022-01-19WASM boost: fix build with EmscriptenJan-Marek Glogowski 2021-11-10Upgrade external/boost to latest Boost 1.77.0Stephan Bergmann 2021-11-04The std::auto_ptr workarounds should no longer be necessaryStephan Bergmann 2021-08-12disable gcc warnings when using boost::make_sharedNoel Grandin 2021-08-10Clean up remaining uses of boost::logic::triboolStephan Bergmann 2021-08-10Upgrade external/boost to latest Boost 1.76.0Stephan Bergmann