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, 12 insertions, 12 deletions
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 2ec6a2fcbee1..327f6bfc2756 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -84,7 +84,7 @@ public:
DECL_LINK(ViewHdl, PushButton*);
};
-//-----------------------------------------------------------------------
+
class ScTestListener : public XSelectionChangeListener, public UsrObject
{
@@ -106,13 +106,13 @@ public:
virtual void selectionChanged(const EventObject& aEvent);
};
-//-----------------------------------------------------------------------
+
static long nBla = 0;
static XCellRef xGlobalCell;
-//-----------------------------------------------------------------------
+
ScTestListener::ScTestListener(FixedText* pF) :
pFixedText( pF )
@@ -165,7 +165,7 @@ void ScTestListener::selectionChanged(const EventObject& aEvent)
}
-//-----------------------------------------------------------------------
+
extern "C" Window* SAL_CALL CreateWindow( Window *pParent, const String& rParam )
{
@@ -246,7 +246,7 @@ MyWindow::MyWindow( Window *pParent ) :
aViewButton.Show();
}
-//-----------------------------------------------------------------------
+
XSpreadsheetDocumentRef lcl_GetDocument()
{
@@ -290,7 +290,7 @@ XInterfaceRef lcl_GetView()
return xView;
}
-//-----------------------------------------------------------------------
+
void lcl_OutputNames( const XInterfaceRef& xSource, // XNameAccess
const XSpreadsheetDocumentRef& xDoc,
@@ -324,7 +324,7 @@ void lcl_OutputNames( const XInterfaceRef& xSource, // XNameAccess
}
}
-//-----------------------------------------------------------------------
+
void lcl_SetText( const XTextRef& xText )
{
@@ -353,7 +353,7 @@ void lcl_SetText( const XTextRef& xText )
xProp->setPropertyValue(L"Bold", UsrAny((sal_Bool)true));
}
-//-----------------------------------------------------------------------
+
void lcl_DoCount()
{
@@ -1634,7 +1634,7 @@ IMPL_LINK_NOARG(MyWindow, CountHdl)
return 0;
}
-//-----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MyWindow, TextHdl)
{
@@ -1683,7 +1683,7 @@ IMPL_LINK_NOARG(MyWindow, TextHdl)
return 0;
}
-//-----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MyWindow, BlaHdl)
{
@@ -1757,7 +1757,7 @@ IMPL_LINK_NOARG(MyWindow, BlaHdl)
}
-//-----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MyWindow, TabHdl)
{
@@ -1830,7 +1830,7 @@ IMPL_LINK_NOARG(MyWindow, TabHdl)
return 0;
}
-//-----------------------------------------------------------------------
+
void lcl_FillCells(XCellCollectionRef xColl)
{