summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi/navipi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/navipi/navipi.cxx')
-rw-r--r--sc/source/ui/navipi/navipi.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx
index 4255ee90d796..56fc3e0d201a 100644
--- a/sc/source/ui/navipi/navipi.cxx
+++ b/sc/source/ui/navipi/navipi.cxx
@@ -78,9 +78,9 @@ void ScNavigatorDlg::ReleaseFocus()
}
}
-//==================================================================
+
// class ColumnEdit
-//==================================================================
+
ColumnEdit::ColumnEdit( ScNavigatorDlg* pParent, const ResId& rResId )
: SpinField ( pParent, rResId ),
@@ -281,9 +281,9 @@ SCCOL ColumnEdit::NumToAlpha( SCCOL nColNo, OUString& rStr )
return nColNo;
}
-//==================================================================
+
// class RowEdit
-//==================================================================
+
RowEdit::RowEdit( ScNavigatorDlg* pParent, const ResId& rResId )
: NumericField( pParent, rResId ),
@@ -337,9 +337,9 @@ void RowEdit::ExecuteRow()
rDlg.SetCurrentCell( nCol-1, nRow-1 );
}
-//==================================================================
+
// class ScDocListBox
-//==================================================================
+
ScDocListBox::ScDocListBox( ScNavigatorDlg* pParent, const ResId& rResId )
: ListBox ( pParent, rResId ),
@@ -363,9 +363,9 @@ void ScDocListBox::Select()
rDlg.aLbEntries.SelectDoc( aDocName );
}
-//==================================================================
+
// class CommandToolBox
-//==================================================================
+
CommandToolBox::CommandToolBox( ScNavigatorDlg* pParent, const ResId& rResId )
: ToolBox ( pParent, rResId ),
@@ -526,9 +526,9 @@ void CommandToolBox::DataChanged( const DataChangedEvent& rDCEvt )
ToolBox::DataChanged( rDCEvt );
}
-//==================================================================
+
// class ScNavigatorSettings
-//==================================================================
+
ScNavigatorSettings::ScNavigatorSettings() :
maExpandedVec( SC_CONTENT_COUNT, false ),
@@ -537,9 +537,9 @@ ScNavigatorSettings::ScNavigatorSettings() :
{
}
-//==================================================================
+
// class ScNavigatorDlgWrapper
-//==================================================================
+
SFX_IMPL_CHILDWINDOWCONTEXT( ScNavigatorDialogWrapper, SID_NAVIGATOR )
@@ -609,9 +609,9 @@ void ScNavigatorDialogWrapper::Resizing( Size& rSize )
((ScNavigatorDlg*)GetWindow())->Resizing(rSize);
}
-//========================================================================
+
// class ScNavigatorPI
-//========================================================================
+
#define CTRL_ITEMS 4
@@ -1309,9 +1309,9 @@ void ScNavigatorDlg::ShowScenarios( bool bShow, bool bSetSize )
-//
+
// Dokumente fuer Dropdown-Listbox
-//
+
void ScNavigatorDlg::GetDocNames( const OUString* pManualSel )