summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr')
-rw-r--r--svtools/source/contnr/contentenumeration.cxx1
-rw-r--r--svtools/source/contnr/contentenumeration.hxx1
-rw-r--r--svtools/source/contnr/fileview.cxx21
-rw-r--r--svtools/source/contnr/imivctl.hxx9
-rw-r--r--svtools/source/contnr/imivctl1.cxx4
-rw-r--r--svtools/source/contnr/imivctl2.cxx4
-rw-r--r--svtools/source/contnr/ivctrl.cxx1
-rw-r--r--svtools/source/contnr/svimpbox.cxx9
-rw-r--r--svtools/source/contnr/treelist.cxx1
-rw-r--r--svtools/source/contnr/treelistbox.cxx4
-rw-r--r--svtools/source/contnr/treelistentry.cxx1
11 files changed, 0 insertions, 56 deletions
diff --git a/svtools/source/contnr/contentenumeration.cxx b/svtools/source/contnr/contentenumeration.cxx
index d2e6c1699019..e0d17cf04869 100644
--- a/svtools/source/contnr/contentenumeration.cxx
+++ b/svtools/source/contnr/contentenumeration.cxx
@@ -343,7 +343,6 @@ namespace svt
}
-
bool FileViewContentEnumerator::URLOnBlackList ( const OUString& sRealURL )
{
OUString entryName = sRealURL.copy( sRealURL.lastIndexOf( '/' ) + 1 );
diff --git a/svtools/source/contnr/contentenumeration.hxx b/svtools/source/contnr/contentenumeration.hxx
index 4484482e09e2..c287f3a64748 100644
--- a/svtools/source/contnr/contentenumeration.hxx
+++ b/svtools/source/contnr/contentenumeration.hxx
@@ -33,7 +33,6 @@ namespace svt
{
-
//= SortingData_Impl
struct SortingData_Impl
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index 720b48b1e80e..b442cb2c9f4a 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -131,7 +131,6 @@ namespace
}
-
void FilterMatch::createWildCardFilterList(const OUString& _rFilterList,::std::vector< WildCard >& _rFilters)
{
if( _rFilterList.getLength() )
@@ -534,7 +533,6 @@ ViewTabListBox_Impl::ViewTabListBox_Impl( vcl::Window* pParentWin,
}
-
ViewTabListBox_Impl::~ViewTabListBox_Impl()
{
disposeOnce();
@@ -549,7 +547,6 @@ void ViewTabListBox_Impl::dispose()
}
-
IMPL_LINK_NOARG_TYPED(ViewTabListBox_Impl, ResetQuickSearch_Impl, Timer *, void)
{
::osl::MutexGuard aGuard( maMutex );
@@ -559,7 +556,6 @@ IMPL_LINK_NOARG_TYPED(ViewTabListBox_Impl, ResetQuickSearch_Impl, Timer *, void)
}
-
void ViewTabListBox_Impl::Resize()
{
SvTabListBox::Resize();
@@ -586,7 +582,6 @@ void ViewTabListBox_Impl::Resize()
}
-
void ViewTabListBox_Impl::KeyInput( const KeyEvent& rKEvt )
{
bool bHandled = false;
@@ -623,7 +618,6 @@ void ViewTabListBox_Impl::KeyInput( const KeyEvent& rKEvt )
}
-
std::unique_ptr<PopupMenu> ViewTabListBox_Impl::CreateContextMenu()
{
bool bEnableDelete = mbEnableDelete;
@@ -709,7 +703,6 @@ std::unique_ptr<PopupMenu> ViewTabListBox_Impl::CreateContextMenu()
}
-
void ViewTabListBox_Impl::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
{
switch ( nSelectedPopupEntry )
@@ -725,7 +718,6 @@ void ViewTabListBox_Impl::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEn
}
-
void ViewTabListBox_Impl::ClearAll()
{
for ( sal_uLong i = 0; i < GetEntryCount(); ++i )
@@ -1029,7 +1021,6 @@ OUString SvtFileView::GetURL( SvTreeListEntry* pEntry )
}
-
OUString SvtFileView::GetCurrentURL() const
{
OUString aURL;
@@ -1050,7 +1041,6 @@ void SvtFileView::CreatedFolder( const OUString& rUrl, const OUString& rNewFolde
}
-
FileViewResult SvtFileView::PreviousLevel( const FileViewAsyncAction* pAsyncDescriptor )
{
FileViewResult eResult = eFailure;
@@ -1063,7 +1053,6 @@ FileViewResult SvtFileView::PreviousLevel( const FileViewAsyncAction* pAsyncDesc
}
-
bool SvtFileView::GetParentURL( OUString& rParentURL ) const
{
bool bRet = false;
@@ -1091,21 +1080,18 @@ bool SvtFileView::GetParentURL( OUString& rParentURL ) const
}
-
const OString& SvtFileView::GetHelpId( ) const
{
return mpImp->mpView->GetHelpId( );
}
-
void SvtFileView::SetHelpId( const OString& rHelpId )
{
mpImp->mpView->SetHelpId( rHelpId );
}
-
void SvtFileView::SetSizePixel( const Size& rNewSize )
{
Control::SetSizePixel( rNewSize );
@@ -1113,7 +1099,6 @@ void SvtFileView::SetSizePixel( const Size& rNewSize )
}
-
void SvtFileView::SetPosSizePixel( const Point& rNewPos, const Size& rNewSize )
{
SetPosPixel( rNewPos );
@@ -1194,7 +1179,6 @@ void SvtFileView::SetNoSelection()
}
-
void SvtFileView::GetFocus()
{
Control::GetFocus();
@@ -1203,35 +1187,30 @@ void SvtFileView::GetFocus()
}
-
void SvtFileView::SetSelectHdl( const Link<SvTreeListBox*,void>& rHdl )
{
mpImp->SetSelectHandler( rHdl );
}
-
void SvtFileView::SetDoubleClickHdl( const Link<SvTreeListBox*,bool>& rHdl )
{
mpImp->mpView->SetDoubleClickHdl( rHdl );
}
-
sal_uLong SvtFileView::GetSelectionCount() const
{
return mpImp->mpView->GetSelectionCount();
}
-
SvTreeListEntry* SvtFileView::FirstSelected() const
{
return mpImp->mpView->FirstSelected();
}
-
SvTreeListEntry* SvtFileView::NextSelected( SvTreeListEntry* pEntry ) const
{
return mpImp->mpView->NextSelected( pEntry );
diff --git a/svtools/source/contnr/imivctl.hxx b/svtools/source/contnr/imivctl.hxx
index e35e5bec8354..e6b6fde47d3f 100644
--- a/svtools/source/contnr/imivctl.hxx
+++ b/svtools/source/contnr/imivctl.hxx
@@ -43,7 +43,6 @@ class IcnViewEdit_Impl;
class IcnGridMap_Impl;
-
// some defines
#define PAINTFLAG_HOR_CENTERED 0x0001
@@ -81,9 +80,6 @@ class IcnGridMap_Impl;
#define VIEWMODE_MASK (WB_ICON | WB_SMALLICON | WB_DETAILS)
-
-
-
enum IcnViewFieldType
{
IcnViewFieldTypeDontknow = 0,
@@ -92,7 +88,6 @@ enum IcnViewFieldType
};
-
// Data about the focus of entries
struct LocalFocus
@@ -105,7 +100,6 @@ struct LocalFocus
};
-
// Entry-List
typedef ::std::vector< SvxIconChoiceCtrlEntry* > SvxIconChoiceCtrlEntryList_impl;
@@ -147,8 +141,6 @@ public:
};
-
-
// Implementation-class of IconChoiceCtrl
@@ -577,7 +569,6 @@ public:
};
-
typedef sal_uLong GridId;
#define GRID_NOT_FOUND ((GridId)ULONG_MAX)
diff --git a/svtools/source/contnr/imivctl1.cxx b/svtools/source/contnr/imivctl1.cxx
index 5d80be7daacb..5cf55c7b220d 100644
--- a/svtools/source/contnr/imivctl1.cxx
+++ b/svtools/source/contnr/imivctl1.cxx
@@ -2775,7 +2775,6 @@ IMPL_LINK_NOARG_TYPED(SvxIconChoiceCtrl_Impl, EditTimeoutHdl, Idle *, void)
}
-
// Function to align entries to the grid
@@ -2902,7 +2901,6 @@ SvxIconChoiceCtrlTextMode SvxIconChoiceCtrl_Impl::GetEntryTextModeSmart( const S
}
-
// Draw my own focusrect, because the focusrect of the outputdevice has got the inverted color
// of the background. But what will we see, if the backgroundcolor is gray ? - We will see
// a gray focusrect on a gray background !!!
@@ -2957,8 +2955,6 @@ bool SvxIconChoiceCtrl_Impl::IsMnemonicChar( sal_Unicode cChar, sal_uLong& rPos
}
-
-
IMPL_LINK_TYPED(SvxIconChoiceCtrl_Impl, UserEventHdl, void*, nId, void )
{
if( nId == EVENTID_ADJUST_SCROLLBARS )
diff --git a/svtools/source/contnr/imivctl2.cxx b/svtools/source/contnr/imivctl2.cxx
index 66593313a3db..e001b3f3068c 100644
--- a/svtools/source/contnr/imivctl2.cxx
+++ b/svtools/source/contnr/imivctl2.cxx
@@ -98,8 +98,6 @@ void IcnCursor_Impl::ImplCreate()
}
-
-
void IcnCursor_Impl::Clear()
{
if( xColumns )
@@ -271,7 +269,6 @@ SvxIconChoiceCtrlEntry* IcnCursor_Impl::SearchRow(sal_uInt16 nRow, sal_uInt16 nL
}
-
/*
Searches, starting from the passed value, the next entry to the left/to the
right. Example for bRight = sal_True:
@@ -780,5 +777,4 @@ void IcnGridMap_Impl::GetGridCoord( GridId nId, sal_uInt16& rGridX, sal_uInt16&
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx
index afa032a08c6e..63b78868e30e 100644
--- a/svtools/source/contnr/ivctrl.cxx
+++ b/svtools/source/contnr/ivctrl.cxx
@@ -55,7 +55,6 @@ OUString SvxIconChoiceCtrlEntry::GetDisplayText() const
}
-
SvxIconChoiceCtrlColumnInfo::SvxIconChoiceCtrlColumnInfo( const SvxIconChoiceCtrlColumnInfo& rInfo )
: aColText( rInfo.aColText ), aColImage( rInfo.aColImage )
{
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index 146a0230e93a..e837ab6e4e45 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -537,7 +537,6 @@ void SvImpLBox::KeyDown( bool bPageDown, bool bNotifyScroll )
}
-
void SvImpLBox::InvalidateEntriesFrom( long nY ) const
{
if( !(nFlags & F_IN_PAINT ))
@@ -701,7 +700,6 @@ void SvImpLBox::ShowCursor( bool bShow )
}
-
void SvImpLBox::UpdateAll(
bool bInvalidateCompleteView, bool bUpdateVerScrollBar )
{
@@ -1376,8 +1374,6 @@ void SvImpLBox::FillView()
}
-
-
void SvImpLBox::ShowVerSBar()
{
bool bVerBar = ( pView->GetStyle() & WB_VSCROLL ) != 0;
@@ -1498,7 +1494,6 @@ void SvImpLBox::SetEntryHeight( short /* nHeight */ )
}
-
// ***********************************************************************
// Callback Functions
// ***********************************************************************
@@ -1823,7 +1818,6 @@ void SvImpLBox::EntryMoved( SvTreeListEntry* pEntry )
}
-
void SvImpLBox::EntryInserted( SvTreeListEntry* pEntry )
{
if( GetUpdateMode() )
@@ -1879,7 +1873,6 @@ void SvImpLBox::EntryInserted( SvTreeListEntry* pEntry )
}
-
// ********************************************************************
// Event handler
// ********************************************************************
@@ -3414,7 +3407,6 @@ void SvImpLBox::CallEventListeners( sal_uLong nEvent, void* pData )
}
-
bool SvImpLBox::SetCurrentTabPos( sal_uInt16 _nNewPos )
{
bool bRet = false;
@@ -3430,7 +3422,6 @@ bool SvImpLBox::SetCurrentTabPos( sal_uInt16 _nNewPos )
}
-
bool SvImpLBox::IsSelectable( const SvTreeListEntry* pEntry )
{
if( pEntry )
diff --git a/svtools/source/contnr/treelist.cxx b/svtools/source/contnr/treelist.cxx
index c77c2c595d1c..9eafa9168e63 100644
--- a/svtools/source/contnr/treelist.cxx
+++ b/svtools/source/contnr/treelist.cxx
@@ -1391,7 +1391,6 @@ void SvListView::Impl::RemoveViewData( SvTreeListEntry* pParent )
}
-
void SvListView::Impl::ActionRemoving( SvTreeListEntry* pEntry )
{
DBG_ASSERT(pEntry,"Remove:No Entry");
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index e7d19a0f4be6..c54a2a69d031 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -543,8 +543,6 @@ bool SvTreeListBox::CheckDragAndDropMode( SvTreeListBox* pSource, sal_Int8 nActi
}
-
-
/*
NotifyMoving/Copying
====================
@@ -1922,7 +1920,6 @@ void SvTreeListBox::ImpEntryInserted( SvTreeListEntry* pEntry )
}
-
void SvTreeListBox::SetCheckButtonState( SvTreeListEntry* pEntry, SvButtonState eState)
{
if( nTreeFlags & SvTreeFlags::CHKBTN )
@@ -3417,7 +3414,6 @@ void SvTreeListBox::AddTab(long nTabPos, SvLBoxTabFlags nFlags, void* pUserData
}
-
SvLBoxTab* SvTreeListBox::GetFirstDynamicTab( sal_uInt16& rPos ) const
{
sal_uInt16 nCurTab = 0;
diff --git a/svtools/source/contnr/treelistentry.cxx b/svtools/source/contnr/treelistentry.cxx
index a2ffa291658a..19c0b0df419c 100644
--- a/svtools/source/contnr/treelistentry.cxx
+++ b/svtools/source/contnr/treelistentry.cxx
@@ -103,7 +103,6 @@ sal_uLong SvTreeListEntry::GetChildListPos() const
}
-
void SvTreeListEntry::Clone(SvTreeListEntry* pSource)
{
nListPos &= 0x80000000;