unusedcode: sc: unused ctors
Change-Id: Iaa082d85ef95c58da14013c80cb06a2e1112d4ef
This commit is contained in:
@@ -399,7 +399,6 @@ public:
|
|||||||
TYPEINFO();
|
TYPEINFO();
|
||||||
|
|
||||||
explicit ScCondFormatItem();
|
explicit ScCondFormatItem();
|
||||||
explicit ScCondFormatItem(sal_uInt32 nIndex);
|
|
||||||
explicit ScCondFormatItem(const std::vector<sal_uInt32>& nIndex);
|
explicit ScCondFormatItem(const std::vector<sal_uInt32>& nIndex);
|
||||||
|
|
||||||
virtual ~ScCondFormatItem();
|
virtual ~ScCondFormatItem();
|
||||||
|
@@ -1228,12 +1228,6 @@ ScCondFormatItem::ScCondFormatItem():
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
ScCondFormatItem::ScCondFormatItem( sal_uInt32 nIndex ):
|
|
||||||
SfxPoolItem( ATTR_CONDITIONAL )
|
|
||||||
{
|
|
||||||
maIndex.push_back(nIndex);
|
|
||||||
}
|
|
||||||
|
|
||||||
ScCondFormatItem::ScCondFormatItem( const std::vector<sal_uInt32>& rIndex ):
|
ScCondFormatItem::ScCondFormatItem( const std::vector<sal_uInt32>& rIndex ):
|
||||||
SfxPoolItem( ATTR_CONDITIONAL ),
|
SfxPoolItem( ATTR_CONDITIONAL ),
|
||||||
maIndex( rIndex )
|
maIndex( rIndex )
|
||||||
|
@@ -94,10 +94,6 @@ CTBS::CTBS() : bSignature(0), bVersion(0), reserved1(0), reserved2(0), reserved3
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
ScCTB::ScCTB() : nViews( 0 ), ectbid(0)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
ScCTB::ScCTB(sal_uInt16 nNum ) : nViews( nNum ), ectbid(0)
|
ScCTB::ScCTB(sal_uInt16 nNum ) : nViews( nNum ), ectbid(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@@ -74,7 +74,6 @@ class ScCTB : public TBBase
|
|||||||
std::vector< ScTBC > rTBC;
|
std::vector< ScTBC > rTBC;
|
||||||
bool ImportCustomToolBar_Impl( ScCTBWrapper&, CustomToolBarImportHelper& );
|
bool ImportCustomToolBar_Impl( ScCTBWrapper&, CustomToolBarImportHelper& );
|
||||||
public:
|
public:
|
||||||
ScCTB();
|
|
||||||
ScCTB(sal_uInt16);
|
ScCTB(sal_uInt16);
|
||||||
~ScCTB(){}
|
~ScCTB(){}
|
||||||
void Print( FILE* );
|
void Print( FILE* );
|
||||||
|
@@ -36,39 +36,6 @@
|
|||||||
#include <svx/drawitem.hxx>
|
#include <svx/drawitem.hxx>
|
||||||
#include <vcl/msgbox.hxx>
|
#include <vcl/msgbox.hxx>
|
||||||
|
|
||||||
ScDataBarSettingsDlg::ScDataBarSettingsDlg(Window* pWindow, ScDocument* pDoc, const ScAddress& rPos):
|
|
||||||
ModalDialog( pWindow, ScResId( RID_SCDLG_DATABAR ) ),
|
|
||||||
maBtnOk( this, ScResId( BTN_OK ) ),
|
|
||||||
maBtnCancel( this, ScResId( BTN_CANCEL ) ),
|
|
||||||
maFlBarColors( this, ScResId( FL_BAR_COLORS ) ),
|
|
||||||
maFlAxes( this, ScResId( FL_AXIS ) ),
|
|
||||||
maFlValues( this, ScResId( FL_VALUES ) ),
|
|
||||||
maFtMin( this, ScResId( FT_MINIMUM ) ),
|
|
||||||
maFtMax( this, ScResId( FT_MAXIMUM ) ),
|
|
||||||
maFtPositive( this, ScResId( FT_POSITIVE ) ),
|
|
||||||
maFtNegative( this, ScResId( FT_NEGATIVE ) ),
|
|
||||||
maFtPosition( this, ScResId( FT_POSITION ) ),
|
|
||||||
maFtAxisColor( this, ScResId( FT_COLOR_AXIS ) ),
|
|
||||||
maLbPos( this, ScResId( LB_POS ) ),
|
|
||||||
maLbNeg( this, ScResId( LB_NEG ) ),
|
|
||||||
maLbAxisCol( this, ScResId( LB_COL_AXIS ) ),
|
|
||||||
maLbTypeMin( this, ScResId( LB_TYPE ) ),
|
|
||||||
maLbTypeMax( this, ScResId( LB_TYPE ) ),
|
|
||||||
maLbAxisPos( this, ScResId( LB_AXIS_POSITION ) ),
|
|
||||||
maEdMin( this, ScResId( ED_MIN ) ),
|
|
||||||
maEdMax( this, ScResId( ED_MAX ) ),
|
|
||||||
mpNumberFormatter( pDoc->GetFormatTable() ),
|
|
||||||
mpDoc(pDoc),
|
|
||||||
maPos(rPos)
|
|
||||||
{
|
|
||||||
Init();
|
|
||||||
FreeResource();
|
|
||||||
|
|
||||||
maLbTypeMin.SelectEntryPos(0);
|
|
||||||
maLbTypeMax.SelectEntryPos(0);
|
|
||||||
maLbAxisPos.SelectEntryPos(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
void SetType(const ScColorScaleEntry* pEntry, ListBox& rLstBox)
|
void SetType(const ScColorScaleEntry* pEntry, ListBox& rLstBox)
|
||||||
|
@@ -75,7 +75,6 @@ private:
|
|||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ScDataBarSettingsDlg(Window* pParent, ScDocument* pDoc, const ScAddress& rPos);
|
|
||||||
ScDataBarSettingsDlg(Window* pParent, const ScDataBarFormatData& rData, ScDocument* pDoc, const ScAddress& rPos);
|
ScDataBarSettingsDlg(Window* pParent, const ScDataBarFormatData& rData, ScDocument* pDoc, const ScAddress& rPos);
|
||||||
|
|
||||||
ScDataBarFormatData* GetData();
|
ScDataBarFormatData* GetData();
|
||||||
|
@@ -1,10 +1,7 @@
|
|||||||
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
|
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
|
||||||
RelatedMultipart::getIds()
|
RelatedMultipart::getIds()
|
||||||
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
|
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
|
||||||
ScCTB::ScCTB()
|
|
||||||
ScCondFormatItem::ScCondFormatItem(unsigned int)
|
|
||||||
ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const
|
ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const
|
||||||
ScDataBarSettingsDlg::ScDataBarSettingsDlg(Window*, ScDocument*, ScAddress const&)
|
|
||||||
ScMenuFloatingWindow::getDoc()
|
ScMenuFloatingWindow::getDoc()
|
||||||
ScVbaFormat<ooo::vba::excel::XRange>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
|
ScVbaFormat<ooo::vba::excel::XRange>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
|
||||||
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
|
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
|
||||||
|
Reference in New Issue
Block a user