Home
last modified time | relevance | path

Searched refs:mxTransferables (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Duivwimp.cxx213 for (const auto& xTransferable: mxTransferables) in Invalidate()
227 mxTransferables.erase(std::remove_if(mxTransferables.begin(), mxTransferables.end(), in AddTransferable()
231 }), mxTransferables.end()); in AddTransferable()
233 mxTransferables.emplace_back(&rTransferable); in AddTransferable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Duivwimp.cxx218 for (const auto& xTransferable: mxTransferables) in Invalidate()
232 mxTransferables.erase(std::remove_if(mxTransferables.begin(), mxTransferables.end(), in AddTransferable()
236 }), mxTransferables.end()); in AddTransferable()
238 mxTransferables.emplace_back(uno::Reference<lang::XUnoTunnel>(&rTransferable)); in AddTransferable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Duivwimp.hxx89 std::vector< css::uno::WeakReference< css::lang::XUnoTunnel > > mxTransferables; member in SwView_Impl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Duivwimp.hxx89 std::vector< css::uno::WeakReference< css::lang::XUnoTunnel > > mxTransferables; member in SwView_Impl