loplugin:constantparam

Change-Id: Ibe167c208844b4cdd10df80ae804b1e5bfa6aa13
Reviewed-on: https://gerrit.libreoffice.org/68998
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2019-03-09 08:37:24 +02:00
parent 87b44efa2a
commit f011a01d4b
17 changed files with 544 additions and 558 deletions

View File

@@ -4,22 +4,19 @@ codemaker/source/javamaker/classfile.hxx:153
codemaker/source/javamaker/classfile.hxx:168 codemaker/source/javamaker/classfile.hxx:168
void codemaker::javamaker::ClassFile::addField(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,unsigned short,const class rtl::OString &) void codemaker::javamaker::ClassFile::addField(enum codemaker::javamaker::ClassFile::AccessFlags,const class rtl::OString &,const class rtl::OString &,unsigned short,const class rtl::OString &)
enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1 enum codemaker::javamaker::ClassFile::AccessFlags accessFlags setBits=0x1
cui/source/options/webconninfo.hxx:35 dbaccess/source/filter/xml/xmlExport.hxx:172
void svx::PasswordTable::InsertHeaderItem(unsigned short,const class rtl::OUString &,enum HeaderBarItemBits)
enum HeaderBarItemBits nBits setBits=0x201 clearBits=0x1fe
dbaccess/source/filter/xml/xmlExport.hxx:171
void dbaxml::ODBExport::ODBExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags) void dbaxml::ODBExport::ODBExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,enum SvXMLExportFlags)
enum SvXMLExportFlags nExportFlag setBits=0x400 clearBits=0x200 enum SvXMLExportFlags nExportFlag setBits=0x400 clearBits=0x200
include/basegfx/polygon/b2dpolygontools.hxx:144 include/basegfx/polygon/b2dpolygontools.hxx:144
enum CutFlagValue findCut(const class basegfx::B2DPoint &,const class basegfx::B2DVector &,const class basegfx::B2DPoint &,const class basegfx::B2DVector &,enum CutFlagValue,double *,double *) enum CutFlagValue findCut(const class basegfx::B2DPoint &,const class basegfx::B2DVector &,const class basegfx::B2DPoint &,const class basegfx::B2DVector &,enum CutFlagValue,double *,double *)
enum CutFlagValue aCutFlags setBits=0x1 enum CutFlagValue aCutFlags setBits=0x1
include/framework/framelistanalyzer.hxx:181 include/framework/framelistanalyzer.hxx:184
void framework::FrameListAnalyzer::FrameListAnalyzer(const class com::sun::star::uno::Reference<class com::sun::star::frame::XFramesSupplier> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,enum FrameAnalyzerFlags) void framework::FrameListAnalyzer::FrameListAnalyzer(const class com::sun::star::uno::Reference<class com::sun::star::frame::XFramesSupplier> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,enum FrameAnalyzerFlags)
enum FrameAnalyzerFlags eDetectMode setBits=0x4 enum FrameAnalyzerFlags eDetectMode setBits=0x4
include/sfx2/objsh.hxx:457 include/sfx2/objsh.hxx:457
void SfxObjectShell::FinishedLoading(enum SfxLoadedFlags) void SfxObjectShell::FinishedLoading(enum SfxLoadedFlags)
enum SfxLoadedFlags nWhich setBits=0x1 enum SfxLoadedFlags nWhich setBits=0x1
include/svtools/brwbox.hxx:433 include/svtools/brwbox.hxx:431
void BrowseBox::InsertDataColumn(unsigned short,const class rtl::OUString &,long,enum HeaderBarItemBits,unsigned short) void BrowseBox::InsertDataColumn(unsigned short,const class rtl::OUString &,long,enum HeaderBarItemBits,unsigned short)
enum HeaderBarItemBits nBits setBits=0x400 clearBits=0x3ec enum HeaderBarItemBits nBits setBits=0x400 clearBits=0x3ec
include/svtools/wizardmachine.hxx:178 include/svtools/wizardmachine.hxx:178
@@ -37,13 +34,13 @@ sc/inc/rangeutl.hxx:162
sc/inc/xmlwrap.hxx:89 sc/inc/xmlwrap.hxx:89
_Bool ScXMLImportWrapper::Import(enum ImportFlags,class ErrCode &) _Bool ScXMLImportWrapper::Import(enum ImportFlags,class ErrCode &)
enum ImportFlags nMode setBits=0x1 enum ImportFlags nMode setBits=0x1
sc/source/ui/view/cellsh1.cxx:115 sc/source/ui/view/cellsh1.cxx:114
enum InsertDeleteFlags FlagsFromString(const class rtl::OUString &,enum InsertDeleteFlags) enum InsertDeleteFlags FlagsFromString(const class rtl::OUString &,enum InsertDeleteFlags)
enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700 enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700
sc/source/ui/view/cellsh1.cxx:138 sc/source/ui/view/cellsh1.cxx:137
class rtl::OUString FlagsToString(enum InsertDeleteFlags,enum InsertDeleteFlags) class rtl::OUString FlagsToString(enum InsertDeleteFlags,enum InsertDeleteFlags)
enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700 enum InsertDeleteFlags nFlagsMask setBits=0x87f clearBits=0x700
sw/source/core/view/viewsh.cxx:733 sw/source/core/view/viewsh.cxx:728
void lcl_InvalidateAllContent(class SwViewShell &,enum SwInvalidateFlags) void lcl_InvalidateAllContent(class SwViewShell &,enum SwInvalidateFlags)
enum SwInvalidateFlags nInv setBits=0x2 enum SwInvalidateFlags nInv setBits=0x2
sw/source/filter/html/swhtml.hxx:671 sw/source/filter/html/swhtml.hxx:671

File diff suppressed because it is too large Load Diff

View File

@@ -36,11 +36,11 @@ configmgr/source/dconf.cxx:201
dconf_changeset_new() dconf_changeset_new()
connectivity/source/commontools/sqlerror.cxx:64 connectivity/source/commontools/sqlerror.cxx:64
void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &) void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &)
const class connectivity::SQLError::ParamValue & _rParamValue2 const class connectivity::SQLError::ParamValue & _rParamValue3
ParamValue() ParamValue()
connectivity/source/commontools/sqlerror.cxx:64 connectivity/source/commontools/sqlerror.cxx:64
void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &) void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &)
const class connectivity::SQLError::ParamValue & _rParamValue3 const class connectivity::SQLError::ParamValue & _rParamValue2
ParamValue() ParamValue()
connectivity/source/commontools/sqlerror.cxx:64 connectivity/source/commontools/sqlerror.cxx:64
void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &) void connectivity::SQLError_Impl::raiseException(const int,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &)
@@ -110,10 +110,6 @@ connectivity/source/manager/mdrivermanager.cxx:152
const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> & drivermanager::ExtractDriverFromCollectionElement::operator()(const struct std::pair<const class rtl::OUString, class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> > &) const const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> & drivermanager::ExtractDriverFromCollectionElement::operator()(const struct std::pair<const class rtl::OUString, class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> > &) const
const struct std::pair<const class rtl::OUString, class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> > & _rElement const struct std::pair<const class rtl::OUString, class com::sun::star::uno::Reference<class com::sun::star::sdbc::XDriver> > & _rElement
ExtractDriverFromCollectionElement() ExtractDriverFromCollectionElement()
cui/source/inc/cfgutil.hxx:256
void CuiConfigGroupListBox::Init(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XFrame> &,const class rtl::OUString &,_Bool)
const class rtl::OUString & sModuleLongName
""
dbaccess/source/core/api/RowSetRow.hxx:40 dbaccess/source/core/api/RowSetRow.hxx:40
void dbaccess::ORowSetOldRowHelper::ORowSetOldRowHelper(const class rtl::Reference<class connectivity::ORowVector<class connectivity::ORowSetValue> > &) void dbaccess::ORowSetOldRowHelper::ORowSetOldRowHelper(const class rtl::Reference<class connectivity::ORowVector<class connectivity::ORowSetValue> > &)
const class rtl::Reference<class connectivity::ORowVector<class connectivity::ORowSetValue> > & _rRow const class rtl::Reference<class connectivity::ORowVector<class connectivity::ORowSetValue> > & _rRow
@@ -150,11 +146,11 @@ desktop/source/deployment/inc/dp_interact.h:58
void dp_misc::ProgressLevel::update(const class com::sun::star::uno::Any &) const void dp_misc::ProgressLevel::update(const class com::sun::star::uno::Any &) const
const class com::sun::star::uno::Any & status const class com::sun::star::uno::Any & status
Any() Any()
editeng/source/editeng/impedit3.cxx:154 editeng/source/editeng/impedit3.cxx:153
void lcl_DrawRedLines(class OutputDevice *,long,const class Point &,unsigned long,unsigned long,const long *,const class WrongList *,short,const class Point &,_Bool,_Bool) void lcl_DrawRedLines(class OutputDevice *,long,const class Point &,unsigned long,unsigned long,const long *,const class WrongList *,short,const class Point &,_Bool,_Bool)
_Bool bVertical _Bool bVertical
IsVertical() IsVertical()
emfio/inc/mtftools.hxx:637 emfio/inc/mtftools.hxx:636
void emfio::MtfTools::ExcludeClipRect(const class tools::Rectangle &) void emfio::MtfTools::ExcludeClipRect(const class tools::Rectangle &)
const class tools::Rectangle & rRect const class tools::Rectangle & rRect
ReadRectangle() ReadRectangle()
@@ -162,11 +158,11 @@ extensions/source/abpilot/datasourcehandling.hxx:178
void abp::ODataSource::setDataSource(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,struct abp::PackageAccessControl) void abp::ODataSource::setDataSource(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class rtl::OUString &,struct abp::PackageAccessControl)
struct abp::PackageAccessControl struct abp::PackageAccessControl
PackageAccessControl() PackageAccessControl()
extensions/source/dbpilots/controlwizard.hxx:115 extensions/source/dbpilots/controlwizard.hxx:114
_Bool dbp::OControlWizard::updateContext(const struct dbp::OAccessRegulator &) _Bool dbp::OControlWizard::updateContext(const struct dbp::OAccessRegulator &)
const struct dbp::OAccessRegulator & const struct dbp::OAccessRegulator &
OAccessRegulator() OAccessRegulator()
extensions/source/dbpilots/controlwizard.hxx:116 extensions/source/dbpilots/controlwizard.hxx:115
void dbp::OControlWizard::setFormConnection(const struct dbp::OAccessRegulator &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,_Bool) void dbp::OControlWizard::setFormConnection(const struct dbp::OAccessRegulator &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,_Bool)
const struct dbp::OAccessRegulator & const struct dbp::OAccessRegulator &
OAccessRegulator() OAccessRegulator()
@@ -222,11 +218,11 @@ filter/source/flash/swfwriter.hxx:140
void swf::FlashFont::FlashFont(const class vcl::Font &,unsigned short) void swf::FlashFont::FlashFont(const class vcl::Font &,unsigned short)
unsigned short nId unsigned short nId
createID() createID()
forms/source/component/ListBox.cxx:1554 forms/source/component/ListBox.cxx:1555
class com::sun::star::uno::Any lcl_getSingleSelectedEntryAny(const class com::sun::star::uno::Sequence<short> &,const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > &) class com::sun::star::uno::Any lcl_getSingleSelectedEntryAny(const class com::sun::star::uno::Sequence<short> &,const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > &)
const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > & _rStringList const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > & _rStringList
impl_getValues() impl_getValues()
forms/source/component/ListBox.cxx:1570 forms/source/component/ListBox.cxx:1571
class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> lcl_getMultiSelectedEntriesAny(const class com::sun::star::uno::Sequence<short> &,const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > &) class com::sun::star::uno::Sequence<class com::sun::star::uno::Any> lcl_getMultiSelectedEntriesAny(const class com::sun::star::uno::Sequence<short> &,const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > &)
const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > & _rStringList const class std::__debug::vector<class connectivity::ORowSetValue, class std::allocator<class connectivity::ORowSetValue> > & _rStringList
impl_getValues() impl_getValues()
@@ -242,10 +238,6 @@ include/avmedia/mediaplayer.hxx:51
void avmedia::MediaFloater::setURL(const class rtl::OUString &,const class rtl::OUString &,_Bool) void avmedia::MediaFloater::setURL(const class rtl::OUString &,const class rtl::OUString &,_Bool)
const class rtl::OUString & rReferer const class rtl::OUString & rReferer
"" ""
include/comphelper/property.hxx:37
_Bool comphelper::PropertyCompareByName::operator()(const struct com::sun::star::beans::Property &,const struct com::sun::star::beans::Property &) const
const struct com::sun::star::beans::Property & x
PropertyCompareByName()
include/comphelper/propertybag.hxx:108 include/comphelper/propertybag.hxx:108
void comphelper::PropertyBag::addVoidProperty(const class rtl::OUString &,const class com::sun::star::uno::Type &,int,int) void comphelper::PropertyBag::addVoidProperty(const class rtl::OUString &,const class com::sun::star::uno::Type &,int,int)
int _nHandle int _nHandle
@@ -256,11 +248,11 @@ include/comphelper/servicedecl.hxx:221
PostProcessDefaultT() PostProcessDefaultT()
include/connectivity/dbtools.hxx:180 include/connectivity/dbtools.hxx:180
class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> getConnection_withFeedback(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &) class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> getConnection_withFeedback(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &)
const class rtl::OUString & _rUser const class rtl::OUString & _rPwd
"" ""
include/connectivity/dbtools.hxx:180 include/connectivity/dbtools.hxx:180
class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> getConnection_withFeedback(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &) class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> getConnection_withFeedback(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &)
const class rtl::OUString & _rPwd const class rtl::OUString & _rUser
"" ""
include/connectivity/dbtools.hxx:620 include/connectivity/dbtools.hxx:620
class rtl::OUString createStandardCreateStatement(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,class dbtools::ISQLStatementHelper *,const class rtl::OUString &) class rtl::OUString createStandardCreateStatement(const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySet> &,const class com::sun::star::uno::Reference<class com::sun::star::sdbc::XConnection> &,class dbtools::ISQLStatementHelper *,const class rtl::OUString &)
@@ -306,6 +298,10 @@ include/connectivity/sqlerror.hxx:241
class com::sun::star::sdbc::SQLException connectivity::SQLError::getSQLException(const int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &) const class com::sun::star::sdbc::SQLException connectivity::SQLError::getSQLException(const int,const class com::sun::star::uno::Reference<class com::sun::star::uno::XInterface> &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &,const class connectivity::SQLError::ParamValue &) const
const class connectivity::SQLError::ParamValue & _rParamValue3 const class connectivity::SQLError::ParamValue & _rParamValue3
ParamValue() ParamValue()
include/drawinglayer/tools/primitive2dxmldump.hxx:41
struct _xmlDoc * drawinglayer::tools::Primitive2dXmlDump::dumpAndParse(const class drawinglayer::primitive2d::Primitive2DContainer &,const class rtl::OUString &)
const class rtl::OUString & rStreamName
""
include/editeng/brushitem.hxx:61 include/editeng/brushitem.hxx:61
void SvxBrushItem::SvxBrushItem(class SvStream &,unsigned short,unsigned short) void SvxBrushItem::SvxBrushItem(class SvStream &,unsigned short,unsigned short)
unsigned short nWhich unsigned short nWhich
@@ -430,11 +426,11 @@ include/sfx2/dinfdlg.hxx:451
void CustomPropertiesWindow::AddLine(const class rtl::OUString &,const class com::sun::star::uno::Any &) void CustomPropertiesWindow::AddLine(const class rtl::OUString &,const class com::sun::star::uno::Any &)
const class rtl::OUString & sName const class rtl::OUString & sName
"" ""
include/sfx2/docfile.hxx:266 include/sfx2/docfile.hxx:271
_Bool SfxMedium::SignContents_Impl(_Bool,_Bool,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::security::XCertificate> &,const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &,const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &,const class rtl::OUString &) _Bool SfxMedium::SignContents_Impl(class weld::Window *,_Bool,_Bool,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::security::XCertificate> &,const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &,const class com::sun::star::uno::Reference<class com::sun::star::graphic::XGraphic> &,const class rtl::OUString &)
_Bool bHasValidDocumentSignature _Bool bHasValidDocumentSignature
HasValidSignatures() HasValidSignatures()
include/sfx2/docfile.hxx:277 include/sfx2/docfile.hxx:283
_Bool SfxMedium::SignDocumentContentUsingCertificate(_Bool,const class com::sun::star::uno::Reference<class com::sun::star::security::XCertificate> &) _Bool SfxMedium::SignDocumentContentUsingCertificate(_Bool,const class com::sun::star::uno::Reference<class com::sun::star::security::XCertificate> &)
_Bool bHasValidDocumentSignature _Bool bHasValidDocumentSignature
HasValidSignatures() HasValidSignatures()
@@ -494,7 +490,7 @@ include/svl/visitem.hxx:39
void SfxVisibilityItem::SfxVisibilityItem(unsigned short,class SvStream &) void SfxVisibilityItem::SfxVisibilityItem(unsigned short,class SvStream &)
unsigned short which unsigned short which
Which() Which()
include/svtools/ehdl.hxx:37 include/svtools/ehdl.hxx:36
void SfxErrorContext::SfxErrorContext(unsigned short,class weld::Window *,const struct std::pair<const char *, class ErrCode> *,const class std::locale &) void SfxErrorContext::SfxErrorContext(unsigned short,class weld::Window *,const struct std::pair<const char *, class ErrCode> *,const class std::locale &)
const class std::locale & rResLocaleP const class std::locale & rResLocaleP
SvtResLocale() SvtResLocale()
@@ -506,42 +502,38 @@ include/svx/charmap.hxx:157
void SvxShowCharSet::DrawChars_Impl(class OutputDevice &,int,int) void SvxShowCharSet::DrawChars_Impl(class OutputDevice &,int,int)
int n1 int n1
FirstInView() FirstInView()
include/svx/svdtrans.hxx:65 include/svx/svdtrans.hxx:63
void RotateXPoly(class XPolyPolygon &,const class Point &,double,double) void RotateXPoly(class XPolyPolygon &,const class Point &,double,double)
const class Point & rRef const class Point & rRef
Point() Point()
include/test/primitive2dxmldump.hxx:38 include/vbahelper/vbahelper.hxx:122
struct _xmlDoc * Primitive2dXmlDump::dumpAndParse(const class drawinglayer::primitive2d::Primitive2DContainer &,const class rtl::OUString &)
const class rtl::OUString & rTempStreamName
""
include/vbahelper/vbahelper.hxx:123
class rtl::OUString extractStringFromAny(const class com::sun::star::uno::Any &,const class rtl::OUString &,_Bool) class rtl::OUString extractStringFromAny(const class com::sun::star::uno::Any &,const class rtl::OUString &,_Bool)
const class rtl::OUString & rDefault const class rtl::OUString & rDefault
"" ""
include/vcl/accessibletable.hxx:83 include/vcl/accessibletable.hxx:87
class tools::Rectangle vcl::table::IAccessibleTable::calcHeaderRect(_Bool) class tools::Rectangle vcl::table::IAccessibleTable::calcHeaderRect(_Bool)
_Bool _bIsColumnBar _Bool _bIsColumnBar
isColumnBar() isColumnBar()
include/vcl/dockwin.hxx:38 include/vcl/dockwin.hxx:37
void DockingData::DockingData(const class Point &,const class tools::Rectangle &,_Bool) void DockingData::DockingData(const class Point &,const class tools::Rectangle &,_Bool)
_Bool b _Bool b
IsFloatingMode() IsFloatingMode()
include/vcl/dockwin.hxx:49 include/vcl/dockwin.hxx:48
void EndDockingData::EndDockingData(const class tools::Rectangle &,_Bool,_Bool)
_Bool b
IsFloatingMode()
include/vcl/dockwin.hxx:49
void EndDockingData::EndDockingData(const class tools::Rectangle &,_Bool,_Bool) void EndDockingData::EndDockingData(const class tools::Rectangle &,_Bool,_Bool)
_Bool bCancelled _Bool bCancelled
IsDockingCanceled() IsDockingCanceled()
include/vcl/field.hxx:380 include/vcl/dockwin.hxx:48
class tools::Time TimeFormatter::SpinTime(_Bool,const class tools::Time &,enum TimeFieldFormat,_Bool,const class rtl::OUString &,int,const class LocaleDataWrapper &) void EndDockingData::EndDockingData(const class tools::Rectangle &,_Bool,_Bool)
_Bool bDuration _Bool b
IsDuration() IsFloatingMode()
include/vcl/field.hxx:380 include/vcl/field.hxx:379
class tools::Time TimeFormatter::SpinTime(_Bool,const class tools::Time &,enum TimeFieldFormat,_Bool,const class rtl::OUString &,int,const class LocaleDataWrapper &) class tools::Time TimeFormatter::SpinTime(_Bool,const class tools::Time &,enum TimeFieldFormat,_Bool,const class rtl::OUString &,int,const class LocaleDataWrapper &)
const class LocaleDataWrapper & rLocaleDataWrapper const class LocaleDataWrapper & rLocaleDataWrapper
ImplGetLocaleDataWrapper() ImplGetLocaleDataWrapper()
include/vcl/field.hxx:379
class tools::Time TimeFormatter::SpinTime(_Bool,const class tools::Time &,enum TimeFieldFormat,_Bool,const class rtl::OUString &,int,const class LocaleDataWrapper &)
_Bool bDuration
IsDuration()
include/vcl/FilterConfigItem.hxx:75 include/vcl/FilterConfigItem.hxx:75
class rtl::OUString FilterConfigItem::ReadString(const class rtl::OUString &,const class rtl::OUString &) class rtl::OUString FilterConfigItem::ReadString(const class rtl::OUString &,const class rtl::OUString &)
const class rtl::OUString & rDefault const class rtl::OUString & rDefault
@@ -550,27 +542,27 @@ include/vcl/graphictools.hxx:278
void SvtGraphicFill::SvtGraphicFill(const class tools::PolyPolygon &,class Color,double,enum SvtGraphicFill::FillRule,enum SvtGraphicFill::FillType,const struct SvtGraphicFill::Transform &,_Bool,enum SvtGraphicFill::HatchType,class Color,enum SvtGraphicFill::GradientType,class Color,class Color,int,const class Graphic &) void SvtGraphicFill::SvtGraphicFill(const class tools::PolyPolygon &,class Color,double,enum SvtGraphicFill::FillRule,enum SvtGraphicFill::FillType,const struct SvtGraphicFill::Transform &,_Bool,enum SvtGraphicFill::HatchType,class Color,enum SvtGraphicFill::GradientType,class Color,class Color,int,const class Graphic &)
class Color aFillColor class Color aFillColor
Color() Color()
include/vcl/outdev.hxx:1544 include/vcl/outdev.hxx:1547
class Bitmap OutputDevice::GetDownsampledBitmap(const class Size &,const class Point &,const class Size &,const class Bitmap &,long,long) class Bitmap OutputDevice::GetDownsampledBitmap(const class Size &,const class Point &,const class Size &,const class Bitmap &,long,long)
const class Point & rSrcPt const class Point & rSrcPt
Point() Point()
include/vcl/print.hxx:644 include/vcl/print.hxx:643
class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setSubgroupControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const struct vcl::PrinterOptionsHelper::UIControlOptions &) class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setSubgroupControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const struct vcl::PrinterOptionsHelper::UIControlOptions &)
const class rtl::OUString & i_rHelpId const class rtl::OUString & i_rHelpId
"" ""
include/vcl/print.hxx:660 include/vcl/print.hxx:659
class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setChoiceRadiosControlOpt(const class com::sun::star::uno::Sequence<class rtl::OUString> &,const class rtl::OUString &,const class com::sun::star::uno::Sequence<class rtl::OUString> &,const class rtl::OUString &,const class com::sun::star::uno::Sequence<class rtl::OUString> &,int,const class com::sun::star::uno::Sequence<unsigned char> &,const struct vcl::PrinterOptionsHelper::UIControlOptions &) class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setChoiceRadiosControlOpt(const class com::sun::star::uno::Sequence<class rtl::OUString> &,const class rtl::OUString &,const class com::sun::star::uno::Sequence<class rtl::OUString> &,const class rtl::OUString &,const class com::sun::star::uno::Sequence<class rtl::OUString> &,int,const class com::sun::star::uno::Sequence<unsigned char> &,const struct vcl::PrinterOptionsHelper::UIControlOptions &)
const class rtl::OUString & i_rTitle const class rtl::OUString & i_rTitle
"" ""
include/vcl/print.hxx:671 include/vcl/print.hxx:670
class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setRangeControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,const struct vcl::PrinterOptionsHelper::UIControlOptions &) class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setRangeControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,int,int,int,const struct vcl::PrinterOptionsHelper::UIControlOptions &)
const class rtl::OUString & i_rTitle const class rtl::OUString & i_rTitle
"" ""
include/vcl/print.hxx:679 include/vcl/print.hxx:678
class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setEditControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const struct vcl::PrinterOptionsHelper::UIControlOptions &) class com::sun::star::uno::Any vcl::PrinterOptionsHelper::setEditControlOpt(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const struct vcl::PrinterOptionsHelper::UIControlOptions &)
const class rtl::OUString & i_rTitle const class rtl::OUString & i_rTitle
"" ""
include/vcl/toolbox.hxx:419 include/vcl/toolbox.hxx:421
void ToolBox::SetHelpText(unsigned short,const class rtl::OUString &) void ToolBox::SetHelpText(unsigned short,const class rtl::OUString &)
const class rtl::OUString & rText const class rtl::OUString & rText
"" ""
@@ -586,7 +578,7 @@ include/vcl/transfer.hxx:348
class com::sun::star::uno::Sequence<signed char> TransferableDataHelper::GetSequence(enum SotClipboardFormatId,const class rtl::OUString &) class com::sun::star::uno::Sequence<signed char> TransferableDataHelper::GetSequence(enum SotClipboardFormatId,const class rtl::OUString &)
const class rtl::OUString & rDestDoc const class rtl::OUString & rDestDoc
"" ""
include/vcl/treelistbox.hxx:731 include/vcl/treelistbox.hxx:737
void SvTreeListBox::ShowFocusRect(const class SvTreeListEntry *) void SvTreeListBox::ShowFocusRect(const class SvTreeListEntry *)
const class SvTreeListEntry * pEntry const class SvTreeListEntry * pEntry
FirstSelected() FirstSelected()
@@ -594,23 +586,23 @@ include/vcl/virdev.hxx:157
_Bool VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(const class Size &,const class Fraction &,const class Point &,unsigned char *) _Bool VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(const class Size &,const class Fraction &,const class Point &,unsigned char *)
const class Point & rNewOffset const class Point & rNewOffset
Point() Point()
include/vcl/weld.hxx:357 include/vcl/weld.hxx:417
void weld::ComboBox::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &) void weld::ComboBox::append(const class rtl::OUString &,const class rtl::OUString &,class VirtualDevice &)
const class rtl::OUString & rId const class rtl::OUString & rId
"" ""
include/xmloff/txtparae.hxx:405 include/xmloff/txtparae.hxx:403
void XMLTextParagraphExport::exportTextStyles(_Bool,_Bool) void XMLTextParagraphExport::exportTextStyles(_Bool,_Bool)
_Bool bProg _Bool bProg
IsShowProgress() IsShowProgress()
include/xmloff/txtparae.hxx:455 include/xmloff/txtparae.hxx:453
void XMLTextParagraphExport::collectTextAutoStyles(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool) void XMLTextParagraphExport::collectTextAutoStyles(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool)
_Bool bIsProgress _Bool bIsProgress
IsShowProgress() IsShowProgress()
include/xmloff/txtparae.hxx:485 include/xmloff/txtparae.hxx:483
void XMLTextParagraphExport::exportText(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool) void XMLTextParagraphExport::exportText(const class com::sun::star::uno::Reference<class com::sun::star::text::XText> &,const class com::sun::star::uno::Reference<class com::sun::star::text::XTextSection> &,_Bool)
_Bool bIsProgress _Bool bIsProgress
IsShowProgress() IsShowProgress()
include/xmloff/xmlexp.hxx:284 include/xmloff/xmlexp.hxx:279
void SvXMLExport::SvXMLExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XDocumentHandler> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,const enum FieldUnit,enum SvXMLExportFlags) void SvXMLExport::SvXMLExport(const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::xml::sax::XDocumentHandler> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &,const enum FieldUnit,enum SvXMLExportFlags)
const class rtl::OUString & implementationName const class rtl::OUString & implementationName
"" ""
@@ -686,7 +678,7 @@ sc/qa/unit/helper/qahelper.hxx:197
class tools::SvRef<class ScDocShell> ScBootstrapFixture::saveAndReload(class ScDocShell *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum SfxFilterFlags) class tools::SvRef<class ScDocShell> ScBootstrapFixture::saveAndReload(class ScDocShell *,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,enum SfxFilterFlags)
const class rtl::OUString & rUserData const class rtl::OUString & rUserData
"" ""
sc/source/core/tool/token.cxx:4897 sc/source/core/tool/token.cxx:4895
void appendTokenByType(struct sc::TokenStringContext &,class rtl::OUStringBuffer &,const class formula::FormulaToken &,const class ScAddress &,_Bool) void appendTokenByType(struct sc::TokenStringContext &,class rtl::OUStringBuffer &,const class formula::FormulaToken &,const class ScAddress &,_Bool)
_Bool bFromRangeName _Bool bFromRangeName
IsFromRangeName() IsFromRangeName()
@@ -738,11 +730,11 @@ sc/source/filter/inc/xlescher.hxx:424
_Bool XclControlHelper::FillMacroDescriptor(struct com::sun::star::script::ScriptEventDescriptor &,enum XclTbxEventType,const class rtl::OUString &,class SfxObjectShell *) _Bool XclControlHelper::FillMacroDescriptor(struct com::sun::star::script::ScriptEventDescriptor &,enum XclTbxEventType,const class rtl::OUString &,class SfxObjectShell *)
enum XclTbxEventType eEventType enum XclTbxEventType eEventType
DoGetEventType() DoGetEventType()
sc/source/filter/oox/formulabuffer.cxx:300 sc/source/filter/oox/formulabuffer.cxx:299
void processSheetFormulaCells(class ScDocumentImport &,struct oox::xls::FormulaBuffer::SheetItem &,class SvNumberFormatter &,const class com::sun::star::uno::Sequence<struct com::sun::star::sheet::ExternalLinkInfo> &,_Bool) void processSheetFormulaCells(class ScDocumentImport &,struct oox::xls::FormulaBuffer::SheetItem &,class SvNumberFormatter &,const class com::sun::star::uno::Sequence<struct com::sun::star::sheet::ExternalLinkInfo> &,_Bool)
_Bool bGeneratorKnownGood _Bool bGeneratorKnownGood
isGeneratorKnownGood() isGeneratorKnownGood()
sc/source/ui/inc/AccessibleCsvControl.hxx:480 sc/source/ui/inc/AccessibleCsvControl.hxx:479
void ScAccessibleCsvCell::ScAccessibleCsvCell(class ScCsvGrid &,const class rtl::OUString &,int,int) void ScAccessibleCsvCell::ScAccessibleCsvCell(class ScCsvGrid &,const class rtl::OUString &,int,int)
class ScCsvGrid & rGrid class ScCsvGrid & rGrid
implGetGrid() implGetGrid()
@@ -758,15 +750,15 @@ sd/source/filter/eppt/eppt.hxx:177
unsigned int PPTWriter::ImplInsertBookmarkURL(const class rtl::OUString &,const unsigned int,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &) unsigned int PPTWriter::ImplInsertBookmarkURL(const class rtl::OUString &,const unsigned int,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
const class rtl::OUString & rStringVer2 const class rtl::OUString & rStringVer2
"" ""
sd/source/filter/eppt/pptx-animations.cxx:620 sd/source/filter/eppt/pptx-animations.cxx:551
void (anonymous namespace)::NodeContext::initValid(_Bool,_Bool) void (anonymous namespace)::NodeContext::initValid(_Bool,_Bool)
_Bool bHasValidChild _Bool bHasValidChild
initChildNodes() initChildNodes()
sd/source/filter/xml/sdxmlwrp.cxx:150 sd/source/filter/xml/sdxmlwrp.cxx:142
const struct XML_SERVICES * getServices(_Bool,_Bool,unsigned long) const struct XML_SERVICES * getServices(_Bool,_Bool,unsigned long)
_Bool bDraw _Bool bDraw
IsDraw() IsDraw()
sd/source/ui/annotations/annotationtag.cxx:158 sd/source/ui/annotations/annotationtag.cxx:151
void sd::AnnotationHdl::AnnotationHdl(const class rtl::Reference<class sd::SmartTag> &,const class com::sun::star::uno::Reference<class com::sun::star::office::XAnnotation> &,const class Point &) void sd::AnnotationHdl::AnnotationHdl(const class rtl::Reference<class sd::SmartTag> &,const class com::sun::star::uno::Reference<class com::sun::star::office::XAnnotation> &,const class Point &)
const class Point & rPnt const class Point & rPnt
Point() Point()
@@ -826,15 +818,15 @@ starmath/inc/cursor.hxx:185
void SmCursor::Draw(class OutputDevice &,class Point,_Bool) void SmCursor::Draw(class OutputDevice &,class Point,_Bool)
_Bool isCaretVisible _Bool isCaretVisible
IsCursorVisible() IsCursorVisible()
store/source/lockbyte.cxx:268 store/source/lockbyte.cxx:267
void store::FileHandle::CloseFile::operator()(struct store::FileHandle &) const void store::FileHandle::CloseFile::operator()(struct store::FileHandle &) const
struct store::FileHandle & rFile struct store::FileHandle & rFile
destructor_type() destructor_type()
store/source/lockbyte.cxx:490 store/source/lockbyte.cxx:489
void store::FileMapping::UnmapFile::operator()(struct store::FileMapping &) const void store::FileMapping::UnmapFile::operator()(struct store::FileMapping &) const
struct store::FileMapping & rMapping struct store::FileMapping & rMapping
destructor_type() destructor_type()
store/source/lockbyte.cxx:814 store/source/lockbyte.cxx:813
void store::ResourceHolder::ResourceHolder<T>(const type-parameter-?-? &) void store::ResourceHolder::ResourceHolder<T>(const type-parameter-?-? &)
const type-parameter-?-? & value const type-parameter-?-? & value
T() T()
@@ -862,11 +854,11 @@ svx/source/inc/xmlxtimp.hxx:43
_Bool SvxXMLXTableImport::load(const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> &,_Bool *) _Bool SvxXMLXTableImport::load(const class rtl::OUString &,const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> &,_Bool *)
const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> & xTable const class com::sun::star::uno::Reference<class com::sun::star::container::XNameContainer> & xTable
createInstance() createInstance()
svx/source/svdraw/svdmodel.cxx:1889 svx/source/svdraw/svdmodel.cxx:1891
void addPair(class std::__debug::vector<struct std::pair<class rtl::OUString, class com::sun::star::uno::Any>, class std::allocator<struct std::pair<class rtl::OUString, class com::sun::star::uno::Any> > > &,const class rtl::OUString &,const type-parameter-?-?) void addPair(class std::__debug::vector<struct std::pair<class rtl::OUString, class com::sun::star::uno::Any>, class std::allocator<struct std::pair<class rtl::OUString, class com::sun::star::uno::Any> > > &,const class rtl::OUString &,const type-parameter-?-?)
const type-parameter-?-? val const type-parameter-?-? val
IsAnchoredTextOverflowLegacy() IsAnchoredTextOverflowLegacy()
sw/inc/doc.hxx:911 sw/inc/doc.hxx:915
const class SwTOXMark & SwDoc::GotoTOXMark(const class SwTOXMark &,enum SwTOXSearch,_Bool) const class SwTOXMark & SwDoc::GotoTOXMark(const class SwTOXMark &,enum SwTOXSearch,_Bool)
_Bool bInReadOnly _Bool bInReadOnly
IsReadOnlyAvailable() IsReadOnlyAvailable()
@@ -878,19 +870,19 @@ sw/inc/ndarr.hxx:74
_Bool CompareSwOutlineNodes::operator()(class SwNode *const &,class SwNode *const &) const _Bool CompareSwOutlineNodes::operator()(class SwNode *const &,class SwNode *const &) const
class SwNode *const & lhs class SwNode *const & lhs
Compare() Compare()
sw/inc/shellio.hxx:165 sw/inc/shellio.hxx:163
void SwReader::SwReader(class SvStream &,const class rtl::OUString &,const class rtl::OUString &,class SwPaM &) void SwReader::SwReader(class SvStream &,const class rtl::OUString &,const class rtl::OUString &,class SwPaM &)
const class rtl::OUString & rFilename const class rtl::OUString & rFilename
"" ""
sw/inc/shellio.hxx:167 sw/inc/shellio.hxx:165
void SwReader::SwReader(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class rtl::OUString &,class SwPaM &) void SwReader::SwReader(const class com::sun::star::uno::Reference<class com::sun::star::embed::XStorage> &,const class rtl::OUString &,class SwPaM &)
const class rtl::OUString & rFilename const class rtl::OUString & rFilename
"" ""
sw/inc/shellio.hxx:464 sw/inc/shellio.hxx:462
class SvStream & Writer::OutLong(class SvStream &,long) class SvStream & Writer::OutLong(class SvStream &,long)
class SvStream & rStrm class SvStream & rStrm
Strm() Strm()
sw/inc/shellio.hxx:465 sw/inc/shellio.hxx:463
class SvStream & Writer::OutULong(class SvStream &,unsigned long) class SvStream & Writer::OutULong(class SvStream &,unsigned long)
class SvStream & rStrm class SvStream & rStrm
Strm() Strm()
@@ -898,7 +890,7 @@ sw/inc/tblsel.hxx:47
_Bool CompareSwSelBoxes::operator()(class SwTableBox *const &,class SwTableBox *const &) const _Bool CompareSwSelBoxes::operator()(class SwTableBox *const &,class SwTableBox *const &) const
class SwTableBox *const & lhs class SwTableBox *const & lhs
Compare() Compare()
sw/source/core/access/acctable.cxx:104 sw/source/core/access/acctable.cxx:105
void SwAccessibleTableData_Impl::SwAccessibleTableData_Impl(class SwAccessibleMap &,const class SwTabFrame *,_Bool,_Bool) void SwAccessibleTableData_Impl::SwAccessibleTableData_Impl(class SwAccessibleMap &,const class SwTabFrame *,_Bool,_Bool)
_Bool bIsInPagePreview _Bool bIsInPagePreview
IsInPagePreview() IsInPagePreview()
@@ -914,11 +906,11 @@ sw/source/core/inc/anchoredobjectposition.hxx:189
long objectpositioning::SwAnchoredObjectPosition::AdjustVertRelPos(const long,const _Bool,const _Bool,const class SwFrame &,const long,const _Bool,const _Bool) const long objectpositioning::SwAnchoredObjectPosition::AdjustVertRelPos(const long,const _Bool,const _Bool,const class SwFrame &,const long,const _Bool,const _Bool) const
const _Bool bFollowTextFlow const _Bool bFollowTextFlow
DoesObjFollowsTextFlow() DoesObjFollowsTextFlow()
sw/source/core/inc/layact.hxx:201 sw/source/core/inc/layact.hxx:203
void SwLayIdle::SwLayIdle(class SwRootFrame *,class SwViewShellImp *) void SwLayIdle::SwLayIdle(class SwRootFrame *,class SwViewShellImp *)
class SwViewShellImp * pImp class SwViewShellImp * pImp
Imp() Imp()
sw/source/core/inc/swfont.hxx:75 sw/source/core/inc/swfont.hxx:74
void SwSubFont::DrawText_(class SwDrawTextInfo &,const _Bool) void SwSubFont::DrawText_(class SwDrawTextInfo &,const _Bool)
const _Bool bGrey const _Bool bGrey
IsGreyWave() IsGreyWave()
@@ -974,11 +966,11 @@ sw/source/filter/inc/wrtswtbl.hxx:203
_Bool SwWriteTableColLess::operator()(const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > &,const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > &) _Bool SwWriteTableColLess::operator()(const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > &,const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > &)
const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > & lhs const class std::unique_ptr<class SwWriteTableCol, struct std::default_delete<class SwWriteTableCol> > & lhs
Compare() Compare()
sw/source/filter/ww8/docxexport.hxx:271 sw/source/filter/ww8/docxexport.hxx:276
void DocxExport::DocxExport(class DocxExportFilter *,class SwDoc *,class SwPaM *,class SwPaM *,_Bool,_Bool) void DocxExport::DocxExport(class DocxExportFilter *,class SwDoc *,class SwPaM *,class SwPaM *,_Bool,_Bool)
_Bool bTemplate _Bool bTemplate
isExportTemplate() isExportTemplate()
sw/source/filter/ww8/wrtww8.hxx:272 sw/source/filter/ww8/wrtww8.hxx:273
void WW8_WrPlcSepx::WriteSepx(class SvStream &) const void WW8_WrPlcSepx::WriteSepx(class SvStream &) const
class SvStream & rStrm class SvStream & rStrm
Strm() Strm()
@@ -1010,10 +1002,14 @@ sw/source/ui/vba/vbadocuments.cxx:60
void DocumentEnumImpl::DocumentEnumImpl(const class com::sun::star::uno::Reference<class ooo::vba::XHelperInterface> &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::container::XEnumeration> &,const class com::sun::star::uno::Any &) void DocumentEnumImpl::DocumentEnumImpl(const class com::sun::star::uno::Reference<class ooo::vba::XHelperInterface> &,const class com::sun::star::uno::Reference<class com::sun::star::uno::XComponentContext> &,const class com::sun::star::uno::Reference<class com::sun::star::container::XEnumeration> &,const class com::sun::star::uno::Any &)
const class com::sun::star::uno::Any & aApplication const class com::sun::star::uno::Any & aApplication
Application() Application()
sw/source/uibase/docvw/AnnotationWin2.cxx:94 sw/source/uibase/docvw/AnnotationWin2.cxx:95
void lcl_translateTwips(const class vcl::Window &,class vcl::Window &,class MouseEvent *) void lcl_translateTwips(const class vcl::Window &,class vcl::Window &,class MouseEvent *)
const class vcl::Window & rParent const class vcl::Window & rParent
EditWin() EditWin()
sw/source/uibase/inc/dbtree.hxx:86
void DBTreeList::Select(const class rtl::OUString &,const class rtl::OUString &,const class rtl::OUString &)
const class rtl::OUString & rColumnName
""
sw/source/uibase/lingu/sdrhhcwrap.hxx:43 sw/source/uibase/lingu/sdrhhcwrap.hxx:43
void SdrHHCWrapper::SdrHHCWrapper(class SwView *,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,const class vcl::Font *,int,_Bool) void SdrHHCWrapper::SdrHHCWrapper(class SwView *,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,struct o3tl::strong_int<unsigned short, struct LanguageTypeTag>,const class vcl::Font *,int,_Bool)
_Bool bInteractive _Bool bInteractive
@@ -1022,15 +1018,15 @@ toolkit/inc/helper/unopropertyarrayhelper.hxx:39
void UnoPropertyArrayHelper::UnoPropertyArrayHelper(const class com::sun::star::uno::Sequence<int> &) void UnoPropertyArrayHelper::UnoPropertyArrayHelper(const class com::sun::star::uno::Sequence<int> &)
const class com::sun::star::uno::Sequence<int> & rIDs const class com::sun::star::uno::Sequence<int> & rIDs
ImplGetPropertyIds() ImplGetPropertyIds()
vcl/inc/fontinstance.hxx:73 vcl/inc/fontinstance.hxx:74
_Bool LogicalFontInstance::GetGlyphBoundRect(unsigned short,class tools::Rectangle &,_Bool) const _Bool LogicalFontInstance::GetGlyphBoundRect(unsigned short,class tools::Rectangle &,_Bool) const
_Bool _Bool
IsVertical() IsVertical()
vcl/inc/fontinstance.hxx:74 vcl/inc/fontinstance.hxx:75
_Bool LogicalFontInstance::GetGlyphOutline(unsigned short,class basegfx::B2DPolyPolygon &,_Bool) const _Bool LogicalFontInstance::GetGlyphOutline(unsigned short,class basegfx::B2DPolyPolygon &,_Bool) const
_Bool _Bool
IsVertical() IsVertical()
vcl/inc/salgdi.hxx:595 vcl/inc/salgdi.hxx:608
_Bool SalGraphics::getNativeControlRegion(enum ControlType,enum ControlPart,const class tools::Rectangle &,enum ControlState,const class ImplControlValue &,const class rtl::OUString &,class tools::Rectangle &,class tools::Rectangle &) _Bool SalGraphics::getNativeControlRegion(enum ControlType,enum ControlPart,const class tools::Rectangle &,enum ControlState,const class ImplControlValue &,const class rtl::OUString &,class tools::Rectangle &,class tools::Rectangle &)
const class rtl::OUString & aCaption const class rtl::OUString & aCaption
"" ""
@@ -1038,22 +1034,22 @@ vcl/inc/unx/fc_fontoptions.hxx:37
void FontConfigFontOptions::SyncPattern(const class rtl::OString &,int,_Bool) void FontConfigFontOptions::SyncPattern(const class rtl::OString &,int,_Bool)
_Bool bEmbolden _Bool bEmbolden
NeedsArtificialBold() NeedsArtificialBold()
vcl/source/control/field2.cxx:366 vcl/source/control/field2.cxx:367
void ImplPatternProcessStrictModify(class Edit *,const class rtl::OString &,const class rtl::OUString &,_Bool) void ImplPatternProcessStrictModify(class Edit *,const class rtl::OString &,const class rtl::OUString &,_Bool)
_Bool bSameMask _Bool bSameMask
ImplIsSameMask() ImplIsSameMask()
vcl/source/control/field2.cxx:452 vcl/source/control/field2.cxx:453
_Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &)
_Bool bSameMask
ImplIsSameMask()
vcl/source/control/field2.cxx:452
_Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &)
_Bool & rbInKeyInput
ImplGetInPattKeyInput()
vcl/source/control/field2.cxx:452
_Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &) _Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &)
_Bool bStrictFormat _Bool bStrictFormat
IsStrictFormat() IsStrictFormat()
vcl/source/control/field2.cxx:453
_Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &)
_Bool & rbInKeyInput
ImplGetInPattKeyInput()
vcl/source/control/field2.cxx:453
_Bool ImplPatternProcessKeyInput(class Edit *,const class KeyEvent &,const class rtl::OString &,const class rtl::OUString &,_Bool,_Bool,_Bool &)
_Bool bSameMask
ImplIsSameMask()
vcl/source/control/field2.cxx:997 vcl/source/control/field2.cxx:997
_Bool ImplDateProcessKeyInput(const class KeyEvent &,enum ExtDateFieldFormat,const class LocaleDataWrapper &) _Bool ImplDateProcessKeyInput(const class KeyEvent &,enum ExtDateFieldFormat,const class LocaleDataWrapper &)
const class LocaleDataWrapper & rLocaleDataWrapper const class LocaleDataWrapper & rLocaleDataWrapper
@@ -1074,27 +1070,27 @@ vcl/source/control/field2.cxx:1893
_Bool ImplTimeProcessKeyInput(const class KeyEvent &,_Bool,_Bool,enum TimeFieldFormat,const class LocaleDataWrapper &) _Bool ImplTimeProcessKeyInput(const class KeyEvent &,_Bool,_Bool,enum TimeFieldFormat,const class LocaleDataWrapper &)
const class LocaleDataWrapper & rLocaleDataWrapper const class LocaleDataWrapper & rLocaleDataWrapper
ImplGetLocaleDataWrapper() ImplGetLocaleDataWrapper()
vcl/source/control/field.cxx:954 vcl/source/control/field.cxx:957
_Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
_Bool bUseThousandSep
IsUseThousandSep()
vcl/source/control/field.cxx:954
_Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &) _Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
const class LocaleDataWrapper & rWrapper const class LocaleDataWrapper & rWrapper
ImplGetLocaleDataWrapper() ImplGetLocaleDataWrapper()
vcl/source/control/field.cxx:1731 vcl/source/control/field.cxx:957
_Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &) _Bool ImplMetricProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
const class LocaleDataWrapper & rWrapper _Bool bUseThousandSep
ImplGetLocaleDataWrapper() IsUseThousandSep()
vcl/source/control/field.cxx:1731 vcl/source/control/field.cxx:1734
_Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &) _Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
_Bool bUseThousandSep _Bool bUseThousandSep
IsUseThousandSep() IsUseThousandSep()
vcl/source/control/field.cxx:1738 vcl/source/control/field.cxx:1734
_Bool ImplCurrencyProcessKeyInput(const class KeyEvent &,_Bool,const class LocaleDataWrapper &)
const class LocaleDataWrapper & rWrapper
ImplGetLocaleDataWrapper()
vcl/source/control/field.cxx:1741
_Bool ImplCurrencyGetValue(const class rtl::OUString &,long &,unsigned short,const class LocaleDataWrapper &) _Bool ImplCurrencyGetValue(const class rtl::OUString &,long &,unsigned short,const class LocaleDataWrapper &)
const class LocaleDataWrapper & rWrapper const class LocaleDataWrapper & rWrapper
ImplGetLocaleDataWrapper() ImplGetLocaleDataWrapper()
vcl/source/edit/vclmedit.cxx:95 vcl/source/edit/vclmedit.cxx:99
void ImpVclMEdit::Enable(_Bool) void ImpVclMEdit::Enable(_Bool)
_Bool bEnable _Bool bEnable
IsEnabled() IsEnabled()
@@ -1110,11 +1106,11 @@ xmlhelp/source/cxxhelp/provider/urlparameter.cxx:299
void InputStreamTransformer::InputStreamTransformer(class chelp::URLParameter *,class chelp::Databases *,_Bool) void InputStreamTransformer::InputStreamTransformer(class chelp::URLParameter *,class chelp::Databases *,_Bool)
_Bool isRoot _Bool isRoot
isRoot() isRoot()
xmlhelp/source/cxxhelp/provider/urlparameter.hxx:217 xmlhelp/source/cxxhelp/provider/urlparameter.hxx:216
_Bool chelp::URLParameter::name(_Bool) _Bool chelp::URLParameter::name(_Bool)
_Bool modulePresent _Bool modulePresent
module() module()
xmloff/source/style/XMLFontAutoStylePool.cxx:114 xmloff/source/style/XMLFontAutoStylePool.cxx:116
_Bool XMLFontAutoStylePoolEntryCmp_Impl::operator()(const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > &,const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > &) const _Bool XMLFontAutoStylePoolEntryCmp_Impl::operator()(const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > &,const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > &) const
const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > & r1 const class std::unique_ptr<class XMLFontAutoStylePoolEntry_Impl, struct std::default_delete<class XMLFontAutoStylePoolEntry_Impl> > & r1
Compare() Compare()

View File

@@ -292,7 +292,7 @@ void SpellDialog::Init_Impl()
m_pLanguageLB->SetSelectHdl(LINK( this, SpellDialog, LanguageSelectHdl ) ); m_pLanguageLB->SetSelectHdl(LINK( this, SpellDialog, LanguageSelectHdl ) );
// initialize language ListBox // initialize language ListBox
m_pLanguageLB->SetLanguageList( SvxLanguageListFlags::SPELL_USED, false, false, true ); m_pLanguageLB->SetLanguageList( SvxLanguageListFlags::SPELL_USED, false, true );
m_pSentenceED->ClearModifyFlag(); m_pSentenceED->ClearModifyFlag();
LinguMgr::GetChangeAllList()->clear(); LinguMgr::GetChangeAllList()->clear();

View File

@@ -127,7 +127,7 @@ SvxAsianLayoutPage::SvxAsianLayoutPage( vcl::Window* pParent, const SfxItemSet&
m_pStartED->SetModifyHdl(aLk); m_pStartED->SetModifyHdl(aLk);
m_pEndED->SetModifyHdl(aLk); m_pEndED->SetModifyHdl(aLk);
m_pLanguageLB->SetLanguageList( SvxLanguageListFlags::FBD_CHARS, false ); m_pLanguageLB->SetLanguageList( SvxLanguageListFlags::FBD_CHARS, false, false );
} }
SvxAsianLayoutPage::~SvxAsianLayoutPage() SvxAsianLayoutPage::~SvxAsianLayoutPage()

View File

@@ -1232,14 +1232,14 @@ OfaLanguagesTabPage::OfaLanguagesTabPage(vcl::Window* pParent, const SfxItemSet&
SAL_WARN("cui.options", "ignoring " << e); SAL_WARN("cui.options", "ignoring " << e);
} }
m_pWesternLanguageLB->SetLanguageList( SvxLanguageListFlags::WESTERN | SvxLanguageListFlags::ONLY_KNOWN, true, false, true ); m_pWesternLanguageLB->SetLanguageList( SvxLanguageListFlags::WESTERN | SvxLanguageListFlags::ONLY_KNOWN, true, true );
m_pWesternLanguageLB->InsertDefaultLanguage( css::i18n::ScriptType::LATIN ); m_pWesternLanguageLB->InsertDefaultLanguage( css::i18n::ScriptType::LATIN );
m_pAsianLanguageLB->SetLanguageList( SvxLanguageListFlags::CJK | SvxLanguageListFlags::ONLY_KNOWN, true, false, true ); m_pAsianLanguageLB->SetLanguageList( SvxLanguageListFlags::CJK | SvxLanguageListFlags::ONLY_KNOWN, true, true );
m_pAsianLanguageLB->InsertDefaultLanguage( css::i18n::ScriptType::ASIAN ); m_pAsianLanguageLB->InsertDefaultLanguage( css::i18n::ScriptType::ASIAN );
m_pComplexLanguageLB->SetLanguageList( SvxLanguageListFlags::CTL | SvxLanguageListFlags::ONLY_KNOWN, true, false, true ); m_pComplexLanguageLB->SetLanguageList( SvxLanguageListFlags::CTL | SvxLanguageListFlags::ONLY_KNOWN, true, true );
m_pComplexLanguageLB->InsertDefaultLanguage( css::i18n::ScriptType::COMPLEX ); m_pComplexLanguageLB->InsertDefaultLanguage( css::i18n::ScriptType::COMPLEX );
m_pLocaleSettingLB->SetLanguageList( SvxLanguageListFlags::ALL | SvxLanguageListFlags::ONLY_KNOWN, false ); m_pLocaleSettingLB->SetLanguageList( SvxLanguageListFlags::ALL | SvxLanguageListFlags::ONLY_KNOWN, false, false );
m_pLocaleSettingLB->InsertSystemLanguage( ); m_pLocaleSettingLB->InsertSystemLanguage( );
const NfCurrencyTable& rCurrTab = SvNumberFormatter::GetTheCurrencyTable(); const NfCurrencyTable& rCurrTab = SvNumberFormatter::GetTheCurrencyTable();

View File

@@ -58,8 +58,8 @@ public:
virtual ~SvxLanguageBoxBase(); virtual ~SvxLanguageBoxBase();
void SetLanguageList( SvxLanguageListFlags nLangList, void SetLanguageList( SvxLanguageListFlags nLangList,
bool bHasLangNone, bool bLangNoneIsLangAll = false, bool bHasLangNone,
bool bCheckSpellAvail = false ); bool bCheckSpellAvail );
void AddLanguages( const std::vector< LanguageType >& rLanguageTypes, SvxLanguageListFlags nLangList ); void AddLanguages( const std::vector< LanguageType >& rLanguageTypes, SvxLanguageListFlags nLangList );

View File

@@ -394,9 +394,6 @@ public:
@param fMaximumArea @param fMaximumArea
A limitation for the maximum size of pixels to use for the result A limitation for the maximum size of pixels to use for the result
@param bSmooth
Defines if pixel interpolation is to be used to create the result
The traget size of the result bitmap is defined by transforming the given The traget size of the result bitmap is defined by transforming the given
rTargetRange with the given rTransformation; the area of the result is rTargetRange with the given rTransformation; the area of the result is
linearly scaled to not exceed the given fMaximumArea linearly scaled to not exceed the given fMaximumArea
@@ -407,8 +404,7 @@ public:
BitmapEx getTransformed( BitmapEx getTransformed(
const basegfx::B2DHomMatrix& rTransformation, const basegfx::B2DHomMatrix& rTransformation,
const basegfx::B2DRange& rVisibleRange, const basegfx::B2DRange& rVisibleRange,
double fMaximumArea, double fMaximumArea) const;
bool bSmooth) const;
/** Create ColorStack-modified version of this BitmapEx /** Create ColorStack-modified version of this BitmapEx

View File

@@ -475,7 +475,7 @@ ScImportAsciiDlg::ScImportAsciiDlg( vcl::Window* pParent, const OUString& aDatNa
pLbCharSet->SetSelectHdl( LINK( this, ScImportAsciiDlg, CharSetHdl ) ); pLbCharSet->SetSelectHdl( LINK( this, ScImportAsciiDlg, CharSetHdl ) );
pLbCustomLang->SetLanguageList( pLbCustomLang->SetLanguageList(
SvxLanguageListFlags::ALL | SvxLanguageListFlags::ONLY_KNOWN, false); SvxLanguageListFlags::ALL | SvxLanguageListFlags::ONLY_KNOWN, false, false);
pLbCustomLang->InsertLanguage(LANGUAGE_SYSTEM); pLbCustomLang->InsertLanguage(LANGUAGE_SYSTEM);
pLbCustomLang->SelectLanguage(static_cast<LanguageType>(nLanguage)); pLbCustomLang->SelectLanguage(static_cast<LanguageType>(nLanguage));

View File

@@ -118,7 +118,7 @@ public:
int n_children() const { return m_xTreeView->n_children(); } int n_children() const { return m_xTreeView->n_children(); }
void addEntry(const ScRangeNameLine& rLine, bool bSetCurEntry); void addEntry(const ScRangeNameLine& rLine);
std::vector<ScRangeNameLine> GetSelectedEntries(); std::vector<ScRangeNameLine> GetSelectedEntries();
}; };

View File

@@ -366,7 +366,7 @@ IMPL_LINK_NOARG(RangeManagerTable, SizeAllocHdl, const Size&, void)
CheckForFormulaString(); CheckForFormulaString();
} }
void RangeManagerTable::addEntry(const ScRangeNameLine& rLine, bool bSetCurEntry) void RangeManagerTable::addEntry(const ScRangeNameLine& rLine)
{ {
int nRow = m_xTreeView->n_children(); int nRow = m_xTreeView->n_children();
m_xTreeView->append(); m_xTreeView->append();
@@ -375,8 +375,6 @@ void RangeManagerTable::addEntry(const ScRangeNameLine& rLine, bool bSetCurEntry
m_xTreeView->set_text(nRow, rLine.aScope, 2); m_xTreeView->set_text(nRow, rLine.aScope, 2);
// just unique to track which one has been cached by maCalculatedFormulaEntries // just unique to track which one has been cached by maCalculatedFormulaEntries
m_xTreeView->set_id(nRow, OUString::number(m_nId++)); m_xTreeView->set_id(nRow, OUString::number(m_nId++));
if (bSetCurEntry)
m_xTreeView->set_cursor(nRow);
} }
void RangeManagerTable::GetLine(ScRangeNameLine& rLine, weld::TreeIter& rEntry) void RangeManagerTable::GetLine(ScRangeNameLine& rLine, weld::TreeIter& rEntry)
@@ -403,7 +401,7 @@ void RangeManagerTable::Init()
if (!rEntry.second->HasType(ScRangeData::Type::Database)) if (!rEntry.second->HasType(ScRangeData::Type::Database))
{ {
aLine.aName = rEntry.second->GetName(); aLine.aName = rEntry.second->GetName();
addEntry(aLine, false); addEntry(aLine);
} }
} }
} }

View File

@@ -455,7 +455,7 @@ HeaderFooterTabPage::HeaderFooterTabPage( vcl::Window* pWindow, SdDrawDocument*
mpCBHeader->SetClickHdl( LINK( this, HeaderFooterTabPage, UpdateOnClickHdl ) ); mpCBHeader->SetClickHdl( LINK( this, HeaderFooterTabPage, UpdateOnClickHdl ) );
mpCBSlideNumber->SetClickHdl( LINK( this, HeaderFooterTabPage, UpdateOnClickHdl ) ); mpCBSlideNumber->SetClickHdl( LINK( this, HeaderFooterTabPage, UpdateOnClickHdl ) );
mpCBDateTimeLanguage->SetLanguageList( SvxLanguageListFlags::ALL|SvxLanguageListFlags::ONLY_KNOWN, false ); mpCBDateTimeLanguage->SetLanguageList( SvxLanguageListFlags::ALL|SvxLanguageListFlags::ONLY_KNOWN, false, false );
mpCBDateTimeLanguage->SetSelectHdl( LINK( this, HeaderFooterTabPage, LanguageChangeHdl ) ); mpCBDateTimeLanguage->SetSelectHdl( LINK( this, HeaderFooterTabPage, LanguageChangeHdl ) );
GetOrSetDateTimeLanguage( meOldLanguage, false ); GetOrSetDateTimeLanguage( meOldLanguage, false );

View File

@@ -1462,42 +1462,19 @@ std::vector<OUString> SdPageObjsTLV::GetSelectEntryList(const int nDepth) const
* Checks if it is a draw file and opens the BookmarkDoc depending of * Checks if it is a draw file and opens the BookmarkDoc depending of
* the provided Docs * the provided Docs
*/ */
SdDrawDocument* SdPageObjsTLV::GetBookmarkDoc(SfxMedium* pMed) SdDrawDocument* SdPageObjsTLV::GetBookmarkDoc()
{ {
if ( if (!m_pBookmarkDoc)
!m_pBookmarkDoc ||
(pMed && (!m_pOwnMedium || m_pOwnMedium->GetName() != pMed->GetName()))
)
{ {
// create a new BookmarkDoc if now one exists or if a new Medium is provided // create a new BookmarkDoc if now one exists or if a new Medium is provided
if (m_pOwnMedium != pMed) if (m_pOwnMedium != nullptr)
{ {
CloseBookmarkDoc(); CloseBookmarkDoc();
} }
if (pMed) DBG_ASSERT( m_pMedium, "No SfxMedium provided!" );
{
// it looks that it is undefined if a Medium was set by Fill() already
DBG_ASSERT( !m_pMedium, "SfxMedium confusion!" );
delete m_pMedium;
m_pMedium = nullptr;
// take over this Medium (currently used only be Navigator) if ( m_pMedium )
m_pOwnMedium = pMed;
}
DBG_ASSERT( m_pMedium || pMed, "No SfxMedium provided!" );
if( pMed )
{
// in this mode the document is also owned and controlled by this instance
m_xBookmarkDocShRef = new ::sd::DrawDocShell(SfxObjectCreateMode::STANDARD, true, DocumentType::Impress);
if (m_xBookmarkDocShRef->DoLoad(pMed))
m_pBookmarkDoc = m_xBookmarkDocShRef->GetDoc();
else
m_pBookmarkDoc = nullptr;
}
else if ( m_pMedium )
// in this mode the document is owned and controlled by the SdDrawDocument // in this mode the document is owned and controlled by the SdDrawDocument
// it can be released by calling the corresponding CloseBookmarkDoc method // it can be released by calling the corresponding CloseBookmarkDoc method
// successful creation of a document makes this the owner of the medium // successful creation of a document makes this the owner of the medium

View File

@@ -381,7 +381,7 @@ public:
std::vector<OUString> GetSelectEntryList(const int nDepth) const; std::vector<OUString> GetSelectEntryList(const int nDepth) const;
SdDrawDocument* GetBookmarkDoc(SfxMedium* pMedium = nullptr); SdDrawDocument* GetBookmarkDoc();
bool IsLinkableSelected() const { return m_bLinkableSelected; } bool IsLinkableSelected() const { return m_bLinkableSelected; }

View File

@@ -216,12 +216,12 @@ void SvxLanguageBoxBase::AddLanguages( const std::vector< LanguageType >& rLangu
} }
void SvxLanguageBoxBase::SetLanguageList( SvxLanguageListFlags nLangList, void SvxLanguageBoxBase::SetLanguageList( SvxLanguageListFlags nLangList,
bool bHasLangNone, bool bLangNoneIsLangAll, bool bCheckSpellAvail ) bool bHasLangNone, bool bCheckSpellAvail )
{ {
ImplClear(); ImplClear();
m_bHasLangNone = bHasLangNone; m_bHasLangNone = bHasLangNone;
m_bLangNoneIsLangAll = bLangNoneIsLangAll; m_bLangNoneIsLangAll = false;
m_bWithCheckmark = bCheckSpellAvail; m_bWithCheckmark = bCheckSpellAvail;
if ( SvxLanguageListFlags::EMPTY == nLangList ) if ( SvxLanguageListFlags::EMPTY == nLangList )

View File

@@ -898,8 +898,7 @@ BitmapEx BitmapEx::TransformBitmapEx(
BitmapEx BitmapEx::getTransformed( BitmapEx BitmapEx::getTransformed(
const basegfx::B2DHomMatrix& rTransformation, const basegfx::B2DHomMatrix& rTransformation,
const basegfx::B2DRange& rVisibleRange, const basegfx::B2DRange& rVisibleRange,
double fMaximumArea, double fMaximumArea) const
bool bSmooth) const
{ {
BitmapEx aRetval; BitmapEx aRetval;
@@ -972,7 +971,7 @@ BitmapEx BitmapEx::getTransformed(
aTransform.invert(); aTransform.invert();
// create bitmap using source, destination and linear back-transformation // create bitmap using source, destination and linear back-transformation
aRetval = TransformBitmapEx(fWidth, fHeight, aTransform, bSmooth); aRetval = TransformBitmapEx(fWidth, fHeight, aTransform, /*bSmooth*/true);
return aRetval; return aRetval;
} }

View File

@@ -1276,8 +1276,7 @@ void OutputDevice::DrawTransformedBitmapEx(
aTransformed = aTransformed.getTransformed( aTransformed = aTransformed.getTransformed(
aFullTransform, aFullTransform,
aVisibleRange, aVisibleRange,
fMaximumArea, fMaximumArea);
/*bDoSmoothAtAll*/true);
basegfx::B2DRange aTargetRange(0.0, 0.0, 1.0, 1.0); basegfx::B2DRange aTargetRange(0.0, 0.0, 1.0, 1.0);
// get logic object target range // get logic object target range