summaryrefslogtreecommitdiff
path: root/sc/workben/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben/test.cxx')
-rw-r--r--sc/workben/test.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 327f6bfc2756..4a4e4488381a 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -84,8 +84,6 @@ public:
DECL_LINK(ViewHdl, PushButton*);
};
-
-
class ScTestListener : public XSelectionChangeListener, public UsrObject
{
private:
@@ -106,14 +104,10 @@ public:
virtual void selectionChanged(const EventObject& aEvent);
};
-
-
static long nBla = 0;
static XCellRef xGlobalCell;
-
-
ScTestListener::ScTestListener(FixedText* pF) :
pFixedText( pF )
{
@@ -165,8 +159,6 @@ void ScTestListener::selectionChanged(const EventObject& aEvent)
}
-
-
extern "C" Window* SAL_CALL CreateWindow( Window *pParent, const String& rParam )
{
MyWindow *pWin = new MyWindow( pParent );
@@ -246,8 +238,6 @@ MyWindow::MyWindow( Window *pParent ) :
aViewButton.Show();
}
-
-
XSpreadsheetDocumentRef lcl_GetDocument()
{
XServiceManagerRef xProv = getGlobalServiceManager();
@@ -290,8 +280,6 @@ XInterfaceRef lcl_GetView()
return xView;
}
-
-
void lcl_OutputNames( const XInterfaceRef& xSource, // XNameAccess
const XSpreadsheetDocumentRef& xDoc,
sal_uInt16 nCol, sal_uInt16 nRow, sal_uInt16 nTab )
@@ -324,8 +312,6 @@ void lcl_OutputNames( const XInterfaceRef& xSource, // XNameAccess
}
}
-
-
void lcl_SetText( const XTextRef& xText )
{
if (!xText.is()) return;
@@ -353,8 +339,6 @@ void lcl_SetText( const XTextRef& xText )
xProp->setPropertyValue(L"Bold", UsrAny((sal_Bool)true));
}
-
-
void lcl_DoCount()
{
XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model
@@ -1634,8 +1618,6 @@ IMPL_LINK_NOARG(MyWindow, CountHdl)
return 0;
}
-
-
IMPL_LINK_NOARG(MyWindow, TextHdl)
{
sal_uInt16 nCol = (sal_uInt16)aColField.GetValue();
@@ -1683,8 +1665,6 @@ IMPL_LINK_NOARG(MyWindow, TextHdl)
return 0;
}
-
-
IMPL_LINK_NOARG(MyWindow, BlaHdl)
{
aTimeText.SetText("...");
@@ -1757,8 +1737,6 @@ IMPL_LINK_NOARG(MyWindow, BlaHdl)
}
-
-
IMPL_LINK_NOARG(MyWindow, TabHdl)
{
String aResult;
@@ -1830,8 +1808,6 @@ IMPL_LINK_NOARG(MyWindow, TabHdl)
return 0;
}
-
-
void lcl_FillCells(XCellCollectionRef xColl)
{
XEnumerationAccessRef xEnAcc = xColl->getCells();