diff options
32 files changed, 354 insertions, 947 deletions
diff --git a/comphelper/source/misc/graphicmimetype.cxx b/comphelper/source/misc/graphicmimetype.cxx index 559c3087a2da..2f8ba2efbae4 100644 --- a/comphelper/source/misc/graphicmimetype.cxx +++ b/comphelper/source/misc/graphicmimetype.cxx @@ -76,19 +76,6 @@ OUString GraphicMimeTypeHelper::GetMimeTypeForXGraphic(Reference<XGraphic> xGrap return OUString(""); } -OUString GraphicMimeTypeHelper::GetMimeTypeForImageUrl(const OUString& rImageUrl) -{ - // Create the graphic to retrieve the mimetype from it - Reference<XGraphicProvider> xProvider - = css::graphic::GraphicProvider::create(comphelper::getProcessComponentContext()); - Sequence<PropertyValue> aMediaProperties(1); - aMediaProperties[0].Name = "URL"; - aMediaProperties[0].Value <<= rImageUrl; - Reference<XGraphic> xGraphic(xProvider->queryGraphic(aMediaProperties)); - - return GetMimeTypeForXGraphic(xGraphic); -} - OUString GraphicMimeTypeHelper::GetMimeTypeForImageStream(Reference<XInputStream> xInputStream) { // Create the graphic to retrieve the mimetype from it diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 1605c2785cc4..747cb3037f08 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -10,6 +10,8 @@ connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:51 class com::sun::star::uno::Reference<class com::sun::star::sdbc::XResultSetMetaData> connectivity::evoab::OEvoabResultSetMetaData::operator Reference() connectivity/source/drivers/firebird/Driver.hxx:65 const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> & connectivity::firebird::FirebirdDriver::getContext() const +connectivity/source/drivers/firebird/SubComponent.hxx:53 + void release(int &,struct cppu::OBroadcastHelperVar<class cppu::OMultiTypeInterfaceContainerHelper, class com::sun::star::uno::Type> &,class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,class com::sun::star::lang::XComponent *) connectivity/source/drivers/firebird/Util.hxx:61 connectivity::firebird::ColumnTypeInfo::ColumnTypeInfo(short,const class rtl::OUString &) connectivity/source/drivers/firebird/Util.hxx:66 @@ -24,7 +26,7 @@ connectivity/source/drivers/mork/mork_helper.cxx:36 int main(int,char **) connectivity/source/inc/dbase/dindexnode.hxx:70 _Bool connectivity::dbase::ONDXKey::operator<(const class connectivity::dbase::ONDXKey &) const -connectivity/source/inc/java/sql/Connection.hxx:66 +connectivity/source/inc/java/sql/Connection.hxx:63 class rtl::OUString connectivity::java_sql_Connection::transFormPreparedStatement(const class rtl::OUString &) connectivity/source/inc/OColumn.hxx:112 _Bool connectivity::OColumn::isReadOnly() const @@ -32,7 +34,7 @@ connectivity/source/inc/OColumn.hxx:113 _Bool connectivity::OColumn::isWritable() const connectivity/source/inc/OColumn.hxx:114 _Bool connectivity::OColumn::isDefinitelyWritable() const -connectivity/source/inc/odbc/OConnection.hxx:127 +connectivity/source/inc/odbc/OConnection.hxx:121 class connectivity::odbc::ODBCDriver * connectivity::odbc::OConnection::getDriver() const connectivity/source/inc/odbc/ODriver.hxx:79 const class com::sun::star::uno::Reference<class com::sun::star::lang::XMultiServiceFactory> & connectivity::odbc::ODBCDriver::getORB() const @@ -44,7 +46,9 @@ connectivity/source/inc/OTypeInfo.hxx:55 _Bool connectivity::OTypeInfo::operator==(const struct connectivity::OTypeInfo &) const connectivity/source/inc/OTypeInfo.hxx:56 _Bool connectivity::OTypeInfo::operator!=(const struct connectivity::OTypeInfo &) const -dbaccess/source/ui/browser/genericcontroller.cxx:1258 +dbaccess/source/filter/hsqldb/columndef.hxx:37 + int dbahsql::ColumnDefinition::getAutoIncrementDefault() const +dbaccess/source/ui/browser/genericcontroller.cxx:1230 const type-parameter-?-? & dbaui::(anonymous namespace)::SGI_identity::operator()(const type-parameter-?-? &) const dbaccess/source/ui/inc/indexcollection.hxx:54 class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const struct dbaui::OIndex *, class std::__cxx1998::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > >, class std::__debug::vector<struct dbaui::OIndex, class std::allocator<struct dbaui::OIndex> > > dbaui::OIndexCollection::begin() const @@ -238,7 +242,7 @@ include/basegfx/vector/b2ivector.hxx:118 class basegfx::B2IVector & basegfx::B2IVector::operator*=(const class basegfx::B2DHomMatrix &) include/basegfx/vector/b3dvector.hxx:85 class basegfx::B3DVector & basegfx::B3DVector::operator*=(const class basegfx::B3DVector &) -include/basic/sbxvar.hxx:121 +include/basic/sbxvar.hxx:133 struct SbxValues * SbxValue::data() include/codemaker/global.hxx:58 class FileStream & operator<<(class FileStream &,const class rtl::OString *) @@ -256,6 +260,8 @@ include/comphelper/configuration.hxx:264 void comphelper::ConfigurationLocalizedProperty::set(const type-parameter-?-? &,const class std::shared_ptr<class comphelper::ConfigurationChanges> &) include/comphelper/configuration.hxx:300 class com::sun::star::uno::Reference<class com::sun::star::container::XHierarchicalNameReplace> comphelper::ConfigurationGroup::get(const class std::shared_ptr<class comphelper::ConfigurationChanges> &) +include/comphelper/graphicmimetype.hxx:27 + class rtl::OUString comphelper::GraphicMimeTypeHelper::GetMimeTypeForImageUrl(const class rtl::OUString &) include/comphelper/logging.hxx:57 class rtl::OUString convertLogArgToString(char16_t) include/comphelper/logging.hxx:232 @@ -298,15 +304,13 @@ include/comphelper/propagg.hxx:56 _Bool comphelper::internal::OPropertyAccessor::operator<(const struct comphelper::internal::OPropertyAccessor &) const include/comphelper/proparrhlp.hxx:87 class cppu::IPropertyArrayHelper * comphelper::OAggregationArrayUsageHelper::createArrayHelper() const -include/comphelper/sequence.hxx:342 - type-parameter-?-? sequenceToContainer(const Sequence<type-parameter-?-?> &) include/comphelper/types.hxx:56 _Bool getImplementation(type-parameter-?-? *&,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &) include/comphelper/unique_disposing_ptr.hxx:46 type-parameter-?-? & comphelper::unique_disposing_ptr::operator*() const include/comphelper/unwrapargs.hxx:49 void unwrapArgs(const class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> &,int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &) -include/connectivity/dbcharset.hxx:144 +include/connectivity/dbcharset.hxx:142 const class dbtools::OCharsetMap::CharsetIterator & dbtools::OCharsetMap::CharsetIterator::operator--() include/connectivity/FValue.hxx:327 unsigned short connectivity::ORowSetValue::operator unsigned short() const @@ -332,10 +336,8 @@ include/drawinglayer/primitive3d/baseprimitive3d.hxx:113 _Bool drawinglayer::primitive3d::BasePrimitive3D::operator!=(const class drawinglayer::primitive3d::BasePrimitive3D &) const include/drawinglayer/texture/texture.hxx:44 _Bool drawinglayer::texture::GeoTexSvx::operator!=(const class drawinglayer::texture::GeoTexSvx &) const -include/editeng/nlbkitem.hxx:29 - SvxNoLinebreakItem::SvxNoLinebreakItem(const _Bool,const unsigned short) -include/editeng/prszitem.hxx:35 - SvxPropSizeItem::SvxPropSizeItem(const unsigned short,const unsigned short) +include/editeng/outliner.hxx:999 + _Bool Outliner::IsHoriAlignIgnoreTrailingWhitespace() const include/filter/msfilter/mstoolbar.hxx:98 Indent::Indent(_Bool) include/formula/opcode.hxx:520 @@ -360,59 +362,61 @@ include/o3tl/enumarray.hxx:132 const typename type-parameter-?-?::value_type * o3tl::enumarray_const_iterator::operator->() const include/o3tl/enumarray.hxx:135 _Bool o3tl::enumarray_const_iterator::operator==(const enumarray_const_iterator<EA> &) const -include/o3tl/string_view.hxx:178 +include/o3tl/safeint.hxx:79 + typename enable_if<std::is_unsigned<T>::value, type-parameter-?-?>::type saturating_sub(type-parameter-?-?,type-parameter-?-?) +include/o3tl/string_view.hxx:173 o3tl::basic_string_view::basic_string_view<charT, traits>() -include/o3tl/string_view.hxx:551 +include/o3tl/string_view.hxx:546 o3tl::basic_string_view::basic_string_view<charT, traits>(const basic_string<type-parameter-?-?, type-parameter-?-?, allocator<type-parameter-?-?> > &) -include/o3tl/string_view.hxx:693 +include/o3tl/string_view.hxx:688 _Bool operator==(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:704 +include/o3tl/string_view.hxx:699 _Bool operator==(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:710 +include/o3tl/string_view.hxx:705 _Bool operator!=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:715 +include/o3tl/string_view.hxx:710 _Bool operator!=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type) -include/o3tl/string_view.hxx:721 +include/o3tl/string_view.hxx:716 _Bool operator!=(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:727 +include/o3tl/string_view.hxx:722 _Bool operator<(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:732 +include/o3tl/string_view.hxx:727 _Bool operator<(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type) -include/o3tl/string_view.hxx:738 +include/o3tl/string_view.hxx:733 _Bool operator<(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:744 +include/o3tl/string_view.hxx:739 _Bool operator>(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:749 +include/o3tl/string_view.hxx:744 _Bool operator>(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type) -include/o3tl/string_view.hxx:755 +include/o3tl/string_view.hxx:750 _Bool operator>(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:761 +include/o3tl/string_view.hxx:756 _Bool operator<=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:766 +include/o3tl/string_view.hxx:761 _Bool operator<=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type) -include/o3tl/string_view.hxx:772 +include/o3tl/string_view.hxx:767 _Bool operator<=(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:778 +include/o3tl/string_view.hxx:773 _Bool operator>=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:783 +include/o3tl/string_view.hxx:778 _Bool operator>=(basic_string_view<type-parameter-?-?, type-parameter-?-?>,typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type) -include/o3tl/string_view.hxx:789 +include/o3tl/string_view.hxx:784 _Bool operator>=(typename decay<basic_string_view<type-parameter-?-?, type-parameter-?-?> >::type,basic_string_view<type-parameter-?-?, type-parameter-?-?>) -include/o3tl/string_view.hxx:844 +include/o3tl/string_view.hxx:835 unsigned long std::hash::operator()(class o3tl::basic_string_view<char, struct std::char_traits<char> >) -include/o3tl/string_view.hxx:849 +include/o3tl/string_view.hxx:840 unsigned long std::hash::operator()(class o3tl::basic_string_view<char16_t, struct std::char_traits<char16_t> >) -include/o3tl/string_view.hxx:854 +include/o3tl/string_view.hxx:845 unsigned long std::hash::operator()(class o3tl::basic_string_view<char32_t, struct std::char_traits<char32_t> >) -include/o3tl/string_view.hxx:859 +include/o3tl/string_view.hxx:850 unsigned long std::hash::operator()(class o3tl::basic_string_view<wchar_t, struct std::char_traits<wchar_t> >) -include/o3tl/string_view.hxx:871 +include/o3tl/string_view.hxx:862 class rtl::OUString toOUString(class o3tl::basic_string_view<char16_t, struct std::char_traits<char16_t> >) -include/o3tl/strong_int.hxx:106 +include/o3tl/strong_int.hxx:108 _Bool o3tl::strong_int::operator>(const strong_int<UNDERLYING_TYPE, PHANTOM_TYPE> &) const -include/o3tl/strong_int.hxx:107 +include/o3tl/strong_int.hxx:109 _Bool o3tl::strong_int::operator>=(const strong_int<UNDERLYING_TYPE, PHANTOM_TYPE> &) const -include/o3tl/strong_int.hxx:111 +include/o3tl/strong_int.hxx:113 strong_int<UNDERLYING_TYPE, PHANTOM_TYPE> o3tl::strong_int::operator++(int) include/o3tl/typed_flags_set.hxx:118 typename typed_flags<type-parameter-?-?>::Wrap operator~(typename typed_flags<type-parameter-?-?>::Wrap) @@ -422,6 +426,8 @@ include/o3tl/typed_flags_set.hxx:348 typename typed_flags<type-parameter-?-?>::Self operator^=(type-parameter-?-? &,typename typed_flags<type-parameter-?-?>::Wrap) include/o3tl/vector_pool.hxx:83 o3tl::detail::struct_from_value::type::type() +include/oox/export/drawingml.hxx:207 + void oox::drawingml::DrawingML::WriteSrcRect(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &) include/oox/helper/containerhelper.hxx:51 _Bool oox::ValueRange::operator!=(const struct oox::ValueRange &) const include/oox/helper/containerhelper.hxx:99 @@ -438,6 +444,10 @@ include/oox/helper/containerhelper.hxx:123 typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::iterator oox::Matrix::row_end(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type) include/oox/helper/containerhelper.hxx:126 typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::reference oox::Matrix::row_front(typename vector<type-parameter-?-?, allocator<type-parameter-?-?> >::size_type) +include/oox/helper/graphichelper.hxx:148 + class rtl::OUString oox::GraphicHelper::importGraphicObject(const class com::sun::star::uno::Sequence<signed char> &) const +include/oox/helper/graphichelper.hxx:152 + class rtl::OUString oox::GraphicHelper::importEmbeddedGraphicObject(const class rtl::OUString &) const include/oox/helper/propertymap.hxx:114 void oox::PropertyMap::dumpCode(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &) include/oox/helper/propertymap.hxx:115 @@ -446,7 +456,7 @@ include/opencl/openclconfig.hxx:55 _Bool OpenCLConfig::ImplMatcher::operator!=(const struct OpenCLConfig::ImplMatcher &) const include/opencl/OpenCLZone.hxx:42 _Bool OpenCLZone::isInInitialTest() -include/sfx2/docfile.hxx:207 +include/sfx2/docfile.hxx:209 class rtl::OUString SfxMedium::GetConvertImagesFilter() include/sfx2/docfilt.hxx:81 _Bool SfxFilter::GetGpgEncryption() const @@ -454,25 +464,27 @@ include/sfx2/lokcharthelper.hxx:41 void LokChartHelper::Invalidate() include/sfx2/msg.hxx:120 const class std::type_info * SfxType0::Type() const -include/sfx2/sfxdlg.hxx:67 - class rtl::OUString SfxAbstractDialog::GetText() const +include/sfx2/msgpool.hxx:52 + class SfxInterface * SfxSlotPool::FirstInterface() include/sfx2/sidebar/Context.hxx:55 _Bool sfx2::sidebar::Context::operator==(const class sfx2::sidebar::Context &) const include/svl/itempool.hxx:167 const type-parameter-?-? * SfxItemPool::GetItem2Default(TypedWhichId<type-parameter-?-?>) const include/svl/itempool.hxx:196 void SfxItemPool::dumpAsXml(struct _xmlTextWriter *) const -include/svx/ClassificationEditView.hxx:41 +include/svl/itemprop.hxx:94 + SfxItemPropertySimpleEntry::SfxItemPropertySimpleEntry(unsigned short,const class com::sun::star::uno::Type &,short,const unsigned char,enum PropertyMoreFlags) +include/svx/ClassificationEditView.hxx:42 void svx::ClassificationEditView::SetCharAttributes() -include/svx/ClassificationEditView.hxx:47 +include/svx/ClassificationEditView.hxx:48 void svx::ClassificationEditView::SetNumType(enum SvxNumType) include/svx/ClassificationField.hxx:47 const class rtl::OUString & svx::ClassificationResult::getDisplayText() const include/svx/ClassificationField.hxx:52 _Bool svx::ClassificationResult::operator==(const class svx::ClassificationResult &) const -include/svx/framelink.hxx:213 +include/svx/framelink.hxx:201 _Bool operator>(const class svx::frame::Style &,const class svx::frame::Style &) -include/svx/framelink.hxx:250 +include/svx/framelink.hxx:238 _Bool svx::frame::StyleVectorCombination::operator<(const class svx::frame::StyleVectorCombination &) const include/svx/svdlayer.hxx:72 _Bool SdrLayer::operator==(const class SdrLayer &) const @@ -494,7 +506,7 @@ include/tools/bigint.hxx:126 _Bool operator<=(const class BigInt &,const class BigInt &) include/tools/date.hxx:83 _Bool Date::IsEmpty() const -include/tools/date.hxx:214 +include/tools/date.hxx:212 _Bool Date::operator>=(const class Date &) const include/tools/datetime.hxx:47 DateTime::DateTime(const class tools::Time &) @@ -520,41 +532,61 @@ include/tools/fract.hxx:106 class Fraction operator-(const class Fraction &,double) include/tools/fract.hxx:108 class Fraction operator/(const class Fraction &,double) -include/tools/multisel.hxx:45 - int MultiSelection::ImplFwdUnselected() +include/tools/gen.hxx:748 + class SvStream & ReadPair(class SvStream &,class Range &) +include/tools/gen.hxx:749 + class SvStream & WritePair(class SvStream &,const class Range &) +include/tools/gen.hxx:750 + class SvStream & ReadPair(class SvStream &,class Selection &) +include/tools/gen.hxx:751 + class SvStream & WritePair(class SvStream &,const class Selection &) include/tools/poly.hxx:164 _Bool tools::Polygon::operator!=(const class tools::Polygon &) const include/tools/poly.hxx:251 _Bool tools::PolyPolygon::operator!=(const class tools::PolyPolygon &) const include/tools/ref.hxx:93 _Bool tools::SvRef::operator bool() const -include/tools/weakbase.h:100 +include/tools/weakbase.h:102 _Bool tools::WeakReference::operator==(const type-parameter-?-? *) const -include/tools/weakbase.h:109 +include/tools/weakbase.h:111 _Bool tools::WeakReference::operator<(const WeakReference<reference_type> &) const -include/tools/weakbase.h:112 +include/tools/weakbase.h:114 _Bool tools::WeakReference::operator>(const WeakReference<reference_type> &) const include/unotest/assertion_traits.hxx:25 _Bool CppUnit::assertion_traits::equal(signed char,signed char) include/unotest/assertion_traits.hxx:27 class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > CppUnit::assertion_traits::toString(signed char) +include/unotest/directories.hxx:43 + class rtl::OUString test::Directories::getPathFromWorkdir(const class rtl::OUString &) include/vcl/alpha.hxx:47 _Bool AlphaMask::operator==(const class AlphaMask &) const include/vcl/alpha.hxx:48 _Bool AlphaMask::operator!=(const class AlphaMask &) const include/vcl/animate.hxx:95 _Bool Animation::operator!=(const class Animation &) const +include/vcl/bitmapaccess.hxx:336 + void BitmapWriteAccess::SetFillColor() include/vcl/bitmapex.hxx:58 _Bool BitmapEx::operator!=(const class BitmapEx &) const +include/vcl/btndlg.hxx:62 + unsigned short ButtonDialog::GetCurButtonId() const +include/vcl/btndlg.hxx:68 + void ButtonDialog::Clear() +include/vcl/btndlg.hxx:71 + void ButtonDialog::SetButtonText(unsigned short,const class rtl::OUString &) +include/vcl/btndlg.hxx:72 + void ButtonDialog::SetButtonHelpText(unsigned short,const class rtl::OUString &) +include/vcl/btndlg.hxx:74 + void ButtonDialog::SetFocusButton(unsigned short) +include/vcl/builder.hxx:85 + short VclBuilder::get_response(const class vcl::Window *) const include/vcl/commandevent.hxx:250 CommandMediaData::CommandMediaData(enum MediaCommand) include/vcl/commandevent.hxx:257 _Bool CommandMediaData::GetPassThroughToOS() const include/vcl/cursor.hxx:96 _Bool vcl::Cursor::operator!=(const class vcl::Cursor &) const -include/vcl/dialog.hxx:145 - _Bool Dialog::StartExecuteAsync(const class std::function<void (int)> &,class VclPtr<class VclReferenceBase>) -include/vcl/edit.hxx:227 +include/vcl/edit.hxx:230 class rtl::OUString Edit::GetPlaceholderText() const include/vcl/EnumContext.hxx:133 _Bool vcl::EnumContext::operator!=(const class vcl::EnumContext &) @@ -574,6 +606,8 @@ include/vcl/hatch.hxx:56 _Bool Hatch::operator!=(const class Hatch &) const include/vcl/inputctx.hxx:63 _Bool InputContext::operator!=(const class InputContext &) const +include/vcl/ITiledRenderable.hxx:285 + class Pointer vcl::ITiledRenderable::getPointer() include/vcl/listctrl.hxx:48 void ListControl::deleteEntry(unsigned int) include/vcl/opengl/OpenGLContext.hxx:98 @@ -604,11 +638,11 @@ include/vcl/settings.hxx:653 _Bool HelpSettings::operator!=(const class HelpSettings &) const include/vcl/settings.hxx:709 _Bool AllSettings::operator!=(const class AllSettings &) const -include/vcl/svapp.hxx:169 +include/vcl/svapp.hxx:176 ApplicationEvent::ApplicationEvent(enum ApplicationEvent::Type,const class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &) -include/vcl/svapp.hxx:804 +include/vcl/svapp.hxx:811 void Application::AppEvent(const class ApplicationEvent &) -include/vcl/syswin.hxx:193 +include/vcl/syswin.hxx:191 void SystemWindow::SetIdleDebugName(const char *) include/vcl/textrectinfo.hxx:44 _Bool TextRectInfo::operator!=(const class TextRectInfo &) const @@ -626,14 +660,158 @@ include/vcl/uitest/uiobject.hxx:341 class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > SpinUIObject::create(class vcl::Window *) include/vcl/wall.hxx:98 _Bool Wallpaper::operator!=(const class Wallpaper &) const -include/vcl/window.hxx:429 +include/vcl/weld.hxx:29 + void weld::Widget::set_visible(_Bool) +include/vcl/weld.hxx:45 + int weld::Widget::get_text_height() const +include/vcl/weld.hxx:47 + class rtl::OString weld::Widget::get_buildable_name() const +include/vcl/weld.hxx:51 + void weld::Widget::set_grid_left_attach(int) +include/vcl/weld.hxx:52 + int weld::Widget::get_grid_left_attach() const +include/vcl/weld.hxx:72 + class rtl::OUString weld::Frame::get_label() const +include/vcl/weld.hxx:85 + void weld::Notebook::set_current_page(const class rtl::OString &) +include/vcl/weld.hxx:86 + int weld::Notebook::get_n_pages() const +include/vcl/weld.hxx:87 + class weld::Container * weld::Notebook::get_page(const class rtl::OString &) const +include/vcl/weld.hxx:89 + void weld::Notebook::connect_leave_page(const class Link<const class rtl::OString &, _Bool> &) +include/vcl/weld.hxx:91 + void weld::Notebook::connect_enter_page(const class Link<const class rtl::OString &, void> &) +include/vcl/weld.hxx:139 + class rtl::OUString weld::ComboBoxText::get_active_id() const +include/vcl/weld.hxx:140 + void weld::ComboBoxText::set_active_id(const class rtl::OUString &) +include/vcl/weld.hxx:142 + class rtl::OUString weld::ComboBoxText::get_id(int) const +include/vcl/weld.hxx:143 + void weld::ComboBoxText::append_text(const class rtl::OUString &) +include/vcl/weld.hxx:145 + void weld::ComboBoxText::append(const class rtl::OUString &,const class rtl::OUString &) +include/vcl/weld.hxx:146 + void weld::ComboBoxText::insert(int,const class rtl::OUString &,const class rtl::OUString &) +include/vcl/weld.hxx:149 + void weld::ComboBoxText::make_sorted() +include/vcl/weld.hxx:154 + void weld::ComboBoxText::set_active(const class rtl::OUString &) +include/vcl/weld.hxx:156 + void weld::ComboBoxText::save_value() +include/vcl/weld.hxx:158 + _Bool weld::ComboBoxText::get_value_changed_from_saved() const +include/vcl/weld.hxx:174 + int weld::TreeView::n_children() const +include/vcl/weld.hxx:179 + void weld::TreeView::set_top_entry(int) +include/vcl/weld.hxx:180 + void weld::TreeView::clear() +include/vcl/weld.hxx:183 + class rtl::OUString weld::TreeView::get(int) +include/vcl/weld.hxx:186 + void weld::TreeView::freeze() +include/vcl/weld.hxx:187 + void weld::TreeView::thaw() +include/vcl/weld.hxx:191 + void weld::TreeView::connect_row_activated(const class Link<class weld::TreeView &, void> &) +include/vcl/weld.hxx:193 + void weld::TreeView::select(const class rtl::OUString &) +include/vcl/weld.hxx:195 + void weld::TreeView::remove(const class rtl::OUString &) +include/vcl/weld.hxx:258 + _Bool weld::ToggleButton::get_state_changed_from_saved() const +include/vcl/weld.hxx:282 + void weld::Entry::signal_insert_text(class rtl::OUString &) +include/vcl/weld.hxx:364 + enum FieldUnit weld::MetricSpinButton::get_unit() const +include/vcl/weld.hxx:366 + void weld::MetricSpinButton::set_unit(enum FieldUnit) +include/vcl/weld.hxx:372 + void weld::MetricSpinButton::set_value(int,enum FieldUnit) +include/vcl/weld.hxx:377 + int weld::MetricSpinButton::get_value(enum FieldUnit) const +include/vcl/weld.hxx:383 + void weld::MetricSpinButton::set_range(int,int,enum FieldUnit) +include/vcl/weld.hxx:391 + void weld::MetricSpinButton::get_range(int &,int &,enum FieldUnit) const +include/vcl/weld.hxx:398 + void weld::MetricSpinButton::set_increments(int,int,enum FieldUnit) +include/vcl/weld.hxx:405 + void weld::MetricSpinButton::get_increments(int &,int &,enum FieldUnit) const +include/vcl/weld.hxx:412 + void weld::MetricSpinButton::connect_value_changed(const class Link<class weld::MetricSpinButton &, void> &) +include/vcl/weld.hxx:417 + int weld::MetricSpinButton::normalize(int) const +include/vcl/weld.hxx:418 + int weld::MetricSpinButton::denormalize(int) const +include/vcl/weld.hxx:419 + void weld::MetricSpinButton::set_sensitive(_Bool) +include/vcl/weld.hxx:420 + _Bool weld::MetricSpinButton::get_sensitive() const +include/vcl/weld.hxx:421 + _Bool weld::MetricSpinButton::get_visible() const +include/vcl/weld.hxx:422 + void weld::MetricSpinButton::grab_focus() +include/vcl/weld.hxx:423 + _Bool weld::MetricSpinButton::has_focus() const +include/vcl/weld.hxx:424 + void weld::MetricSpinButton::show() +include/vcl/weld.hxx:425 + void weld::MetricSpinButton::hide() +include/vcl/weld.hxx:426 + void weld::MetricSpinButton::set_digits(unsigned int) +include/vcl/weld.hxx:427 + unsigned int weld::MetricSpinButton::get_digits() const +include/vcl/weld.hxx:428 + void weld::MetricSpinButton::save_value() +include/vcl/weld.hxx:429 + _Bool weld::MetricSpinButton::get_value_changed_from_saved() const +include/vcl/weld.hxx:433 + void weld::MetricSpinButton::set_text(const class rtl::OUString &) +include/vcl/weld.hxx:434 + class rtl::OUString weld::MetricSpinButton::get_text() const +include/vcl/weld.hxx:435 + void weld::MetricSpinButton::set_size_request(int,int) +include/vcl/weld.hxx:439 + class Size weld::MetricSpinButton::get_preferred_size() const +include/vcl/weld.hxx:452 + void weld::TextView::set_text(const class rtl::OUString &) +include/vcl/weld.hxx:453 + class rtl::OUString weld::TextView::get_text() const +include/vcl/weld.hxx:454 + class Selection weld::TextView::get_selection() const +include/vcl/weld.hxx:455 + void weld::TextView::set_selection(const class Selection &) +include/vcl/weld.hxx:486 + class weld::Window * weld::Builder::weld_window(const class rtl::OString &,_Bool) +include/vcl/weld.hxx:491 + class weld::Notebook * weld::Builder::weld_notebook(const class rtl::OString &,_Bool) +include/vcl/weld.hxx:495 + class weld::MetricSpinButton * weld::Builder::weld_metric_spin_button(const class rtl::OString &,_Bool) +include/vcl/weld.hxx:502 + class weld::TextView * weld::Builder::weld_text_view(const class rtl::OString &,_Bool) +include/vcl/window.hxx:431 const char * ImplDbgCheckWindow(const void *) -include/vcl/window.hxx:1226 +include/vcl/window.hxx:1230 class Size vcl::Window::PaintActiveFloatingWindow(class VirtualDevice &) const +include/xmloff/xmlexp.hxx:470 + class com::sun::star::uno::Reference<class com::sun::star::io::XInputStream> SvXMLExport::GetEmbeddedGraphicObjectStream(const class rtl::OUString &) +include/xmloff/xmlexp.hxx:472 + _Bool SvXMLExport::AddEmbeddedGraphicObjectAsBase64(const class rtl::OUString &) +include/xmloff/xmlimp.hxx:580 + _Bool SvXMLImport::isGraphicLoadOnDemandSupported() const libreofficekit/qa/gtktiledviewer/gtv-signal-handlers.hxx:35 void openLokDialog(struct _GtkWidget *,void *) -lotuswordpro/source/filter/lwpstory.hxx:124 - void LwpStory::AddPageLayout(class LwpPageLayout *) +linguistic/source/spelldsp.hxx:74 + void SpellCheckerDispatcher::ClearSvcList() +lotuswordpro/source/filter/lwpdllist.hxx:67 + LwpDLList::LwpDLList() +lotuswordpro/source/filter/lwpdllist.hxx:69 + void LwpDLList::insert(class LwpDLList *,class LwpDLList *) +lotuswordpro/source/filter/lwpdllist.hxx:71 + class LwpDLList * LwpDLList::GetNext() o3tl/qa/cow_wrapper_clients.hxx:140 _Bool o3tltests::cow_wrapper_client4::operator==(const class o3tltests::cow_wrapper_client4 &) const o3tl/qa/cow_wrapper_clients.hxx:141 @@ -644,6 +822,8 @@ o3tl/qa/cow_wrapper_clients.hxx:193 _Bool o3tltests::cow_wrapper_client5::operator!=(const class o3tltests::cow_wrapper_client5 &) const oox/inc/drawingml/textliststyle.hxx:49 void oox::drawingml::TextListStyle::dump() const +oox/inc/drawingml/textparagraphproperties.hxx:101 + void oox::drawingml::TextParagraphProperties::setLineSpacing(const class oox::drawingml::TextSpacing &) sc/inc/address.hxx:650 _Bool ScRange::operator<=(const class ScRange &) const sc/inc/bigrange.hxx:71 @@ -680,29 +860,29 @@ sc/inc/stlalgorithm.hxx:62 _Bool sc::AlignedAllocator::operator==(const AlignedAllocator<T, Alignment> &) const sc/inc/stlalgorithm.hxx:63 _Bool sc::AlignedAllocator::operator!=(const AlignedAllocator<T, Alignment> &) const -sc/inc/table.hxx:326 +sc/inc/table.hxx:327 _Bool ScTable::IsColRowTabValid(short,int,short) const sc/inc/userlist.hxx:86 class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > *, class std::__cxx1998::vector<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> >, class std::allocator<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > > > >, class std::__debug::vector<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> >, class std::allocator<class std::unique_ptr<class ScUserListData, struct std::default_delete<class ScUserListData> > > > > ScUserList::begin() const -sc/qa/unit/helper/qahelper.hxx:202 +sc/qa/unit/helper/qahelper.hxx:165 class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > print(const class ScAddress &) sc/qa/unit/ucalc.hxx:141 void Test::testFormulaHashAndTag() sc/qa/unit/ucalc.hxx:172 void Test::testSingleCellCopyColumnLabel() -sc/qa/unit/ucalc.hxx:228 +sc/qa/unit/ucalc.hxx:230 void Test::testExternalRefUnresolved() -sc/qa/unit/ucalc.hxx:367 +sc/qa/unit/ucalc.hxx:369 void Test::testCopyPasteSkipEmptyConditionalFormatting() -sc/qa/unit/ucalc.hxx:394 +sc/qa/unit/ucalc.hxx:396 void Test::testSharedFormulaMoveBlock() -sc/qa/unit/ucalc.hxx:504 +sc/qa/unit/ucalc.hxx:507 void Test::testCondFormatUpdateMoveTab() -sc/qa/unit/ucalc.hxx:505 +sc/qa/unit/ucalc.hxx:508 void Test::testCondFormatUpdateDeleteTab() -sc/qa/unit/ucalc.hxx:506 +sc/qa/unit/ucalc.hxx:509 void Test::testCondFormatUpdateInsertTab() -sc/qa/unit/ucalc.hxx:507 +sc/qa/unit/ucalc.hxx:510 void Test::testCondFormatUpdateReference() sc/source/core/opencl/formulagroupcl.cxx:934 _Bool sc::opencl::DynamicKernelSlidingArgument::NeedParallelReduction() const @@ -750,9 +930,11 @@ sc/source/ui/inc/dataprovider.hxx:95 const class rtl::OUString & sc::DataProvider::GetURL() const sc/source/ui/inc/dataprovider.hxx:97 class std::__debug::map<class rtl::OUString, class rtl::OUString, struct std::less<class rtl::OUString>, class std::allocator<struct std::pair<const class rtl::OUString, class rtl::OUString> > > sc::DataProvider::getDataSourcesForURL(const class rtl::OUString &) -sc/source/ui/inc/datatransformation.hxx:75 +sc/source/ui/inc/datatableview.hxx:115 + void ScDataTableView::getRowRange(int &,int &) const +sc/source/ui/inc/datatransformation.hxx:76 sc::SortTransformation::SortTransformation(const struct ScSortParam &) -sc/source/ui/inc/impex.hxx:92 +sc/source/ui/inc/impex.hxx:93 ScImportExport::ScImportExport(class ScDocument *,const class rtl::OUString &) sc/source/ui/inc/RandomNumberGeneratorDialog.hxx:69 void ScRandomNumberGeneratorDialog::GenerateNumbers(type-parameter-?-? &,const char *,const class boost::optional<signed char>) @@ -862,20 +1044,28 @@ sw/inc/dbgoutsw.hxx:107 const char * dbg_out(const struct SwFormToken &) sw/inc/dbgoutsw.hxx:108 const char * dbg_out(const class std::__debug::vector<struct SwFormToken, class std::allocator<struct SwFormToken> > &) -sw/inc/docary.hxx:143 +sw/inc/docary.hxx:141 void SwVectorModifyBase::dumpAsXml(struct _xmlTextWriter *) -sw/inc/docary.hxx:228 +sw/inc/docary.hxx:226 void SwFrameFormats::erase(unsigned long) -sw/inc/docary.hxx:243 +sw/inc/docary.hxx:241 struct std::pair<class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > >, class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > > SwFrameFormats::rangeFind(class SwFrameFormat *const &) const -sw/inc/docary.hxx:245 +sw/inc/docary.hxx:243 class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > SwFrameFormats::rangeEnd() const -sw/inc/docary.hxx:246 +sw/inc/docary.hxx:244 class boost::multi_index::detail::rnd_node_iterator<struct boost::multi_index::detail::random_access_index_node<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > > SwFrameFormats::rangeProject(const class boost::multi_index::detail::bidir_node_iterator<struct boost::multi_index::detail::ordered_index_node<struct boost::multi_index::detail::null_augment_policy, struct boost::multi_index::detail::index_node_base<class SwFrameFormat *, class std::allocator<class SwFrameFormat *> > > > &) -sw/inc/docary.hxx:251 +sw/inc/docary.hxx:249 class SwFrameFormat *const & SwFrameFormats::front() const -sw/inc/docary.hxx:252 +sw/inc/docary.hxx:250 class SwFrameFormat *const & SwFrameFormats::back() const +sw/inc/htmltbl.hxx:282 + void SwHTMLTableLayout::SetLeftFillerBox(class SwTableBox *) +sw/inc/htmltbl.hxx:283 + void SwHTMLTableLayout::SetRightFillerBox(class SwTableBox *) +sw/inc/htmltbl.hxx:287 + unsigned short SwHTMLTableLayout::GetRelLeftFill() const +sw/inc/htmltbl.hxx:288 + unsigned short SwHTMLTableLayout::GetRelRightFill() const sw/inc/IDocumentLinksAdministration.hxx:53 _Bool IDocumentLinksAdministration::GetData(const class rtl::OUString &,const class rtl::OUString &,class com::sun::star::uno::Any &) const sw/inc/IDocumentLinksAdministration.hxx:55 @@ -906,9 +1096,9 @@ sw/inc/swrect.hxx:134 void SwRect::SetLowerLeftCorner(const class Point &) sw/inc/swrect.hxx:147 _Bool SwRect::OverStepTop(long) const -sw/qa/extras/inc/swmodeltestbase.hxx:544 +sw/qa/extras/inc/swmodeltestbase.hxx:556 class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> SwModelTestBase::getParagraphAnchoredObject(const int,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextRange> &) const -sw/qa/extras/uiwriter/uiwriter.cxx:5836 +sw/qa/extras/uiwriter/uiwriter.cxx:6007 int main() sw/source/core/inc/frame.hxx:1325 class Size SwRectFnSet::GetSize(const class SwRect &) const @@ -920,13 +1110,13 @@ sw/source/core/inc/frame.hxx:1365 long SwRectFnSet::XInc(long,long) const sw/source/core/inc/mvsave.hxx:162 _Bool ZSortFly::operator==(const class ZSortFly &) const -sw/source/core/text/inftxt.hxx:372 - void SwTextPaintInfo::NotifyURL_(const class SwLinePortion &) const +sw/source/core/inc/noteurl.hxx:53 + void SwNoteURL::InsertURLNote(const class rtl::OUString &,const class rtl::OUString &,const class SwRect &) sw/source/core/text/porlin.hxx:119 _Bool SwLinePortion::IsTabRightPortion() const sw/source/core/text/txtpaint.hxx:73 - DbgRect::DbgRect(class OutputDevice *,const class tools::Rectangle &,const _Bool,unsigned int) -sw/source/filter/ww8/ww8struc.hxx:241 + DbgRect::DbgRect(class OutputDevice *,const class tools::Rectangle &,const _Bool,class Color) +sw/source/filter/ww8/ww8struc.hxx:242 WW8_BRCVer6::WW8_BRCVer6() sw/source/uibase/inc/swcont.hxx:86 _Bool SwContent::operator==(const class SwContent &) const @@ -1002,7 +1192,7 @@ vcl/inc/unx/saldata.hxx:68 void X11SalData::initNWF() vcl/inc/unx/saldisp.hxx:364 class SalXLib * SalDisplay::GetXLib() const -vcl/inc/unx/salframe.h:189 +vcl/inc/unx/salframe.h:187 enum SalFrameStyleFlags X11SalFrame::GetStyle() const vcl/source/edit/textdat2.hxx:85 class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<class TETextPortion *const *, class std::__cxx1998::vector<class TETextPortion *, class std::allocator<class TETextPortion *> > >, class std::__debug::vector<class TETextPortion *, class std::allocator<class TETextPortion *> > > TETextPortionList::begin() const @@ -1022,10 +1212,10 @@ vcl/source/fontsubset/xlat.hxx:35 unsigned short TranslateChar16(unsigned short) vcl/source/gdi/pdfwriter_impl.hxx:1270 void vcl::PDFWriterImpl::setAutoAdvanceTime(unsigned int,int) -workdir/LexTarget/l10ntools/source/cfglex.cxx:3736 - void YYWarning(const char *) workdir/LexTarget/l10ntools/source/xrmlex.cxx:730 void YYWarning() +workdir/LexTarget/l10ntools/source/xrmlex.cxx:2226 + void YYWarning(const char *) writerfilter/source/ooxml/OOXMLPropertySet.hxx:157 class __gnu_debug::_Safe_iterator<class __gnu_cxx::__normal_iterator<const class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> *, class std::__cxx1998::vector<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> > > >, class std::__debug::vector<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty>, class std::allocator<class std::shared_ptr<class writerfilter::ooxml::OOXMLProperty> > > > writerfilter::ooxml::OOXMLPropertySet::begin() const writerfilter/source/ooxml/OOXMLPropertySet.hxx:158 diff --git a/compilerplugins/clang/unusedmethods.unused-returns.results b/compilerplugins/clang/unusedmethods.unused-returns.results index 76de432c237d..d6f7a7e9f8cf 100644 --- a/compilerplugins/clang/unusedmethods.unused-returns.results +++ b/compilerplugins/clang/unusedmethods.unused-returns.results @@ -1,17 +1,5 @@ canvas/source/cairo/cairo_canvashelper.hxx:214 _Bool cairocanvas::CanvasHelper::hasAlpha() const -canvas/source/cairo/cairo_textlayout.hxx:85 - _Bool cairocanvas::TextLayout::draw(const class std::shared_ptr<struct _cairo> &,class OutputDevice &,const class Point &,const struct com::sun::star::rendering::ViewState &,const struct com::sun::star::rendering::RenderState &) const -canvas/source/opengl/ogl_buffercontext.hxx:25 - _Bool oglcanvas::IBufferContext::startBufferRendering() -canvas/source/opengl/ogl_buffercontext.hxx:28 - _Bool oglcanvas::IBufferContext::endBufferRendering() -canvas/source/opengl/ogl_spritecanvas.hxx:106 - _Bool oglcanvas::SpriteCanvas::renderRecordedActions() const -canvas/source/opengl/ogl_textlayout.hxx:64 - _Bool oglcanvas::TextLayout::draw(const struct com::sun::star::rendering::ViewState &,const struct com::sun::star::rendering::RenderState &,const class com::sun::star::uno::Reference<class com::sun::star::rendering::XGraphicDevice> &) const -canvas/source/tools/surface.hxx:137 - _Bool canvas::Surface::refresh(struct canvas::IColorBuffer &) const chart2/source/view/main/OpenGLRender.hxx:69 int OpenGLRender::InitOpenGL() chart2/source/view/main/OpenGLRender.hxx:70 @@ -40,24 +28,18 @@ chart2/source/view/main/OpenGLRender.hxx:102 int OpenGLRender::RenderPieSegment2DShape(float,float,float) chart2/source/view/main/OpenGLRender.hxx:104 int OpenGLRender::RenderSymbol2DShape(float,float,int) -chart2/source/view/main/OpenGLRender.hxx:121 +chart2/source/view/main/OpenGLRender.hxx:117 int OpenGLRender::Create2DCircle(int) -connectivity/source/drivers/evoab2/NResultSet.hxx:56 - _Bool connectivity::evoab::OEvoabVersionHelper::executeQuery(void *,void *,class rtl::OString &) -connectivity/source/drivers/mork/MResultSet.hxx:263 - _Bool connectivity::mork::OResultSet::fillKeySet(int) -connectivity/source/inc/dbase/DIndex.hxx:95 - _Bool connectivity::dbase::ODbaseIndex::openIndexFile() -connectivity/source/inc/file/FResultSet.hxx:261 - _Bool connectivity::file::OResultSet::OpenImpl() connectivity/source/inc/java/lang/Object.hxx:117 int connectivity::java_lang_Object::callIntMethodWithIntArg_ThrowRuntime(const char *,struct _jmethodID *&,int) const -connectivity/source/inc/odbc/OConnection.hxx:82 +connectivity/source/inc/odbc/OConnection.hxx:78 short connectivity::odbc::OConnection::Construct(const class rtl::OUString &,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &) connectivity/source/inc/odbc/OStatement.hxx:116 _Bool connectivity::odbc::OStatement_Base::lockIfNecessary(const class rtl::OUString &) cppcanvas/source/inc/canvasgraphichelper.hxx:59 const class com::sun::star::uno::Reference<class com::sun::star::rendering::XGraphicDevice> & cppcanvas::internal::CanvasGraphicHelper::getGraphicDevice() const +cui/source/options/securityoptions.hxx:56 + short svx::SecurityOptionsDialog::run() extensions/source/scanner/sane.hxx:97 _Bool Sane::CheckConsistency(const char *,_Bool) extensions/source/scanner/sane.hxx:140 @@ -70,22 +52,10 @@ extensions/source/scanner/sanedlg.hxx:90 _Bool SaneDlg::LoadState() extensions/source/scanner/sanedlg.hxx:104 _Bool SaneDlg::SetAdjustedNumericalValue(const char *,double,int) -filter/source/flash/swffilter.cxx:159 - _Bool swf::FlashExportFilter::ExportAsMultipleFiles(const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &) -filter/source/flash/swffilter.cxx:160 - _Bool swf::FlashExportFilter::ExportAsSingleFile(const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &) -filter/source/storagefilterdetect/filterdetect.hxx:58 - _Bool StorageFilterDetect_supportsService(const class rtl::OUString &) -filter/source/textfilterdetect/filterdetect.hxx:59 - _Bool PlainTextFilterDetect_supportsService(const class rtl::OUString &) -hwpfilter/source/hwpfile.h:165 - _Bool HWPFile::ReadParaList(class std::__debug::vector<class HWPPara *, class std::allocator<class HWPPara *> > &) +filter/source/flash/swfexporter.hxx:88 + _Bool swf::FlashExporter::exportAll(const class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> &,const class com::sun::star::uno::Reference<class com::sun::star::io::XOutputStream> &,const class com::sun::star::uno::Reference<class com::sun::star::task::XStatusIndicator> &) i18nlangtag/source/languagetag/languagetag.cxx:275 const class rtl::OUString & LanguageTagImpl::getBcp47() const -include/basegfx/matrix/b3dhommatrix.hxx:60 - _Bool basegfx::B3DHomMatrix::invert() -include/basegfx/matrix/b3dhommatrix.hxx:114 - _Bool basegfx::B3DHomMatrix::decompose(class basegfx::B3DTuple &,class basegfx::B3DTuple &,class basegfx::B3DTuple &,class basegfx::B3DTuple &) const include/basegfx/vector/b2dvector.hxx:115 class basegfx::B2DVector & basegfx::B2DVector::setLength(double) include/basegfx/vector/b2ivector.hxx:101 @@ -126,44 +96,10 @@ include/canvas/vclwrapper.hxx:134 type-parameter-?-? & canvas::vcltools::VCLObject::get() include/canvas/vclwrapper.hxx:135 const type-parameter-?-? & canvas::vcltools::VCLObject::get() const -include/comphelper/backupfilehelper.hxx:129 - _Bool comphelper::BackupFileHelper::tryPush() -include/comphelper/backupfilehelper.hxx:130 - _Bool comphelper::BackupFileHelper::tryPushExtensionInfo() -include/comphelper/backupfilehelper.hxx:152 - _Bool comphelper::BackupFileHelper::tryPop() -include/comphelper/backupfilehelper.hxx:153 - _Bool comphelper::BackupFileHelper::tryPopExtensionInfo() -include/comphelper/embeddedobjectcontainer.hxx:133 - _Bool comphelper::EmbeddedObjectContainer::MoveEmbeddedObject(class comphelper::EmbeddedObjectContainer &,const class com::sun::star::uno::Reference<class com::sun::star::embed::XEmbeddedObject> &,class rtl::OUString &) -include/comphelper/embeddedobjectcontainer.hxx:137 - _Bool comphelper::EmbeddedObjectContainer::RemoveEmbeddedObject(const class rtl::OUString &,_Bool) -include/comphelper/embeddedobjectcontainer.hxx:141 - _Bool comphelper::EmbeddedObjectContainer::CloseEmbeddedObject(const class com::sun::star::uno::Reference<class com::sun::star::embed::XEmbeddedObject> &) -include/comphelper/embeddedobjectcontainer.hxx:159 - _Bool comphelper::EmbeddedObjectContainer::RemoveGraphicStream(const class rtl::OUString &) -include/comphelper/listenernotification.hxx:189 - _Bool comphelper::OSimpleListenerContainer::notify(const type-parameter-?-? &,void (type-parameter-?-?::*)(const type-parameter-?-? &)) -include/comphelper/namedvaluecollection.hxx:155 - _Bool comphelper::NamedValueCollection::get_ensureType(const class rtl::OUString &,type-parameter-?-? &) const -include/comphelper/propertycontainerhelper.hxx:152 - _Bool comphelper::OPropertyContainerHelper::setFastPropertyValue(int,const class com::sun::star::uno::Any &) -include/connectivity/parameters.hxx:390 - _Bool dbtools::ParameterManager::getConnection(class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &) -include/cppcanvas/bitmap.hxx:60 - _Bool cppcanvas::Bitmap::drawAlphaModulated(double) const -include/drawinglayer/primitive2d/textlayoutdevice.hxx:89 - _Bool drawinglayer::primitive2d::TextLayouterDevice::getTextOutlines(class std::__debug::vector<class basegfx::B2DPolyPolygon, class std::allocator<class basegfx::B2DPolyPolygon> > &,const class rtl::OUString &,unsigned int,unsigned int,const class std::__debug::vector<double, class std::allocator<double> > &) const +include/comphelper/backupfilehelper.hxx:206 + _Bool comphelper::BackupFileHelper::tryPush_extensionInfo(const class rtl::OUString &) include/editeng/editview.hxx:220 class ErrCode EditView::Read(class SvStream &,enum EETextFormat,class SvKeyValueIterator *) -include/editeng/svxacorr.hxx:221 - _Bool SvxAutoCorrectLanguageLists::PutText(const class rtl::OUString &,class SfxObjectShell &) -include/editeng/svxacorr.hxx:379 - _Bool SvxAutoCorrect::FnCapitalStartWord(class SvxAutoCorrDoc &,const class rtl::OUString &,int,int,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>) -include/editeng/svxacorr.hxx:396 - _Bool SvxAutoCorrect::FnCapitalStartSentence(class SvxAutoCorrDoc &,const class rtl::OUString &,_Bool,int,int,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>) -include/i18nutil/paper.hxx:131 - _Bool PaperInfo::doSloppyFit() include/LibreOfficeKit/LibreOfficeKit.hxx:63 struct _LibreOfficeKitDocument * lok::Document::get() include/LibreOfficeKit/LibreOfficeKit.hxx:97 @@ -186,11 +122,11 @@ include/LibreOfficeKit/LibreOfficeKit.hxx:484 unsigned char * lok::Document::renderFont(const char *,const char *,int *,int *) include/LibreOfficeKit/LibreOfficeKit.hxx:523 _Bool lok::Document::getViewIds(int *,unsigned long) -include/LibreOfficeKit/LibreOfficeKit.hxx:635 +include/LibreOfficeKit/LibreOfficeKit.hxx:643 char * lok::Office::getFilterTypes() -include/LibreOfficeKit/LibreOfficeKit.hxx:689 +include/LibreOfficeKit/LibreOfficeKit.hxx:697 char * lok::Office::getVersionInfo() -include/LibreOfficeKit/LibreOfficeKit.hxx:703 +include/LibreOfficeKit/LibreOfficeKit.hxx:711 _Bool lok::Office::runMacro(const char *) include/oox/crypto/DocumentDecryption.hxx:60 _Bool oox::core::DocumentDecryption::decrypt(const class com::sun::star::uno::Reference<class com::sun::star::io::XStream> &) @@ -250,9 +186,11 @@ include/oox/helper/binaryoutputstream.hxx:78 class oox::BinaryOutputStream & oox::BinaryOutputStream::WriteInt16(short) include/oox/helper/binaryoutputstream.hxx:79 class oox::BinaryOutputStream & oox::BinaryOutputStream::WriteUInt16(unsigned short) -include/oox/ole/olehelper.hxx:179 +include/oox/helper/propertyset.hxx:110 + _Bool oox::PropertySet::setProperty(int,class Color) +include/oox/ole/olehelper.hxx:180 _Bool oox::ole::MSConvertOCXControls::importControlFromStream(class oox::BinaryInputStream &,class com::sun::star::uno::Reference<class com::sun::star::form::XFormComponent> &,const class rtl::OUString &) -include/oox/ole/olehelper.hxx:190 +include/oox/ole/olehelper.hxx:191 _Bool oox::ole::MSConvertOCXControls::ReadOCXCtlsStream(const class tools::SvRef<class SotStorageStream> &,class com::sun::star::uno::Reference<class com::sun::star::form::XFormComponent> &,int,int) include/sax/fshelper.hxx:206 class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(int) @@ -260,20 +198,16 @@ include/sax/fshelper.hxx:207 class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::write(long) include/sax/fshelper.hxx:210 class sax_fastparser::FastSerializerHelper * sax_fastparser::FastSerializerHelper::writeEscaped(const char *) -include/sfx2/linkmgr.hxx:103 - _Bool sfx2::LinkManager::InsertFileLink(class sfx2::SvBaseLink &,unsigned short,const class rtl::OUString &,const class rtl::OUString *,const class rtl::OUString *) -include/sfx2/templatelocalview.hxx:128 - _Bool TemplateLocalView::moveTemplates(const class std::__debug::set<const class ThumbnailViewItem *, _Bool (*)(const class ThumbnailViewItem *, const class ThumbnailViewItem *), class std::allocator<const class ThumbnailViewItem *> > &,const unsigned short) +include/sfx2/linkmgr.hxx:64 + _Bool sfx2::LinkManager::InsertLink(class sfx2::SvBaseLink *,unsigned short,enum SfxLinkUpdateMode,const class rtl::OUString *) +include/sfx2/lnkbase.hxx:103 + class sfx2::SvLinkSource * sfx2::SvBaseLink::GetRealObject() include/svl/macitem.hxx:92 class SvStream & SvxMacroTableDtor::Write(class SvStream &) const include/svl/poolitem.hxx:173 class SvStream & SfxPoolItem::Store(class SvStream &,unsigned short) const -include/svx/framelink.hxx:204 +include/svx/framelink.hxx:195 class svx::frame::Style & svx::frame::Style::MirrorSelf() -include/svx/galtheme.hxx:129 - _Bool GalleryTheme::RemoveObject(unsigned int) -include/svx/svdoole2.hxx:192 - _Bool SdrEmbedObjectLink::Connect() include/test/sheet/xnamedrange.hxx:22 class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XNamedRange::init() include/test/sheet/xsheetannotation.hxx:36 @@ -284,114 +218,26 @@ include/test/sheet/xstyleloader.hxx:27 class com::sun::star::uno::Reference<class com::sun::star::lang::XComponent> apitest::XStyleLoader::getTargetComponent() include/test/sheet/xusedareacursor.hxx:25 class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XUsedAreaCursor::init() -include/tools/color.hxx:140 +include/tools/color.hxx:155 class SvStream & Color::Read(class SvStream &) -include/tools/color.hxx:141 +include/tools/color.hxx:156 class SvStream & Color::Write(class SvStream &) const -include/tools/date.hxx:200 - _Bool Date::Normalize() -include/tools/multisel.hxx:95 - _Bool StringRangeEnumerator::insertJoinedRanges(const class std::__debug::vector<int, class std::allocator<int> > &) -include/vcl/alpha.hxx:60 - _Bool AlphaMask::Erase(unsigned char) -include/vcl/alpha.hxx:62 - _Bool AlphaMask::Replace(unsigned char,unsigned char) -include/vcl/animate.hxx:139 - _Bool Animation::Convert(enum BmpConversion) -include/vcl/animate.hxx:143 - _Bool Animation::Mirror(enum BmpMirrorFlags) -include/vcl/animate.hxx:144 - _Bool Animation::Adjust(short,short,short,short,short,double,_Bool) -include/vcl/bitmap.hxx:266 - _Bool Bitmap::MakeMono(unsigned char) -include/vcl/bitmap.hxx:596 - _Bool Bitmap::Vectorize(class GDIMetaFile &,unsigned char,const class Link<long, void> *) -include/vcl/bitmapex.hxx:155 - _Bool BitmapEx::Expand(unsigned long,unsigned long,_Bool) -include/vcl/bitmapex.hxx:270 - _Bool BitmapEx::Replace(const class Color &,const class Color &) -include/vcl/bitmapex.hxx:292 - _Bool BitmapEx::Replace(const class Color *,const class Color *,unsigned long,const unsigned char *) -include/vcl/builder.hxx:330 - _Bool VclBuilder::extractGroup(const class rtl::OString &,class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &) -include/vcl/builder.hxx:331 - _Bool VclBuilder::extractModel(const class rtl::OString &,class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &) -include/vcl/builder.hxx:332 - _Bool VclBuilder::extractBuffer(const class rtl::OString &,class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &) -include/vcl/builder.hxx:334 - _Bool VclBuilder::extractButtonImage(const class rtl::OString &,class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &,_Bool) -include/vcl/builder.hxx:335 - _Bool VclBuilder::extractStock(const class rtl::OString &,class std::__debug::map<class rtl::OString, class rtl::OUString, struct std::less<class rtl::OString>, class std::allocator<struct std::pair<const class rtl::OString, class rtl::OUString> > > &) -include/vcl/dockwin.hxx:122 - _Bool ImplDockingWindowWrapper::ImplStartDocking(const class Point &) -include/vcl/dockwin.hxx:273 - _Bool DockingWindow::ImplStartDocking(const class Point &) -include/vcl/fixed.hxx:177 - _Bool FixedImage::SetModeImage(const class Image &) +include/tools/multisel.hxx:93 + _Bool StringRangeEnumerator::insertRange(int,int,_Bool) include/vcl/fontcharmap.hxx:48 class tools::SvRef<class FontCharMap> FontCharMap::GetDefaultMap(_Bool) -include/vcl/gdimetafiletools.hxx:48 - _Bool MetafileAccessor::accessMetafile(class GDIMetaFile &) const -include/vcl/gdimtf.hxx:111 - _Bool GDIMetaFile::Mirror(enum BmpMirrorFlags) include/vcl/gdimtf.hxx:183 class SvStream & GDIMetaFile::Read(class SvStream &) include/vcl/graphicfilter.hxx:255 class ErrCode GraphicFilter::ExportGraphic(const class Graphic &,const class INetURLObject &,unsigned short,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> *) -include/vcl/GraphicNativeTransform.hxx:37 - _Bool GraphicNativeTransform::rotate(unsigned short) -include/vcl/help.hxx:66 - _Bool Help::SearchKeyword(const class rtl::OUString &) -include/vcl/jobdata.hxx:71 - _Bool psp::JobData::setPaper(int,int) -include/vcl/jobdata.hxx:72 - _Bool psp::JobData::setPaperBin(int) -include/vcl/layout.hxx:610 - _Bool VclSizeGroup::set_property(const class rtl::OString &,const class rtl::OUString &) -include/vcl/menu.hxx:355 - _Bool Menu::GetSystemMenuData(struct SystemMenuData *) const -include/vcl/opengl/OpenGLContext.hxx:86 - _Bool OpenGLContext::AcquireDefaultFramebuffer() -include/vcl/opengl/OpenGLContext.hxx:156 - _Bool OpenGLContext::initWindow() -include/vcl/outdev.hxx:1155 - _Bool OutputDevice::GetCaretPositions(const class rtl::OUString &,long *,int,int) const -include/vcl/outdev.hxx:1515 - _Bool OutputDevice::BlendBitmap(const struct SalTwoRect &,const class Bitmap &) -include/vcl/pdfwriter.hxx:1112 - _Bool vcl::PDFWriter::SetCurrentStructureElement(int) -include/vcl/pdfwriter.hxx:1131 - _Bool vcl::PDFWriter::SetStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue) -include/vcl/pdfwriter.hxx:1149 - _Bool vcl::PDFWriter::SetStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int) -include/vcl/print.hxx:175 - _Bool PrinterOptions::ReadFromConfig(_Bool) -include/vcl/print.hxx:224 - _Bool Printer::EndJob() -include/vcl/print.hxx:311 - _Bool Printer::SetDuplexMode(enum DuplexMode) -include/vcl/print.hxx:315 - _Bool Printer::SetPaper(enum Paper) -include/vcl/print.hxx:340 - _Bool Printer::SetCopyCount(unsigned short,_Bool) -include/vcl/print.hxx:562 - _Bool vcl::PrinterController::setupPrinter(class vcl::Window *) -include/vcl/seleng.hxx:52 - _Bool FunctionSet::SetCursorAtPoint(const class Point &,_Bool) -include/vcl/texteng.hxx:288 - _Bool TextEngine::Write(class SvStream &) -include/vcl/textview.hxx:173 - _Bool TextView::Read(class SvStream &) -include/vcl/textview.hxx:227 - _Bool TextView::MatchGroup() -include/vcl/wrkwin.hxx:96 - _Bool WorkWindow::SetPluginParent(struct SystemParentData *) -include/xmloff/DashStyle.hxx:58 - _Bool XMLDashStyleExport::exportXML(const class rtl::OUString &,const class com::sun::star::uno::Any &) -include/xmloff/i18nmap.hxx:55 - _Bool SvI18NMap::Add(unsigned short,const class rtl::OUString &,const class rtl::OUString &) -include/xmloff/txtparae.hxx:520 - _Bool XMLTextParagraphExport::collectTextAutoStylesOptimized(_Bool) +include/vcl/GraphicNativeTransform.hxx:29 + _Bool GraphicNativeTransform::rotateBitmapOnly(unsigned short) +include/vcl/GraphicNativeTransform.hxx:30 + _Bool GraphicNativeTransform::rotateJPEG(unsigned short) +include/vcl/texteng.hxx:285 + _Bool TextEngine::Read(class SvStream &,const class TextSelection *) +include/vcl/textview.hxx:192 + _Bool TextView::SetCursorAtPoint(const class Point &) lotuswordpro/inc/lwpsvstream.hxx:76 class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &) lotuswordpro/inc/lwpsvstream.hxx:77 @@ -406,22 +252,22 @@ sc/inc/postit.hxx:89 _Bool ScCaptionPtr::forget() sc/inc/segmenttree.hxx:44 _Bool ScFlatBoolRowSegments::ForwardIterator::getValue(int,_Bool &) -sc/inc/table.hxx:936 +sc/inc/table.hxx:943 _Bool ScTable::GetDataEntries(short,int,class std::__debug::set<class ScTypedStrData, struct std::less<class ScTypedStrData>, class std::allocator<class ScTypedStrData> > &,_Bool) -sc/source/core/inc/interpre.hxx:834 - _Bool ScInterpreter::CalculateTest(_Bool,const unsigned long,const unsigned long,const unsigned long,const unsigned long,const class boost::intrusive_ptr<class ScMatrix> &,const class boost::intrusive_ptr<class ScMatrix> &,double &,double &) sc/source/core/opencl/formulagroupcl.cxx:966 unsigned long sc::opencl::DynamicKernelSlidingArgument::GenReductionLoopHeader(class std::basic_stringstream<char> &,_Bool &) sc/source/core/opencl/formulagroupcl.cxx:1408 unsigned long sc::opencl::ParallelReductionVectorRef::GenReductionLoopHeader(class std::basic_stringstream<char> &,int,_Bool &) -sc/source/filter/inc/fapihelper.hxx:230 +sc/source/filter/inc/fapihelper.hxx:223 _Bool ScfPropSetHelper::ReadValue(type-parameter-?-? &) -sc/source/filter/inc/fapihelper.hxx:232 +sc/source/filter/inc/fapihelper.hxx:225 _Bool ScfPropSetHelper::ReadValue(class com::sun::star::uno::Any &) sc/source/filter/inc/workbookhelper.hxx:254 _Bool oox::xls::WorkbookHelper::importOoxFragment(const class rtl::Reference<class oox::core::FragmentHandler> &,class oox::core::FastParser &) sc/source/ui/inc/content.hxx:144 _Bool ScContentTree::SelectEntryByName(const enum ScContentId,const class rtl::OUString &) +sc/source/ui/inc/select.hxx:73 + _Bool ScViewFunctionSet::SetCursorAtCell(short,int,_Bool) sc/source/ui/vba/vbaformat.hxx:69 class com::sun::star::uno::Any ScVbaFormat::getAddIndent() sc/source/ui/vba/vbaformat.hxx:73 @@ -456,247 +302,63 @@ sc/source/ui/vba/vbaformat.hxx:151 class com::sun::star::uno::Any ScVbaFormat::getReadingOrder() sd/source/filter/eppt/pptx-epptooxml.cxx:136 class oox::drawingml::ShapeExport & oox::core::PowerPointShapeExport::WritePageShape(const class com::sun::star::uno::Reference<class com::sun::star::drawing::XShape> &,enum PageType,_Bool) -sd/source/ui/inc/DrawDocShell.hxx:132 - _Bool sd::DrawDocShell::GotoBookmark(const class rtl::OUString &) sd/source/ui/inc/OutlineViewShell.hxx:114 class ErrCode sd::OutlineViewShell::ReadRtf(class SvStream &) sd/source/ui/remotecontrol/IBluetoothSocket.hxx:37 int sd::IBluetoothSocket::write(const void *,unsigned int) -sd/source/ui/view/drviews2.cxx:314 - _Bool sd::ClassificationCollector::collect() -slideshow/source/inc/eventmultiplexer.hxx:464 - _Bool slideshow::internal::EventMultiplexer::notifyViewChanged(const class std::shared_ptr<class slideshow::internal::UnoView> &) -starmath/source/ooxmlexport.hxx:27 - _Bool SmOoxmlExport::ConvertFromStarMath(const class std::shared_ptr<class sax_fastparser::FastSerializerHelper> &) -sw/inc/authfld.hxx:90 - _Bool SwAuthorityFieldType::AddField(long) +sfx2/inc/saveastemplatedlg.hxx:54 + short SfxSaveAsTemplateDialog::run() +sfx2/source/appl/appserv.cxx:322 + short (anonymous namespace)::LicenseDialog::run() +sfx2/source/appl/appserv.cxx:344 + short (anonymous namespace)::SafeModeQueryDialog::run() sw/inc/calc.hxx:112 class SwSbxValue & SwSbxValue::MakeDouble() -sw/inc/crsrsh.hxx:306 - _Bool SwCursorShell::DestroyCursor() -sw/inc/crsrsh.hxx:361 - _Bool SwCursorShell::MoveColumn(class SwLayoutFrame *(*)(const class SwLayoutFrame *),class SwContentFrame *(*)(const class SwLayoutFrame *)) -sw/inc/crsrsh.hxx:521 - _Bool SwCursorShell::GetCharRectAt(class SwRect &,const struct SwPosition *) -sw/inc/crsrsh.hxx:596 - _Bool SwCursorShell::GotoNextNum() -sw/inc/crsrsh.hxx:597 - _Bool SwCursorShell::GotoPrevNum() -sw/inc/crsrsh.hxx:644 - _Bool SwCursorShell::GotoFlyAnchor() -sw/inc/crsrsh.hxx:655 - _Bool SwCursorShell::GotoTOXMarkBase() -sw/inc/crsrsh.hxx:717 - _Bool SwCursorShell::ExpandToSentenceBorders() -sw/inc/dbmgr.hxx:375 - _Bool SwDBManager::ToNextRecord(const class rtl::OUString &,const class rtl::OUString &) -sw/inc/doc.hxx:521 - _Bool SwDoc::UpdateRsid(const class SwPaM &,int) -sw/inc/doc.hxx:1192 - _Bool SwDoc::InsertCol(const class SwCursor &,unsigned short,_Bool) -sw/inc/doc.hxx:1196 - _Bool SwDoc::InsertRow(const class SwCursor &,unsigned short,_Bool) -sw/inc/doc.hxx:1203 - _Bool SwDoc::DeleteRow(const class SwCursor &) -sw/inc/doc.hxx:1204 - _Bool SwDoc::DeleteCol(const class SwCursor &) -sw/inc/doc.hxx:1274 - _Bool SwDoc::UnProtectCells(const class rtl::OUString &) -sw/inc/doc.hxx:1276 - _Bool SwDoc::UnProtectTables(const class SwPaM &) -sw/inc/doc.hxx:1399 - _Bool SwDoc::ExecMacro(const class SvxMacro &,class rtl::OUString *,class SbxArray *) -sw/inc/docary.hxx:343 - _Bool SwRedlineTable::Remove(const class SwRangeRedline *) -sw/inc/docary.hxx:386 - _Bool SwExtraRedlineTable::Insert(class SwExtraRedline *) -sw/inc/editsh.hxx:225 - _Bool SwEditShell::DelINetAttrWithText() -sw/inc/editsh.hxx:265 - _Bool SwEditShell::GetCurParAttr(class SfxItemSet &) const -sw/inc/editsh.hxx:526 - _Bool SwEditShell::NoNum() -sw/inc/editsh.hxx:531 - _Bool SwEditShell::NumUpDown(_Bool) -sw/inc/editsh.hxx:578 - _Bool SwEditShell::ReplaceNumRule(const class rtl::OUString &,const class rtl::OUString &) -sw/inc/editsh.hxx:615 - _Bool SwEditShell::Undo(const unsigned short) -sw/inc/editsh.hxx:616 - _Bool SwEditShell::Redo(const unsigned short) -sw/inc/editsh.hxx:617 - _Bool SwEditShell::Repeat(const unsigned short) -sw/inc/editsh.hxx:646 +sw/inc/doc.hxx:1102 + _Bool SwDoc::ReplaceNumRule(const struct SwPosition &,const class rtl::OUString &,const class rtl::OUString &) +sw/inc/doc.hxx:1284 + _Bool SwDoc::SplitTable(const struct SwPosition &,enum SplitTable_HeadlineOption,_Bool) +sw/inc/editsh.hxx:270 + _Bool SwEditShell::GetPaMParAttr(class SwPaM *,class SfxItemSet &) const +sw/inc/editsh.hxx:641 const class GraphicAttr * SwEditShell::GetGraphicAttr(class GraphicAttr &) const -sw/inc/editsh.hxx:753 - _Bool SwEditShell::SplitTable(enum SplitTable_HeadlineOption) -sw/inc/editsh.hxx:889 - _Bool SwEditShell::DoSpecialInsert() -sw/inc/editsh.hxx:914 - _Bool SwEditShell::InsertGlobalDocContent(const class SwGlblDocContent &,class SwSectionData &) -sw/inc/editsh.hxx:919 - _Bool SwEditShell::DeleteGlobalDocContent(const class SwGlblDocContents &,unsigned long) -sw/inc/editsh.hxx:924 - _Bool SwEditShell::GotoGlobalDocContent(const class SwGlblDocContent &) -sw/inc/EnhancedPDFExportHelper.hxx:160 - _Bool SwTaggedPDFHelper::CheckRestoreTag() const -sw/inc/fesh.hxx:258 - _Bool SwFEShell::Copy(class SwDoc *,const class rtl::OUString *) -sw/inc/fesh.hxx:262 - _Bool SwFEShell::PastePages(class SwFEShell &,unsigned short,unsigned short) -sw/inc/fesh.hxx:385 - _Bool SwFEShell::ResetFlyFrameAttr(const class SfxItemSet *) -sw/inc/fesh.hxx:497 - _Bool SwFEShell::SetObjAttr(const class SfxItemSet &) -sw/inc/fesh.hxx:582 - _Bool SwFEShell::ReplaceSdrObj(const class rtl::OUString &,const class Graphic *) -sw/inc/fesh.hxx:638 - _Bool SwFEShell::InsertRow(unsigned short,_Bool) -sw/inc/fesh.hxx:639 - _Bool SwFEShell::InsertCol(unsigned short,_Bool) -sw/inc/fesh.hxx:641 - _Bool SwFEShell::DeleteTable() -sw/inc/fesh.hxx:649 - _Bool SwFEShell::SplitTab(_Bool,unsigned short,_Bool) -sw/inc/fesh.hxx:736 - _Bool SwFEShell::SetColRowWidthHeight(enum TableChgWidthHeightType,unsigned short) -sw/inc/fesh.hxx:738 - _Bool SwFEShell::GetAutoSum(class rtl::OUString &) const -sw/inc/fldbas.hxx:260 - _Bool SwFieldType::QueryValue(class com::sun::star::uno::Any &,unsigned short) const -sw/inc/fldbas.hxx:261 - _Bool SwFieldType::PutValue(const class com::sun::star::uno::Any &,unsigned short) -sw/inc/flddropdown.hxx:218 - _Bool SwDropDownField::SetSelectedItem(const class rtl::OUString &) -sw/inc/fmtcol.hxx:220 - _Bool SwConditionTextFormatColl::RemoveCondition(const class SwCollCondition &) -sw/inc/hhcwrp.hxx:56 - _Bool SwHHCWrapper::FindConvText_impl() -sw/inc/IDocumentContentOperations.hxx:118 - _Bool IDocumentContentOperations::DeleteRange(class SwPaM &) -sw/inc/IDocumentContentOperations.hxx:217 - _Bool IDocumentContentOperations::InsertItemSet(const class SwPaM &,const class SfxItemSet &,const enum SetAttrMode) -sw/inc/IDocumentFieldsAccess.hxx:76 - _Bool IDocumentFieldsAccess::PutValueToField(const struct SwPosition &,const class com::sun::star::uno::Any &,unsigned short) -sw/inc/ndtxt.hxx:196 - _Bool SwTextNode::TryCharSetExpandToNum(const class SfxItemSet &) -sw/inc/pagepreviewlayout.hxx:186 - _Bool SwPagePreviewLayout::CalcPreviewDataForPage(const class SwPageFrame &,const class Point &,struct PreviewPage *) -sw/inc/pagepreviewlayout.hxx:272 - _Bool SwPagePreviewLayout::Init(const unsigned short,const unsigned short,const class Size &) -sw/inc/pagepreviewlayout.hxx:283 - _Bool SwPagePreviewLayout::ReInit() -sw/inc/pagepreviewlayout.hxx:433 - _Bool SwPagePreviewLayout::CalcStartValuesForSelectedPageMove(const short,const short,unsigned short &,unsigned short &,class Point &) const -sw/inc/swabstdlg.hxx:374 - _Bool AbstractMailMergeWizard::ShowPage(unsigned short) -sw/inc/swbaslnk.hxx:52 - _Bool SwBaseLink::Connect() -sw/inc/swtable.hxx:292 - _Bool SwTable::CopyHeadlineIntoTable(class SwTableNode &) -sw/inc/tblafmt.hxx:191 - _Bool SwBoxAutoFormat::SaveVersionNo(class SvStream &,unsigned short) const -sw/inc/tblafmt.hxx:369 - _Bool SwTableAutoFormatTable::Load() -sw/inc/txatritr.hxx:44 - _Bool SwScriptIterator::Next() -sw/inc/unochart.hxx:324 - _Bool SwChartDataSequence::ExtendTo(_Bool,int,int) -sw/source/core/edit/autofmt.cxx:228 - _Bool SwAutoFormat::ClearRedlineText() -sw/source/core/inc/cntfrm.hxx:58 - _Bool SwContentFrame::MakePrtArea(const class SwBorderAttrs &) -sw/source/core/inc/frame.hxx:1358 - _Bool SwRectFnSet::SetLimit(class SwFrame &,long) const -sw/source/core/inc/layact.hxx:173 - _Bool SwLayAction::FormatLayoutFly(class SwFlyFrame *) -sw/source/core/inc/layact.hxx:175 - _Bool SwLayAction::FormatFlyContent(const class SwFlyFrame *) +sw/inc/IDocumentUndoRedo.hxx:180 + _Bool IDocumentUndoRedo::Repeat(class sw::RepeatContext &,const unsigned short) +sw/inc/swcrsr.hxx:166 + _Bool SwCursor::ExpandToSentenceBorders() +sw/inc/tblafmt.hxx:345 + _Bool SwTableAutoFormatTable::Load(class SvStream &) sw/source/core/inc/laycache.hxx:64 _Bool SwLayoutCache::CompareLayout(const class SwDoc &) const -sw/source/core/inc/scriptinfo.hxx:291 - _Bool SwScriptInfo::MarkKashidasInvalid(int,const int *) -sw/source/core/inc/sortedobjs.hxx:73 - _Bool SwSortedObjs::Remove(class SwAnchoredObject &) -sw/source/core/inc/sortedobjs.hxx:82 - _Bool SwSortedObjs::Update(class SwAnchoredObject &) -sw/source/core/inc/txtfly.hxx:257 - _Bool SwTextFly::DrawTextOpaque(class SwDrawTextInfo &) -sw/source/core/layout/dbg_lay.cxx:142 - _Bool SwImplProtocol::InsertFrame(unsigned short) -sw/source/core/layout/dbg_lay.cxx:143 - _Bool SwImplProtocol::DeleteFrame(unsigned short) -sw/source/core/layout/layhelp.hxx:168 - _Bool SwLayCacheIoImpl::OpenRec(unsigned char) -sw/source/core/layout/layhelp.hxx:172 - _Bool SwLayCacheIoImpl::CloseRec() -sw/source/core/ole/ndole.cxx:158 - _Bool SwEmbedObjectLink::Connect() -sw/source/core/unocore/unostyle.cxx:1121 - _Bool SwStyleProperties_Impl::GetProperty(const class rtl::OUString &,const class com::sun::star::uno::Any *&) -sw/source/filter/html/parcss1.hxx:234 - _Bool CSS1Parser::ParseStyleOption(const class rtl::OUString &) -sw/source/filter/html/swhtml.hxx:589 - _Bool SwHTMLParser::GetMarginsFromContext(unsigned short &,unsigned short &,short &,_Bool) const -sw/source/filter/ww8/ww8scan.hxx:630 - _Bool WW8PLCFx_Fc_FKP::HasSprm(unsigned short,class std::__debug::vector<struct SprmResult, class std::allocator<struct SprmResult> > &) -sw/source/filter/ww8/ww8toolbar.hxx:393 +sw/source/filter/ww8/ww8toolbar.hxx:339 _Bool Tcg::ImportCustomToolBar(class SfxObjectShell &) sw/source/uibase/inc/fldmgr.hxx:113 const class com::sun::star::uno::Reference<class com::sun::star::text::XNumberingTypeInfo> & SwFieldMgr::GetNumberingInfo() const -sw/source/uibase/inc/wrtsh.hxx:404 - _Bool SwWrtShell::GotoMark(const class sw::mark::IMark *const,_Bool) -sw/source/uibase/inc/wrtsh.hxx:473 - _Bool SwWrtShell::GotoFormatField(const class SwFormatField &) +sw/source/uibase/inc/mailmergewizard.hxx:80 + _Bool SwMailMergeWizard::skipUntil(unsigned short) ucb/source/ucp/webdav-neon/ContentProperties.hxx:169 _Bool webdav_ucp::CachableContentProperties::containsAllNames(const class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,class std::__debug::vector<class rtl::OUString, class std::allocator<class rtl::OUString> > &) const ucb/source/ucp/webdav-neon/NeonSession.hxx:232 _Bool webdav_ucp::NeonSession::UNLOCK(struct ne_lock *) -vcl/inc/fontsubset.hxx:53 - _Bool FontSubsetInfo::LoadFont(enum FontType,const unsigned char *,int) -vcl/inc/fontsubset.hxx:55 - _Bool FontSubsetInfo::LoadFont(struct vcl::TrueTypeFont *) -vcl/inc/headless/svpbmp.hxx:47 - _Bool SvpSalBitmap::Create(struct BitmapBuffer *) -vcl/inc/impbmp.hxx:56 - _Bool ImpBitmap::ImplCreate(const class Size &,unsigned short,const class BitmapPalette &) -vcl/inc/opengl/program.hxx:73 - _Bool OpenGLProgram::Use() -vcl/inc/opengl/program.hxx:105 - _Bool OpenGLProgram::DrawTexture(const class OpenGLTexture &) -vcl/inc/opengl/RenderList.hxx:153 - _Bool RenderList::addDrawTextureWithMaskColor(const class OpenGLTexture &,unsigned int,const struct SalTwoRect &) -vcl/inc/opengl/salbmp.hxx:104 - _Bool OpenGLSalBitmap::ImplScale(const double &,const double &,enum BmpScaleFlag) -vcl/inc/opengl/texture.hxx:55 - _Bool ImplOpenGLTexture::InitializeSlotMechanism(int) -vcl/inc/opengl/texture.hxx:79 - _Bool OpenGLTexture::GetTextureRect(const struct SalTwoRect &,_Bool,float &,float &,float &,float &) const +vcl/inc/opengl/salbmp.hxx:96 + _Bool OpenGLSalBitmap::ImplScaleFilter(const class rtl::Reference<class OpenGLContext> &,const double &,const double &,unsigned int) +vcl/inc/opengl/salbmp.hxx:98 + _Bool OpenGLSalBitmap::ImplScaleConvolution(const class rtl::Reference<class OpenGLContext> &,const double &,const double &,const class vcl::Kernel &) +vcl/inc/opengl/salbmp.hxx:99 + _Bool OpenGLSalBitmap::ImplScaleArea(const class rtl::Reference<class OpenGLContext> &,double,double) vcl/inc/opengl/texture.hxx:112 _Bool OpenGLTexture::CopyData(int,int,int,int,const unsigned char *) -vcl/inc/openglgdiimpl.hxx:110 - _Bool OpenGLSalGraphicsImpl::CheckOffscreenTexture() -vcl/inc/openglgdiimpl.hxx:119 - _Bool OpenGLSalGraphicsImpl::UseSolid() -vcl/inc/openglgdiimpl.hxx:121 - _Bool OpenGLSalGraphicsImpl::UseLine(float,_Bool) -vcl/inc/openglgdiimpl.hxx:148 - _Bool OpenGLSalGraphicsImpl::FlushLinesOrTriangles(enum DrawShaderType,const struct RenderParameters &) -vcl/inc/salusereventlist.hxx:90 - _Bool SalUserEventList::RemoveEvent(class SalFrame *,void *,enum SalEvent) -vcl/inc/unx/cairotextrender.hxx:45 - _Bool CairoTextRender::setFont(const class FontSelectPattern *,int) +vcl/inc/salframe.hxx:221 + _Bool SalFrame::SetPluginParent(struct SystemParentData *) +vcl/inc/salgdi.hxx:393 + _Bool SalGraphics::BlendBitmap(const struct SalTwoRect &,const class SalBitmap &,const class OutputDevice *) vcl/inc/unx/gtk/gtkdata.hxx:164 int GtkSalDisplay::CaptureMouse(class SalFrame *) -vcl/inc/unx/printerjob.hxx:122 - _Bool psp::PrinterJob::EndPage() vcl/inc/unx/saldisp.hxx:294 _Bool SalDisplay::Dispatch(union _XEvent *) -vcl/inc/unx/x11/x11gdiimpl.h:23 - _Bool X11GraphicsImpl::FillPixmapFromScreen(class X11Pixmap *,int,int) -vcl/opengl/x11/gdiimpl.cxx:42 - _Bool X11OpenGLContext::init(struct _XDisplay *,unsigned long,int) -vcl/source/gdi/pdfwriter_impl.hxx:1166 - _Bool vcl::PDFWriterImpl::intersectClipRegion(const class basegfx::B2DPolyPolygon &) -vcl/unx/generic/print/glyphset.hxx:54 - _Bool psp::GlyphSet::GetGlyphID(unsigned int,unsigned char *,int *) +vcl/source/gdi/pdfwriter_impl.hxx:1262 + _Bool vcl::PDFWriterImpl::setCurrentStructureElement(int) +vcl/source/gdi/pdfwriter_impl.hxx:1263 + _Bool vcl::PDFWriterImpl::setStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue) +vcl/source/gdi/pdfwriter_impl.hxx:1264 + _Bool vcl::PDFWriterImpl::setStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int) diff --git a/connectivity/source/drivers/firebird/Driver.cxx b/connectivity/source/drivers/firebird/Driver.cxx index 09057309186c..5fd13a4c4ca9 100644 --- a/connectivity/source/drivers/firebird/Driver.cxx +++ b/connectivity/source/drivers/firebird/Driver.cxx @@ -248,42 +248,6 @@ namespace connectivity { namespace firebird { - - void release(oslInterlockedCount& _refCount, ::cppu::OBroadcastHelper& rBHelper, - Reference< XInterface >& _xInterface, XComponent* _pObject) - { - if (osl_atomic_decrement( &_refCount ) == 0) - { - osl_atomic_increment( &_refCount ); - - if (!rBHelper.bDisposed && !rBHelper.bInDispose) - { - // remember the parent - Reference< XInterface > xParent; - { - MutexGuard aGuard( rBHelper.rMutex ); - xParent = _xInterface; - _xInterface = nullptr; - } - - // First dispose - _pObject->dispose(); - - // only the alive ref holds the object - OSL_ASSERT( _refCount == 1 ); - - // release the parent in the ~ - if (xParent.is()) - { - MutexGuard aGuard( rBHelper.rMutex ); - _xInterface = xParent; - } - } - } - else - osl_atomic_increment( &_refCount ); - } - void checkDisposed(bool _bThrow) { if (_bThrow) diff --git a/connectivity/source/drivers/firebird/SubComponent.hxx b/connectivity/source/drivers/firebird/SubComponent.hxx index ea03c6512b6f..3fa7727db2ea 100644 --- a/connectivity/source/drivers/firebird/SubComponent.hxx +++ b/connectivity/source/drivers/firebird/SubComponent.hxx @@ -50,11 +50,6 @@ namespace connectivity namespace firebird { - void release(oslInterlockedCount& _refCount, - ::cppu::OBroadcastHelper& rBHelper, - css::uno::Reference< css::uno::XInterface >& _xInterface, - css::lang::XComponent* _pObject); - /// @throws css::lang::DisposedException void checkDisposed(bool _bThrow); diff --git a/dbaccess/source/filter/hsqldb/columndef.hxx b/dbaccess/source/filter/hsqldb/columndef.hxx index bded07bf5b4c..5b5c68f7e67a 100644 --- a/dbaccess/source/filter/hsqldb/columndef.hxx +++ b/dbaccess/source/filter/hsqldb/columndef.hxx @@ -34,11 +34,6 @@ public: sal_Int32 getDataType() const { return m_eType; } bool isPrimaryKey() const { return m_bPrimaryKey; } bool isNullable() const { return m_bNullable; } - sal_Int32 getAutoIncrementDefault() const - { - assert(m_nAutoIncrement > 0); - return m_nAutoIncrement; - } bool isAutoIncremental() const { return m_nAutoIncrement >= 0; } const std::vector<sal_Int32> getParams() const { return m_aParams; } }; diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index 26fb338b5424..e3ed742d0e79 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -371,11 +371,6 @@ void Outliner::SetHoriAlignIgnoreTrailingWhitespace(bool bEnabled) pEditEngine->SetHoriAlignIgnoreTrailingWhitespace( bEnabled ); } -bool Outliner::IsHoriAlignIgnoreTrailingWhitespace() const -{ - return pEditEngine->IsHoriAlignIgnoreTrailingWhitespace(); -} - OutlinerParaObject* Outliner::CreateParaObject( sal_Int32 nStartPara, sal_Int32 nCount ) const { if ( static_cast<sal_uLong>(nStartPara) + nCount > diff --git a/include/comphelper/graphicmimetype.hxx b/include/comphelper/graphicmimetype.hxx index 970342f2e5f5..ad081c46e2e5 100644 --- a/include/comphelper/graphicmimetype.hxx +++ b/include/comphelper/graphicmimetype.hxx @@ -24,7 +24,6 @@ class COMPHELPER_DLLPUBLIC GraphicMimeTypeHelper public: static OUString GetMimeTypeForExtension(const OString& rExt); static OUString GetMimeTypeForXGraphic(css::uno::Reference<css::graphic::XGraphic> xGraphic); - static OUString GetMimeTypeForImageUrl(const OUString& rImageUrl); static OUString GetMimeTypeForImageStream(css::uno::Reference<css::io::XInputStream> xInputStream); }; diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index ad0437ec3e6e..43d6f99a8e62 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -996,7 +996,6 @@ public: // tdf#115639 compatibility flag void SetHoriAlignIgnoreTrailingWhitespace(bool bEnabled); - bool IsHoriAlignIgnoreTrailingWhitespace() const; }; #endif diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx index bd445df24fd8..33c301285a27 100644 --- a/include/oox/export/drawingml.hxx +++ b/include/oox/export/drawingml.hxx @@ -204,7 +204,6 @@ public: void WriteGraphicCropProperties(css::uno::Reference<css::beans::XPropertySet> const & rxPropertySet, Size const & rOriginalSize, MapMode const & rMapMode); - void WriteSrcRect( const css::uno::Reference< css::beans::XPropertySet >&, const OUString& ); void WriteSrcRectXGraphic(css::uno::Reference<css::beans::XPropertySet> const & rxPropertySet, css::uno::Reference<css::graphic::XGraphic> const & rxGraphic); diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx index 2127d3ec57f4..84450c2a61b6 100644 --- a/include/oox/helper/graphichelper.hxx +++ b/include/oox/helper/graphichelper.hxx @@ -143,14 +143,6 @@ public: const css::uno::Reference< css::io::XInputStream >& rxInStrm, const WmfExternal* pExtHeader ) const; - /** Creates a persistent graphic object from the passed binary memory block. - @return The URL of the created and internally cached graphic object. */ - OUString importGraphicObject( const StreamDataSequence& rGraphicData ) const; - - /** Imports a graphic object from the storage stream with the passed path and name. - @return The URL of the created and internally cached graphic object. */ - OUString importEmbeddedGraphicObject( const OUString& rStreamName ) const; - /** calculates the original size of a graphic which is necessary to be able to calculate cropping values @return The original Graphic size in 100thmm */ css::awt::Size getOriginalSize( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic ) const; diff --git a/include/sfx2/msgpool.hxx b/include/sfx2/msgpool.hxx index fffdf415d5e9..ea5650506414 100644 --- a/include/sfx2/msgpool.hxx +++ b/include/sfx2/msgpool.hxx @@ -49,7 +49,6 @@ public: void RegisterInterface( SfxInterface& rFace ); void ReleaseInterface( SfxInterface& rFace ); - SfxInterface* FirstInterface(); static SfxSlotPool& GetSlotPool( SfxViewFrame *pFrame=nullptr ); diff --git a/include/svl/itemprop.hxx b/include/svl/itemprop.hxx index 9dadda50d351..334ae8d5f35a 100644 --- a/include/svl/itemprop.hxx +++ b/include/svl/itemprop.hxx @@ -91,27 +91,6 @@ struct SfxItemPropertySimpleEntry assert(_nFlags <= 0x1ff ); } - SfxItemPropertySimpleEntry(sal_uInt16 _nWID, css::uno::Type const & _rType, - sal_Int16 _nFlags, sal_uInt8 const _nMemberId, PropertyMoreFlags _nMoreFlags) - : nWID( _nWID ) - , aType( _rType ) - , nFlags( _nFlags ) - , nMemberId( _nMemberId ) - , nMoreFlags( _nMoreFlags ) - { - assert(_nFlags <= 0x1ff ); - assert( (_nMemberId & 0x40) == 0 ); - // Verify that if METRIC_ITEM is set, we are one of the types supported by - // SvxUnoConvertToMM. - assert((_nMoreFlags & PropertyMoreFlags::METRIC_ITEM) && - ( (aType.getTypeClass() == css::uno::TypeClass_BYTE) - || (aType.getTypeClass() == css::uno::TypeClass_SHORT) - || (aType.getTypeClass() == css::uno::TypeClass_UNSIGNED_SHORT) - || (aType.getTypeClass() == css::uno::TypeClass_LONG) - || (aType.getTypeClass() == css::uno::TypeClass_UNSIGNED_LONG) - ) ); - } - SfxItemPropertySimpleEntry( const SfxItemPropertyMapEntry* pMapEntry ) : nWID( pMapEntry->nWID ) , aType( pMapEntry->aType ) diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx index d37ece2bedb5..53f7fb716e3c 100644 --- a/include/tools/gen.hxx +++ b/include/tools/gen.hxx @@ -745,10 +745,6 @@ inline SvStream& ReadPair( SvStream& rIStream, Point& v ) { return ReadPair(rISt inline SvStream& WritePair( SvStream& rOStream, const Point& v ) { return WritePair(rOStream, v.toPair()); } inline SvStream& ReadPair( SvStream& rIStream, Size& v ) { return ReadPair(rIStream, v.toPair()); } inline SvStream& WritePair( SvStream& rOStream, const Size& v ) { return WritePair(rOStream, v.toPair()); } -inline SvStream& ReadPair( SvStream& rIStream, Range& v ) { return ReadPair(rIStream, v.toPair()); } -inline SvStream& WritePair( SvStream& rOStream, const Range& v ) { return WritePair(rOStream, v.toPair()); } -inline SvStream& ReadPair( SvStream& rIStream, Selection& v ) { return ReadPair(rIStream, v.toPair()); } -inline SvStream& WritePair( SvStream& rOStream, const Selection& v ) { return WritePair(rOStream, v.toPair()); } #endif diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx index c449eec8a3e3..86122f979d8a 100644 --- a/include/vcl/btndlg.hxx +++ b/include/vcl/btndlg.hxx @@ -59,19 +59,12 @@ public: void SetPageSizePixel( const Size& rSize ) { maPageSize = rSize; } - sal_uInt16 GetCurButtonId() const { return mnCurButtonId; } - void AddButton( const OUString& rText, sal_uInt16 nId, ButtonDialogFlags nBtnFlags = ButtonDialogFlags::NONE, long nSepPixel = 0 ); void AddButton( StandardButtonType eType, sal_uInt16 nId, ButtonDialogFlags nBtnFlags = ButtonDialogFlags::NONE, long nSepPixel = 0 ); void RemoveButton( sal_uInt16 nId ); - void Clear(); sal_uInt16 GetButtonId( sal_uInt16 nButton ) const; PushButton* GetPushButton( sal_uInt16 nId ) const; - void SetButtonText( sal_uInt16 nId, const OUString& rText ); - void SetButtonHelpText( sal_uInt16 nId, const OUString& rText ); - - void SetFocusButton( sal_uInt16 nId ) { mnFocusButtonId = nId; } protected: ButtonDialog( WindowType nType ); diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx index c649e9904e6a..71819bf8b2da 100644 --- a/include/vcl/builder.hxx +++ b/include/vcl/builder.hxx @@ -81,9 +81,6 @@ public: //sID may not exist PopupMenu* get_menu(const OString& sID); - //given an sID return the response value for that widget - short get_response(const vcl::Window *pWindow) const; - //release ownership of pWindow, i.e. don't delete it void drop_ownership(const vcl::Window *pWindow); diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index cfea8a19a5e9..b225a932dd86 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -467,11 +467,6 @@ public: bool AddEmbeddedXGraphicAsBase64(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic); bool GetGraphicMimeTypeFromStream(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic, OUString & rOutMimeType); - css::uno::Reference<css::io::XInputStream> GetEmbeddedGraphicObjectStream( - const OUString& rGraphicObjectURL); - bool AddEmbeddedGraphicObjectAsBase64( - const OUString& rGraphicObjectURL ); - OUString AddEmbeddedObject( const OUString& rEmbeddedObjectURL ); bool AddEmbeddedObjectAsBase64( diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 691d3e704b54..3f6f3bd504ce 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -571,14 +571,6 @@ public: */ sal_uInt16 getGeneratorVersion() const; - /** If true, the URL for graphic shapes may be stored as a package URL and - loaded later (on demand) by the application. Otherwise graphics are - loaded immediately and the graphic shape gets the graphic manager URL. - - @see <member>mbIsGraphicLoadOnDemandSupported</member> - */ - bool isGraphicLoadOnDemandSupported() const { return mbIsGraphicLoadOnDemandSupported;} - /** Returns true if the embedded font document URL has already been processed. Otherwise returns false and consequent calls with the same URL will return true. diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx index d792ba390033..7d1ac95fc32c 100644 --- a/linguistic/source/spelldsp.cxx +++ b/linguistic/source/spelldsp.cxx @@ -186,14 +186,6 @@ SpellCheckerDispatcher::~SpellCheckerDispatcher() } -void SpellCheckerDispatcher::ClearSvcList() -{ - // release memory for each table entry - SpellSvcByLangMap_t aTmp; - m_aSvcMap.swap( aTmp ); -} - - Sequence< Locale > SAL_CALL SpellCheckerDispatcher::getLocales() { MutexGuard aGuard( GetLinguMutex() ); diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx index d84d11a4513a..8e65841d2d9b 100644 --- a/linguistic/source/spelldsp.hxx +++ b/linguistic/source/spelldsp.hxx @@ -71,8 +71,6 @@ class SpellCheckerDispatcher : inline css::uno::Reference< css::linguistic2::XSearchableDictionaryList > GetDicList(); - void ClearSvcList(); - /// @throws css::uno::RuntimeException /// @throws css::lang::IllegalArgumentException bool isValid_Impl(const OUString& aWord, LanguageType nLanguage, diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk index 72eb082e5b2c..073a573ccb53 100644 --- a/lotuswordpro/Library_lwpft.mk +++ b/lotuswordpro/Library_lwpft.mk @@ -71,7 +71,6 @@ $(eval $(call gb_Library_add_exception_objects,lwpft,\ lotuswordpro/source/filter/lwpcontent \ lotuswordpro/source/filter/lwpdivinfo \ lotuswordpro/source/filter/lwpdivopts \ - lotuswordpro/source/filter/lwpdllist \ lotuswordpro/source/filter/lwpdlvlist \ lotuswordpro/source/filter/lwpdoc \ lotuswordpro/source/filter/lwpdocdata \ diff --git a/lotuswordpro/source/filter/lwpdllist.cxx b/lotuswordpro/source/filter/lwpdllist.cxx deleted file mode 100644 index 5834be2f3509..000000000000 --- a/lotuswordpro/source/filter/lwpdllist.cxx +++ /dev/null @@ -1,93 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* - * - * The Contents of this file are made available subject to the terms of - * either of the following licenses - * - * - GNU Lesser General Public License Version 2.1 - * - Sun Industry Standards Source License Version 1.1 - * - * Sun Microsystems Inc., October, 2000 - * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2000 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - * - * - * Sun Industry Standards Source License Version 1.1 - * ================================================= - * The contents of this file are subject to the Sun Industry Standards - * Source License Version 1.1 (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.openoffice.org/license.html. - * - * Software provided under this License is provided on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, - * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, - * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. - * See the License for the specific provisions governing your rights and - * obligations concerning the Software. - * - * The Initial Developer of the Original Code is: IBM Corporation - * - * Copyright: 2008 by IBM Corporation - * - * All Rights Reserved. - * - * Contributor(s): _______________________________________ - * - * - ************************************************************************/ -/************************************************************************* - * @file - * double linked class implementation - ************************************************************************/ - -#include "lwpdllist.hxx" - -LwpDLList::LwpDLList() -{ - m_pNext = m_pPrevious = nullptr; -} - -void -LwpDLList::insert(LwpDLList* Next,LwpDLList* Previous) -{ - if (Next) - Next->SetPrevious(this); - if (Previous) - Previous->SetNext(this); - m_pNext = Next; - m_pPrevious = Previous; -} - -LwpDLList::~LwpDLList() -{ - remove(); -} - -void LwpDLList::remove() -{ - /* fix up other links */ - if(m_pPrevious) - m_pPrevious->SetNext(m_pNext); - if(m_pNext) - m_pNext->SetPrevious(m_pPrevious); -} - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwpdllist.hxx b/lotuswordpro/source/filter/lwpdllist.hxx deleted file mode 100644 index d06495fe4821..000000000000 --- a/lotuswordpro/source/filter/lwpdllist.hxx +++ /dev/null @@ -1,96 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* - * - * The Contents of this file are made available subject to the terms of - * either of the following licenses - * - * - GNU Lesser General Public License Version 2.1 - * - Sun Industry Standards Source License Version 1.1 - * - * Sun Microsystems Inc., October, 2000 - * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2000 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - * - * - * Sun Industry Standards Source License Version 1.1 - * ================================================= - * The contents of this file are subject to the Sun Industry Standards - * Source License Version 1.1 (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.openoffice.org/license.html. - * - * Software provided under this License is provided on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, - * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, - * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. - * See the License for the specific provisions governing your rights and - * obligations concerning the Software. - * - * The Initial Developer of the Original Code is: IBM Corporation - * - * Copyright: 2008 by IBM Corporation - * - * All Rights Reserved. - * - * Contributor(s): _______________________________________ - * - * - ************************************************************************/ -/************************************************************************* - * @file - * double linked list - ************************************************************************/ - -#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDLLIST_HXX -#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPDLLIST_HXX -#include <lwpheader.hxx> -class LwpDLList -{ -public: - LwpDLList(); - virtual ~LwpDLList(); - void insert(LwpDLList*, LwpDLList*); - void remove(); - LwpDLList* GetNext(); - void SetNext(LwpDLList*); - void SetPrevious(LwpDLList*); -private: - LwpDLList* m_pNext; - LwpDLList* m_pPrevious; -}; - -inline LwpDLList* LwpDLList::GetNext() -{ - return m_pNext; -} - -inline void LwpDLList::SetNext(LwpDLList* Next) -{ - m_pNext = Next; -} - -inline void LwpDLList::SetPrevious(LwpDLList* Previous) -{ - m_pPrevious = Previous; -} - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwpparaproperty.hxx b/lotuswordpro/source/filter/lwpparaproperty.hxx index 4c97f011c9ba..f00e7fb0a905 100644 --- a/lotuswordpro/source/filter/lwpparaproperty.hxx +++ b/lotuswordpro/source/filter/lwpparaproperty.hxx @@ -64,7 +64,6 @@ #include <memory> #include <lwpobj.hxx> #include <lwpobjstrm.hxx> -#include "lwpdllist.hxx" #include <lwpoverride.hxx> #include "lwppiece.hxx" diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index ca7c303acd6e..f462fa13d32a 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -1364,14 +1364,6 @@ void DrawingML::WriteGraphicCropProperties(uno::Reference<beans::XPropertySet> c } } -void DrawingML::WriteSrcRect(const uno::Reference<beans::XPropertySet>& rxPropertySet, const OUString& rURL) -{ - GraphicObject aGraphicObject = GraphicObject::CreateGraphicObjectFromURL(rURL); - Size aOriginalSize = aGraphicObject.GetPrefSize(); - const MapMode& rMapMode = aGraphicObject.GetPrefMapMode(); - WriteGraphicCropProperties(rxPropertySet, aOriginalSize, rMapMode); -} - void DrawingML::WriteSrcRectXGraphic(uno::Reference<beans::XPropertySet> const & rxPropertySet, uno::Reference<graphic::XGraphic> const & rxGraphic) { diff --git a/oox/source/helper/graphichelper.cxx b/oox/source/helper/graphichelper.cxx index 076cd4dbdc27..fdefc8ad2de6 100644 --- a/oox/source/helper/graphichelper.cxx +++ b/oox/source/helper/graphichelper.cxx @@ -372,17 +372,6 @@ OUString GraphicHelper::importGraphicObject( const Reference< XInputStream >& rx return createGraphicObject( importGraphic( rxInStrm, pExtHeader ) ); } -OUString GraphicHelper::importGraphicObject( const StreamDataSequence& rGraphicData ) const -{ - return createGraphicObject( importGraphic( rGraphicData ) ); -} - -OUString GraphicHelper::importEmbeddedGraphicObject( const OUString& rStreamName ) const -{ - Reference< XGraphic > xGraphic = importEmbeddedGraphic( rStreamName ); - return xGraphic.is() ? createGraphicObject( xGraphic ) : OUString(); -} - awt::Size GraphicHelper::getOriginalSize( const Reference< XGraphic >& xGraphic ) const { awt::Size aSizeHmm; diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx index 683c00ae98b4..5563a300e7d4 100644 --- a/sfx2/source/control/msgpool.cxx +++ b/sfx2/source/control/msgpool.cxx @@ -309,15 +309,6 @@ const SfxSlot* SfxSlotPool::NextSlot() // Query SlotName with help text -SfxInterface* SfxSlotPool::FirstInterface() -{ - _nCurInterface = 0; - if ( _vInterfaces.empty() ) - return nullptr; - return _pParentPool ? _pParentPool->FirstInterface() : _vInterfaces[0]; -} - - const SfxSlot* SfxSlotPool::GetUnoSlot( const OUString& rName ) const { const SfxSlot *pSlot = nullptr; diff --git a/sw/inc/htmltbl.hxx b/sw/inc/htmltbl.hxx index d2cdb61fec9c..3902b208665d 100644 --- a/sw/inc/htmltbl.hxx +++ b/sw/inc/htmltbl.hxx @@ -279,13 +279,8 @@ public: inline SwHTMLTableLayoutCell *GetCell( sal_uInt16 nRow, sal_uInt16 nCol ) const; inline void SetCell( std::unique_ptr<SwHTMLTableLayoutCell> pCell, sal_uInt16 nRow, sal_uInt16 nCol ); - void SetLeftFillerBox( SwTableBox *pBox ) { m_pLeftFillerBox = pBox; } - void SetRightFillerBox( SwTableBox *pBox ) { m_pRightFillerBox = pBox; } - sal_uLong GetMin() const { return m_nMin; } sal_uLong GetMax() const { return m_nMax; } - sal_uInt16 GetRelLeftFill() const { return m_nRelLeftFill; } - sal_uInt16 GetRelRightFill() const { return m_nRelRightFill; } inline long GetBrowseWidthMin() const; diff --git a/sw/source/core/inc/noteurl.hxx b/sw/source/core/inc/noteurl.hxx index 2edd314e046c..08b4f3f1d506 100644 --- a/sw/source/core/inc/noteurl.hxx +++ b/sw/source/core/inc/noteurl.hxx @@ -50,8 +50,7 @@ private: public: SwNoteURL() {} - void InsertURLNote( const OUString& rURL, const OUString& rTarget, - const SwRect& rRect ); + void FillImageMap( ImageMap* pMap, const Point& rPos, const MapMode& rMap ); }; diff --git a/sw/source/core/text/noteurl.cxx b/sw/source/core/text/noteurl.cxx index 982dba18ca96..e36ca87038b8 100644 --- a/sw/source/core/text/noteurl.cxx +++ b/sw/source/core/text/noteurl.cxx @@ -28,17 +28,6 @@ // Global variable SwNoteURL *pNoteURL = nullptr; -void SwNoteURL::InsertURLNote( const OUString& rURL, const OUString& rTarget, - const SwRect& rRect ) -{ - const size_t nCount = m_List.size(); - for( size_t i = 0; i < nCount; ++i ) - if (rRect == m_List[i].GetRect()) - return; - - m_List.emplace_back(rURL, rTarget, rRect); -} - void SwNoteURL::FillImageMap( ImageMap *pMap, const Point &rPos, const MapMode& rMap ) { diff --git a/vcl/source/window/btndlg.cxx b/vcl/source/window/btndlg.cxx index 38f90362ec41..ba1b1d77e697 100644 --- a/vcl/source/window/btndlg.cxx +++ b/vcl/source/window/btndlg.cxx @@ -342,19 +342,6 @@ void ButtonDialog::RemoveButton( sal_uInt16 nId ) SAL_WARN( "vcl.window", "ButtonDialog::RemoveButton(): ButtonId invalid" ); } -void ButtonDialog::Clear() -{ - for (auto & it : m_ItemList) - { - it->mpPushButton->Hide(); - if (it->mbOwnButton) - it->mpPushButton.disposeAndClear(); - } - - m_ItemList.clear(); - mbFormat = true; -} - sal_uInt16 ButtonDialog::GetButtonId( sal_uInt16 nButton ) const { if ( nButton < m_ItemList.size() ) @@ -373,23 +360,4 @@ PushButton* ButtonDialog::GetPushButton( sal_uInt16 nId ) const return nullptr; } -void ButtonDialog::SetButtonText( sal_uInt16 nId, const OUString& rText ) -{ - ImplBtnDlgItem* pItem = ImplGetItem( nId ); - - if ( pItem ) - { - pItem->mpPushButton->SetText( rText ); - mbFormat = true; - } -} - -void ButtonDialog::SetButtonHelpText( sal_uInt16 nId, const OUString& rText ) -{ - ImplBtnDlgItem* pItem = ImplGetItem( nId ); - - if ( pItem ) - pItem->mpPushButton->SetHelpText( rText ); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 7b3221f5bc3e..a3a41b31443e 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -1907,24 +1907,6 @@ OUString SvXMLExport::AddEmbeddedXGraphic(uno::Reference<graphic::XGraphic> cons return sURL; } -Reference< XInputStream > SvXMLExport::GetEmbeddedGraphicObjectStream( const OUString& rGraphicObjectURL ) -{ - if( (getExportFlags() & SvXMLExportFlags::EMBEDDED) && - rGraphicObjectURL.startsWith( msGraphicObjectProtocol ) && - mxGraphicResolver.is() ) - { - Reference< XBinaryStreamResolver > xStmResolver( mxGraphicResolver, UNO_QUERY ); - - if( xStmResolver.is() ) - { - Reference< XInputStream > xIn( xStmResolver->getInputStream( rGraphicObjectURL ) ); - return xIn; - } - } - - return nullptr; -} - bool SvXMLExport::GetGraphicMimeTypeFromStream(uno::Reference<graphic::XGraphic> const & rxGraphic, OUString & rOutMimeType) { if (mxGraphicResolver.is()) @@ -1966,31 +1948,6 @@ bool SvXMLExport::AddEmbeddedXGraphicAsBase64(uno::Reference<graphic::XGraphic> return false; } -bool SvXMLExport::AddEmbeddedGraphicObjectAsBase64( const OUString& rGraphicObjectURL ) -{ - bool bRet = false; - - if( (getExportFlags() & SvXMLExportFlags::EMBEDDED) && - rGraphicObjectURL.startsWith( msGraphicObjectProtocol ) && - mxGraphicResolver.is() ) - { - Reference< XBinaryStreamResolver > xStmResolver( mxGraphicResolver, UNO_QUERY ); - - if( xStmResolver.is() ) - { - Reference< XInputStream > xIn( xStmResolver->getInputStream( rGraphicObjectURL ) ); - - if( xIn.is() ) - { - XMLBase64Export aBase64Exp( *this ); - bRet = aBase64Exp.exportOfficeBinaryDataElement( xIn ); - } - } - } - - return bRet; -} - OUString SvXMLExport::AddEmbeddedObject( const OUString& rEmbeddedObjectURL ) { OUString sRet; |