removed some unused code (svx, svtools, unotest)
Change-Id: I1250581d69423030bd0a93a1529458b8d424ce3e Reviewed-on: https://gerrit.libreoffice.org/7329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
committed by
Caolán McNamara
parent
0ee948fe59
commit
db27efd297
@@ -155,7 +155,6 @@ namespace svt
|
|||||||
|
|
||||||
Calling this method has no effect if CreateAccessible had always been called.
|
Calling this method has no effect if CreateAccessible had always been called.
|
||||||
*/
|
*/
|
||||||
void SetAccessibleParentWindow( ::Window* i_pAccessibleParent );
|
|
||||||
::Window* GetAccessibleParentWindow() const;
|
::Window* GetAccessibleParentWindow() const;
|
||||||
|
|
||||||
// IToolPanelDeck
|
// IToolPanelDeck
|
||||||
|
@@ -119,8 +119,6 @@ public:
|
|||||||
|
|
||||||
/** The passed handler is called whenever the totation value changes. */
|
/** The passed handler is called whenever the totation value changes. */
|
||||||
void SetModifyHdl( const Link& rLink );
|
void SetModifyHdl( const Link& rLink );
|
||||||
/** Returns the current modify handler. */
|
|
||||||
const Link& GetModifyHdl() const;
|
|
||||||
|
|
||||||
/** Save value for later comparison */
|
/** Save value for later comparison */
|
||||||
void SaveValue();
|
void SaveValue();
|
||||||
|
@@ -62,12 +62,9 @@ public:
|
|||||||
// return a Path to a given c-str path from the source directory
|
// return a Path to a given c-str path from the source directory
|
||||||
OUString getPathFromSrc( const char *pPath );
|
OUString getPathFromSrc( const char *pPath );
|
||||||
|
|
||||||
|
|
||||||
// return a URL to a given c-str path from the workdir directory
|
// return a URL to a given c-str path from the workdir directory
|
||||||
OUString getURLFromWorkdir( const char *pPath );
|
OUString getURLFromWorkdir( const char *pPath );
|
||||||
|
|
||||||
// return a Path to a given c-str path from the workdir directory
|
|
||||||
OUString getPathFromWorkdir( const char *pPath );
|
|
||||||
virtual void setUp();
|
virtual void setUp();
|
||||||
virtual void tearDown();
|
virtual void tearDown();
|
||||||
|
|
||||||
|
@@ -515,12 +515,6 @@ namespace svt
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------
|
|
||||||
void ToolPanelDeck::SetAccessibleParentWindow( Window* i_pAccessibleParent )
|
|
||||||
{
|
|
||||||
m_pImpl->SetAccessibleParentWindow( i_pAccessibleParent );
|
|
||||||
}
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------
|
//--------------------------------------------------------------------
|
||||||
Window* ToolPanelDeck::GetAccessibleParentWindow() const
|
Window* ToolPanelDeck::GetAccessibleParentWindow() const
|
||||||
{
|
{
|
||||||
|
@@ -432,11 +432,6 @@ void DialControl::SetModifyHdl( const Link& rLink )
|
|||||||
mpImpl->maModifyHdl = rLink;
|
mpImpl->maModifyHdl = rLink;
|
||||||
}
|
}
|
||||||
|
|
||||||
const Link& DialControl::GetModifyHdl() const
|
|
||||||
{
|
|
||||||
return mpImpl->maModifyHdl;
|
|
||||||
}
|
|
||||||
|
|
||||||
// private --------------------------------------------------------------------
|
// private --------------------------------------------------------------------
|
||||||
|
|
||||||
void DialControl::Init( const Size& rWinSize, const Font& rWinFont )
|
void DialControl::Init( const Size& rWinSize, const Font& rWinFont )
|
||||||
|
@@ -192,14 +192,6 @@ void LineWidthControl::GetFocus()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
ValueSet& LineWidthControl::GetValueSet()
|
|
||||||
{
|
|
||||||
return maVSWidth;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void LineWidthControl::SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit)
|
void LineWidthControl::SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit)
|
||||||
{
|
{
|
||||||
mbVSFocus = true;
|
mbVSFocus = true;
|
||||||
|
@@ -38,7 +38,6 @@ public:
|
|||||||
virtual void Paint(const Rectangle& rect);
|
virtual void Paint(const Rectangle& rect);
|
||||||
|
|
||||||
void SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit);
|
void SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit);
|
||||||
ValueSet& GetValueSet();
|
|
||||||
bool IsCloseByEdit();
|
bool IsCloseByEdit();
|
||||||
long GetTmpCustomWidth();
|
long GetTmpCustomWidth();
|
||||||
|
|
||||||
|
@@ -83,12 +83,6 @@ OUString test::BootstrapFixtureBase::getURLFromWorkdir( const char *pPath )
|
|||||||
return m_aWorkdirRootURL + OUString::createFromAscii( pPath );
|
return m_aWorkdirRootURL + OUString::createFromAscii( pPath );
|
||||||
}
|
}
|
||||||
|
|
||||||
OUString test::BootstrapFixtureBase::getPathFromWorkdir( const char *pPath )
|
|
||||||
{
|
|
||||||
return m_aWorkdirRootPath + OUString::createFromAscii( pPath );
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void test::BootstrapFixtureBase::setUp()
|
void test::BootstrapFixtureBase::setUp()
|
||||||
{
|
{
|
||||||
// set UserInstallation to user profile dir in test/user-template
|
// set UserInstallation to user profile dir in test/user-template
|
||||||
|
@@ -174,9 +174,5 @@ std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace
|
|||||||
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::FormulaTokenArray>&)
|
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::FormulaTokenArray>&)
|
||||||
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>)
|
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>)
|
||||||
svl::SharedStringPool::SharedStringPool()
|
svl::SharedStringPool::SharedStringPool()
|
||||||
svt::ToolPanelDeck::SetAccessibleParentWindow(Window*)
|
|
||||||
svx::DialControl::GetModifyHdl() const
|
|
||||||
svx::sidebar::LineWidthControl::GetValueSet()
|
|
||||||
test::BootstrapFixtureBase::getPathFromWorkdir(char const*)
|
|
||||||
utl::toISO8601(com::sun::star::util::Time const&)
|
utl::toISO8601(com::sun::star::util::Time const&)
|
||||||
vclmain::createApplication()
|
vclmain::createApplication()
|
||||||
|
Reference in New Issue
Block a user