loplugin:unusedmethods

Change-Id: Ibd9f4757ec26da7acc645f33573ace3280e84834
Reviewed-on: https://gerrit.libreoffice.org/55788
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2018-06-14 12:26:05 +02:00
parent cfe2e4eb83
commit e23363f51e
10 changed files with 71 additions and 526 deletions

View File

@@ -197,20 +197,6 @@ css::uno::Sequence< T >
return aResult; return aResult;
} }
template< typename T >
std::vector< T >
FlattenVector( const std::vector< std::vector< T > > & rVecVec )
{
typedef std::vector< T > tFlatVec;
typedef std::vector< tFlatVec > tVecVec;
tFlatVec aResult;
typename tVecVec::const_iterator aOuterEnd( rVecVec.end());
for( typename tVecVec::const_iterator aOuterIt( rVecVec.begin()); aOuterIt != aOuterEnd; ++aOuterIt )
std::copy( aOuterIt->begin(), aOuterIt->end(), back_inserter( aResult ));
return aResult;
}
OOO_DLLPUBLIC_CHARTTOOLS OOO_DLLPUBLIC_CHARTTOOLS
bool hasDoubleValue( const css::uno::Any& rAny ); bool hasDoubleValue( const css::uno::Any& rAny );

View File

@@ -8,6 +8,8 @@ basic/source/inc/buffer.hxx:46
void SbiBuffer::operator+=(int) void SbiBuffer::operator+=(int)
canvas/source/vcl/impltools.hxx:105 canvas/source/vcl/impltools.hxx:105
vclcanvas::tools::LocalGuard::LocalGuard() vclcanvas::tools::LocalGuard::LocalGuard()
chart2/source/inc/CommonConverters.hxx:202
vector<type-parameter-?-?, allocator<type-parameter-?-?> > FlattenVector(const vector<vector<type-parameter-?-?, allocator<type-parameter-?-?> >, allocator<vector<type-parameter-?-?, allocator<type-parameter-?-?> > > > &)
connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:51 connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:51
class com::sun::star::uno::Reference<class com::sun::star::sdbc::XResultSetMetaData> connectivity::evoab::OEvoabResultSetMetaData::operator Reference() class com::sun::star::uno::Reference<class com::sun::star::sdbc::XResultSetMetaData> connectivity::evoab::OEvoabResultSetMetaData::operator Reference()
connectivity/source/drivers/firebird/Driver.hxx:65 connectivity/source/drivers/firebird/Driver.hxx:65
@@ -46,6 +48,8 @@ connectivity/source/inc/OTypeInfo.hxx:46
_Bool connectivity::OTypeInfo::operator==(const struct connectivity::OTypeInfo &) const _Bool connectivity::OTypeInfo::operator==(const struct connectivity::OTypeInfo &) const
connectivity/source/inc/OTypeInfo.hxx:47 connectivity/source/inc/OTypeInfo.hxx:47
_Bool connectivity::OTypeInfo::operator!=(const struct connectivity::OTypeInfo &) const _Bool connectivity::OTypeInfo::operator!=(const struct connectivity::OTypeInfo &) const
cui/source/inc/chardlg.hxx:49
void SvxCharBasePage::SetPrevFontEscapement(unsigned char,unsigned char,short)
dbaccess/source/filter/hsqldb/fbalterparser.hxx:20 dbaccess/source/filter/hsqldb/fbalterparser.hxx:20
void dbahsql::FbAlterStmtParser::ensureProperTableLengths() const void dbahsql::FbAlterStmtParser::ensureProperTableLengths() const
dbaccess/source/filter/hsqldb/parseschema.hxx:82 dbaccess/source/filter/hsqldb/parseschema.hxx:82
@@ -410,8 +414,6 @@ include/drawinglayer/primitive3d/baseprimitive3d.hxx:113
_Bool drawinglayer::primitive3d::BasePrimitive3D::operator!=(const class drawinglayer::primitive3d::BasePrimitive3D &) const _Bool drawinglayer::primitive3d::BasePrimitive3D::operator!=(const class drawinglayer::primitive3d::BasePrimitive3D &) const
include/drawinglayer/texture/texture.hxx:44 include/drawinglayer/texture/texture.hxx:44
_Bool drawinglayer::texture::GeoTexSvx::operator!=(const class drawinglayer::texture::GeoTexSvx &) const _Bool drawinglayer::texture::GeoTexSvx::operator!=(const class drawinglayer::texture::GeoTexSvx &) const
include/editeng/outliner.hxx:914
struct o3tl::strong_int<unsigned short, struct LanguageTypeTag> Outliner::GetDefaultLanguage() const
include/filter/msfilter/msdffimp.hxx:287 include/filter/msfilter/msdffimp.hxx:287
struct SvxMSDffImportRec * SvxMSDffImportData::front() struct SvxMSDffImportRec * SvxMSDffImportData::front()
include/filter/msfilter/mstoolbar.hxx:98 include/filter/msfilter/mstoolbar.hxx:98
@@ -550,8 +552,6 @@ include/sfx2/msg.hxx:120
const class std::type_info * SfxType0::Type() const const class std::type_info * SfxType0::Type() const
include/sfx2/sidebar/Context.hxx:55 include/sfx2/sidebar/Context.hxx:55
_Bool sfx2::sidebar::Context::operator==(const class sfx2::sidebar::Context &) const _Bool sfx2::sidebar::Context::operator==(const class sfx2::sidebar::Context &) const
include/sfx2/sidebar/Sidebar.hxx:50
void sfx2::sidebar::Sidebar::TogglePanel(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &)
include/svl/cryptosign.hxx:90 include/svl/cryptosign.hxx:90
_Bool isMSCng() _Bool isMSCng()
include/svl/itempool.hxx:167 include/svl/itempool.hxx:167
@@ -560,60 +560,8 @@ include/svl/itempool.hxx:196
void SfxItemPool::dumpAsXml(struct _xmlTextWriter *) const void SfxItemPool::dumpAsXml(struct _xmlTextWriter *) const
include/svtools/dialogcontrolling.hxx:167 include/svtools/dialogcontrolling.hxx:167
void svt::ControlDependencyManager::enableOnCheckMark(class CheckBox &,class vcl::Window &,class vcl::Window &) void svt::ControlDependencyManager::enableOnCheckMark(class CheckBox &,class vcl::Window &,class vcl::Window &)
include/svtools/valueset.hxx:456
void SvtValueSet::ImplInitSettings(_Bool,_Bool,_Bool)
include/svtools/valueset.hxx:458
void SvtValueSet::ImplInitScrollBar()
include/svtools/valueset.hxx:465
_Bool SvtValueSet::ImplScroll(const class Point &)
include/svtools/valueset.hxx:506
void SvtValueSet::InsertItem(unsigned short,const class Image &)
include/svtools/valueset.hxx:508
void SvtValueSet::InsertItem(unsigned short,const class Image &,const class rtl::OUString &,unsigned long,_Bool)
include/svtools/valueset.hxx:514
void SvtValueSet::InsertItem(unsigned short,unsigned long)
include/svtools/valueset.hxx:516
void SvtValueSet::InsertItem(unsigned short,const class rtl::OUString &,unsigned long)
include/svtools/valueset.hxx:517
void SvtValueSet::RemoveItem(unsigned short)
include/svtools/valueset.hxx:519
void SvtValueSet::Clear()
include/svtools/valueset.hxx:526 include/svtools/valueset.hxx:526
void SvtValueSet::EnableFullItemMode(_Bool) void SvtValueSet::SetColor(const class Color &)
include/svtools/valueset.hxx:529
unsigned short SvtValueSet::GetColCount() const
include/svtools/valueset.hxx:534
unsigned short SvtValueSet::GetLineCount() const
include/svtools/valueset.hxx:540
class Size SvtValueSet::GetLargestItemSize()
include/svtools/valueset.hxx:541
void SvtValueSet::RecalculateItemSizes()
include/svtools/valueset.hxx:548
unsigned long SvtValueSet::GetSelectItemPos() const
include/svtools/valueset.hxx:557
_Bool SvtValueSet::IsNoSelection() const
include/svtools/valueset.hxx:562
void SvtValueSet::SetItemImage(unsigned short,const class Image &)
include/svtools/valueset.hxx:563
class Image SvtValueSet::GetItemImage(unsigned short) const
include/svtools/valueset.hxx:564
void SvtValueSet::SetItemColor(unsigned short,const class Color &)
include/svtools/valueset.hxx:566
void SvtValueSet::SetItemData(unsigned short,void *)
include/svtools/valueset.hxx:567
void * SvtValueSet::GetItemData(unsigned short) const
include/svtools/valueset.hxx:568
void SvtValueSet::SetItemText(unsigned short,const class rtl::OUString &)
include/svtools/valueset.hxx:571
void SvtValueSet::SetColor()
include/svtools/valueset.hxx:580
void SvtValueSet::SetExtraSpacing(unsigned short)
include/svtools/valueset.hxx:583
void SvtValueSet::SetFormat()
include/svtools/valueset.hxx:590
void SvtValueSet::SetSelectHdl(const class Link<class SvtValueSet *, void> &)
include/svtools/valueset.hxx:599
void SvtValueSet::SetHighlightHdl(const class Link<class SvtValueSet *, void> &)
include/svx/ClassificationEditView.hxx:42 include/svx/ClassificationEditView.hxx:42
void svx::ClassificationEditView::SetCharAttributes() void svx::ClassificationEditView::SetCharAttributes()
include/svx/ClassificationEditView.hxx:48 include/svx/ClassificationEditView.hxx:48
@@ -622,44 +570,30 @@ include/svx/ClassificationField.hxx:47
const class rtl::OUString & svx::ClassificationResult::getDisplayText() const const class rtl::OUString & svx::ClassificationResult::getDisplayText() const
include/svx/ClassificationField.hxx:52 include/svx/ClassificationField.hxx:52
_Bool svx::ClassificationResult::operator==(const class svx::ClassificationResult &) const _Bool svx::ClassificationResult::operator==(const class svx::ClassificationResult &) const
include/svx/dialcontrol.hxx:181 include/svx/fntctrl.hxx:70
void svx::SvxDialControl::SetText(const class rtl::OUString &) void SvxFontPrevWindow::SetTwoLines(_Bool)
include/svx/dialcontrol.hxx:184 include/svx/fntctrl.hxx:72
_Bool svx::SvxDialControl::HasRotation() const void SvxFontPrevWindow::SetBrackets(char16_t,char16_t)
include/svx/dialcontrol.hxx:186 include/svx/fntctrl.hxx:112
void svx::SvxDialControl::SetNoRotation() void FontPrevWindow::Init(const class SfxItemSet &)
include/svx/dialcontrol.hxx:202 include/svx/fntctrl.hxx:117
void svx::SvxDialControl::SetModifyHdl(const class Link<class svx::SvxDialControl *, void> &) void FontPrevWindow::SetFont(const class SvxFont &,const class SvxFont &,const class SvxFont &)
include/svx/fntctrl.hxx:120
void FontPrevWindow::SetColor(const class Color &)
include/svx/fntctrl.hxx:121
void FontPrevWindow::ResetColor()
include/svx/fntctrl.hxx:123
void FontPrevWindow::UseResourceText()
include/svx/fntctrl.hxx:125
void FontPrevWindow::SetText(const class rtl::OUString &)
include/svx/framelink.hxx:201 include/svx/framelink.hxx:201
_Bool operator>(const class svx::frame::Style &,const class svx::frame::Style &) _Bool operator>(const class svx::frame::Style &,const class svx::frame::Style &)
include/svx/framelink.hxx:238 include/svx/framelink.hxx:238
_Bool svx::frame::StyleVectorCombination::operator<(const class svx::frame::StyleVectorCombination &) const _Bool svx::frame::StyleVectorCombination::operator<(const class svx::frame::StyleVectorCombination &) const
include/svx/paraprev.hxx:105
void SvxParaPrevWindow::SetSize(class Size)
include/svx/paraprev.hxx:143
void ParaPrevWindow::SetFirstLineOfst(short)
include/svx/paraprev.hxx:155
void ParaPrevWindow::SetUpper(unsigned short)
include/svx/paraprev.hxx:159
void ParaPrevWindow::SetLower(unsigned short)
include/svx/paraprev.hxx:171
void ParaPrevWindow::SetLineSpace(enum SvxPrevLineSpace)
include/svx/paraprev.hxx:175
void ParaPrevWindow::SetText(const class rtl::OUString &)
include/svx/paraprev.hxx:183
class rtl::OUString ParaPrevWindow::GetText() const
include/svx/svdlayer.hxx:72 include/svx/svdlayer.hxx:72
_Bool SdrLayer::operator==(const class SdrLayer &) const _Bool SdrLayer::operator==(const class SdrLayer &) const
include/svx/svdpage.hxx:105 include/svx/svdpage.hxx:105
class SdrModel & SdrObjList::getSdrModelFromSdrObjList() const class SdrModel & SdrObjList::getSdrModelFromSdrObjList() const
include/svx/SvxColorValueSet.hxx:53
void ColorValueSet::addEntriesForColorSet(const class std::__debug::set<class Color, struct std::less<class Color>, class std::allocator<class Color> > &,const class rtl::OUString &)
include/svx/SvxColorValueSet.hxx:54
class Size ColorValueSet::layoutAllVisible(unsigned int)
include/svx/swframeexample.hxx:138
void SwFrameExample::SetWrap(enum com::sun::star::text::WrapTextMode)
include/svx/swframeexample.hxx:146
void SwFrameExample::SetTransparent(_Bool)
include/svx/xpoly.hxx:82 include/svx/xpoly.hxx:82
_Bool XPolygon::operator==(const class XPolygon &) const _Bool XPolygon::operator==(const class XPolygon &) const
include/tools/bigint.hxx:86 include/tools/bigint.hxx:86
@@ -738,6 +672,8 @@ include/vcl/customweld.hxx:64
void weld::CustomWidgetController::set_size_request(int,int) void weld::CustomWidgetController::set_size_request(int,int)
include/vcl/customweld.hxx:98 include/vcl/customweld.hxx:98
void weld::CustomWeld::queue_draw_area(int,int,int,int) void weld::CustomWeld::queue_draw_area(int,int,int,int)
include/vcl/customweld.hxx:107
void weld::CustomWeld::hide()
include/vcl/edit.hxx:233 include/vcl/edit.hxx:233
class rtl::OUString Edit::GetPlaceholderText() const class rtl::OUString Edit::GetPlaceholderText() const
include/vcl/EnumContext.hxx:135 include/vcl/EnumContext.hxx:135
@@ -806,9 +742,9 @@ include/vcl/uitest/uiobject.hxx:270
TabPageUIObject::TabPageUIObject(const class VclPtr<class TabPage> &) TabPageUIObject::TabPageUIObject(const class VclPtr<class TabPage> &)
include/vcl/uitest/uiobject.hxx:278 include/vcl/uitest/uiobject.hxx:278
class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > TabPageUIObject::create(class vcl::Window *) class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > TabPageUIObject::create(class vcl::Window *)
include/vcl/uitest/uiobject.hxx:339 include/vcl/uitest/uiobject.hxx:341
SpinUIObject::SpinUIObject(const class VclPtr<class SpinButton> &) SpinUIObject::SpinUIObject(const class VclPtr<class SpinButton> &)
include/vcl/uitest/uiobject.hxx:347 include/vcl/uitest/uiobject.hxx:349
class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > SpinUIObject::create(class vcl::Window *) class std::unique_ptr<class UIObject, struct std::default_delete<class UIObject> > SpinUIObject::create(class vcl::Window *)
include/vcl/wall.hxx:98 include/vcl/wall.hxx:98
_Bool Wallpaper::operator!=(const class Wallpaper &) const _Bool Wallpaper::operator!=(const class Wallpaper &) const
@@ -834,37 +770,39 @@ include/vcl/weld.hxx:324
void weld::TreeView::set_top_entry(int) void weld::TreeView::set_top_entry(int)
include/vcl/weld.hxx:350 include/vcl/weld.hxx:350
void weld::TreeView::select_all() void weld::TreeView::select_all()
include/vcl/weld.hxx:475 include/vcl/weld.hxx:473
void weld::Entry::signal_insert_text(class rtl::OUString &) void weld::Entry::signal_insert_text(class rtl::OUString &)
include/vcl/weld.hxx:658 include/vcl/weld.hxx:670
_Bool weld::MetricSpinButton::get_visible() const _Bool weld::MetricSpinButton::get_visible() const
include/vcl/weld.hxx:687 include/vcl/weld.hxx:676
void weld::MetricSpinButton::set_accessible_name(const class rtl::OUString &)
include/vcl/weld.hxx:699
void weld::MetricSpinButton::set_position(int) void weld::MetricSpinButton::set_position(int)
include/vcl/weld.hxx:733 include/vcl/weld.hxx:745
_Bool weld::TimeSpinButton::get_sensitive() const _Bool weld::TimeSpinButton::get_sensitive() const
include/vcl/weld.hxx:734 include/vcl/weld.hxx:746
_Bool weld::TimeSpinButton::get_visible() const _Bool weld::TimeSpinButton::get_visible() const
include/vcl/weld.hxx:735 include/vcl/weld.hxx:747
void weld::TimeSpinButton::grab_focus() void weld::TimeSpinButton::grab_focus()
include/vcl/weld.hxx:736 include/vcl/weld.hxx:748
_Bool weld::TimeSpinButton::has_focus() const _Bool weld::TimeSpinButton::has_focus() const
include/vcl/weld.hxx:737 include/vcl/weld.hxx:749
void weld::TimeSpinButton::show(_Bool) void weld::TimeSpinButton::show(_Bool)
include/vcl/weld.hxx:738 include/vcl/weld.hxx:750
void weld::TimeSpinButton::hide() void weld::TimeSpinButton::hide()
include/vcl/weld.hxx:739 include/vcl/weld.hxx:751
void weld::TimeSpinButton::save_value() void weld::TimeSpinButton::save_value()
include/vcl/weld.hxx:740 include/vcl/weld.hxx:752
_Bool weld::TimeSpinButton::get_value_changed_from_saved() const _Bool weld::TimeSpinButton::get_value_changed_from_saved() const
include/vcl/weld.hxx:824 include/vcl/weld.hxx:836
void weld::DrawingArea::connect_key_release(const class Link<const class KeyEvent &, _Bool> &) void weld::DrawingArea::connect_key_release(const class Link<const class KeyEvent &, _Bool> &)
include/vcl/weld.hxx:849 include/vcl/weld.hxx:861
void weld::Menu::set_sensitive(const class rtl::OString &,_Bool) void weld::Menu::set_sensitive(const class rtl::OString &,_Bool)
include/vcl/weld.hxx:850 include/vcl/weld.hxx:862
void weld::Menu::set_active(const class rtl::OString &,_Bool) void weld::Menu::set_active(const class rtl::OString &,_Bool)
include/vcl/weld.hxx:871 include/vcl/weld.hxx:883
class weld::Window * weld::Builder::weld_window(const class rtl::OString &,_Bool) class weld::Window * weld::Builder::weld_window(const class rtl::OString &,_Bool)
include/vcl/weld.hxx:955 include/vcl/weld.hxx:967
class rtl::OUString weld::MessageDialogController::get_primary_text() const class rtl::OUString weld::MessageDialogController::get_primary_text() const
include/vcl/window.hxx:430 include/vcl/window.hxx:430
const char * ImplDbgCheckWindow(const void *) const char * ImplDbgCheckWindow(const void *)
@@ -912,13 +850,13 @@ sc/inc/postit.hxx:46
ScCaptionPtr::ScCaptionPtr(class SdrCaptionObj *) ScCaptionPtr::ScCaptionPtr(class SdrCaptionObj *)
sc/inc/scdll.hxx:42 sc/inc/scdll.hxx:42
ScDLL::ScDLL() ScDLL::ScDLL()
sc/inc/scmatrix.hxx:625 sc/inc/scmatrix.hxx:622
class ScFullMatrix & ScFullMatrix::operator+=(const class ScFullMatrix &) class ScFullMatrix & ScFullMatrix::operator+=(const class ScFullMatrix &)
sc/inc/scmatrix.hxx:846 sc/inc/scmatrix.hxx:843
class ScVectorRefMatrix & ScVectorRefMatrix::operator+=(const class ScVectorRefMatrix &) class ScVectorRefMatrix & ScVectorRefMatrix::operator+=(const class ScVectorRefMatrix &)
sc/inc/stlalgorithm.hxx:62 sc/inc/stlalgorithm.hxx:61
_Bool sc::AlignedAllocator::operator==(const AlignedAllocator<T, Alignment> &) const _Bool sc::AlignedAllocator::operator==(const AlignedAllocator<T, Alignment> &) const
sc/inc/stlalgorithm.hxx:63 sc/inc/stlalgorithm.hxx:62
_Bool sc::AlignedAllocator::operator!=(const AlignedAllocator<T, Alignment> &) const _Bool sc::AlignedAllocator::operator!=(const AlignedAllocator<T, Alignment> &) const
sc/inc/table.hxx:327 sc/inc/table.hxx:327
_Bool ScTable::IsColRowTabValid(const short,const int,const short) const _Bool ScTable::IsColRowTabValid(const short,const int,const short) const
@@ -951,9 +889,9 @@ sc/source/core/opencl/formulagroupcl.cxx:1214
sc/source/core/opencl/formulagroupcl.cxx:1216 sc/source/core/opencl/formulagroupcl.cxx:1216
unsigned long sc::opencl::ParallelReductionVectorRef::GetWindowSize() const unsigned long sc::opencl::ParallelReductionVectorRef::GetWindowSize() const
sc/source/core/opencl/formulagroupcl.cxx:1218 sc/source/core/opencl/formulagroupcl.cxx:1218
unsigned long sc::opencl::ParallelReductionVectorRef::GetStartFixed() const _Bool sc::opencl::ParallelReductionVectorRef::GetStartFixed() const
sc/source/core/opencl/formulagroupcl.cxx:1220 sc/source/core/opencl/formulagroupcl.cxx:1220
unsigned long sc::opencl::ParallelReductionVectorRef::GetEndFixed() const _Bool sc::opencl::ParallelReductionVectorRef::GetEndFixed() const
sc/source/core/opencl/op_statistical.hxx:204 sc/source/core/opencl/op_statistical.hxx:204
sc::opencl::OpGeoMean::OpGeoMean() sc::opencl::OpGeoMean::OpGeoMean()
sc/source/core/tool/scmatrix.cxx:2268 sc/source/core/tool/scmatrix.cxx:2268
@@ -1060,10 +998,6 @@ svgio/inc/svgstyleattributes.hxx:345
class svgio::svgreader::SvgNumber svgio::svgreader::SvgStyleAttributes::getStrokeDashOffset() const class svgio::svgreader::SvgNumber svgio::svgreader::SvgStyleAttributes::getStrokeDashOffset() const
svgio/inc/svgstyleattributes.hxx:369 svgio/inc/svgstyleattributes.hxx:369
enum svgio::svgreader::FontStretch svgio::svgreader::SvgStyleAttributes::getFontStretch() const enum svgio::svgreader::FontStretch svgio::svgreader::SvgStyleAttributes::getFontStretch() const
svtools/source/control/valueimp.hxx:413
void SvtValueItemAcc::ParentDestroyed()
svtools/source/control/valueimp.hxx:415
void SvtValueItemAcc::FireAccessibleEvent(short,const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &)
svx/source/svdraw/svdpdf.hxx:87 svx/source/svdraw/svdpdf.hxx:87
double ImpSdrPdfImport::Matrix::b() const double ImpSdrPdfImport::Matrix::b() const
svx/source/svdraw/svdpdf.hxx:89 svx/source/svdraw/svdpdf.hxx:89
@@ -1074,8 +1008,6 @@ svx/source/svdraw/svdpdf.hxx:91
double ImpSdrPdfImport::Matrix::f() const double ImpSdrPdfImport::Matrix::f() const
svx/source/svdraw/svdpdf.hxx:144 svx/source/svdraw/svdpdf.hxx:144
class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > ImpSdrPdfImport::Matrix::toString() const class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > ImpSdrPdfImport::Matrix::toString() const
svx/source/svdraw/svdpdf.hxx:225
_Bool ImpSdrPdfImport::CheckLastLineMerge(const class basegfx::B2DPolygon &)
sw/inc/dbgoutsw.hxx:53 sw/inc/dbgoutsw.hxx:53
const char * dbg_out(const void *) const char * dbg_out(const void *)
sw/inc/dbgoutsw.hxx:55 sw/inc/dbgoutsw.hxx:55
@@ -1126,10 +1058,6 @@ sw/inc/dbgoutsw.hxx:107
const char * dbg_out(const struct SwFormToken &) const char * dbg_out(const struct SwFormToken &)
sw/inc/dbgoutsw.hxx:108 sw/inc/dbgoutsw.hxx:108
const char * dbg_out(const class std::__debug::vector<struct SwFormToken, class std::allocator<struct SwFormToken> > &) const char * dbg_out(const class std::__debug::vector<struct SwFormToken, class std::allocator<struct SwFormToken> > &)
sw/inc/dbmgr.hxx:315
_Bool SwDBManager::GetTableNames(class ListBox *,const class rtl::OUString &)
sw/inc/dcontact.hxx:159
const class SwIndex & SwContact::GetContentAnchorIndex() const
sw/inc/docary.hxx:133 sw/inc/docary.hxx:133
void SwVectorModifyBase::dumpAsXml(struct _xmlTextWriter *) void SwVectorModifyBase::dumpAsXml(struct _xmlTextWriter *)
sw/inc/docary.hxx:218 sw/inc/docary.hxx:218
@@ -1156,8 +1084,6 @@ sw/inc/IMark.hxx:64
_Bool sw::mark::IMark::operator<(const class sw::mark::IMark &) const _Bool sw::mark::IMark::operator<(const class sw::mark::IMark &) const
sw/inc/IMark.hxx:66 sw/inc/IMark.hxx:66
_Bool sw::mark::IMark::operator==(const class sw::mark::IMark &) const _Bool sw::mark::IMark::operator==(const class sw::mark::IMark &) const
sw/inc/ndgrf.hxx:107
_Bool SwGrfNode::IsGraphicArrived() const
sw/inc/node.hxx:98 sw/inc/node.hxx:98
enum SwNode::Merge SwNode::GetRedlineMergeFlag() const enum SwNode::Merge SwNode::GetRedlineMergeFlag() const
sw/inc/node.hxx:232 sw/inc/node.hxx:232
@@ -1232,46 +1158,14 @@ sw/source/core/text/txtpaint.hxx:73
DbgRect::DbgRect(class OutputDevice *,const class tools::Rectangle &,const _Bool,class Color) DbgRect::DbgRect(class OutputDevice *,const class tools::Rectangle &,const _Bool,class Color)
sw/source/filter/ww8/ww8struc.hxx:242 sw/source/filter/ww8/ww8struc.hxx:242
WW8_BRCVer6::WW8_BRCVer6() WW8_BRCVer6::WW8_BRCVer6()
sw/source/uibase/inc/numprevw.hxx:51 sw/source/uibase/inc/prcntfld.hxx:52
void NumberingPreview::SetNumRule(const class SwNumRule *) void PercentField::SetUpHdl(const class Link<class SpinField &, void> &)
sw/source/uibase/inc/numprevw.hxx:53 sw/source/uibase/inc/prcntfld.hxx:53
void NumberingPreview::SetPageWidth(long) void PercentField::SetDownHdl(const class Link<class SpinField &, void> &)
sw/source/uibase/inc/numprevw.hxx:55 sw/source/uibase/inc/prcntfld.hxx:59
void NumberingPreview::SetOutlineNames(const class rtl::OUString *) _Bool PercentField::HasFocus() const
sw/source/uibase/inc/numprevw.hxx:57
void NumberingPreview::SetPositionMode()
sw/source/uibase/inc/numprevw.hxx:59
void NumberingPreview::SetLevel(unsigned short)
sw/source/uibase/inc/prcntfld.hxx:62 sw/source/uibase/inc/prcntfld.hxx:62
void PercentField::SaveValue() void PercentField::ClearModifyFlag()
sw/source/uibase/inc/prcntfld.hxx:64
const class rtl::OUString & PercentField::GetSavedValue() const
sw/source/uibase/inc/prcntfld.hxx:65
class rtl::OUString PercentField::GetText() const
sw/source/uibase/inc/prcntfld.hxx:67
void PercentField::SetMetricFieldMax(long)
sw/source/uibase/inc/prcntfld.hxx:71
void PercentField::SetLast(long)
sw/source/uibase/inc/prcntfld.hxx:131
void SwPercentField::set_accessible_name(const class rtl::OUString &)
sw/source/uibase/inc/prcntfld.hxx:132
void SwPercentField::set_text(const class rtl::OUString &)
sw/source/uibase/inc/prcntfld.hxx:135
class rtl::OUString SwPercentField::get_text() const
sw/source/uibase/inc/prcntfld.hxx:138
int SwPercentField::GetMetrixFieldMin() const
sw/source/uibase/inc/prcntfld.hxx:140
void SwPercentField::set_value(int)
sw/source/uibase/inc/prcntfld.hxx:144
void SwPercentField::SetUserValue(int,enum FieldUnit)
sw/source/uibase/inc/prcntfld.hxx:146
void SwPercentField::SetBaseValue(int,enum FieldUnit)
sw/source/uibase/inc/prcntfld.hxx:150
_Bool SwPercentField::IsValueModified()
sw/source/uibase/inc/prcntfld.hxx:158
int SwPercentField::normalize(int) const
sw/source/uibase/inc/prcntfld.hxx:167
void SwPercentField::LockAutoCalculation(_Bool)
sw/source/uibase/inc/swcont.hxx:86 sw/source/uibase/inc/swcont.hxx:86
_Bool SwContent::operator==(const class SwContent &) const _Bool SwContent::operator==(const class SwContent &) const
test/source/sheet/xsubtotalfield.cxx:28 test/source/sheet/xsubtotalfield.cxx:28
@@ -1302,8 +1196,6 @@ vcl/inc/headless/svpgdi.hxx:227
void SvpSalGraphics::drawBitmap(const struct SalTwoRect &,struct BitmapBuffer *) void SvpSalGraphics::drawBitmap(const struct SalTwoRect &,struct BitmapBuffer *)
vcl/inc/impgraph.hxx:57 vcl/inc/impgraph.hxx:57
_Bool GraphicID::operator==(const class GraphicID &) const _Bool GraphicID::operator==(const class GraphicID &) const
vcl/inc/impgraph.hxx:63
_Bool GraphicID::IsEmpty() const
vcl/inc/opengl/BufferObject.hxx:50 vcl/inc/opengl/BufferObject.hxx:50
void vcl::BufferObject::unbind() void vcl::BufferObject::unbind()
vcl/inc/opengl/PackedTextureAtlas.hxx:44 vcl/inc/opengl/PackedTextureAtlas.hxx:44
@@ -1328,9 +1220,9 @@ vcl/inc/openglgdiimpl.hxx:141
void OpenGLSalGraphicsImpl::DrawMask(class OpenGLTexture &,class Color,const struct SalTwoRect &) void OpenGLSalGraphicsImpl::DrawMask(class OpenGLTexture &,class Color,const struct SalTwoRect &)
vcl/inc/openglgdiimpl.hxx:145 vcl/inc/openglgdiimpl.hxx:145
void OpenGLSalGraphicsImpl::DeferredTextDraw(const class OpenGLTexture &,const class Color,const struct SalTwoRect &) void OpenGLSalGraphicsImpl::DeferredTextDraw(const class OpenGLTexture &,const class Color,const struct SalTwoRect &)
vcl/inc/PhysicalFontFace.hxx:61 vcl/inc/PhysicalFontFace.hxx:60
int PhysicalFontFace::GetWidth() const int PhysicalFontFace::GetWidth() const
vcl/inc/PhysicalFontFace.hxx:71 vcl/inc/PhysicalFontFace.hxx:69
void PhysicalFontFace::SetBitmapSize(int,int) void PhysicalFontFace::SetBitmapSize(int,int)
vcl/inc/PhysicalFontFamily.hxx:58 vcl/inc/PhysicalFontFamily.hxx:58
const class rtl::OUString & PhysicalFontFamily::GetAliasNames() const const class rtl::OUString & PhysicalFontFamily::GetAliasNames() const
@@ -1338,7 +1230,7 @@ vcl/inc/regionband.hxx:27
const char * ImplDbgTestRegionBand(const void *) const char * ImplDbgTestRegionBand(const void *)
vcl/inc/salmenu.hxx:46 vcl/inc/salmenu.hxx:46
SalMenuButtonItem::SalMenuButtonItem() SalMenuButtonItem::SalMenuButtonItem()
vcl/inc/salobj.hxx:67 vcl/inc/salobj.hxx:69
_Bool SalObject::IsEraseBackgroundEnabled() const _Bool SalObject::IsEraseBackgroundEnabled() const
vcl/inc/saltimer.hxx:70 vcl/inc/saltimer.hxx:70
VersionedEvent::VersionedEvent() VersionedEvent::VersionedEvent()
@@ -1352,8 +1244,6 @@ vcl/inc/salwtype.hxx:115
SalMenuEvent::SalMenuEvent() SalMenuEvent::SalMenuEvent()
vcl/inc/schedulerimpl.hxx:37 vcl/inc/schedulerimpl.hxx:37
const char * ImplSchedulerData::GetDebugName() const const char * ImplSchedulerData::GetDebugName() const
vcl/inc/svmconverter.hxx:82
unsigned long SVMConverter::ImplWriteActions(class SvStream &,const class GDIMetaFile &,class VirtualDevice &,_Bool &,class Color &,class std::stack<class Color *, class std::__debug::deque<class Color *, class std::allocator<class Color *> > > &,unsigned short &)
vcl/inc/unx/glyphcache.hxx:72 vcl/inc/unx/glyphcache.hxx:72
void GlyphCache::ClearFontOptions() void GlyphCache::ClearFontOptions()
vcl/inc/unx/gtk/gtkdata.hxx:191 vcl/inc/unx/gtk/gtkdata.hxx:191
@@ -1396,9 +1286,3 @@ xmlsecurity/source/gpg/XMLEncryption.hxx:27
XMLEncryptionGpg::XMLEncryptionGpg() XMLEncryptionGpg::XMLEncryptionGpg()
xmlsecurity/source/xmlsec/nss/nssinitializer.hxx:44 xmlsecurity/source/xmlsec/nss/nssinitializer.hxx:44
ONSSInitializer::ONSSInitializer(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &) ONSSInitializer::ONSSInitializer(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &)
xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx:107
struct PK11SymKeyStr * SecurityEnvironment_NssImpl::getSymKey(unsigned int)
xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx:111
struct SECKEYPublicKeyStr * SecurityEnvironment_NssImpl::getPubKey(unsigned int)
xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.hxx:115
struct SECKEYPrivateKeyStr * SecurityEnvironment_NssImpl::getPriKey(unsigned int)

View File

@@ -1,31 +1,11 @@
chart2/source/view/main/OpenGLRender.hxx:69 chart2/source/view/main/OpenGLRender.hxx:69
int OpenGLRender::InitOpenGL() int OpenGLRender::InitOpenGL()
chart2/source/view/main/OpenGLRender.hxx:70
int OpenGLRender::MoveModelf(const struct PosVecf3 &,const struct PosVecf3 &,const struct PosVecf3 &)
chart2/source/view/main/OpenGLRender.hxx:74 chart2/source/view/main/OpenGLRender.hxx:74
int OpenGLRender::RenderLine2FBO() int OpenGLRender::RenderLine2FBO()
chart2/source/view/main/OpenGLRender.hxx:75
int OpenGLRender::SetLine2DShapePoint(float,float,int)
chart2/source/view/main/OpenGLRender.hxx:79
int OpenGLRender::Bubble2DShapePoint(float,float,float,float)
chart2/source/view/main/OpenGLRender.hxx:80 chart2/source/view/main/OpenGLRender.hxx:80
int OpenGLRender::RenderBubble2FBO() int OpenGLRender::RenderBubble2FBO()
chart2/source/view/main/OpenGLRender.hxx:84
int OpenGLRender::RenderRectangleShape(_Bool,_Bool)
chart2/source/view/main/OpenGLRender.hxx:85
int OpenGLRender::RectangleShapePoint(float,float,float,float)
chart2/source/view/main/OpenGLRender.hxx:92 chart2/source/view/main/OpenGLRender.hxx:92
int OpenGLRender::CreateTextTexture(const class BitmapEx &,const struct com::sun::star::awt::Size &,long,const struct com::sun::star::drawing::HomogenMatrix3 &) int OpenGLRender::CreateTextTexture(const class BitmapEx &,const struct com::sun::star::awt::Size &,long,const struct com::sun::star::drawing::HomogenMatrix3 &)
chart2/source/view/main/OpenGLRender.hxx:95
int OpenGLRender::RenderTextShape()
chart2/source/view/main/OpenGLRender.hxx:97
int OpenGLRender::SetArea2DShapePoint(float,float,int)
chart2/source/view/main/OpenGLRender.hxx:98
int OpenGLRender::RenderArea2DShape()
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:117 chart2/source/view/main/OpenGLRender.hxx:117
int OpenGLRender::Create2DCircle(int) int OpenGLRender::Create2DCircle(int)
connectivity/source/inc/java/lang/Object.hxx:117 connectivity/source/inc/java/lang/Object.hxx:117
@@ -178,8 +158,10 @@ include/svx/framelink.hxx:195
class svx::frame::Style & svx::frame::Style::MirrorSelf() class svx::frame::Style & svx::frame::Style::MirrorSelf()
include/svx/svdograf.hxx:120 include/svx/svdograf.hxx:120
_Bool SdrGrafObj::ImpUpdateGraphicLink(_Bool) const _Bool SdrGrafObj::ImpUpdateGraphicLink(_Bool) const
include/svx/SvxColorValueSet.hxx:55 include/svx/SvxColorValueSet.hxx:53
class Size ColorValueSet::layoutToGivenHeight(unsigned int,unsigned int) class Size ColorValueSet::layoutToGivenHeight(unsigned int,unsigned int)
include/test/sheet/xcellrangedata.hxx:21
class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XCellRangeData::init()
include/test/sheet/xnamedrange.hxx:22 include/test/sheet/xnamedrange.hxx:22
class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XNamedRange::init() class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> apitest::XNamedRange::init()
include/test/sheet/xsheetannotation.hxx:36 include/test/sheet/xsheetannotation.hxx:36
@@ -198,7 +180,7 @@ include/tools/config.hxx:37
_Bool Config::ImplUpdateConfig() const _Bool Config::ImplUpdateConfig() const
include/tools/multisel.hxx:93 include/tools/multisel.hxx:93
_Bool StringRangeEnumerator::insertRange(int,int,_Bool) _Bool StringRangeEnumerator::insertRange(int,int,_Bool)
include/vcl/bitmap.hxx:189 include/vcl/bitmap.hxx:190
_Bool Bitmap::Dither(enum BmpDitherFlags) _Bool Bitmap::Dither(enum BmpDitherFlags)
include/vcl/bitmapex.hxx:241 include/vcl/bitmapex.hxx:241
_Bool BitmapEx::Rotate(long,const class Color &) _Bool BitmapEx::Rotate(long,const class Color &)
@@ -216,13 +198,13 @@ include/vcl/texteng.hxx:285
_Bool TextEngine::Read(class SvStream &,const class TextSelection *) _Bool TextEngine::Read(class SvStream &,const class TextSelection *)
include/vcl/textview.hxx:192 include/vcl/textview.hxx:192
_Bool TextView::SetCursorAtPoint(const class Point &) _Bool TextView::SetCursorAtPoint(const class Point &)
include/vcl/toolbox.hxx:515 include/vcl/toolbox.hxx:514
_Bool ToolBox::ChangeHighlightUpDn(_Bool) _Bool ToolBox::ChangeHighlightUpDn(_Bool)
include/vcl/weld.hxx:271 include/vcl/weld.hxx:271
_Bool weld::ComboBoxText::get_entry_selection_bounds(int &,int &) _Bool weld::ComboBoxText::get_entry_selection_bounds(int &,int &)
include/vcl/weld.hxx:483 include/vcl/weld.hxx:481
_Bool weld::Entry::get_selection_bounds(int &,int &) _Bool weld::Entry::get_selection_bounds(int &,int &)
include/vcl/weld.hxx:762 include/vcl/weld.hxx:774
_Bool weld::TextView::get_selection_bounds(int &,int &) _Bool weld::TextView::get_selection_bounds(int &,int &)
lotuswordpro/inc/lwpsvstream.hxx:76 lotuswordpro/inc/lwpsvstream.hxx:76
class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &) class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &)
@@ -310,7 +292,7 @@ sw/source/ui/frmdlg/cption.cxx:80
short SwSequenceOptionDialog::execute() short SwSequenceOptionDialog::execute()
sw/source/uibase/inc/fldmgr.hxx:113 sw/source/uibase/inc/fldmgr.hxx:113
const class com::sun::star::uno::Reference<class com::sun::star::text::XNumberingTypeInfo> & SwFieldMgr::GetNumberingInfo() const const class com::sun::star::uno::Reference<class com::sun::star::text::XNumberingTypeInfo> & SwFieldMgr::GetNumberingInfo() const
sw/source/uibase/inc/mailmergewizard.hxx:80 sw/source/uibase/inc/mailmergewizard.hxx:79
_Bool SwMailMergeWizard::skipUntil(unsigned short) _Bool SwMailMergeWizard::skipUntil(unsigned short)
ucb/source/ucp/webdav-neon/ContentProperties.hxx:169 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 _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
@@ -324,7 +306,7 @@ vcl/inc/opengl/salbmp.hxx:99
_Bool OpenGLSalBitmap::ImplScaleArea(const class rtl::Reference<class OpenGLContext> &,double,double) _Bool OpenGLSalBitmap::ImplScaleArea(const class rtl::Reference<class OpenGLContext> &,double,double)
vcl/inc/opengl/texture.hxx:112 vcl/inc/opengl/texture.hxx:112
_Bool OpenGLTexture::CopyData(int,int,int,int,const unsigned char *) _Bool OpenGLTexture::CopyData(int,int,int,int,const unsigned char *)
vcl/inc/salframe.hxx:221 vcl/inc/salframe.hxx:222
_Bool SalFrame::SetPluginParent(struct SystemParentData *) _Bool SalFrame::SetPluginParent(struct SystemParentData *)
vcl/inc/salgdi.hxx:392 vcl/inc/salgdi.hxx:392
_Bool SalGraphics::BlendBitmap(const struct SalTwoRect &,const class SalBitmap &,const class OutputDevice *) _Bool SalGraphics::BlendBitmap(const struct SalTwoRect &,const class SalBitmap &,const class OutputDevice *)
@@ -332,9 +314,9 @@ vcl/inc/unx/gtk/gtkdata.hxx:164
int GtkSalDisplay::CaptureMouse(class SalFrame *) int GtkSalDisplay::CaptureMouse(class SalFrame *)
vcl/inc/unx/saldisp.hxx:294 vcl/inc/unx/saldisp.hxx:294
_Bool SalDisplay::Dispatch(union _XEvent *) _Bool SalDisplay::Dispatch(union _XEvent *)
vcl/source/gdi/pdfwriter_impl.hxx:1263 vcl/source/gdi/pdfwriter_impl.hxx:1261
_Bool vcl::PDFWriterImpl::setCurrentStructureElement(int) _Bool vcl::PDFWriterImpl::setCurrentStructureElement(int)
vcl/source/gdi/pdfwriter_impl.hxx:1264 vcl/source/gdi/pdfwriter_impl.hxx:1262
_Bool vcl::PDFWriterImpl::setStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue) _Bool vcl::PDFWriterImpl::setStructureAttribute(enum vcl::PDFWriter::StructAttribute,enum vcl::PDFWriter::StructAttributeValue)
vcl/source/gdi/pdfwriter_impl.hxx:1265 vcl/source/gdi/pdfwriter_impl.hxx:1263
_Bool vcl::PDFWriterImpl::setStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int) _Bool vcl::PDFWriterImpl::setStructureAttributeNumerical(enum vcl::PDFWriter::StructAttribute,int)

View File

@@ -46,7 +46,6 @@ protected:
SvxCharBasePage(vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet& rItemset); SvxCharBasePage(vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet& rItemset);
void SetPrevFontWidthScale( const SfxItemSet& rSet ); void SetPrevFontWidthScale( const SfxItemSet& rSet );
void SetPrevFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc );
inline SvxFont& GetPreviewFont(); inline SvxFont& GetPreviewFont();
inline SvxFont& GetPreviewCJKFont(); inline SvxFont& GetPreviewCJKFont();

View File

@@ -208,14 +208,6 @@ namespace
} }
void SvxCharBasePage::SetPrevFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc )
{
setPrevFontEscapement(GetPreviewFont(),nProp,nEscProp,nEsc);
setPrevFontEscapement(GetPreviewCJKFont(),nProp,nEscProp,nEsc);
setPrevFontEscapement(GetPreviewCTLFont(),nProp,nEscProp,nEsc);
m_pPreviewWin->Invalidate();
}
inline SvxFont& CharBasePage::GetPreviewFont() inline SvxFont& CharBasePage::GetPreviewFont()
{ {
return m_aPreviewWin.GetFont(); return m_aPreviewWin.GetFont();

View File

@@ -523,7 +523,6 @@ public:
Color GetItemColor( sal_uInt16 nItemId ) const; Color GetItemColor( sal_uInt16 nItemId ) const;
OUString GetItemText( sal_uInt16 nItemId ) const; OUString GetItemText( sal_uInt16 nItemId ) const;
void SetColor( const Color& rColor );
bool IsColor() const bool IsColor() const
{ {
return maColor.GetTransparency() == 0; return maColor.GetTransparency() == 0;

View File

@@ -67,9 +67,6 @@ public:
void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& ) override; void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& ) override;
bool IsTwoLines() const; bool IsTwoLines() const;
void SetTwoLines(bool bSet);
void SetBrackets(sal_Unicode cStart, sal_Unicode cEnd);
void SetFontWidthScale( sal_uInt16 nScaleInPercent ); void SetFontWidthScale( sal_uInt16 nScaleInPercent );
@@ -109,20 +106,13 @@ public:
virtual void StyleUpdated() override; virtual void StyleUpdated() override;
void Init( const SfxItemSet& rSet );
// for reasons of efficiency not const // for reasons of efficiency not const
SvxFont& GetFont(); SvxFont& GetFont();
const SvxFont& GetFont() const; const SvxFont& GetFont() const;
void SetFont( const SvxFont& rNormalFont, const SvxFont& rCJKFont, const SvxFont& rCTLFont );
SvxFont& GetCJKFont(); SvxFont& GetCJKFont();
SvxFont& GetCTLFont(); SvxFont& GetCTLFont();
void SetColor( const Color& rColor );
void ResetColor();
void SetBackColor( const Color& rColor ); void SetBackColor( const Color& rColor );
void UseResourceText();
const OUString& GetText() const { return maText; } const OUString& GetText() const { return maText; }
void SetText(const OUString& rText) { maText = rText; }
void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& ) override; void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& ) override;
bool IsTwoLines() const; bool IsTwoLines() const;

View File

@@ -3664,12 +3664,4 @@ OUString SvtValueSet::GetItemText(sal_uInt16 nItemId) const
return OUString(); return OUString();
} }
void SvtValueSet::SetColor(const Color& rColor)
{
maColor = rColor;
mbFormat = true;
if (IsReallyVisible() && IsUpdateMode())
Invalidate();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -818,17 +818,6 @@ bool SvxFontPrevWindow::IsTwoLines() const
return pImpl->mbTwoLines; return pImpl->mbTwoLines;
} }
void SvxFontPrevWindow::SetTwoLines(bool bSet)
{
pImpl->mbTwoLines = bSet;
}
void SvxFontPrevWindow::SetBrackets(sal_Unicode cStart, sal_Unicode cEnd)
{
pImpl->mcStartBracket = cStart;
pImpl->mcEndBracket = cEnd;
}
void SvxFontPrevWindow::SetFontWidthScale( sal_uInt16 n ) void SvxFontPrevWindow::SetFontWidthScale( sal_uInt16 n )
{ {
if (pImpl->SetFontWidthScale(n)) if (pImpl->SetFontWidthScale(n))
@@ -1551,39 +1540,12 @@ void FontPrevWindow::SetFontNameAsPreviewText()
pImpl->mbUseFontNameAsText = true; pImpl->mbUseFontNameAsText = true;
} }
void FontPrevWindow::SetFont( const SvxFont& rNormalOutFont, const SvxFont& rCJKOutFont, const SvxFont& rCTLFont )
{
setFont(rNormalOutFont, pImpl->maFont);
setFont(rCJKOutFont, pImpl->maCJKFont);
setFont(rCTLFont, pImpl->maCTLFont);
pImpl->Invalidate100PercentFontWidth();
Invalidate();
}
void FontPrevWindow::SetColor(const Color &rColor)
{
pImpl->mpColor.reset(new Color(rColor));
Invalidate();
}
void FontPrevWindow::ResetColor()
{
pImpl->mpColor.reset();
Invalidate();
}
void FontPrevWindow::SetBackColor(const Color &rColor) void FontPrevWindow::SetBackColor(const Color &rColor)
{ {
pImpl->mpBackColor.reset(new Color(rColor)); pImpl->mpBackColor.reset(new Color(rColor));
Invalidate(); Invalidate();
} }
void FontPrevWindow::UseResourceText()
{
pImpl->mbUseResText = true;
}
void FontPrevWindow::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle&) void FontPrevWindow::Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle&)
{ {
rRenderContext.Push(PushFlags::MAPMODE); rRenderContext.Push(PushFlags::MAPMODE);
@@ -2071,243 +2033,6 @@ void FontPrevWindow::SetFromItemSet(const SfxItemSet &rSet, bool bPreviewBackgro
Invalidate(); Invalidate();
} }
void FontPrevWindow::Init(const SfxItemSet& rSet)
{
SvxFont& rFont = GetFont();
SvxFont& rCJKFont = GetCJKFont();
SvxFont& rCTLFont = GetCTLFont();
initFont(rFont);
initFont(rCJKFont);
initFont(rCTLFont);
ResetSettings(true, true);
sal_uInt16 nWhich;
nWhich = rSet.GetPool()->GetWhich( SID_CHAR_DLG_PREVIEW_STRING );
if (ISITEMSET)
{
const SfxStringItem& rItem = static_cast<const SfxStringItem&>( rSet.Get( nWhich ) );
const OUString& aString = rItem.GetValue();
if( !aString.isEmpty() )
SetPreviewText( aString );
else
SetFontNameAsPreviewText();
}
// Underline
FontLineStyle eUnderline;
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_UNDERLINE );
if( ISITEMSET )
{
const SvxUnderlineItem& rItem = static_cast<const SvxUnderlineItem&>( rSet.Get( nWhich ) );
eUnderline = rItem.GetValue();
}
else
eUnderline = LINESTYLE_NONE;
rFont.SetUnderline( eUnderline );
rCJKFont.SetUnderline( eUnderline );
rCTLFont.SetUnderline( eUnderline );
// Overline
FontLineStyle eOverline;
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_OVERLINE );
if( ISITEMSET )
{
const SvxOverlineItem& rItem = static_cast<const SvxOverlineItem&>( rSet.Get( nWhich ) );
eOverline = rItem.GetValue();
}
else
eOverline = LINESTYLE_NONE;
rFont.SetOverline( eOverline );
rCJKFont.SetOverline( eOverline );
rCTLFont.SetOverline( eOverline );
// Strikeout
FontStrikeout eStrikeout;
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_STRIKEOUT );
if( ISITEMSET )
{
const SvxCrossedOutItem& rItem = static_cast<const SvxCrossedOutItem&>( rSet.Get( nWhich ) );
eStrikeout = rItem.GetValue();
}
else
eStrikeout = STRIKEOUT_NONE;
rFont.SetStrikeout( eStrikeout );
rCJKFont.SetStrikeout( eStrikeout );
rCTLFont.SetStrikeout( eStrikeout );
// WordLineMode
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_WORDLINEMODE );
if( ISITEMSET )
{
const SvxWordLineModeItem& rItem = static_cast<const SvxWordLineModeItem&>( rSet.Get( nWhich ) );
rFont.SetWordLineMode( rItem.GetValue() );
rCJKFont.SetWordLineMode( rItem.GetValue() );
rCTLFont.SetWordLineMode( rItem.GetValue() );
}
// Emphasis
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_EMPHASISMARK );
if( ISITEMSET )
{
const SvxEmphasisMarkItem& rItem = static_cast<const SvxEmphasisMarkItem&>( rSet.Get( nWhich ) );
FontEmphasisMark eMark = rItem.GetEmphasisMark();
rFont.SetEmphasisMark( eMark );
rCJKFont.SetEmphasisMark( eMark );
rCTLFont.SetEmphasisMark( eMark );
}
// Relief
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_RELIEF );
if( ISITEMSET )
{
const SvxCharReliefItem& rItem = static_cast<const SvxCharReliefItem&>( rSet.Get( nWhich ) );
FontRelief eFontRelief = rItem.GetValue();
rFont.SetRelief( eFontRelief );
rCJKFont.SetRelief( eFontRelief );
rCTLFont.SetRelief( eFontRelief );
}
// Effects
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_CASEMAP );
if( ISITEMSET )
{
const SvxCaseMapItem& rItem = static_cast<const SvxCaseMapItem&>( rSet.Get( nWhich ) );
SvxCaseMap eCaseMap = rItem.GetValue();
rFont.SetCaseMap( eCaseMap );
rCJKFont.SetCaseMap( eCaseMap );
// #i78474# small caps do not exist in CTL fonts
rCTLFont.SetCaseMap( eCaseMap == SvxCaseMap::SmallCaps ? SvxCaseMap::NotMapped : eCaseMap );
}
// Outline
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_CONTOUR );
if( ISITEMSET )
{
const SvxContourItem& rItem = static_cast<const SvxContourItem&>( rSet.Get( nWhich ) );
bool bOutline = rItem.GetValue();
rFont.SetOutline( bOutline );
rCJKFont.SetOutline( bOutline );
rCTLFont.SetOutline( bOutline );
}
// Shadow
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_SHADOWED );
if( ISITEMSET )
{
const SvxShadowedItem& rItem = static_cast<const SvxShadowedItem&>( rSet.Get( nWhich ) );
bool bShadow = rItem.GetValue();
rFont.SetShadow( bShadow );
rCJKFont.SetShadow( bShadow );
rCTLFont.SetShadow( bShadow );
}
// Background
bool bTransparent;
nWhich = SID_ATTR_BRUSH_CHAR;
if (ISITEMSET)
{
const SvxBrushItem& rBrush = static_cast<const SvxBrushItem&>( rSet.Get( nWhich ) );
const Color& rColor = rBrush.GetColor();
bTransparent = rColor.GetTransparency() > 0;
rFont.SetFillColor(rColor);
rCJKFont.SetFillColor(rColor);
rCTLFont.SetFillColor(rColor);
}
else
bTransparent = true;
rFont.SetTransparent( bTransparent );
rCJKFont.SetTransparent( bTransparent );
rCTLFont.SetTransparent( bTransparent );
Color aBackCol( COL_TRANSPARENT );
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_BRUSH );
if (ISITEMSET)
{
const SvxBrushItem& rBrush = static_cast<const SvxBrushItem&>(rSet.Get(nWhich));
if (GPOS_NONE == rBrush.GetGraphicPos())
aBackCol = rBrush.GetColor();
}
SetBackColor(aBackCol);
// Font
SetFont(rSet, SID_ATTR_CHAR_FONT, rFont);
SetFont(rSet, SID_ATTR_CHAR_CJK_FONT, rCJKFont);
SetFont(rSet, SID_ATTR_CHAR_CTL_FONT, rCTLFont);
// Style
SetFontStyle(rSet, SID_ATTR_CHAR_POSTURE, SID_ATTR_CHAR_WEIGHT, rFont);
SetFontStyle(rSet, SID_ATTR_CHAR_CJK_POSTURE, SID_ATTR_CHAR_CJK_WEIGHT, rCJKFont);
SetFontStyle(rSet, SID_ATTR_CHAR_CTL_POSTURE, SID_ATTR_CHAR_CTL_WEIGHT, rCTLFont);
// Size
SetFontSize(rSet, SID_ATTR_CHAR_FONTHEIGHT, rFont);
SetFontSize(rSet, SID_ATTR_CHAR_CJK_FONTHEIGHT, rCJKFont);
SetFontSize(rSet, SID_ATTR_CHAR_CTL_FONTHEIGHT, rCTLFont);
// Language
SetFontLang( rSet, SID_ATTR_CHAR_LANGUAGE, rFont );
SetFontLang( rSet, SID_ATTR_CHAR_CJK_LANGUAGE, rCJKFont );
SetFontLang( rSet, SID_ATTR_CHAR_CTL_LANGUAGE, rCTLFont );
// Color
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_COLOR );
if( ISITEMSET )
{
const SvxColorItem& rItem = static_cast<const SvxColorItem&>( rSet.Get( nWhich ) );
Color aCol( rItem.GetValue() );
rFont.SetColor( aCol );
rCJKFont.SetColor( aCol );
rCTLFont.SetColor( aCol );
AutoCorrectFontColor(); // handle color COL_AUTO
}
// Kerning
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_KERNING );
if( ISITEMSET )
{
const SvxKerningItem& rItem = static_cast<const SvxKerningItem&>( rSet.Get( nWhich ) );
short nKern = static_cast<short>(OutputDevice::LogicToLogic(rItem.GetValue(), rSet.GetPool()->GetMetric(nWhich), MapUnit::MapTwip));
rFont.SetFixKerning( nKern );
rCJKFont.SetFixKerning( nKern );
rCTLFont.SetFixKerning( nKern );
}
// Escapement
nWhich = rSet.GetPool()->GetWhich( SID_ATTR_CHAR_ESCAPEMENT );
const sal_uInt8 nProp = 100;
short nEsc;
sal_uInt8 nEscProp;
if( ISITEMSET )
{
const SvxEscapementItem& rItem = static_cast<const SvxEscapementItem&>( rSet.Get( nWhich ) );
nEsc = rItem.GetEsc();
nEscProp = rItem.GetProportionalHeight();
if( nEsc == DFLT_ESC_AUTO_SUPER )
nEsc = DFLT_ESC_SUPER;
else if( nEsc == DFLT_ESC_AUTO_SUB )
nEsc = DFLT_ESC_SUB;
}
else
{
nEsc = 0;
nEscProp = 100;
}
SetFontEscapement( nProp, nEscProp, nEsc );
// Font width scale
SetFontWidthScale( rSet );
Invalidate();
}
void FontPrevWindow::SetFont( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont ) void FontPrevWindow::SetFont( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont )
{ {
sal_uInt16 nWhich = rSet.GetPool()->GetWhich( nSlot ); sal_uInt16 nWhich = rSet.GetPool()->GetWhich( nSlot );

View File

@@ -49,17 +49,13 @@ public:
void set(MetricField *pField); void set(MetricField *pField);
const MetricField* get() const { return m_pField; } const MetricField* get() const { return m_pField; }
MetricField* get() { return m_pField; } MetricField* get() { return m_pField; }
void SetUpHdl(const Link<SpinField&,void>& rLink) { m_pField->SetUpHdl(rLink); }
void SetDownHdl(const Link<SpinField&,void>& rLink) { m_pField->SetDownHdl(rLink); }
void SetModifyHdl(const Link<Edit&,void>& rLink) { m_pField->SetModifyHdl(rLink); } void SetModifyHdl(const Link<Edit&,void>& rLink) { m_pField->SetModifyHdl(rLink); }
void SetLoseFocusHdl(const Link<Control&,void>& rLink) { m_pField->SetLoseFocusHdl(rLink); } void SetLoseFocusHdl(const Link<Control&,void>& rLink) { m_pField->SetLoseFocusHdl(rLink); }
void SetMetric(FieldUnit eUnit) { ::SetMetric(*m_pField, eUnit); } void SetMetric(FieldUnit eUnit) { ::SetMetric(*m_pField, eUnit); }
void Enable(bool bEnable = true) { m_pField->Enable(bEnable); } void Enable(bool bEnable = true) { m_pField->Enable(bEnable); }
void Disable() { m_pField->Disable(); } void Disable() { m_pField->Disable(); }
bool HasFocus() const { return m_pField->HasFocus(); }
void SetAccessibleName(const OUString& rName) { m_pField->SetAccessibleName(rName); } void SetAccessibleName(const OUString& rName) { m_pField->SetAccessibleName(rName); }
void SetText(const OUString& rStr) { m_pField->SetText(rStr); } void SetText(const OUString& rStr) { m_pField->SetText(rStr); }
void ClearModifyFlag() { m_pField->ClearModifyFlag(); }
void SetMetricFieldMin(sal_Int64 nNewMin) { m_pField->SetMin(nNewMin); } void SetMetricFieldMin(sal_Int64 nNewMin) { m_pField->SetMin(nNewMin); }
void SetValue(sal_Int64 nNewValue) { m_pField->SetValue(nNewValue, FUNIT_NONE); } void SetValue(sal_Int64 nNewValue) { m_pField->SetValue(nNewValue, FUNIT_NONE); }