loplugin:unusedmethods

Change-Id: I1e125bbd388953491b3f869641484fea737d39ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159423
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2023-11-14 16:01:30 +02:00
parent 92e5898fa9
commit 48e4a871d9
16 changed files with 191 additions and 522 deletions

View File

@@ -118,6 +118,8 @@ cppuhelper/inc/interfacecontainer4.hxx:277
void cppuhelper::OInterfaceContainerHelper4::NotifySingleListener::operator()(const Reference<type-parameter-?-?> &) const void cppuhelper::OInterfaceContainerHelper4::NotifySingleListener::operator()(const Reference<type-parameter-?-?> &) const
cui/source/dialogs/SpellAttrib.hxx:73 cui/source/dialogs/SpellAttrib.hxx:73
_Bool svx::SpellErrorDescription::operator==(const struct svx::SpellErrorDescription &) const _Bool svx::SpellErrorDescription::operator==(const struct svx::SpellErrorDescription &) const
cui/source/inc/cuitabarea.hxx:750
void SvxColorTabPage::SetCtlPreviewOld(const SfxItemSet &)
cui/source/inc/CustomNotebookbarGenerator.hxx:30 cui/source/inc/CustomNotebookbarGenerator.hxx:30
CustomNotebookbarGenerator::CustomNotebookbarGenerator() CustomNotebookbarGenerator::CustomNotebookbarGenerator()
cui/source/inc/fileextcheckdlg.hxx:32 cui/source/inc/fileextcheckdlg.hxx:32
@@ -156,6 +158,8 @@ dbaccess/source/ui/inc/unodatbr.hxx:316
_Bool dbaui::SbaTableQueryBrowser::implCopyObject(ODataClipboard &,const weld::TreeIter &,int) _Bool dbaui::SbaTableQueryBrowser::implCopyObject(ODataClipboard &,const weld::TreeIter &,int)
desktop/inc/lib/init.hxx:142 desktop/inc/lib/init.hxx:142
desktop::CallbackFlushHandler::CallbackData::CallbackData(const tools::Rectangle *,int) desktop::CallbackFlushHandler::CallbackData::CallbackData(const tools::Rectangle *,int)
desktop/qa/desktop_lib/test_desktop_lib.cxx:3712
int main()
desktop/source/lib/lokclipboard.hxx:95 desktop/source/lib/lokclipboard.hxx:95
LOKClipboardFactory::LOKClipboardFactory() LOKClipboardFactory::LOKClipboardFactory()
drawinglayer/inc/texture/texture.hxx:39 drawinglayer/inc/texture/texture.hxx:39
@@ -188,7 +192,7 @@ editeng/inc/edtspell.hxx:104
__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, std::__cxx1998::vector<struct editeng::MisspellRange> >, std::vector<struct editeng::MisspellRange> > WrongList::end() const __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const struct editeng::MisspellRange *, std::__cxx1998::vector<struct editeng::MisspellRange> >, std::vector<struct editeng::MisspellRange> > WrongList::end() const
editeng/source/editeng/impedit.hxx:234 editeng/source/editeng/impedit.hxx:234
tools::Rectangle LOKSpecialPositioning::GetWindowPos(const tools::Rectangle &,enum MapUnit) const tools::Rectangle LOKSpecialPositioning::GetWindowPos(const tools::Rectangle &,enum MapUnit) const
editeng/source/editeng/impedit.hxx:761 editeng/source/editeng/impedit.hxx:757
double ImpEditEngine::scaleYFontValue(unsigned short) const double ImpEditEngine::scaleYFontValue(unsigned short) const
embeddedobj/source/msole/olecomponent.hxx:75 embeddedobj/source/msole/olecomponent.hxx:75
_Bool OleComponent::InitializeObject_Impl() _Bool OleComponent::InitializeObject_Impl()
@@ -436,27 +440,25 @@ include/comphelper/basicio.hxx:52
const com::sun::star::uno::Reference<com::sun::star::io::XObjectInputStream> & comphelper::operator>>(const com::sun::star::uno::Reference<com::sun::star::io::XObjectInputStream> &,unsigned int &) const com::sun::star::uno::Reference<com::sun::star::io::XObjectInputStream> & comphelper::operator>>(const com::sun::star::uno::Reference<com::sun::star::io::XObjectInputStream> &,unsigned int &)
include/comphelper/basicio.hxx:53 include/comphelper/basicio.hxx:53
const com::sun::star::uno::Reference<com::sun::star::io::XObjectOutputStream> & comphelper::operator<<(const com::sun::star::uno::Reference<com::sun::star::io::XObjectOutputStream> &,unsigned int) const com::sun::star::uno::Reference<com::sun::star::io::XObjectOutputStream> & comphelper::operator<<(const com::sun::star::uno::Reference<com::sun::star::io::XObjectOutputStream> &,unsigned int)
include/comphelper/configuration.hxx:254 include/comphelper/configuration.hxx:277
type-parameter-?-? comphelper::ConfigurationLocalizedProperty::get()
include/comphelper/configuration.hxx:270
void comphelper::ConfigurationLocalizedProperty::set(const type-parameter-?-? &,const std::shared_ptr<comphelper::ConfigurationChanges> &) void comphelper::ConfigurationLocalizedProperty::set(const type-parameter-?-? &,const std::shared_ptr<comphelper::ConfigurationChanges> &)
include/comphelper/configuration.hxx:305 include/comphelper/configuration.hxx:312
com::sun::star::uno::Reference<com::sun::star::container::XHierarchicalNameReplace> comphelper::ConfigurationGroup::get(const std::shared_ptr<comphelper::ConfigurationChanges> &) com::sun::star::uno::Reference<com::sun::star::container::XHierarchicalNameReplace> comphelper::ConfigurationGroup::get(const std::shared_ptr<comphelper::ConfigurationChanges> &)
include/comphelper/errcode.hxx:91 include/comphelper/errcode.hxx:96
_Bool ErrCode::operator<(const ErrCode &) const _Bool ErrCode::operator<(const ErrCode &) const
include/comphelper/errcode.hxx:92 include/comphelper/errcode.hxx:97
_Bool ErrCode::operator<=(const ErrCode &) const _Bool ErrCode::operator<=(const ErrCode &) const
include/comphelper/errcode.hxx:93 include/comphelper/errcode.hxx:98
_Bool ErrCode::operator>(const ErrCode &) const _Bool ErrCode::operator>(const ErrCode &) const
include/comphelper/errcode.hxx:94 include/comphelper/errcode.hxx:99
_Bool ErrCode::operator>=(const ErrCode &) const _Bool ErrCode::operator>=(const ErrCode &) const
include/comphelper/errcode.hxx:188 include/comphelper/errcode.hxx:193
ErrCodeMsg::ErrCodeMsg(ErrCode,const rtl::OUString &,const rtl::OUString &,struct std::experimental::source_location) ErrCodeMsg::ErrCodeMsg(ErrCode,const rtl::OUString &,const rtl::OUString &,struct std::source_location)
include/comphelper/errcode.hxx:215 include/comphelper/errcode.hxx:220
const std::optional<struct std::experimental::source_location> & ErrCodeMsg::GetSourceLocation() const const std::optional<struct std::source_location> & ErrCodeMsg::GetSourceLocation() const
include/comphelper/errcode.hxx:224 include/comphelper/errcode.hxx:229
_Bool ErrCodeMsg::operator==(const ErrCodeMsg &) const _Bool ErrCodeMsg::operator==(const ErrCodeMsg &) const
include/comphelper/errcode.hxx:225 include/comphelper/errcode.hxx:230
_Bool ErrCodeMsg::operator!=(const ErrCodeMsg &) const _Bool ErrCodeMsg::operator!=(const ErrCodeMsg &) const
include/comphelper/flagguard.hxx:33 include/comphelper/flagguard.hxx:33
ValueRestorationGuard_Impl<T> comphelper::<deduction guide for ValueRestorationGuard_Impl>(ValueRestorationGuard_Impl<T>) ValueRestorationGuard_Impl<T> comphelper::<deduction guide for ValueRestorationGuard_Impl>(ValueRestorationGuard_Impl<T>)
@@ -608,6 +610,8 @@ include/comphelper/interfacecontainer3.hxx:213
void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XModifyListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XModifyListener::*)(const type-parameter-?-? &),const type-parameter-?-? &)
include/comphelper/interfacecontainer3.hxx:213 include/comphelper/interfacecontainer3.hxx:213
void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XRefreshListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::util::XRefreshListener::*)(const type-parameter-?-? &),const type-parameter-?-? &)
include/comphelper/interfacecontainer3.hxx:213
void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::view::XPrintJobListener::*)(const type-parameter-?-? &),const type-parameter-?-? &)
include/comphelper/interfacecontainer3.hxx:213 include/comphelper/interfacecontainer3.hxx:213
void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::view::XSelectionChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) void comphelper::OInterfaceContainerHelper3::notifyEach(void (com::sun::star::view::XSelectionChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &)
include/comphelper/interfacecontainer4.hxx:46 include/comphelper/interfacecontainer4.hxx:46
@@ -882,9 +886,9 @@ include/drawinglayer/tools/primitive2dxmldump.hxx:45
void drawinglayer::Primitive2dXmlDump::dump(const drawinglayer::primitive2d::Primitive2DContainer &,const rtl::OUString &) void drawinglayer::Primitive2dXmlDump::dump(const drawinglayer::primitive2d::Primitive2DContainer &,const rtl::OUString &)
include/editeng/colritem.hxx:76 include/editeng/colritem.hxx:76
void SvxColorItem::setComplexColor(const model::ComplexColor &) void SvxColorItem::setComplexColor(const model::ComplexColor &)
include/editeng/editeng.hxx:246 include/editeng/editeng.hxx:249
_Bool EditEngine::GetVertical() const _Bool EditEngine::GetVertical() const
include/editeng/editeng.hxx:248 include/editeng/editeng.hxx:251
enum TextRotation EditEngine::GetRotation() const enum TextRotation EditEngine::GetRotation() const
include/editeng/hyphenzoneitem.hxx:67 include/editeng/hyphenzoneitem.hxx:67
_Bool SvxHyphenZoneItem::IsPageEnd() const _Bool SvxHyphenZoneItem::IsPageEnd() const
@@ -1114,32 +1118,44 @@ include/sfx2/lokcomponenthelpers.hxx:49
void LokChartHelper::Invalidate() void LokChartHelper::Invalidate()
include/sfx2/msg.hxx:119 include/sfx2/msg.hxx:119
const std::type_info * SfxType0::Type() const const std::type_info * SfxType0::Type() const
include/sfx2/sidebar/FocusManager.hxx:110 include/sfx2/viewsh.hxx:464
_Bool sfx2::sidebar::FocusManager::IsPanelTitleVisible(const int) const
include/sfx2/viewsh.hxx:466
enum LOKDeviceFormFactor SfxViewShell::GetLOKDeviceFormFactor() const enum LOKDeviceFormFactor SfxViewShell::GetLOKDeviceFormFactor() const
include/svl/itemiter.hxx:44 include/svl/itemiter.hxx:44
_Bool SfxItemIter::IsAtEnd() const _Bool SfxItemIter::IsAtEnd() const
include/svl/itempool.hxx:103 include/svl/itempool.hxx:104
void SfxItemPool::AddRef(const SfxPoolItem &)
include/svl/itempool.hxx:135
enum MapUnit SfxItemPool::GetDefaultMetric() const enum MapUnit SfxItemPool::GetDefaultMetric() const
include/svl/itempool.hxx:148 include/svl/itempool.hxx:184
_Bool SfxItemPool::CheckItemInPool(const SfxPoolItem *) const const __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SfxPoolItem *const *, std::__cxx1998::vector<SfxPoolItem *> >, std::vector<SfxPoolItem *> > & SfxItemPool::Item2Range::begin() const
include/svl/itempool.hxx:158 include/svl/itempool.hxx:185
const __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<SfxPoolItem *const *, std::__cxx1998::vector<SfxPoolItem *> >, std::vector<SfxPoolItem *> > & SfxItemPool::Item2Range::end() const
include/svl/itempool.hxx:188
const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const
include/svl/itempool.hxx:199 include/svl/itempool.hxx:212
_Bool SfxItemPool::NeedsPoolRegistration(const SfxPoolItem &) const
include/svl/itempool.hxx:216
_Bool SfxItemPool::Shareable(const SfxPoolItem &) const
include/svl/itempool.hxx:237
void SfxItemPool::tryRegisterSfxPoolItem(const SfxPoolItem &,_Bool)
include/svl/itempool.hxx:254
void SfxItemPool::dumpAsXml(struct _xmlTextWriter *) const void SfxItemPool::dumpAsXml(struct _xmlTextWriter *) const
include/svl/itemset.hxx:70 include/svl/itemset.hxx:78
_Bool SfxItemSet::empty() const _Bool SfxItemSet::empty() const
include/svl/itemset.hxx:71 include/svl/itemset.hxx:79
int SfxItemSet::size() const int SfxItemSet::size() const
include/svl/itemset.hxx:72 include/svl/itemset.hxx:80
const SfxPoolItem * SfxItemSet::operator[](int) const const SfxPoolItem * SfxItemSet::operator[](int) const
include/svl/lockfilecommon.hxx:60 include/svl/lockfilecommon.hxx:60
void svt::LockFileCommon::SetURL(const rtl::OUString &) void svt::LockFileCommon::SetURL(const rtl::OUString &)
include/svl/ondemand.hxx:346 include/svl/ondemand.hxx:346
const CharClass & OnDemandCharClass::operator*() const const CharClass & OnDemandCharClass::operator*() const
include/svl/poolitem.hxx:208 include/svl/poolitem.hxx:177
_Bool SfxPoolItem::isDeleteOnIdle() const
include/svl/poolitem.hxx:233
type-parameter-?-? * SfxPoolItem::DynamicWhichCast(TypedWhichId<type-parameter-?-?>) type-parameter-?-? * SfxPoolItem::DynamicWhichCast(TypedWhichId<type-parameter-?-?>)
include/svl/poolitem.hxx:282
_Bool IsPoolDefaultItem(const SfxPoolItem *)
include/svl/typedwhich.hxx:31 include/svl/typedwhich.hxx:31
TypedWhichId::TypedWhichId(TypedWhichId<type-parameter-?-?>,typename enable_if<std::is_base_of_v<CntUInt16Item, derived_type>, int>::type) TypedWhichId::TypedWhichId(TypedWhichId<type-parameter-?-?>,typename enable_if<std::is_base_of_v<CntUInt16Item, derived_type>, int>::type)
include/svl/typedwhich.hxx:31 include/svl/typedwhich.hxx:31
@@ -1982,8 +1998,6 @@ include/svl/typedwhich.hxx:31
TypedWhichId::TypedWhichId(TypedWhichId<type-parameter-?-?>,typename enable_if<std::is_base_of_v<XSecondaryFillColorItem, derived_type>, int>::type) TypedWhichId::TypedWhichId(TypedWhichId<type-parameter-?-?>,typename enable_if<std::is_base_of_v<XSecondaryFillColorItem, derived_type>, int>::type)
include/svl/typedwhich.hxx:31 include/svl/typedwhich.hxx:31
TypedWhichId::TypedWhichId(TypedWhichId<type-parameter-?-?>,typename enable_if<std::is_base_of_v<const SfxStringItem, derived_type>, int>::type) TypedWhichId::TypedWhichId(TypedWhichId<type-parameter-?-?>,typename enable_if<std::is_base_of_v<const SfxStringItem, derived_type>, int>::type)
include/svl/typedwhich.hxx:43
_Bool operator==(const TypedWhichId<type-parameter-?-?> &,TypedWhichId<type-parameter-?-?>)
include/svl/whichranges.hxx:52 include/svl/whichranges.hxx:52
void svl::Items_t::fill(struct std::pair<unsigned short, unsigned short> *) void svl::Items_t::fill(struct std::pair<unsigned short, unsigned short> *)
include/svtools/ctrlbox.hxx:404 include/svtools/ctrlbox.hxx:404
@@ -2018,7 +2032,11 @@ include/svx/sidebar/InspectorTextPanel.hxx:49
std::unique_ptr<PanelLayout> svx::sidebar::InspectorTextPanel::Create(weld::Widget *) std::unique_ptr<PanelLayout> svx::sidebar::InspectorTextPanel::Create(weld::Widget *)
include/svx/svdlayer.hxx:74 include/svx/svdlayer.hxx:74
_Bool SdrLayer::operator==(const SdrLayer &) const _Bool SdrLayer::operator==(const SdrLayer &) const
include/svx/svdpage.hxx:330 include/svx/svdpage.hxx:232
std::reverse_iterator<__gnu_debug::_Safe_iterator<struct std::__cxx1998::_Deque_iterator<rtl::Reference<SdrObject>, const rtl::Reference<SdrObject> &, const rtl::Reference<SdrObject> *>, std::deque<rtl::Reference<SdrObject> > > > SdrObjList::rbegin() const
include/svx/svdpage.hxx:233
std::reverse_iterator<__gnu_debug::_Safe_iterator<struct std::__cxx1998::_Deque_iterator<rtl::Reference<SdrObject>, const rtl::Reference<SdrObject> &, const rtl::Reference<SdrObject> *>, std::deque<rtl::Reference<SdrObject> > > > SdrObjList::rend() const
include/svx/svdpage.hxx:337
void SdrPageProperties::sendLOKitThemeChangedCallback() void SdrPageProperties::sendLOKitThemeChangedCallback()
include/svx/svdpntv.hxx:468 include/svx/svdpntv.hxx:468
_Bool SdrPaintView::IsSwapAsynchron() const _Bool SdrPaintView::IsSwapAsynchron() const
@@ -2074,19 +2092,19 @@ include/toolkit/helper/listenermultiplexer.hxx:115
void ListenerMultiplexerBase::notifyEach(void (com::sun::star::lang::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const void ListenerMultiplexerBase::notifyEach(void (com::sun::star::lang::XEventListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const
include/toolkit/helper/listenermultiplexer.hxx:115 include/toolkit/helper/listenermultiplexer.hxx:115
void ListenerMultiplexerBase::notifyEach(void (com::sun::star::view::XSelectionChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const void ListenerMultiplexerBase::notifyEach(void (com::sun::star::view::XSelectionChangeListener::*)(const type-parameter-?-? &),const type-parameter-?-? &) const
include/tools/bigint.hxx:76 include/tools/bigint.hxx:78
BigInt::BigInt(unsigned int) BigInt::BigInt(unsigned int)
include/tools/bigint.hxx:82
unsigned short BigInt::operator unsigned short() const
include/tools/bigint.hxx:84 include/tools/bigint.hxx:84
unsigned short BigInt::operator unsigned short() const
include/tools/bigint.hxx:86
unsigned int BigInt::operator unsigned int() const unsigned int BigInt::operator unsigned int() const
include/tools/bigint.hxx:109 include/tools/bigint.hxx:111
BigInt operator-(const BigInt &,const BigInt &) BigInt operator-(const BigInt &,const BigInt &)
include/tools/bigint.hxx:112 include/tools/bigint.hxx:114
BigInt operator%(const BigInt &,const BigInt &) BigInt operator%(const BigInt &,const BigInt &)
include/tools/bigint.hxx:115 include/tools/bigint.hxx:117
_Bool operator!=(const BigInt &,const BigInt &) _Bool operator!=(const BigInt &,const BigInt &)
include/tools/bigint.hxx:118 include/tools/bigint.hxx:120
_Bool operator<=(const BigInt &,const BigInt &) _Bool operator<=(const BigInt &,const BigInt &)
include/tools/color.hxx:32 include/tools/color.hxx:32
unsigned int color::extractRGB(unsigned int) unsigned int color::extractRGB(unsigned int)
@@ -2126,37 +2144,37 @@ include/tools/fract.hxx:108
Fraction operator-(const Fraction &,double) Fraction operator-(const Fraction &,double)
include/tools/fract.hxx:110 include/tools/fract.hxx:110
Fraction operator/(const Fraction &,double) Fraction operator/(const Fraction &,double)
include/tools/gen.hxx:214 include/tools/gen.hxx:213
AbsoluteScreenPixelPoint operator*(const AbsoluteScreenPixelPoint &,const long) AbsoluteScreenPixelPoint operator*(const AbsoluteScreenPixelPoint &,const long)
include/tools/gen.hxx:223 include/tools/gen.hxx:222
AbsoluteScreenPixelPoint operator/(const AbsoluteScreenPixelPoint &,const long) AbsoluteScreenPixelPoint operator/(const AbsoluteScreenPixelPoint &,const long)
include/tools/gen.hxx:241 include/tools/gen.hxx:240
_Bool operator!=(const AbsoluteScreenPixelPoint &,const AbsoluteScreenPixelPoint &) _Bool operator!=(const AbsoluteScreenPixelPoint &,const AbsoluteScreenPixelPoint &)
include/tools/gen.hxx:309 include/tools/gen.hxx:308
type-parameter-?-? & SizeTemplate::operator+=(const type-parameter-?-? &) type-parameter-?-? & SizeTemplate::operator+=(const type-parameter-?-? &)
include/tools/gen.hxx:315 include/tools/gen.hxx:314
type-parameter-?-? & SizeTemplate::operator-=(const type-parameter-?-? &) type-parameter-?-? & SizeTemplate::operator-=(const type-parameter-?-? &)
include/tools/gen.hxx:375 include/tools/gen.hxx:374
_Bool operator!=(const AbsoluteScreenPixelSize &,const AbsoluteScreenPixelSize &) _Bool operator!=(const AbsoluteScreenPixelSize &,const AbsoluteScreenPixelSize &)
include/tools/gen.hxx:380 include/tools/gen.hxx:379
Size operator+(const Size &,const Size &) Size operator+(const Size &,const Size &)
include/tools/gen.hxx:384 include/tools/gen.hxx:383
AbsoluteScreenPixelSize operator+(const AbsoluteScreenPixelSize &,const AbsoluteScreenPixelSize &) AbsoluteScreenPixelSize operator+(const AbsoluteScreenPixelSize &,const AbsoluteScreenPixelSize &)
include/tools/gen.hxx:389 include/tools/gen.hxx:388
Size operator-(const Size &,const Size &) Size operator-(const Size &,const Size &)
include/tools/gen.hxx:393 include/tools/gen.hxx:392
AbsoluteScreenPixelSize operator-(const AbsoluteScreenPixelSize &,const AbsoluteScreenPixelSize &) AbsoluteScreenPixelSize operator-(const AbsoluteScreenPixelSize &,const AbsoluteScreenPixelSize &)
include/tools/gen.hxx:402 include/tools/gen.hxx:401
AbsoluteScreenPixelSize operator*(const AbsoluteScreenPixelSize &,const long) AbsoluteScreenPixelSize operator*(const AbsoluteScreenPixelSize &,const long)
include/tools/gen.hxx:411 include/tools/gen.hxx:410
AbsoluteScreenPixelSize operator/(const AbsoluteScreenPixelSize &,const long) AbsoluteScreenPixelSize operator/(const AbsoluteScreenPixelSize &,const long)
include/tools/gen.hxx:458 include/tools/gen.hxx:457
Pair & Range::toPair() Pair & Range::toPair()
include/tools/gen.hxx:521 include/tools/gen.hxx:520
Pair & Selection::toPair() Pair & Selection::toPair()
include/tools/gen.hxx:751 include/tools/gen.hxx:750
RectangleTemplate::RectangleTemplate<RectangleT, PointT, SizeT>(long,long) RectangleTemplate::RectangleTemplate<RectangleT, PointT, SizeT>(long,long)
include/tools/json_writer.hxx:94 include/tools/json_writer.hxx:91
void tools::JsonWriter::closeDocument() void tools::JsonWriter::closeDocument()
include/tools/link.hxx:134 include/tools/link.hxx:134
const char * Link::getSourceFilename() const const char * Link::getSourceFilename() const
@@ -2170,9 +2188,11 @@ include/tools/poly.hxx:251
_Bool tools::PolyPolygon::operator!=(const tools::PolyPolygon &) const _Bool tools::PolyPolygon::operator!=(const tools::PolyPolygon &) const
include/tools/stream.hxx:515 include/tools/stream.hxx:515
rtl::OString read_uInt32_lenPrefixed_uInt8s_ToOString(SvStream &) rtl::OString read_uInt32_lenPrefixed_uInt8s_ToOString(SvStream &)
include/tools/urlobj.hxx:430
_Bool INetURLObject::SetUserAndPass(std::basic_string_view<char16_t>,std::basic_string_view<char16_t>)
include/tools/urlobj.hxx:447 include/tools/urlobj.hxx:447
_Bool INetURLObject::SetHost(std::basic_string_view<char16_t>) _Bool INetURLObject::SetHost(std::basic_string_view<char16_t>)
include/tools/urlobj.hxx:947 include/tools/urlobj.hxx:952
int INetURLObject::SubString::set(rtl::OUString &,std::basic_string_view<char16_t>) int INetURLObject::SubString::set(rtl::OUString &,std::basic_string_view<char16_t>)
include/tools/weakbase.h:77 include/tools/weakbase.h:77
tools::WeakReference::WeakReference<reference_type>() tools::WeakReference::WeakReference<reference_type>()
@@ -2204,10 +2224,10 @@ include/tools/weakbase.h:151
struct tools::WeakConnection * tools::WeakBase::getWeakConnection() struct tools::WeakConnection * tools::WeakBase::getWeakConnection()
include/tools/XmlWriter.hxx:63 include/tools/XmlWriter.hxx:63
void tools::XmlWriter::element(const char *) void tools::XmlWriter::element(const char *)
include/ucbhelper/interceptedinteraction.hxx:87 include/ucbhelper/fd_inputstream.hxx:46
ucbhelper::InterceptedInteraction::InterceptedRequest::InterceptedRequest() ucbhelper::FdInputStream::FdInputStream(void *)
include/ucbhelper/interceptedinteraction.hxx:142 include/ucbhelper/proxydecider.hxx:101
ucbhelper::InterceptedInteraction::InterceptedInteraction() _Bool ucbhelper::InternetProxyDecider::shouldUseProxy(const rtl::OUString &,const rtl::OUString &,int) const
include/unotest/directories.hxx:46 include/unotest/directories.hxx:46
rtl::OUString test::Directories::getPathFromWorkdir(std::basic_string_view<char16_t>) const rtl::OUString test::Directories::getPathFromWorkdir(std::basic_string_view<char16_t>) const
include/unotools/charclass.hxx:101 include/unotools/charclass.hxx:101
@@ -2216,17 +2236,19 @@ include/unotools/localedatawrapper.hxx:243
const rtl::OUString & LocaleDataWrapper::getLongDateYearSep() const const rtl::OUString & LocaleDataWrapper::getLongDateYearSep() const
include/unotools/moduleoptions.hxx:165 include/unotools/moduleoptions.hxx:165
_Bool SvtModuleOptions::IsDataBase() const _Bool SvtModuleOptions::IsDataBase() const
include/unotools/resmgr.hxx:53 include/unotools/resmgr.hxx:57
TranslateNId::TranslateNId() TranslateNId::TranslateNId()
include/unotools/resmgr.hxx:58 include/unotools/resmgr.hxx:62
_Bool TranslateNId::operator bool() const _Bool TranslateNId::operator bool() const
include/unotools/resmgr.hxx:61 include/unotools/resmgr.hxx:65
_Bool TranslateNId::operator!=(const struct TranslateNId &) const _Bool TranslateNId::operator!=(const struct TranslateNId &) const
include/unotools/securityoptions.hxx:57 include/unotools/securityoptions.hxx:61
_Bool SvtSecurityOptions::Certificate::operator==(const struct SvtSecurityOptions::Certificate &) const _Bool SvtSecurityOptions::Certificate::operator==(const struct SvtSecurityOptions::Certificate &) const
include/unotools/securityoptions.hxx:150
_Bool SvtSecurityOptions::IsInfobarSecurityWarningEnable()
include/unotools/textsearch.hxx:121 include/unotools/textsearch.hxx:121
basic_ostream<type-parameter-?-?, type-parameter-?-?> & utl::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const enum utl::SearchParam::SearchType &) basic_ostream<type-parameter-?-?, type-parameter-?-?> & utl::operator<<(basic_ostream<type-parameter-?-?, type-parameter-?-?> &,const enum utl::SearchParam::SearchType &)
include/unotools/weakref.hxx:73 include/unotools/weakref.hxx:72
unotools::WeakReference::WeakReference<interface_type>(type-parameter-?-? &) unotools::WeakReference::WeakReference<interface_type>(type-parameter-?-? &)
include/vcl/alpha.hxx:47 include/vcl/alpha.hxx:47
_Bool AlphaMask::operator!=(const AlphaMask &) const _Bool AlphaMask::operator!=(const AlphaMask &) const
@@ -2234,6 +2256,8 @@ include/vcl/animate/Animation.hxx:42
_Bool Animation::operator!=(const Animation &) const _Bool Animation::operator!=(const Animation &) const
include/vcl/animate/AnimationFrame.hxx:77 include/vcl/animate/AnimationFrame.hxx:77
_Bool AnimationFrame::operator!=(const struct AnimationFrame &) const _Bool AnimationFrame::operator!=(const struct AnimationFrame &) const
include/vcl/bitmap.hxx:250
_Bool Bitmap::CombineOr(const Bitmap &)
include/vcl/bitmap.hxx:575 include/vcl/bitmap.hxx:575
const basegfx::SystemDependentDataHolder * Bitmap::accessSystemDependentDataHolder() const const basegfx::SystemDependentDataHolder * Bitmap::accessSystemDependentDataHolder() const
include/vcl/BitmapBasicMorphologyFilter.hxx:63 include/vcl/BitmapBasicMorphologyFilter.hxx:63
@@ -2346,35 +2370,35 @@ include/vcl/opengl/OpenGLHelper.hxx:70
void OpenGLHelper::renderToFile(long,long,const rtl::OUString &) void OpenGLHelper::renderToFile(long,long,const rtl::OUString &)
include/vcl/opengl/OpenGLHelper.hxx:103 include/vcl/opengl/OpenGLHelper.hxx:103
void OpenGLHelper::debugMsgStreamWarn(const std::basic_ostringstream<char> &) void OpenGLHelper::debugMsgStreamWarn(const std::basic_ostringstream<char> &)
include/vcl/outdev.hxx:1531 include/vcl/outdev.hxx:1516
void OutputDevice::DrawMask(const Point &,const Size &,const Point &,const Size &,const Bitmap &,const Color &) void OutputDevice::DrawMask(const Point &,const Size &,const Point &,const Size &,const Bitmap &,const Color &)
include/vcl/outdev.hxx:1621 include/vcl/outdev.hxx:1606
basegfx::B2DPolyPolygon OutputDevice::LogicToPixel(const basegfx::B2DPolyPolygon &,const MapMode &) const basegfx::B2DPolyPolygon OutputDevice::LogicToPixel(const basegfx::B2DPolyPolygon &,const MapMode &) const
include/vcl/outdev.hxx:1639 include/vcl/outdev.hxx:1624
basegfx::B2DPolyPolygon OutputDevice::PixelToLogic(const basegfx::B2DPolyPolygon &,const MapMode &) const basegfx::B2DPolyPolygon OutputDevice::PixelToLogic(const basegfx::B2DPolyPolygon &,const MapMode &) const
include/vcl/pdfextoutdevdata.hxx:115 include/vcl/pdfextoutdevdata.hxx:115
_Bool vcl::PDFExtOutDevData::GetIsExportNotesInMargin() const _Bool vcl::PDFExtOutDevData::GetIsExportNotesInMargin() const
include/vcl/salnativewidgets.hxx:408
_Bool TabitemValue::isBothAligned() const
include/vcl/salnativewidgets.hxx:409 include/vcl/salnativewidgets.hxx:409
_Bool TabitemValue::isBothAligned() const
include/vcl/salnativewidgets.hxx:410
_Bool TabitemValue::isNotAligned() const _Bool TabitemValue::isNotAligned() const
include/vcl/settings.hxx:430 include/vcl/settings.hxx:432
const Color & StyleSettings::GetAlternatingRowColor() const const Color & StyleSettings::GetAlternatingRowColor() const
include/vcl/settings.hxx:441 include/vcl/settings.hxx:443
void StyleSettings::SetUseFlatBorders(_Bool) void StyleSettings::SetUseFlatBorders(_Bool)
include/vcl/settings.hxx:444 include/vcl/settings.hxx:446
void StyleSettings::SetUseFlatMenus(_Bool) void StyleSettings::SetUseFlatMenus(_Bool)
include/vcl/settings.hxx:456 include/vcl/settings.hxx:458
void StyleSettings::SetHideDisabledMenuItems(_Bool) void StyleSettings::SetHideDisabledMenuItems(_Bool)
include/vcl/settings.hxx:521 include/vcl/settings.hxx:523
void StyleSettings::SetSpinSize(int) void StyleSettings::SetSpinSize(int)
include/vcl/settings.hxx:554 include/vcl/settings.hxx:556
Size StyleSettings::GetToolbarIconSizePixel() const Size StyleSettings::GetToolbarIconSizePixel() const
include/vcl/settings.hxx:653 include/vcl/settings.hxx:655
int MiscSettings::GetDarkMode() int MiscSettings::GetDarkMode()
include/vcl/settings.hxx:678 include/vcl/settings.hxx:680
_Bool HelpSettings::operator!=(const HelpSettings &) const _Bool HelpSettings::operator!=(const HelpSettings &) const
include/vcl/settings.hxx:739 include/vcl/settings.hxx:741
_Bool AllSettings::operator!=(const AllSettings &) const _Bool AllSettings::operator!=(const AllSettings &) const
include/vcl/split.hxx:92 include/vcl/split.hxx:92
void Splitter::SetHorizontal(_Bool) void Splitter::SetHorizontal(_Bool)
@@ -2454,23 +2478,23 @@ include/vcl/weld.hxx:1631
void weld::MenuButton::append_item(const rtl::OUString &,const rtl::OUString &,VirtualDevice &) void weld::MenuButton::append_item(const rtl::OUString &,const rtl::OUString &,VirtualDevice &)
include/vcl/weld.hxx:1713 include/vcl/weld.hxx:1713
rtl::OUString weld::ProgressBar::get_text() const rtl::OUString weld::ProgressBar::get_text() const
include/vcl/weld.hxx:1927 include/vcl/weld.hxx:1935
void weld::EntryTreeView::EntryModifyHdl(const weld::Entry &) void weld::EntryTreeView::EntryModifyHdl(const weld::Entry &)
include/vcl/weld.hxx:2160 include/vcl/weld.hxx:2168
Size weld::MetricSpinButton::get_size_request() const Size weld::MetricSpinButton::get_size_request() const
include/vcl/weld.hxx:2172 include/vcl/weld.hxx:2180
void weld::MetricSpinButton::set_position(int) void weld::MetricSpinButton::set_position(int)
include/vcl/weld.hxx:2276 include/vcl/weld.hxx:2284
int weld::TextView::vadjustment_get_lower() const int weld::TextView::vadjustment_get_lower() const
include/vcl/weld.hxx:2505 include/vcl/weld.hxx:2513
rtl::OUString weld::Toolbar::get_item_label(const rtl::OUString &) const rtl::OUString weld::Toolbar::get_item_label(const rtl::OUString &) const
include/vcl/weld.hxx:2553 include/vcl/weld.hxx:2561
void weld::Scrollbar::adjustment_configure(int,int,int,int,int,int) void weld::Scrollbar::adjustment_configure(int,int,int,int,int,int)
include/vcl/weld.hxx:2569 include/vcl/weld.hxx:2577
int weld::Scrollbar::get_scroll_thickness() const int weld::Scrollbar::get_scroll_thickness() const
include/vcl/weld.hxx:2598 include/vcl/weld.hxx:2606
std::unique_ptr<weld::MenuToggleButton> weld::Builder::weld_menu_toggle_button(const rtl::OUString &) std::unique_ptr<weld::MenuToggleButton> weld::Builder::weld_menu_toggle_button(const rtl::OUString &)
include/vcl/weld.hxx:2710 include/vcl/weld.hxx:2719
rtl::OUString weld::MessageDialogController::get_secondary_text() const rtl::OUString weld::MessageDialogController::get_secondary_text() const
include/vcl/weldutils.hxx:198 include/vcl/weldutils.hxx:198
const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> & weld::WidgetStatusListener::getFrame() const const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> & weld::WidgetStatusListener::getFrame() const
@@ -2552,7 +2576,7 @@ sc/inc/appluno.hxx:40
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScRecentFunctionsObj_CreateInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &) com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScRecentFunctionsObj_CreateInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &)
sc/inc/appluno.hxx:43 sc/inc/appluno.hxx:43
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScFunctionListObj_CreateInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &) com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScFunctionListObj_CreateInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &)
sc/inc/arraysumfunctor.hxx:39 sc/inc/arraysumfunctor.hxx:22
KahanSum sc::op::executeUnrolled(unsigned long &,unsigned long,const double *) KahanSum sc::op::executeUnrolled(unsigned long &,unsigned long,const double *)
sc/inc/bigrange.hxx:70 sc/inc/bigrange.hxx:70
_Bool ScBigAddress::operator!=(const ScBigAddress &) const _Bool ScBigAddress::operator!=(const ScBigAddress &) const
@@ -2568,7 +2592,7 @@ sc/inc/datamapper.hxx:78
void sc::ExternalDataSource::setURL(const rtl::OUString &) void sc::ExternalDataSource::setURL(const rtl::OUString &)
sc/inc/datamapper.hxx:79 sc/inc/datamapper.hxx:79
void sc::ExternalDataSource::setProvider(const rtl::OUString &) void sc::ExternalDataSource::setProvider(const rtl::OUString &)
sc/inc/document.hxx:896 sc/inc/document.hxx:900
rtl::OUString ScDocument::MaxRowAsString() const rtl::OUString ScDocument::MaxRowAsString() const
sc/inc/dpfilteredcache.hxx:148 sc/inc/dpfilteredcache.hxx:148
void ScDPFilteredCache::dump() const void ScDPFilteredCache::dump() const
@@ -2576,19 +2600,17 @@ sc/inc/formulacell.hxx:513
void ScFormulaCell::Dump() const void ScFormulaCell::Dump() const
sc/inc/funcuno.hxx:35 sc/inc/funcuno.hxx:35
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScFunctionAccess_CreateInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &) com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScFunctionAccess_CreateInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &)
sc/inc/kahan.hxx:102 sc/inc/kahan.hxx:222
KahanSum KahanSum::operator-() const
sc/inc/kahan.hxx:197
_Bool KahanSum::operator<(const KahanSum &) const _Bool KahanSum::operator<(const KahanSum &) const
sc/inc/kahan.hxx:201 sc/inc/kahan.hxx:226
_Bool KahanSum::operator>(const KahanSum &) const _Bool KahanSum::operator>(const KahanSum &) const
sc/inc/kahan.hxx:203 sc/inc/kahan.hxx:228
_Bool KahanSum::operator>(double) const _Bool KahanSum::operator>(double) const
sc/inc/kahan.hxx:205 sc/inc/kahan.hxx:230
_Bool KahanSum::operator<=(const KahanSum &) const _Bool KahanSum::operator<=(const KahanSum &) const
sc/inc/kahan.hxx:207 sc/inc/kahan.hxx:232
_Bool KahanSum::operator<=(double) const _Bool KahanSum::operator<=(double) const
sc/inc/kahan.hxx:209 sc/inc/kahan.hxx:234
_Bool KahanSum::operator>=(const KahanSum &) const _Bool KahanSum::operator>=(const KahanSum &) const
sc/inc/miscuno.hxx:170 sc/inc/miscuno.hxx:170
void ScUnoHelpFunctions::SetOptionalPropertyValue(const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> &,const char *,const type-parameter-?-? &) void ScUnoHelpFunctions::SetOptionalPropertyValue(const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> &,const char *,const type-parameter-?-? &)
@@ -2674,10 +2696,8 @@ sc/inc/stlalgorithm.hxx:61
_Bool sc::AlignedAllocator::operator!=(const AlignedAllocator<T, Alignment> &) const _Bool sc::AlignedAllocator::operator!=(const AlignedAllocator<T, Alignment> &) const
sc/inc/table.hxx:352 sc/inc/table.hxx:352
_Bool ScTable::IsColRowTabValid(const short,const int,const short) const _Bool ScTable::IsColRowTabValid(const short,const int,const short) const
sc/inc/table.hxx:756 sc/inc/table.hxx:759
const type-parameter-?-? * ScTable::GetAttr(short,int,TypedWhichId<type-parameter-?-?>,int &,int &) const const type-parameter-?-? * ScTable::GetAttr(short,int,TypedWhichId<type-parameter-?-?>,int &,int &) const
sc/inc/tablink.hxx:89
rtl::OUString ScDocumentLoader::GetTitle() const
sc/qa/unit/helper/qahelper.hxx:77 sc/qa/unit/helper/qahelper.hxx:77
std::basic_ostream<char> & operator<<(std::basic_ostream<char> &,const enum OpCode &) std::basic_ostream<char> & operator<<(std::basic_ostream<char> &,const enum OpCode &)
sc/qa/unit/helper/qahelper.hxx:83 sc/qa/unit/helper/qahelper.hxx:83
@@ -2716,7 +2736,7 @@ sc/source/filter/inc/richstring.hxx:244
_Bool oox::xls::RichString::isPreserveSpace() const _Bool oox::xls::RichString::isPreserveSpace() const
sc/source/filter/inc/tokstack.hxx:213 sc/source/filter/inc/tokstack.hxx:213
_Bool TokenPool::GrowTripel(unsigned short) _Bool TokenPool::GrowTripel(unsigned short)
sc/source/filter/inc/xcl97rec.hxx:70 sc/source/filter/inc/xcl97rec.hxx:71
unsigned long XclExpObjList::size() const unsigned long XclExpObjList::size() const
sc/source/filter/inc/xeextlst.hxx:198 sc/source/filter/inc/xeextlst.hxx:198
void XclExtLst::AddRecord(const rtl::Reference<XclExpExt> &) void XclExtLst::AddRecord(const rtl::Reference<XclExpExt> &)
@@ -2784,11 +2804,11 @@ sc/source/ui/inc/SparklineDataRangeDialog.hxx:54
_Bool sc::SparklineDataRangeDialog::checkValidInputOutput() _Bool sc::SparklineDataRangeDialog::checkValidInputOutput()
sc/source/ui/inc/TableFillingAndNavigationTools.hxx:120 sc/source/ui/inc/TableFillingAndNavigationTools.hxx:120
unsigned long DataRangeIterator::size() unsigned long DataRangeIterator::size()
sc/source/ui/inc/viewdata.hxx:407
long ScViewData::GetLOKDocWidthPixel() const
sc/source/ui/inc/viewdata.hxx:408 sc/source/ui/inc/viewdata.hxx:408
long ScViewData::GetLOKDocWidthPixel() const
sc/source/ui/inc/viewdata.hxx:409
long ScViewData::GetLOKDocHeightPixel() const long ScViewData::GetLOKDocHeightPixel() const
sc/source/ui/inc/viewdata.hxx:557 sc/source/ui/inc/viewdata.hxx:558
_Bool ScViewData::IsGridMode() const _Bool ScViewData::IsGridMode() const
scaddins/source/analysis/analysishelper.hxx:797 scaddins/source/analysis/analysishelper.hxx:797
_Bool sca::analysis::ScaDate::operator>=(const sca::analysis::ScaDate &) const _Bool sca::analysis::ScaDate::operator>=(const sca::analysis::ScaDate &) const
@@ -2814,6 +2834,14 @@ sd/source/ui/inc/GraphicViewShell.hxx:43
void sd::GraphicViewShell::RegisterFactory(struct o3tl::strong_int<unsigned short, struct SfxInterfaceIdTag>) void sd::GraphicViewShell::RegisterFactory(struct o3tl::strong_int<unsigned short, struct SfxInterfaceIdTag>)
sd/source/ui/inc/optsitem.hxx:178 sd/source/ui/inc/optsitem.hxx:178
_Bool SdOptionsContents::operator==(const SdOptionsContents &) const _Bool SdOptionsContents::operator==(const SdOptionsContents &) const
sd/source/ui/inc/optsitem.hxx:250
_Bool SdOptionsMisc::IsEnableSdremote() const
sd/source/ui/inc/optsitem.hxx:251
_Bool SdOptionsMisc::IsPresenterScreenFullScreen() const
sd/source/ui/inc/optsitem.hxx:293
void SdOptionsMisc::SetEnableSdremote(_Bool)
sd/source/ui/inc/optsitem.hxx:294
void SdOptionsMisc::SetPresenterScreenFullScreen(_Bool)
sd/source/ui/inc/OutlineViewShell.hxx:40 sd/source/ui/inc/OutlineViewShell.hxx:40
SfxViewFactory * sd::OutlineViewShell::Factory() SfxViewFactory * sd::OutlineViewShell::Factory()
sd/source/ui/inc/OutlineViewShell.hxx:40 sd/source/ui/inc/OutlineViewShell.hxx:40
@@ -2969,9 +2997,9 @@ starmath/inc/mathml/import.hxx:53
starmath/inc/mathml/import.hxx:57 starmath/inc/mathml/import.hxx:57
ErrCode SmMLImportWrapper::Import(std::basic_string_view<char16_t>) ErrCode SmMLImportWrapper::Import(std::basic_string_view<char16_t>)
starmath/inc/mathml/import.hxx:141 starmath/inc/mathml/import.hxx:141
void SmMLImport::SetSmSyntaxVersion(unsigned short) void SmMLImport::SetSmSyntaxVersion(short)
starmath/inc/mathml/import.hxx:145 starmath/inc/mathml/import.hxx:145
unsigned short SmMLImport::GetSmSyntaxVersion() const short SmMLImport::GetSmSyntaxVersion() const
starmath/inc/mathml/iterator.hxx:22 starmath/inc/mathml/iterator.hxx:22
void mathml::SmMlIteratorBottomToTop(SmMlElement *,type-parameter-?-?,void *) void mathml::SmMlIteratorBottomToTop(SmMlElement *,type-parameter-?-?,void *)
starmath/inc/mathml/iterator.hxx:121 starmath/inc/mathml/iterator.hxx:121
@@ -2979,7 +3007,7 @@ starmath/inc/mathml/iterator.hxx:121
starmath/inc/mathml/mathmlexport.hxx:62 starmath/inc/mathml/mathmlexport.hxx:62
_Bool SmXMLExportWrapper::IsUseHTMLMLEntities() const _Bool SmXMLExportWrapper::IsUseHTMLMLEntities() const
starmath/inc/mathml/mathmlimport.hxx:109 starmath/inc/mathml/mathmlimport.hxx:109
unsigned short SmXMLImport::GetSmSyntaxVersion() const short SmXMLImport::GetSmSyntaxVersion() const
starmath/inc/mathml/mathmlMo.hxx:83 starmath/inc/mathml/mathmlMo.hxx:83
enum moOpDF operator|(enum moOpDF,enum moOpDF) enum moOpDF operator|(enum moOpDF,enum moOpDF)
starmath/inc/mathml/mathmlMo.hxx:88 starmath/inc/mathml/mathmlMo.hxx:88
@@ -3036,7 +3064,9 @@ svl/source/misc/gridprinter.cxx:42
void rtl::mdds_mtv_set_values(mdds::mtv::base_element_block &,unsigned long,const rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &) void rtl::mdds_mtv_set_values(mdds::mtv::base_element_block &,unsigned long,const rtl::OUString &,const type-parameter-?-? &,const type-parameter-?-? &)
svx/inc/sdr/contact/viewcontactofgraphic.hxx:52 svx/inc/sdr/contact/viewcontactofgraphic.hxx:52
SdrGrafObj & sdr::contact::ViewContactOfGraphic::GetGrafObject() SdrGrafObj & sdr::contact::ViewContactOfGraphic::GetGrafObject()
sw/inc/calbck.hxx:305 svx/source/inc/findtextfield.hxx:50
void FindTextFieldControl::set_entry_message_type(enum weld::EntryMessageType)
sw/inc/calbck.hxx:304
sw::WriterListener * sw::ClientIteratorBase::GetLeftOfPos() sw::WriterListener * sw::ClientIteratorBase::GetLeftOfPos()
sw/inc/contentindex.hxx:68 sw/inc/contentindex.hxx:68
int SwContentIndex::operator--(int) int SwContentIndex::operator--(int)
@@ -3108,7 +3138,7 @@ sw/inc/docary.hxx:144
void SwVectorModifyBase::dumpAsXml(struct _xmlTextWriter *) void SwVectorModifyBase::dumpAsXml(struct _xmlTextWriter *)
sw/inc/docufld.hxx:518 sw/inc/docufld.hxx:518
void SwPostItField::ToggleResolved() void SwPostItField::ToggleResolved()
sw/inc/editsh.hxx:372 sw/inc/editsh.hxx:376
void SwEditShell::ValidateCurrentParagraphSignatures(_Bool) void SwEditShell::ValidateCurrentParagraphSignatures(_Bool)
sw/inc/extinput.hxx:47 sw/inc/extinput.hxx:47
SwExtTextInput * SwExtTextInput::GetPrev() SwExtTextInput * SwExtTextInput::GetPrev()
@@ -3180,6 +3210,8 @@ sw/inc/rdfhelper.hxx:94
void SwRDFHelper::removeTextNodeStatement(const rtl::OUString &,SwTextNode &,const rtl::OUString &,const rtl::OUString &) void SwRDFHelper::removeTextNodeStatement(const rtl::OUString &,SwTextNode &,const rtl::OUString &,const rtl::OUString &)
sw/inc/rdfhelper.hxx:97 sw/inc/rdfhelper.hxx:97
void SwRDFHelper::updateTextNodeStatement(const rtl::OUString &,const rtl::OUString &,SwTextNode &,const rtl::OUString &,const rtl::OUString &,const rtl::OUString &) void SwRDFHelper::updateTextNodeStatement(const rtl::OUString &,const rtl::OUString &,SwTextNode &,const rtl::OUString &,const rtl::OUString &,const rtl::OUString &)
sw/inc/reffld.hxx:166
void SwGetRefField::SetText(rtl::OUString,SwRootFrame *)
sw/inc/ring.hxx:203 sw/inc/ring.hxx:203
sw::RingIterator::RingIterator<value_type>() sw::RingIterator::RingIterator<value_type>()
sw/inc/shellio.hxx:89 sw/inc/shellio.hxx:89
@@ -3204,9 +3236,9 @@ sw/inc/swrect.hxx:152
_Bool SwRect::OverStepTop(long) const _Bool SwRect::OverStepTop(long) const
sw/inc/textboxhelper.hxx:256 sw/inc/textboxhelper.hxx:256
_Bool SwTextBoxNode::IsGroupTextBox() const _Bool SwTextBoxNode::IsGroupTextBox() const
sw/inc/view.hxx:476 sw/inc/view.hxx:479
void SwView::LinkStubMoveNavigationHdl(void *,void *) void SwView::LinkStubMoveNavigationHdl(void *,void *)
sw/inc/viewopt.hxx:311 sw/inc/viewopt.hxx:314
const struct SwViewColors & SwViewOption::GetColorConfig() const const struct SwViewColors & SwViewOption::GetColorConfig() const
sw/inc/viscrs.hxx:227 sw/inc/viscrs.hxx:227
SwShellTableCursor * SwShellTableCursor::GetNext() SwShellTableCursor * SwShellTableCursor::GetNext()
@@ -3216,19 +3248,13 @@ sw/inc/viscrs.hxx:229
SwShellTableCursor * SwShellTableCursor::GetPrev() SwShellTableCursor * SwShellTableCursor::GetPrev()
sw/inc/viscrs.hxx:230 sw/inc/viscrs.hxx:230
const SwShellTableCursor * SwShellTableCursor::GetPrev() const const SwShellTableCursor * SwShellTableCursor::GetPrev() const
sw/qa/core/unocore/unocore.cxx:987
int main()
sw/qa/inc/swmodeltestbase.hxx:239 sw/qa/inc/swmodeltestbase.hxx:239
com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> SwModelTestBase::getParagraphAnchoredObject(const int,const com::sun::star::uno::Reference<com::sun::star::text::XTextRange> &) const com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> SwModelTestBase::getParagraphAnchoredObject(const int,const com::sun::star::uno::Reference<com::sun::star::text::XTextRange> &) const
sw/source/core/access/accportions.cxx:55 sw/source/core/access/accportions.cxx:55
unsigned long FindBreak(const vector<type-parameter-?-?, allocator<type-parameter-?-?> > &,type-parameter-?-?) unsigned long FindBreak(const vector<type-parameter-?-?, allocator<type-parameter-?-?> > &,type-parameter-?-?)
sw/source/core/access/accportions.cxx:59 sw/source/core/access/accportions.cxx:59
unsigned long FindLastBreak(const vector<type-parameter-?-?, allocator<type-parameter-?-?> > &,type-parameter-?-?) unsigned long FindLastBreak(const vector<type-parameter-?-?, allocator<type-parameter-?-?> > &,type-parameter-?-?)
sw/source/core/inc/AccessibilityIssue.hxx:63 sw/source/core/inc/AccessibilityIssue.hxx:80
const std::vector<rtl::OUString> & sw::AccessibilityIssue::getAdditionalInfo() const
sw/source/core/inc/AccessibilityIssue.hxx:65
void sw::AccessibilityIssue::setAdditionalInfo(std::vector<rtl::OUString> &&)
sw/source/core/inc/AccessibilityIssue.hxx:79
SwTextFootnote * sw::AccessibilityIssue::getTextFootnote() SwTextFootnote * sw::AccessibilityIssue::getTextFootnote()
sw/source/core/inc/frame.hxx:944 sw/source/core/inc/frame.hxx:944
void SwFrame::dumpTopMostAsXml(struct _xmlTextWriter *) const void SwFrame::dumpTopMostAsXml(struct _xmlTextWriter *) const
@@ -3248,8 +3274,6 @@ sw/source/core/text/txtpaint.hxx:79
DbgRect::DbgRect(OutputDevice *,const tools::Rectangle &,const _Bool,Color) DbgRect::DbgRect(OutputDevice *,const tools::Rectangle &,const _Bool,Color)
sw/source/filter/ww8/ww8par.hxx:1043 sw/source/filter/ww8/ww8par.hxx:1043
WW8PostProcessAttrsInfo::WW8PostProcessAttrsInfo(int,int,SwPaM &) WW8PostProcessAttrsInfo::WW8PostProcessAttrsInfo(int,int,SwPaM &)
sw/source/uibase/inc/conttree.hxx:193
std::unique_ptr<weld::TreeIter> SwContentTree::GetEntryAtAbsPos(unsigned long) const
sw/source/uibase/inc/swcont.hxx:89 sw/source/uibase/inc/swcont.hxx:89
_Bool SwContent::operator==(const SwContent &) const _Bool SwContent::operator==(const SwContent &) const
sw/source/uibase/inc/unomod.hxx:36 sw/source/uibase/inc/unomod.hxx:36
@@ -3262,8 +3286,6 @@ ucb/source/inc/regexpmap.hxx:285
RegexpMapConstIter<type-parameter-?-?> ucb_impl::RegexpMap::begin() const RegexpMapConstIter<type-parameter-?-?> ucb_impl::RegexpMap::begin() const
ucb/source/inc/regexpmap.hxx:289 ucb/source/inc/regexpmap.hxx:289
RegexpMapConstIter<type-parameter-?-?> ucb_impl::RegexpMap::end() const RegexpMapConstIter<type-parameter-?-?> ucb_impl::RegexpMap::end() const
ucb/source/ucp/ftp/ftpurl.hxx:108
rtl::OUString ftp::FTPURL::child() const
ucb/source/ucp/gio/gio_mount.cxx:37 ucb/source/ucp/gio/gio_mount.cxx:37
void * ooo_mount_operation_get_instance_private(struct OOoMountOperation *) void * ooo_mount_operation_get_instance_private(struct OOoMountOperation *)
unoxml/inc/node.hxx:116 unoxml/inc/node.hxx:116
@@ -3278,7 +3300,7 @@ vcl/inc/ControlCacheKey.hxx:43
_Bool ControlCacheKey::operator==(const ControlCacheKey &) const _Bool ControlCacheKey::operator==(const ControlCacheKey &) const
vcl/inc/ControlCacheKey.hxx:50 vcl/inc/ControlCacheKey.hxx:50
_Bool ControlCacheKey::canCacheControl() const _Bool ControlCacheKey::canCacheControl() const
vcl/inc/ControlCacheKey.hxx:81 vcl/inc/ControlCacheKey.hxx:82
unsigned long ControlCacheHashFunction::operator()(const ControlCacheKey &) const unsigned long ControlCacheHashFunction::operator()(const ControlCacheKey &) const
vcl/inc/dndhelper.hxx:35 vcl/inc/dndhelper.hxx:35
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> vcl::OleDnDHelper(const com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> &,long,enum vcl::DragOrDrop) com::sun::star::uno::Reference<com::sun::star::uno::XInterface> vcl::OleDnDHelper(const com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> &,long,enum vcl::DragOrDrop)
@@ -3300,7 +3322,7 @@ vcl/inc/ImplLayoutArgs.hxx:75
std::basic_ostream<char> & operator<<(std::basic_ostream<char> &,const vcl::text::ImplLayoutArgs &) std::basic_ostream<char> & operator<<(std::basic_ostream<char> &,const vcl::text::ImplLayoutArgs &)
vcl/inc/jsdialog/jsdialogbuilder.hxx:208 vcl/inc/jsdialog/jsdialogbuilder.hxx:208
void JSDropTarget::fire_dragEnter(const struct com::sun::star::datatransfer::dnd::DropTargetDragEnterEvent &) void JSDropTarget::fire_dragEnter(const struct com::sun::star::datatransfer::dnd::DropTargetDragEnterEvent &)
vcl/inc/jsdialog/jsdialogbuilder.hxx:664 vcl/inc/jsdialog/jsdialogbuilder.hxx:665
void JSFormattedSpinButton::set_text_without_notify(const rtl::OUString &) void JSFormattedSpinButton::set_text_without_notify(const rtl::OUString &)
vcl/inc/opengl/zone.hxx:25 vcl/inc/opengl/zone.hxx:25
void OpenGLZone::relaxWatchdogTimings() void OpenGLZone::relaxWatchdogTimings()
@@ -3310,9 +3332,9 @@ vcl/inc/qt5/QtDragAndDrop.hxx:80
void QtDropTarget::deinitialize() void QtDropTarget::deinitialize()
vcl/inc/qt5/QtFontFace.hxx:41 vcl/inc/qt5/QtFontFace.hxx:41
QtFontFace * QtFontFace::fromQFont(const QFont &) QtFontFace * QtFontFace::fromQFont(const QFont &)
vcl/inc/qt5/QtFrame.hxx:163 vcl/inc/qt5/QtFrame.hxx:161
void QtFrame::deregisterDragSource(const QtDragSource *) void QtFrame::deregisterDragSource(const QtDragSource *)
vcl/inc/qt5/QtFrame.hxx:165 vcl/inc/qt5/QtFrame.hxx:163
void QtFrame::deregisterDropTarget(const QtDropTarget *) void QtFrame::deregisterDropTarget(const QtDropTarget *)
vcl/inc/qt5/QtGraphics.hxx:181 vcl/inc/qt5/QtGraphics.hxx:181
void QtGraphics::drawScaledImage(const struct SalTwoRect &,const QImage &) void QtGraphics::drawScaledImage(const struct SalTwoRect &,const QImage &)
@@ -3322,10 +3344,6 @@ vcl/inc/qt5/QtObject.hxx:48
QWidget * QtObject::widget() const QWidget * QtObject::widget() const
vcl/inc/qt5/QtPainter.hxx:61 vcl/inc/qt5/QtPainter.hxx:61
void QtPainter::update() void QtPainter::update()
vcl/inc/qt5/QtX11Support.hxx:23
void QtX11Support::fetchAtoms()
vcl/inc/qt5/QtX11Support.hxx:26
_Bool QtX11Support::fixICCCMwindowGroup(unsigned int)
vcl/inc/regionband.hxx:27 vcl/inc/regionband.hxx:27
const char * ImplDbgTestRegionBand(const void *) const char * ImplDbgTestRegionBand(const void *)
vcl/inc/salframe.hxx:159 vcl/inc/salframe.hxx:159
@@ -3454,11 +3472,11 @@ writerfilter/source/dmapper/TablePositionHandler.hxx:49
const rtl::OUString & writerfilter::dmapper::TablePositionHandler::getHorzAnchor() const const rtl::OUString & writerfilter::dmapper::TablePositionHandler::getHorzAnchor() const
writerfilter/source/dmapper/TablePositionHandler.hxx:50 writerfilter/source/dmapper/TablePositionHandler.hxx:50
const rtl::OUString & writerfilter::dmapper::TablePositionHandler::getXSpec() const const rtl::OUString & writerfilter::dmapper::TablePositionHandler::getXSpec() const
writerfilter/source/ooxml/OOXMLPropertySet.hxx:183 writerfilter/source/ooxml/OOXMLPropertySet.hxx:185
__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const tools::SvRef<writerfilter::ooxml::OOXMLProperty> *, std::__cxx1998::vector<tools::SvRef<writerfilter::ooxml::OOXMLProperty> > >, std::vector<tools::SvRef<writerfilter::ooxml::OOXMLProperty> > > writerfilter::ooxml::OOXMLPropertySet::begin() const __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const tools::SvRef<writerfilter::ooxml::OOXMLProperty> *, std::__cxx1998::vector<tools::SvRef<writerfilter::ooxml::OOXMLProperty> > >, std::vector<tools::SvRef<writerfilter::ooxml::OOXMLProperty> > > writerfilter::ooxml::OOXMLPropertySet::begin() const
writerfilter/source/ooxml/OOXMLPropertySet.hxx:184 writerfilter/source/ooxml/OOXMLPropertySet.hxx:186
__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const tools::SvRef<writerfilter::ooxml::OOXMLProperty> *, std::__cxx1998::vector<tools::SvRef<writerfilter::ooxml::OOXMLProperty> > >, std::vector<tools::SvRef<writerfilter::ooxml::OOXMLProperty> > > writerfilter::ooxml::OOXMLPropertySet::end() const __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<const tools::SvRef<writerfilter::ooxml::OOXMLProperty> *, std::__cxx1998::vector<tools::SvRef<writerfilter::ooxml::OOXMLProperty> > >, std::vector<tools::SvRef<writerfilter::ooxml::OOXMLProperty> > > writerfilter::ooxml::OOXMLPropertySet::end() const
writerfilter/source/ooxml/OOXMLPropertySet.hxx:187 writerfilter/source/ooxml/OOXMLPropertySet.hxx:189
std::basic_string<char> writerfilter::ooxml::OOXMLPropertySet::toString() std::basic_string<char> writerfilter::ooxml::OOXMLPropertySet::toString()
xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx:92 xmlsecurity/inc/framework/xmlsignaturetemplateimpl.hxx:92
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> XMLSignatureTemplateImpl::impl_createInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &) com::sun::star::uno::Reference<com::sun::star::uno::XInterface> XMLSignatureTemplateImpl::impl_createInstance(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> &)

View File

@@ -28,7 +28,7 @@ framework/source/fwe/classes/addonsoptions.cxx:281
_Bool framework::AddonsOptions_Impl::ReadToolBarItemSet(const rtl::OUString &,com::sun::star::uno::Sequence<com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &) _Bool framework::AddonsOptions_Impl::ReadToolBarItemSet(const rtl::OUString &,com::sun::star::uno::Sequence<com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &)
framework/source/fwe/classes/addonsoptions.cxx:283 framework/source/fwe/classes/addonsoptions.cxx:283
_Bool framework::AddonsOptions_Impl::ReadNotebookBarItemSet(const rtl::OUString &,com::sun::star::uno::Sequence<com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &) _Bool framework::AddonsOptions_Impl::ReadNotebookBarItemSet(const rtl::OUString &,com::sun::star::uno::Sequence<com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> > &)
i18nlangtag/source/languagetag/languagetag.cxx:302 i18nlangtag/source/languagetag/languagetag.cxx:303
const rtl::OUString & LanguageTagImpl::getBcp47() const const rtl::OUString & LanguageTagImpl::getBcp47() const
include/basegfx/range/b2dconnectedranges.hxx:214 include/basegfx/range/b2dconnectedranges.hxx:214
type-parameter-?-? basegfx::B2DConnectedRanges::forEachAggregate(type-parameter-?-?) const type-parameter-?-? basegfx::B2DConnectedRanges::forEachAggregate(type-parameter-?-?) const
@@ -40,9 +40,9 @@ include/basic/sbstar.hxx:63
_Bool StarBASIC::RTError(ErrCode,const rtl::OUString &,int,int,int) _Bool StarBASIC::RTError(ErrCode,const rtl::OUString &,int,int,int)
include/comphelper/backupfilehelper.hxx:205 include/comphelper/backupfilehelper.hxx:205
_Bool comphelper::BackupFileHelper::tryPush_extensionInfo(std::basic_string_view<char16_t>) _Bool comphelper::BackupFileHelper::tryPush_extensionInfo(std::basic_string_view<char16_t>)
include/editeng/editview.hxx:279 include/editeng/editview.hxx:280
ErrCode EditView::Read(SvStream &,enum EETextFormat,SvKeyValueIterator *) ErrCode EditView::Read(SvStream &,enum EETextFormat,SvKeyValueIterator *)
include/editeng/outliner.hxx:282 include/editeng/outliner.hxx:284
_Bool OutlinerView::Command(const CommandEvent &) _Bool OutlinerView::Command(const CommandEvent &)
include/oox/crypto/AgileEngine.hxx:121 include/oox/crypto/AgileEngine.hxx:121
_Bool oox::crypto::AgileEngine::decryptHmacKey() _Bool oox::crypto::AgileEngine::decryptHmacKey()
@@ -164,7 +164,7 @@ include/test/a11y/AccessibilityTools.hxx:261
rtl::OUString AccessibilityTools::debugName(com::sun::star::accessibility::XAccessibleAction *) rtl::OUString AccessibilityTools::debugName(com::sun::star::accessibility::XAccessibleAction *)
include/test/a11y/AccessibilityTools.hxx:262 include/test/a11y/AccessibilityTools.hxx:262
rtl::OUString AccessibilityTools::debugName(com::sun::star::accessibility::XAccessibleText *) rtl::OUString AccessibilityTools::debugName(com::sun::star::accessibility::XAccessibleText *)
include/test/a11y/eventposter.hxx:91 include/test/a11y/eventposter.hxx:90
_Bool test::EventPosterHelper::operator!() const _Bool test::EventPosterHelper::operator!() const
include/test/helper/shape.hxx:41 include/test/helper/shape.hxx:41
com::sun::star::uno::Reference<com::sun::star::drawing::XShape> apitest::helper::shape::createEllipse(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent> &,const int,const int,const int,const int) com::sun::star::uno::Reference<com::sun::star::drawing::XShape> apitest::helper::shape::createEllipse(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent> &,const int,const int,const int,const int)
@@ -172,10 +172,12 @@ include/test/sheet/xnamedrange.hxx:22
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> apitest::XNamedRange::init() com::sun::star::uno::Reference<com::sun::star::uno::XInterface> apitest::XNamedRange::init()
include/tools/config.hxx:38 include/tools/config.hxx:38
_Bool Config::ImplUpdateConfig() const _Bool Config::ImplUpdateConfig() const
include/tools/multisel.hxx:94 include/tools/multisel.hxx:93
_Bool StringRangeEnumerator::insertRange(int,int,_Bool) _Bool StringRangeEnumerator::insertRange(int,int,_Bool)
include/tools/urlobj.hxx:738 include/tools/urlobj.hxx:738
_Bool INetURLObject::SetParam(std::basic_string_view<char16_t>,enum INetURLObject::EncodeMechanism,unsigned short) _Bool INetURLObject::SetParam(std::basic_string_view<char16_t>,enum INetURLObject::EncodeMechanism,unsigned short)
include/unotools/lingucfg.hxx:193
_Bool SvtLinguConfig::GetElementNamesFor(const rtl::OUString &,com::sun::star::uno::Sequence<rtl::OUString> &) const
include/unotools/localedatawrapper.hxx:163 include/unotools/localedatawrapper.hxx:163
const com::sun::star::uno::Sequence<struct com::sun::star::lang::Locale> & LocaleDataWrapper::getAllInstalledLocaleNames() const const com::sun::star::uno::Sequence<struct com::sun::star::lang::Locale> & LocaleDataWrapper::getAllInstalledLocaleNames() const
include/vcl/BinaryDataContainer.hxx:61 include/vcl/BinaryDataContainer.hxx:61
@@ -278,7 +280,7 @@ sc/source/ui/vba/vbaformat.hxx:145
com::sun::star::uno::Any ScVbaFormat::getMergeCells() com::sun::star::uno::Any ScVbaFormat::getMergeCells()
sc/source/ui/vba/vbaformat.hxx:151 sc/source/ui/vba/vbaformat.hxx:151
com::sun::star::uno::Any ScVbaFormat::getReadingOrder() com::sun::star::uno::Any ScVbaFormat::getReadingOrder()
sd/source/filter/eppt/pptx-epptooxml.cxx:136 sd/source/filter/eppt/pptx-epptooxml.cxx:140
oox::drawingml::ShapeExport & oox::core::PowerPointShapeExport::WritePageShape(const com::sun::star::uno::Reference<com::sun::star::drawing::XShape> &,enum PageType,_Bool) oox::drawingml::ShapeExport & oox::core::PowerPointShapeExport::WritePageShape(const com::sun::star::uno::Reference<com::sun::star::drawing::XShape> &,enum PageType,_Bool)
sd/source/filter/html/htmlex.hxx:74 sd/source/filter/html/htmlex.hxx:74
_Bool HtmlExport::WriteHtml(const rtl::OUString &,_Bool,std::basic_string_view<char16_t>) _Bool HtmlExport::WriteHtml(const rtl::OUString &,_Bool,std::basic_string_view<char16_t>)
@@ -308,19 +310,21 @@ sw/inc/calc.hxx:125
SwSbxValue & SwSbxValue::MakeDouble() SwSbxValue & SwSbxValue::MakeDouble()
sw/inc/crsrsh.hxx:601 sw/inc/crsrsh.hxx:601
_Bool SwCursorShell::TrySelectOuterTable() _Bool SwCursorShell::TrySelectOuterTable()
sw/inc/docary.hxx:300 sw/inc/docary.hxx:308
_Bool SwExtraRedlineTable::DeleteAllTableRedlines(SwDoc &,const SwTable &,_Bool,enum RedlineType) _Bool SwExtraRedlineTable::DeleteAllTableRedlines(SwDoc &,const SwTable &,_Bool,enum RedlineType)
sw/inc/docary.hxx:301 sw/inc/docary.hxx:309
_Bool SwExtraRedlineTable::DeleteTableRowRedline(SwDoc *,const SwTableLine &,_Bool,enum RedlineType) _Bool SwExtraRedlineTable::DeleteTableRowRedline(SwDoc *,const SwTableLine &,_Bool,enum RedlineType)
sw/inc/docary.hxx:302 sw/inc/docary.hxx:310
_Bool SwExtraRedlineTable::DeleteTableCellRedline(SwDoc *,const SwTableBox &,_Bool,enum RedlineType) _Bool SwExtraRedlineTable::DeleteTableCellRedline(SwDoc *,const SwTableBox &,_Bool,enum RedlineType)
sw/inc/editsh.hxx:493 sw/inc/editsh.hxx:177
_Bool SwEditShell::ReplaceKeepComments(const rtl::OUString &)
sw/inc/editsh.hxx:497
_Bool SwEditShell::OutlineUpDown(short) _Bool SwEditShell::OutlineUpDown(short)
sw/inc/editsh.hxx:656 sw/inc/editsh.hxx:660
const GraphicAttr * SwEditShell::GetGraphicAttr(GraphicAttr &) const const GraphicAttr * SwEditShell::GetGraphicAttr(GraphicAttr &) const
sw/inc/editsh.hxx:669 sw/inc/editsh.hxx:673
_Bool SwEditShell::GetGrfSize(Size &) const _Bool SwEditShell::GetGrfSize(Size &) const
sw/inc/editsh.hxx:834 sw/inc/editsh.hxx:838
unsigned short SwEditShell::GetRefMarks(std::vector<rtl::OUString> *) const unsigned short SwEditShell::GetRefMarks(std::vector<rtl::OUString> *) const
sw/inc/IDocumentUndoRedo.hxx:99 sw/inc/IDocumentUndoRedo.hxx:99
_Bool IDocumentUndoRedo::Undo() _Bool IDocumentUndoRedo::Undo()
@@ -328,6 +332,8 @@ sw/inc/IDocumentUndoRedo.hxx:180
_Bool IDocumentUndoRedo::Repeat(sw::RepeatContext &,const unsigned short) _Bool IDocumentUndoRedo::Repeat(sw::RepeatContext &,const unsigned short)
sw/inc/node.hxx:438 sw/inc/node.hxx:438
_Bool SwContentNode::GoNext(struct SwPosition *,enum SwCursorSkipMode) const _Bool SwContentNode::GoNext(struct SwPosition *,enum SwCursorSkipMode) const
sw/inc/redline.hxx:267
_Bool SwRangeRedline::PopAllDataAfter(int)
sw/inc/tblafmt.hxx:271 sw/inc/tblafmt.hxx:271
_Bool SwTableAutoFormatTable::Load(SvStream &) _Bool SwTableAutoFormatTable::Load(SvStream &)
sw/source/core/inc/laycache.hxx:64 sw/source/core/inc/laycache.hxx:64
@@ -338,7 +344,7 @@ sw/source/filter/ww8/ww8toolbar.hxx:337
_Bool Tcg::ImportCustomToolBar(SfxObjectShell &) _Bool Tcg::ImportCustomToolBar(SfxObjectShell &)
sw/source/uibase/inc/drawbase.hxx:54 sw/source/uibase/inc/drawbase.hxx:54
_Bool SwDrawBase::MouseMove(const MouseEvent &) _Bool SwDrawBase::MouseMove(const MouseEvent &)
sw/source/uibase/inc/fldmgr.hxx:118 sw/source/uibase/inc/fldmgr.hxx:117
const com::sun::star::uno::Reference<com::sun::star::text::XNumberingTypeInfo> & SwFieldMgr::GetNumberingInfo() const const com::sun::star::uno::Reference<com::sun::star::text::XNumberingTypeInfo> & SwFieldMgr::GetNumberingInfo() const
sw/source/uibase/inc/mailmergewizard.hxx:78 sw/source/uibase/inc/mailmergewizard.hxx:78
_Bool SwMailMergeWizard::skipUntil(unsigned short) _Bool SwMailMergeWizard::skipUntil(unsigned short)
@@ -354,11 +360,11 @@ vcl/inc/font/FeatureCollector.hxx:44
_Bool vcl::font::FeatureCollector::collect() _Bool vcl::font::FeatureCollector::collect()
vcl/inc/impgraph.hxx:187 vcl/inc/impgraph.hxx:187
_Bool ImpGraphic::swapOutGraphic(SvStream &) _Bool ImpGraphic::swapOutGraphic(SvStream &)
vcl/inc/pdf/pdfwriter_impl.hxx:1338 vcl/inc/pdf/pdfwriter_impl.hxx:1331
_Bool vcl::PDFWriterImpl::setCurrentStructureElement(int) _Bool vcl::PDFWriterImpl::setCurrentStructureElement(int)
vcl/inc/pdf/pdfwriter_impl.hxx:1339 vcl/inc/pdf/pdfwriter_impl.hxx:1332
_Bool vcl::PDFWriterImpl::setStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue) _Bool vcl::PDFWriterImpl::setStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue)
vcl/inc/pdf/pdfwriter_impl.hxx:1340 vcl/inc/pdf/pdfwriter_impl.hxx:1333
_Bool vcl::PDFWriterImpl::setStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int) _Bool vcl::PDFWriterImpl::setStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int)
vcl/inc/ppdparser.hxx:199 vcl/inc/ppdparser.hxx:199
_Bool psp::PPDParser::getMargins(std::basic_string_view<char16_t>,int &,int &,int &,int &) const _Bool psp::PPDParser::getMargins(std::basic_string_view<char16_t>,int &,int &,int &,int &) const
@@ -382,10 +388,26 @@ vcl/inc/qt5/QtMainWindow.hxx:29
QString QtMainWindow::tr(const char *,const char *,int) QString QtMainWindow::tr(const char *,const char *,int)
vcl/inc/qt5/QtMainWindow.hxx:29 vcl/inc/qt5/QtMainWindow.hxx:29
QString QtMainWindow::trUtf8(const char *,const char *,int) QString QtMainWindow::trUtf8(const char *,const char *,int)
vcl/inc/qt5/QtMenu.hxx:42
QString QtMenu::tr(const char *,const char *,int)
vcl/inc/qt5/QtMenu.hxx:42
QString QtMenu::trUtf8(const char *,const char *,int)
vcl/inc/qt5/QtObject.hxx:35 vcl/inc/qt5/QtObject.hxx:35
QString QtObject::tr(const char *,const char *,int) QString QtObject::tr(const char *,const char *,int)
vcl/inc/qt5/QtObject.hxx:35 vcl/inc/qt5/QtObject.hxx:35
QString QtObject::trUtf8(const char *,const char *,int) QString QtObject::trUtf8(const char *,const char *,int)
vcl/inc/qt5/QtTimer.hxx:27
QString QtTimer::tr(const char *,const char *,int)
vcl/inc/qt5/QtTimer.hxx:27
QString QtTimer::trUtf8(const char *,const char *,int)
vcl/inc/qt5/QtWidget.hxx:37
QString QtWidget::tr(const char *,const char *,int)
vcl/inc/qt5/QtWidget.hxx:37
QString QtWidget::trUtf8(const char *,const char *,int)
vcl/inc/qt5/QtXAccessible.hxx:27
QString QtXAccessible::tr(const char *,const char *,int)
vcl/inc/qt5/QtXAccessible.hxx:27
QString QtXAccessible::trUtf8(const char *,const char *,int)
vcl/inc/salgdi.hxx:361 vcl/inc/salgdi.hxx:361
_Bool SalGraphics::UpdateSettings(AllSettings &) _Bool SalGraphics::UpdateSettings(AllSettings &)
vcl/inc/salgdi.hxx:363 vcl/inc/salgdi.hxx:363
@@ -396,8 +418,6 @@ vcl/inc/salinst.hxx:177
_Bool SalInstance::CallEventCallback(const void *,int) _Bool SalInstance::CallEventCallback(const void *,int)
vcl/inc/salprn.hxx:116 vcl/inc/salprn.hxx:116
_Bool SalPrinter::EndJob() _Bool SalPrinter::EndJob()
vcl/inc/salvtables.hxx:1773
_Bool SalInstanceTreeView::get_iter_abs_pos(weld::TreeIter &,int) const
vcl/inc/unx/gtk/gtkdata.hxx:336 vcl/inc/unx/gtk/gtkdata.hxx:336
int GtkSalDisplay::CaptureMouse(SalFrame *) int GtkSalDisplay::CaptureMouse(SalFrame *)
vcl/inc/unx/salframe.h:167 vcl/inc/unx/salframe.h:167
@@ -408,21 +428,5 @@ vcl/unx/kf5/KFFilePicker.hxx:29
QString KFFilePicker::tr(const char *,const char *,int) QString KFFilePicker::tr(const char *,const char *,int)
vcl/unx/kf5/KFFilePicker.hxx:29 vcl/unx/kf5/KFFilePicker.hxx:29
QString KFFilePicker::trUtf8(const char *,const char *,int) QString KFFilePicker::trUtf8(const char *,const char *,int)
workdir/../vcl/inc/qt5/QtMenu.hxx:42
QString QtMenu::tr(const char *,const char *,int)
workdir/../vcl/inc/qt5/QtMenu.hxx:42
QString QtMenu::trUtf8(const char *,const char *,int)
workdir/../vcl/inc/qt5/QtTimer.hxx:27
QString QtTimer::tr(const char *,const char *,int)
workdir/../vcl/inc/qt5/QtTimer.hxx:27
QString QtTimer::trUtf8(const char *,const char *,int)
workdir/../vcl/inc/qt5/QtWidget.hxx:37
QString QtWidget::tr(const char *,const char *,int)
workdir/../vcl/inc/qt5/QtWidget.hxx:37
QString QtWidget::trUtf8(const char *,const char *,int)
workdir/../vcl/inc/qt5/QtXAccessible.hxx:27
QString QtXAccessible::tr(const char *,const char *,int)
workdir/../vcl/inc/qt5/QtXAccessible.hxx:27
QString QtXAccessible::trUtf8(const char *,const char *,int)
writerfilter/source/dmapper/TagLogger.hxx:59 writerfilter/source/dmapper/TagLogger.hxx:59
typename enable_if<std::is_integral_v<T>, void>::type writerfilter::TagLogger::attribute(const std::basic_string<char> &,type-parameter-?-?) typename enable_if<std::is_integral_v<T>, void>::type writerfilter::TagLogger::attribute(const std::basic_string<char> &,type-parameter-?-?)

View File

@@ -747,8 +747,6 @@ public:
void SetColorChgd( ChangeType* pIn ) { pnColorListState = pIn; } void SetColorChgd( ChangeType* pIn ) { pnColorListState = pIn; }
void SetCtlPreviewOld( const SfxItemSet& rAttrs ) { m_aCtlPreviewOld.SetAttributes( rAttrs ); }
virtual void FillUserData() override; virtual void FillUserData() override;
}; };

View File

@@ -427,9 +427,6 @@ public:
inline bool SetPass(std::u16string_view rThePassword); inline bool SetPass(std::u16string_view rThePassword);
inline bool SetUserAndPass(std::u16string_view rTheUser,
std::u16string_view rThePassword);
// Host and Port: // Host and Port:
bool HasPort() const { return m_aPort.isPresent(); } bool HasPort() const { return m_aPort.isPresent(); }
@@ -1263,15 +1260,6 @@ inline bool INetURLObject::SetPass(std::u16string_view rThePassword)
setPassword(rThePassword, RTL_TEXTENCODING_UTF8); setPassword(rThePassword, RTL_TEXTENCODING_UTF8);
} }
inline bool INetURLObject::SetUserAndPass(std::u16string_view rTheUser,
std::u16string_view rThePassword)
{
return setUser(rTheUser, RTL_TEXTENCODING_UTF8)
&& (rThePassword.empty() ?
clearPassword() :
setPassword(rThePassword, RTL_TEXTENCODING_UTF8));
}
inline bool INetURLObject::SetParam(std::u16string_view rTheQuery, inline bool INetURLObject::SetParam(std::u16string_view rTheQuery,
EncodeMechanism eMechanism, EncodeMechanism eMechanism,
rtl_TextEncoding eCharset) rtl_TextEncoding eCharset)

View File

@@ -1,91 +0,0 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_UCBHELPER_FD_INPUTSTREAM_HXX
#define INCLUDED_UCBHELPER_FD_INPUTSTREAM_HXX
#include <osl/file.h>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <cppuhelper/implbase.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
#include <mutex>
namespace ucbhelper
{
typedef cppu::WeakImplHelper<
css::io::XInputStream,
css::io::XSeekable > FdInputStream_Base;
/** Implements a seekable InputStream
* working on a buffer.
*/
class UCBHELPER_DLLPUBLIC FdInputStream final : public FdInputStream_Base
{
public:
/** Defines the storage kind found
* on which the inputstream acts.
*/
FdInputStream(oslFileHandle tmpfl);
virtual ~FdInputStream() override;
virtual sal_Int32 SAL_CALL
readBytes(css::uno::Sequence< sal_Int8 >& aData,
sal_Int32 nBytesToRead) override;
virtual sal_Int32 SAL_CALL
readSomeBytes(css::uno::Sequence< sal_Int8 >& aData,
sal_Int32 nMaxBytesToRead ) override;
virtual void SAL_CALL
skipBytes(sal_Int32 nBytesToSkip) override;
virtual sal_Int32 SAL_CALL
available() override;
virtual void SAL_CALL
closeInput() override;
/** XSeekable
*/
virtual void SAL_CALL
seek(sal_Int64 location) override;
virtual sal_Int64 SAL_CALL
getPosition() override;
virtual sal_Int64 SAL_CALL
getLength() override;
private:
std::mutex m_aMutex;
oslFileHandle m_tmpfl;
sal_uInt64 m_nLength;
};
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -81,27 +81,6 @@ public:
*/ */
~InternetProxyDecider(); ~InternetProxyDecider();
/**
* Informs whether a proxy server should be used.
*
* @param rProtocol contains the internet protocol to be used to
* access the server (i.e. "ftp", "http"). The protocol string
* is handled case-insensitive and must not be empty.
* @param rHost contains the name of the server that should be accessed.
* This parameter might be left empty. In this case the
* implementation will return whether a proxy is configured
* for the given protocol.
* @param nPort contains the port of the server that should be accessed.
* If host is not empty this parameter must always contain a valid
* port number, for instance the default port for the requested
* protocol(i.e. 80 or http).
* @return true if a proxy server should be used, false otherwise.
*/
bool
shouldUseProxy( const OUString & rProtocol,
const OUString & rHost,
sal_Int32 nPort ) const;
/** /**
* Returns the proxy server to be used. * Returns the proxy server to be used.
* *

View File

@@ -147,8 +147,6 @@ namespace SvtSecurityOptions
UNOTOOLS_DLLPUBLIC bool IsOptionSet ( EOption eOption ); UNOTOOLS_DLLPUBLIC bool IsOptionSet ( EOption eOption );
UNOTOOLS_DLLPUBLIC void SetOption ( EOption eOption, bool bValue ); UNOTOOLS_DLLPUBLIC void SetOption ( EOption eOption, bool bValue );
UNOTOOLS_DLLPUBLIC bool IsInfobarSecurityWarningEnable();
} // namespace SvtSecurityOptions } // namespace SvtSecurityOptions
// map personal info strings, e.g. authors to 1, 2, 3... for removing personal info // map personal info strings, e.g. authors to 1, 2, 3... for removing personal info

View File

@@ -240,15 +240,6 @@ public:
const tools::Rectangle& rRectSrc, const tools::Rectangle& rRectSrc,
const Bitmap* pBmpSrc ); const Bitmap* pBmpSrc );
/** Perform boolean OR operation with another bitmap
@param rMask
The mask bitmap in the selected combine operation
@return true, if the operation was completed successfully.
*/
bool CombineOr( const Bitmap& rMask );
/** Alpha-blend the given bitmap against a specified uniform /** Alpha-blend the given bitmap against a specified uniform
background color. background color.

View File

@@ -47,7 +47,6 @@ public:
OUString get_text(int nIndex) const; OUString get_text(int nIndex) const;
OUString get_active_text() const; OUString get_active_text() const;
void append_text(const OUString& rText); void append_text(const OUString& rText);
void set_entry_message_type(weld::EntryMessageType eType);
private: private:
ImplSVEvent* m_nAsyncGetFocusId; ImplSVEvent* m_nAsyncGetFocusId;

View File

@@ -419,11 +419,6 @@ void FindTextFieldControl::append_text(const OUString& rText)
m_xWidget->append_text(rText); m_xWidget->append_text(rText);
} }
void FindTextFieldControl::set_entry_message_type(weld::EntryMessageType eType)
{
m_xWidget->set_entry_message_type(eType);
}
namespace { namespace {
class SearchToolbarControllersManager class SearchToolbarControllersManager

View File

@@ -163,8 +163,6 @@ public:
virtual OUString GetPar1() const override; virtual OUString GetPar1() const override;
virtual void SetPar1(const OUString& rStr) override; virtual void SetPar1(const OUString& rStr) override;
void SetText(OUString sText, SwRootFrame* pLayout);
virtual OUString GetPar2() const override; virtual OUString GetPar2() const override;
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nWhichId ) const override; virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nWhichId ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhichId ) override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhichId ) override;

View File

@@ -366,18 +366,6 @@ SwGetRefField::~SwGetRefField()
{ {
} }
void SwGetRefField::SetText(OUString sText, SwRootFrame* pLayout)
{
if (pLayout->IsHideRedlines())
{
m_sTextRLHidden = sText;
}
else
{
m_sText = sText;
}
}
OUString SwGetRefField::GetDescription() const OUString SwGetRefField::GetDescription() const
{ {
return SwResId(STR_REFERENCE); return SwResId(STR_REFERENCE);

View File

@@ -34,7 +34,6 @@ $(eval $(call gb_Library_add_exception_objects,ucbhelper,\
ucbhelper/source/provider/contenthelper \ ucbhelper/source/provider/contenthelper \
ucbhelper/source/provider/contentidentifier \ ucbhelper/source/provider/contentidentifier \
ucbhelper/source/provider/contentinfo \ ucbhelper/source/provider/contentinfo \
ucbhelper/source/provider/fd_inputstream \
ucbhelper/source/provider/interactionrequest \ ucbhelper/source/provider/interactionrequest \
ucbhelper/source/provider/propertyvalueset \ ucbhelper/source/provider/propertyvalueset \
ucbhelper/source/provider/providerhelper \ ucbhelper/source/provider/providerhelper \

View File

@@ -928,16 +928,6 @@ InternetProxyDecider::~InternetProxyDecider()
} }
bool InternetProxyDecider::shouldUseProxy( const OUString & rProtocol,
const OUString & rHost,
sal_Int32 nPort ) const
{
const InternetProxyServer & rData = m_xImpl->getProxy( rProtocol,
rHost,
nPort );
return !rData.aName.isEmpty();
}
OUString InternetProxyDecider::getProxy( OUString InternetProxyDecider::getProxy(
const OUString & rProtocol, const OUString & rProtocol,
const OUString & rHost, const OUString & rHost,

View File

@@ -1,146 +0,0 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <ucbhelper/fd_inputstream.hxx>
#include <com/sun/star/io/IOException.hpp>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <algorithm>
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::io;
namespace ucbhelper
{
FdInputStream::FdInputStream( oslFileHandle tmpfl )
: m_tmpfl(tmpfl)
, m_nLength( 0 )
{
if ( !m_tmpfl )
osl_createTempFile( nullptr, &m_tmpfl, nullptr );
OSL_ENSURE( m_tmpfl, "input stream without tempfile!" );
if ( osl_setFilePos( m_tmpfl, osl_Pos_End, 0 ) == osl_File_E_None )
{
sal_uInt64 nFileSize = 0;
if ( osl_getFilePos( m_tmpfl, &nFileSize ) == osl_File_E_None )
m_nLength = nFileSize;
oslFileError rc = osl_setFilePos( m_tmpfl, osl_Pos_Absolut, 0 );
SAL_WARN_IF(rc != osl_File_E_None, "ucbhelper", "osl_setFilePos failed");
}
}
FdInputStream::~FdInputStream()
{
if ( nullptr != m_tmpfl)
osl_closeFile(m_tmpfl);
}
sal_Int32 SAL_CALL FdInputStream::readBytes(Sequence< sal_Int8 >& aData,
sal_Int32 nBytesToRead)
{
std::unique_lock aGuard(m_aMutex);
sal_uInt64 nBeforePos( 0 );
sal_uInt64 nBytesRequested( nBytesToRead );
sal_uInt64 nBytesRead( 0 );
osl_getFilePos( m_tmpfl, &nBeforePos );
if ( 0 == ( nBytesRequested = std::min< sal_uInt64 >( m_nLength - nBeforePos, nBytesRequested ) ) )
return 0;
if ( 0 <= nBytesToRead && aData.getLength() < nBytesToRead )
aData.realloc( nBytesToRead );
if ( osl_readFile( m_tmpfl, aData.getArray(), nBytesRequested, &nBytesRead ) != osl_File_E_None )
throw IOException();
return sal_Int32( nBytesRead );
}
sal_Int32 SAL_CALL FdInputStream::readSomeBytes( Sequence< sal_Int8 >& aData,
sal_Int32 nMaxBytesToRead )
{
return readBytes(aData,nMaxBytesToRead);
}
void SAL_CALL FdInputStream::skipBytes(sal_Int32 nBytesToSkip)
{
std::unique_lock aGuard(m_aMutex);
if(!m_tmpfl)
throw IOException();
oslFileError rc = osl_setFilePos( m_tmpfl, osl_Pos_Current, nBytesToSkip );
SAL_WARN_IF(rc != osl_File_E_None, "ucbhelper", "osl_setFilePos failed");
}
sal_Int32 SAL_CALL FdInputStream::available()
{
return std::min<sal_Int64>(SAL_MAX_INT32, m_nLength - getPosition());
}
void SAL_CALL FdInputStream::closeInput()
{
std::unique_lock aGuard(m_aMutex);
if(m_tmpfl)
{
osl_closeFile(m_tmpfl);
m_tmpfl = nullptr;
}
}
void SAL_CALL FdInputStream::seek(sal_Int64 location)
{
std::unique_lock aGuard(m_aMutex);
if(!m_tmpfl)
throw IOException();
oslFileError rc = osl_setFilePos( m_tmpfl, osl_Pos_Absolut, location );
SAL_WARN_IF(rc != osl_File_E_None, "ucbhelper", "osl_setFilePos failed");
}
sal_Int64 SAL_CALL
FdInputStream::getPosition()
{
std::unique_lock aGuard(m_aMutex);
if(!m_tmpfl)
throw IOException();
sal_uInt64 nFilePos = 0;
osl_getFilePos( m_tmpfl, &nFilePos );
return nFilePos;
}
sal_Int64 SAL_CALL FdInputStream::getLength()
{
return m_nLength;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -1162,45 +1162,6 @@ bool Bitmap::Replace(const Color* pSearchColors, const Color* pReplaceColors, si
return true; return true;
} }
bool Bitmap::CombineOr(const Bitmap& rMask)
{
assert(!dynamic_cast<AlphaMask*>(this) && "should rather be calling AlphaMask::AlphaCombineOr");
assert(!dynamic_cast<const AlphaMask*>(&rMask)
&& "should rather be calling AlphaMask::AlphaCombineOr");
ScopedReadAccess pMaskAcc(const_cast<Bitmap&>(rMask));
BitmapScopedWriteAccess pAcc(*this);
if (!pMaskAcc || !pAcc)
return false;
const tools::Long nWidth = std::min(pMaskAcc->Width(), pAcc->Width());
const tools::Long nHeight = std::min(pMaskAcc->Height(), pAcc->Height());
const Color aColBlack(COL_BLACK);
const BitmapColor aWhite(pAcc->GetBestMatchingColor(COL_WHITE));
const BitmapColor aBlack(pAcc->GetBestMatchingColor(aColBlack));
const BitmapColor aMaskBlack(pMaskAcc->GetBestMatchingColor(aColBlack));
for (tools::Long nY = 0; nY < nHeight; nY++)
{
Scanline pScanline = pAcc->GetScanline(nY);
Scanline pScanlineMask = pMaskAcc->GetScanline(nY);
for (tools::Long nX = 0; nX < nWidth; nX++)
{
if (pMaskAcc->GetPixelFromData(pScanlineMask, nX) != aMaskBlack
|| pAcc->GetPixelFromData(pScanline, nX) != aBlack)
{
pAcc->SetPixelOnData(pScanline, nX, aWhite);
}
else
{
pAcc->SetPixelOnData(pScanline, nX, aBlack);
}
}
}
return true;
}
// TODO: Have a look at OutputDevice::ImplDrawAlpha() for some // TODO: Have a look at OutputDevice::ImplDrawAlpha() for some
// optimizations. Might even consolidate the code here and there. // optimizations. Might even consolidate the code here and there.
bool Bitmap::Blend(const AlphaMask& rAlpha, const Color& rBackgroundColor) bool Bitmap::Blend(const AlphaMask& rAlpha, const Color& rBackgroundColor)