2001-05-07 09:33:55 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* $RCSfile: fileview.cxx,v $
|
|
|
|
*
|
2001-07-13 12:41:02 +00:00
|
|
|
* $Revision: 1.11 $
|
2001-05-07 09:33:55 +00:00
|
|
|
*
|
2001-07-13 12:41:02 +00:00
|
|
|
* last change: $Author: dv $ $Date: 2001-07-13 13:41:02 $
|
2001-05-07 09:33:55 +00:00
|
|
|
*
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
* either of the following licenses
|
|
|
|
*
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
*
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
*
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
* =================================================
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
*
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
* obligations concerning the Software.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
*
|
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "fileview.hxx"
|
|
|
|
#include "svtdata.hxx"
|
|
|
|
#include "imagemgr.hxx"
|
2001-05-08 03:27:46 +00:00
|
|
|
#include "headbar.hxx"
|
|
|
|
#include "svtabbx.hxx"
|
2001-05-07 09:33:55 +00:00
|
|
|
|
|
|
|
#include "svtools.hrc"
|
2001-07-11 08:56:57 +00:00
|
|
|
#include "fileview.hrc"
|
2001-05-07 09:33:55 +00:00
|
|
|
|
|
|
|
#ifndef _COM_SUN_STAR_UTIL_DATETIME_HPP_
|
|
|
|
#include <com/sun/star/util/DateTime.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
|
|
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_
|
|
|
|
#include <com/sun/star/task/XInteractionHandler.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_UCB_XPROGRESSHANDLER_HPP_
|
|
|
|
#include <com/sun/star/ucb/XProgressHandler.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_SDBC_XRESULTSET_HPP_
|
|
|
|
#include <com/sun/star/sdbc/XResultSet.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_UCB_XANYCOMPAREFACTORY_HPP_
|
|
|
|
#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_UCB_XCONTENTACCESS_HPP_
|
|
|
|
#include <com/sun/star/ucb/XContentAccess.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_UCB_XDYNAMICRESULTSET_HPP_
|
|
|
|
#include <com/sun/star/ucb/XDynamicResultSet.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_UCB_XSORTEDDYNAMICRESULTSETFACTORY_HPP_
|
|
|
|
#include <com/sun/star/ucb/XSortedDynamicResultSetFactory.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
|
|
|
#include <com/sun/star/sdbc/XRow.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_
|
|
|
|
#include <com/sun/star/container/XChild.hpp>
|
|
|
|
#endif
|
2001-05-08 12:10:04 +00:00
|
|
|
#ifndef _COM_SUN_STAR_UCB_COMMANDABORTEDEXCEPTION_HPP_
|
|
|
|
#include <com/sun/star/ucb/CommandAbortedException.hpp>
|
|
|
|
#endif
|
2001-05-07 09:33:55 +00:00
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
#include <vector>
|
|
|
|
#include <algorithm>
|
|
|
|
|
2001-05-07 09:33:55 +00:00
|
|
|
#include <tools/urlobj.hxx>
|
|
|
|
#include <tools/datetime.hxx>
|
|
|
|
#include <comphelper/processfactory.hxx>
|
|
|
|
#include <unotools/localfilehelper.hxx>
|
|
|
|
#include <ucbhelper/content.hxx>
|
|
|
|
#include <ucbhelper/commandenvironment.hxx>
|
|
|
|
|
|
|
|
#ifndef _SV_MSGBOX_HXX
|
|
|
|
#include <vcl/msgbox.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _TOOLS_SOLMATH_HXX
|
|
|
|
#include <tools/solmath.hxx>
|
|
|
|
#endif
|
2001-07-13 12:41:02 +00:00
|
|
|
#ifndef _WLDCRD_HXX
|
|
|
|
#include <tools/wldcrd.hxx>
|
|
|
|
#endif
|
|
|
|
|
2001-05-07 09:33:55 +00:00
|
|
|
#ifndef _SV_SVAPP_HXX
|
|
|
|
#include <vcl/svapp.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOTOOLS_UCBHELPER_HXX
|
|
|
|
#include <unotools/ucbhelper.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX
|
|
|
|
#include <unotools/localedatawrapper.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
using namespace ::com::sun::star::lang;
|
|
|
|
using namespace ::com::sun::star::sdbc;
|
|
|
|
using namespace ::com::sun::star::task;
|
|
|
|
using namespace ::com::sun::star::ucb;
|
|
|
|
using namespace ::com::sun::star::uno;
|
|
|
|
using namespace ::comphelper;
|
|
|
|
using namespace ::rtl;
|
|
|
|
using namespace ::ucb;
|
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
#define ALL_FILES_FILTER "*.*"
|
|
|
|
|
|
|
|
#define COLUMN_TITLE 1
|
|
|
|
#define COLUMN_TYPE 2
|
|
|
|
#define COLUMN_SIZE 3
|
|
|
|
#define COLUMN_DATE 4
|
|
|
|
|
2001-05-07 09:33:55 +00:00
|
|
|
DECLARE_LIST( StringList_Impl, OUString* );
|
|
|
|
|
|
|
|
#define ROW_HEIGHT 17 // the height of a row has to be a little higher than the bitmap
|
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
// structs -------------------------------------------------------------
|
|
|
|
|
|
|
|
struct SortingData_Impl
|
|
|
|
{
|
|
|
|
DateTime maModDate;
|
|
|
|
OUString maTitle;
|
|
|
|
OUString maLowerTitle;
|
|
|
|
OUString maType;
|
|
|
|
OUString maTargetURL;
|
|
|
|
OUString maImageURL;
|
|
|
|
OUString maDisplayText;
|
|
|
|
Image maImage;
|
|
|
|
sal_Int64 maSize;
|
|
|
|
sal_Bool mbIsFolder;
|
|
|
|
};
|
|
|
|
|
|
|
|
class SvtFileView_Impl
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
|
|
|
|
::std::vector< SortingData_Impl* > maContent;
|
|
|
|
|
|
|
|
ViewTabListBox_Impl* mpView;
|
|
|
|
sal_uInt16 mnSortColumn;
|
|
|
|
sal_Bool mbAscending : 1;
|
|
|
|
sal_Bool mbOnlyFolder : 1;
|
|
|
|
String maViewURL;
|
|
|
|
String maAllFilter;
|
|
|
|
String maCurrentFilter;
|
|
|
|
Image maFolderImage;
|
|
|
|
Link maOpenDoneLink;
|
|
|
|
|
|
|
|
SvtFileView_Impl( sal_Bool bOnlyFolder );
|
|
|
|
~SvtFileView_Impl();
|
|
|
|
|
|
|
|
void Clear();
|
|
|
|
|
|
|
|
void GetFolderContent_Impl( const String& rFolder );
|
|
|
|
void FilterFolderContent_Impl( const OUString &rFilter );
|
|
|
|
|
|
|
|
void OpenFolder_Impl();
|
|
|
|
void CreateDisplayText_Impl();
|
|
|
|
void CreateVector_Impl( const Sequence < OUString > &rList );
|
|
|
|
void SortFolderContent_Impl();
|
|
|
|
|
|
|
|
void Resort_Impl( sal_Int16 nColumn, sal_Bool bAscending );
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2001-05-07 09:33:55 +00:00
|
|
|
// functions -------------------------------------------------------------
|
|
|
|
|
|
|
|
#define CONVERT_DATETIME( aUnoDT, aToolsDT ) \
|
|
|
|
aToolsDT = DateTime( Date( aUnoDT.Day, aUnoDT.Month, aUnoDT.Year ), \
|
|
|
|
Time( aUnoDT.Hours, aUnoDT.Minutes, aUnoDT.Seconds, aUnoDT.HundredthSeconds ) );
|
|
|
|
|
|
|
|
void AppendDateTime_Impl( const ::com::sun::star::util::DateTime& rDT,
|
2001-07-13 12:41:02 +00:00
|
|
|
const Locale& rLocale, String& rRow )
|
2001-05-07 09:33:55 +00:00
|
|
|
{
|
|
|
|
DateTime aDT;
|
|
|
|
CONVERT_DATETIME( rDT, aDT );
|
|
|
|
LocaleDataWrapper aLocaleWrapper( ::comphelper::getProcessServiceFactory(), rLocale );
|
|
|
|
String aDateStr = aLocaleWrapper.getDate( aDT );
|
|
|
|
aDateStr += String::CreateFromAscii( ", " );
|
|
|
|
aDateStr += aLocaleWrapper.getTime( aDT );
|
|
|
|
rRow += aDateStr;
|
|
|
|
}
|
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
OUString CreateExactSizeText_Impl( sal_Int64 nSize )
|
2001-05-07 09:33:55 +00:00
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
double fSize( nSize );
|
|
|
|
int nDec;
|
|
|
|
|
2001-05-07 09:33:55 +00:00
|
|
|
ULONG nMega = 1024 * 1024;
|
|
|
|
ULONG nGiga = nMega * 1024;
|
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
String aUnitStr = ' ';
|
|
|
|
|
|
|
|
if ( nSize < 10000 )
|
|
|
|
{
|
|
|
|
aUnitStr += String( SvtResId( STR_SVT_BYTES ) );
|
|
|
|
nDec = 0;
|
|
|
|
}
|
|
|
|
else if ( nSize < nMega )
|
2001-05-07 09:33:55 +00:00
|
|
|
{
|
|
|
|
fSize /= 1024;
|
|
|
|
aUnitStr += String( SvtResId( STR_SVT_KB ) );
|
2001-07-13 12:41:02 +00:00
|
|
|
nDec = 1;
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
2001-07-13 12:41:02 +00:00
|
|
|
else if ( nSize < nGiga )
|
2001-05-07 09:33:55 +00:00
|
|
|
{
|
|
|
|
fSize /= nMega;
|
|
|
|
aUnitStr += String( SvtResId( STR_SVT_MB ) );
|
|
|
|
nDec = 2;
|
|
|
|
}
|
2001-07-13 12:41:02 +00:00
|
|
|
else
|
2001-05-07 09:33:55 +00:00
|
|
|
{
|
|
|
|
fSize /= nGiga;
|
|
|
|
aUnitStr += String( SvtResId( STR_SVT_GB ) );
|
|
|
|
nDec = 3;
|
|
|
|
}
|
2001-07-13 12:41:02 +00:00
|
|
|
|
2001-05-07 09:33:55 +00:00
|
|
|
String aSizeStr;
|
|
|
|
LocaleDataWrapper aLocaleWrapper( ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() );
|
2001-07-13 12:41:02 +00:00
|
|
|
SolarMath::DoubleToString( aSizeStr, fSize, 'F', nDec, aLocaleWrapper.getNumDecimalSep().GetChar(0) );
|
2001-05-07 09:33:55 +00:00
|
|
|
aSizeStr += aUnitStr;
|
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
return aSizeStr;
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// class ViewTabListBox_Impl ---------------------------------------------
|
|
|
|
|
|
|
|
class ViewTabListBox_Impl : public SvHeaderTabListBox
|
|
|
|
{
|
|
|
|
private:
|
2001-07-13 12:41:02 +00:00
|
|
|
HeaderBar* mpHeaderBar;
|
|
|
|
sal_Bool mbResizeDisabled : 1;
|
|
|
|
sal_Bool mbAutoResize : 1;
|
2001-05-07 09:33:55 +00:00
|
|
|
|
|
|
|
DECL_LINK( HeaderSelect_Impl, HeaderBar * );
|
|
|
|
DECL_LINK( HeaderEndDrag_Impl, HeaderBar * );
|
|
|
|
|
|
|
|
public:
|
2001-07-05 11:50:24 +00:00
|
|
|
ViewTabListBox_Impl( Window* pParent, sal_Int16 nFlags );
|
2001-05-07 09:33:55 +00:00
|
|
|
~ViewTabListBox_Impl();
|
|
|
|
|
|
|
|
virtual void Resize();
|
2001-07-05 11:50:24 +00:00
|
|
|
virtual void KeyInput( const KeyEvent& rKEvt );
|
2001-07-11 08:56:57 +00:00
|
|
|
virtual void Command( const CommandEvent& rCEvt );
|
2001-05-07 09:33:55 +00:00
|
|
|
|
|
|
|
void ClearAll();
|
|
|
|
void EnableAutoResize() { mbAutoResize = sal_True; }
|
2001-07-13 12:41:02 +00:00
|
|
|
|
|
|
|
HeaderBar* GetHeaderBar() const { return mpHeaderBar; }
|
2001-05-07 09:33:55 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
2001-07-05 11:50:24 +00:00
|
|
|
ViewTabListBox_Impl::ViewTabListBox_Impl( Window* pParent, sal_Int16 nFlags ) :
|
2001-05-07 09:33:55 +00:00
|
|
|
|
|
|
|
SvHeaderTabListBox( pParent, 0 ),
|
|
|
|
|
|
|
|
mpHeaderBar ( NULL ),
|
|
|
|
mbResizeDisabled( sal_False ),
|
|
|
|
mbAutoResize ( sal_False )
|
|
|
|
|
|
|
|
{
|
|
|
|
Size aBoxSize = pParent->GetSizePixel();
|
|
|
|
mpHeaderBar = new HeaderBar( pParent, WB_BUTTONSTYLE | WB_BOTTOMBORDER );
|
2001-05-08 12:10:04 +00:00
|
|
|
mpHeaderBar->SetPosSizePixel( Point( 0, 0 ), mpHeaderBar->CalcWindowSizePixel() );
|
2001-05-07 09:33:55 +00:00
|
|
|
|
2001-07-11 08:56:57 +00:00
|
|
|
HeaderBarItemBits nBits = ( HIB_LEFT | HIB_VCENTER | HIB_CLICKABLE );
|
2001-07-05 11:50:24 +00:00
|
|
|
if ( ( nFlags & FILEVIEW_SHOW_ALL ) == FILEVIEW_SHOW_ALL )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpHeaderBar->InsertItem( COLUMN_TITLE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_TITLE ) ), 180, nBits | HIB_UPARROW );
|
|
|
|
mpHeaderBar->InsertItem( COLUMN_TYPE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_TYPE ) ), 140, nBits );
|
|
|
|
mpHeaderBar->InsertItem( COLUMN_SIZE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_SIZE ) ), 80, nBits );
|
|
|
|
mpHeaderBar->InsertItem( COLUMN_DATE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_DATE ) ), 500, nBits );
|
2001-07-05 11:50:24 +00:00
|
|
|
}
|
|
|
|
else
|
2001-07-13 12:41:02 +00:00
|
|
|
mpHeaderBar->InsertItem( COLUMN_TITLE, String( SvtResId( STR_SVT_FILEVIEW_COLUMN_TITLE ) ), 600, nBits );
|
2001-05-07 09:33:55 +00:00
|
|
|
|
|
|
|
mpHeaderBar->SetSelectHdl( LINK( this, ViewTabListBox_Impl, HeaderSelect_Impl ) );
|
|
|
|
mpHeaderBar->SetEndDragHdl( LINK( this, ViewTabListBox_Impl, HeaderEndDrag_Impl ) );
|
|
|
|
|
|
|
|
Size aHeadSize = mpHeaderBar->GetSizePixel();
|
|
|
|
SetPosSizePixel( Point( 0, aHeadSize.Height() ),
|
|
|
|
Size( aBoxSize.Width(), aBoxSize.Height() - aHeadSize.Height() ) );
|
|
|
|
InitHeaderBar( mpHeaderBar );
|
|
|
|
SetHighlightRange();
|
|
|
|
SetEntryHeight( ROW_HEIGHT );
|
|
|
|
|
|
|
|
Show();
|
|
|
|
mpHeaderBar->Show();
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
ViewTabListBox_Impl::~ViewTabListBox_Impl()
|
|
|
|
{
|
|
|
|
delete mpHeaderBar;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
IMPL_LINK( ViewTabListBox_Impl, HeaderSelect_Impl, HeaderBar*, pBar )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
USHORT nItemID = pBar ? pBar->GetCurItemId() : 0;
|
|
|
|
|
|
|
|
/* if ( pBar && pBar->GetCurItemId() != ITEMID_TYPE )
|
|
|
|
*/ return 0;
|
|
|
|
|
|
|
|
// HeaderBarItemBits nBits = mpHeaderBar->GetItemBits( ITEMID_TYPE );
|
|
|
|
HeaderBarItemBits nBits = mpHeaderBar->GetItemBits( nItemID );
|
|
|
|
BOOL bUp = ( ( nBits & HIB_UPARROW ) == HIB_UPARROW );
|
|
|
|
SvSortMode eMode = SortAscending;
|
|
|
|
|
|
|
|
if ( bUp )
|
|
|
|
{
|
|
|
|
nBits &= ~HIB_UPARROW;
|
|
|
|
nBits |= HIB_DOWNARROW;
|
|
|
|
eMode = SortDescending;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
nBits &= ~HIB_DOWNARROW;
|
|
|
|
nBits |= HIB_UPARROW;
|
|
|
|
}
|
|
|
|
mpHeaderBar->SetItemBits( nItemID, nBits );
|
|
|
|
/* mpHeaderBar->SetItemBits( ITEMID_TYPE, nBits );
|
|
|
|
SvTreeList* pModel = pPathBox->GetModel();
|
|
|
|
pModel->SetSortMode( eMode );
|
|
|
|
pModel->Resort();
|
|
|
|
*/ return 1;
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
IMPL_LINK( ViewTabListBox_Impl, HeaderEndDrag_Impl, HeaderBar*, pBar )
|
|
|
|
{
|
|
|
|
if ( pBar && !pBar->GetCurItemId() )
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
if ( !mpHeaderBar->IsItemMode() )
|
|
|
|
{
|
|
|
|
Size aSize;
|
|
|
|
USHORT nTabs = mpHeaderBar->GetItemCount();
|
|
|
|
long nTmpSize = 0;
|
|
|
|
|
|
|
|
for ( USHORT i = 1; i <= nTabs; ++i )
|
|
|
|
{
|
|
|
|
long nWidth = mpHeaderBar->GetItemSize(i);
|
|
|
|
aSize.Width() = nWidth + nTmpSize;
|
|
|
|
nTmpSize += nWidth;
|
|
|
|
SetTab( i, aSize.Width(), MAP_PIXEL );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void ViewTabListBox_Impl::Resize()
|
|
|
|
{
|
|
|
|
SvTabListBox::Resize();
|
|
|
|
Size aBoxSize = Control::GetParent()->GetOutputSizePixel();
|
|
|
|
|
|
|
|
if ( mbResizeDisabled || !aBoxSize.Width() )
|
|
|
|
return;
|
|
|
|
|
|
|
|
Size aBarSize = mpHeaderBar->GetSizePixel();
|
|
|
|
aBarSize.Width() = mbAutoResize ? aBoxSize.Width() : GetSizePixel().Width();
|
|
|
|
mpHeaderBar->SetSizePixel( aBarSize );
|
|
|
|
|
|
|
|
if ( mbAutoResize )
|
|
|
|
{
|
|
|
|
mbResizeDisabled = sal_True;
|
|
|
|
Point aPos = GetPosPixel();
|
|
|
|
SetPosSizePixel( Point( 0, aBarSize.Height() ),
|
|
|
|
Size( aBoxSize.Width(), aBoxSize.Height() - aBarSize.Height() ) );
|
|
|
|
mbResizeDisabled = sal_False;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
2001-07-05 11:50:24 +00:00
|
|
|
void ViewTabListBox_Impl::KeyInput( const KeyEvent& rKEvt )
|
|
|
|
{
|
|
|
|
if ( rKEvt.GetKeyCode().GetCode() == KEY_RETURN )
|
|
|
|
GetDoubleClickHdl().Call( this );
|
|
|
|
else
|
|
|
|
SvHeaderTabListBox::KeyInput( rKEvt );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
2001-07-11 08:56:57 +00:00
|
|
|
void ViewTabListBox_Impl::Command( const CommandEvent& rCEvt )
|
|
|
|
{
|
|
|
|
if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU )
|
|
|
|
{
|
|
|
|
Point nPos = rCEvt.GetMousePosPixel();
|
|
|
|
SvLBoxEntry* pEntry = GetEntry( nPos );
|
|
|
|
if ( pEntry )
|
|
|
|
{
|
|
|
|
PopupMenu aMenu( SvtResId( RID_FILEVIEW_CONTEXTMENU ) );
|
|
|
|
USHORT nId = aMenu.Execute( this, nPos );
|
|
|
|
switch ( nId )
|
|
|
|
{
|
|
|
|
case MID_FILEVIEW_DELETE :
|
|
|
|
case MID_FILEVIEW_RENAME :
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
SvHeaderTabListBox::Command( rCEvt );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
2001-05-07 09:33:55 +00:00
|
|
|
void ViewTabListBox_Impl::ClearAll()
|
|
|
|
{
|
|
|
|
for ( USHORT i = 0; i < GetEntryCount(); ++i )
|
|
|
|
delete (SvtContentEntry*)GetEntry(i)->GetUserData();
|
|
|
|
Clear();
|
|
|
|
}
|
|
|
|
|
|
|
|
// class SvtFileView -----------------------------------------------------
|
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
SvtFileView::SvtFileView( Window* pParent, const ResId& rResId,
|
|
|
|
sal_Bool bOnlyFolder, sal_Bool bMultiSelection ) :
|
|
|
|
|
|
|
|
Control( pParent, rResId )
|
2001-05-07 09:33:55 +00:00
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp = new SvtFileView_Impl( bOnlyFolder );
|
|
|
|
|
|
|
|
sal_Int8 nFlags = FILEVIEW_SHOW_ALL;
|
|
|
|
if ( bOnlyFolder )
|
|
|
|
nFlags |= FILEVIEW_ONLYFOLDER;
|
|
|
|
if ( bMultiSelection )
|
|
|
|
nFlags |= FILEVIEW_MULTISELECTION;
|
|
|
|
mpImp->mpView = new ViewTabListBox_Impl( this, nFlags );
|
|
|
|
|
|
|
|
long pTabs[] = { 5, 20, 180, 320, 400, 600 };
|
|
|
|
mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL );
|
|
|
|
mpImp->mpView->SetTabJustify( 2, AdjustRight ); // column "Size"
|
|
|
|
|
|
|
|
if ( bMultiSelection )
|
|
|
|
mpImp->mpView->SetSelectionMode( MULTIPLE_SELECTION );
|
|
|
|
|
|
|
|
HeaderBar *pHeaderBar = mpImp->mpView->GetHeaderBar();
|
|
|
|
pHeaderBar->SetSelectHdl( LINK( this, SvtFileView, HeaderSelect_Impl ) );
|
|
|
|
}
|
|
|
|
|
|
|
|
SvtFileView::SvtFileView( Window* pParent, const ResId& rResId, sal_Int8 nFlags ) :
|
|
|
|
|
|
|
|
Control( pParent, rResId )
|
|
|
|
{
|
|
|
|
mpImp = new SvtFileView_Impl( ( nFlags & FILEVIEW_ONLYFOLDER ) == FILEVIEW_ONLYFOLDER );
|
|
|
|
mpImp->mpView = new ViewTabListBox_Impl( this, nFlags );
|
|
|
|
|
|
|
|
if ( ( nFlags & FILEVIEW_SHOW_ALL ) == FILEVIEW_SHOW_ALL )
|
|
|
|
{
|
|
|
|
long pTabs[] = { 5, 20, 180, 320, 400, 600 };
|
|
|
|
mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL );
|
|
|
|
mpImp->mpView->SetTabJustify( 2, AdjustRight ); // column "Size"
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// show only title
|
|
|
|
long pTabs[] = { 2, 20, 600 };
|
|
|
|
mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL );
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( ( nFlags & FILEVIEW_MULTISELECTION ) == FILEVIEW_MULTISELECTION )
|
|
|
|
mpImp->mpView->SetSelectionMode( MULTIPLE_SELECTION );
|
|
|
|
|
|
|
|
HeaderBar *pHeaderBar = mpImp->mpView->GetHeaderBar();
|
|
|
|
pHeaderBar->SetSelectHdl( LINK( this, SvtFileView, HeaderSelect_Impl ) );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
SvtFileView::~SvtFileView()
|
|
|
|
{
|
|
|
|
delete mpImp;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::OpenFolder( const Sequence< OUString >& aContents )
|
|
|
|
{
|
|
|
|
mpImp->mpView->ClearAll();
|
|
|
|
const OUString* pFileProperties = aContents.getConstArray();
|
2001-05-11 07:30:11 +00:00
|
|
|
UINT32 i, nCount = aContents.getLength();
|
2001-07-13 12:41:02 +00:00
|
|
|
sal_Bool bExecFilter = ( mpImp->maCurrentFilter.Len() > 0 ) && ( mpImp->maCurrentFilter != mpImp->maAllFilter );
|
2001-05-07 09:33:55 +00:00
|
|
|
for ( i = 0; i < nCount; ++i )
|
|
|
|
{
|
|
|
|
String aRow( pFileProperties[i] );
|
|
|
|
// extract columns
|
2001-07-13 12:41:02 +00:00
|
|
|
// the columns are: title, type, size, date, target url, is folder, image url
|
|
|
|
String aTitle, aType, aSize, aDate, aURL, aImageURL;
|
2001-05-07 09:33:55 +00:00
|
|
|
xub_StrLen nIdx = 0;
|
|
|
|
aTitle = aRow.GetToken( 0, '\t', nIdx );
|
2001-07-13 12:41:02 +00:00
|
|
|
aType = aRow.GetToken( 0, '\t', nIdx );
|
2001-05-07 09:33:55 +00:00
|
|
|
aSize = aRow.GetToken( 0, '\t', nIdx );
|
|
|
|
aDate = aRow.GetToken( 0, '\t', nIdx );
|
|
|
|
aURL = aRow.GetToken( 0, '\t', nIdx );
|
|
|
|
sal_Unicode cFolder = aRow.GetToken( 0, '\t', nIdx ).GetChar(0);
|
|
|
|
sal_Bool bIsFolder = ( '1' == cFolder );
|
2001-05-11 07:30:11 +00:00
|
|
|
if ( nIdx != STRING_NOTFOUND )
|
|
|
|
aImageURL = aRow.GetToken( 0, '\t', nIdx );
|
2001-05-07 09:33:55 +00:00
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
if ( mpImp->mbOnlyFolder && !bIsFolder )
|
2001-05-07 09:33:55 +00:00
|
|
|
continue;
|
|
|
|
|
|
|
|
// build new row
|
|
|
|
String aNewRow = aTitle;
|
|
|
|
aNewRow += '\t';
|
2001-07-13 12:41:02 +00:00
|
|
|
aNewRow += aType;
|
2001-07-11 07:55:33 +00:00
|
|
|
aNewRow += '\t';
|
2001-07-13 12:41:02 +00:00
|
|
|
aNewRow += aSize;
|
2001-05-07 09:33:55 +00:00
|
|
|
aNewRow += '\t';
|
|
|
|
aNewRow += aDate;
|
|
|
|
// detect image
|
|
|
|
sal_Bool bDoInsert = sal_True;
|
|
|
|
Image aImage;
|
2001-07-13 12:41:02 +00:00
|
|
|
|
2001-05-07 09:33:55 +00:00
|
|
|
if ( bIsFolder )
|
2001-07-13 12:41:02 +00:00
|
|
|
aImage = mpImp->maFolderImage;
|
2001-05-07 09:33:55 +00:00
|
|
|
else
|
|
|
|
{
|
2001-05-11 07:30:11 +00:00
|
|
|
INetURLObject aObj( aImageURL.Len() > 0 ? aImageURL : aURL );
|
2001-05-14 09:13:11 +00:00
|
|
|
aImage = SvFileInformationManager::GetImage( aObj, FALSE );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if ( bDoInsert )
|
|
|
|
{
|
|
|
|
// insert entry and set user data
|
2001-07-13 12:41:02 +00:00
|
|
|
SvLBoxEntry* pEntry = mpImp->mpView->InsertEntry( aNewRow, aImage, aImage );
|
2001-05-07 09:33:55 +00:00
|
|
|
SvtContentEntry* pUserData = new SvtContentEntry( aURL, bIsFolder );
|
|
|
|
pEntry->SetUserData( pUserData );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->SelectAll( FALSE );
|
|
|
|
SvLBoxEntry* pFirst = mpImp->mpView->First();
|
2001-05-07 09:33:55 +00:00
|
|
|
if ( pFirst )
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->SetCursor( pFirst, TRUE );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
String SvtFileView::GetURL( SvLBoxEntry* pEntry ) const
|
|
|
|
{
|
|
|
|
String aURL;
|
|
|
|
if ( pEntry && pEntry->GetUserData() )
|
|
|
|
aURL = ( (SvtContentEntry*)pEntry->GetUserData() )->maURL;
|
|
|
|
return aURL;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
String SvtFileView::GetCurrentURL() const
|
|
|
|
{
|
|
|
|
String aURL;
|
2001-07-13 12:41:02 +00:00
|
|
|
SvLBoxEntry* pEntry = mpImp->mpView->FirstSelected();
|
2001-05-07 09:33:55 +00:00
|
|
|
if ( pEntry && pEntry->GetUserData() )
|
|
|
|
aURL = ( (SvtContentEntry*)pEntry->GetUserData() )->maURL;
|
|
|
|
return aURL;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::CreateNewFolder( const String& rNewFolder )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
INetURLObject aObj( mpImp->maViewURL );
|
2001-05-18 10:16:51 +00:00
|
|
|
aObj.insertName( rNewFolder, false, INetURLObject::LAST_SEGMENT,
|
|
|
|
true, INetURLObject::ENCODE_ALL );
|
|
|
|
String aURL = aObj.GetMainURL( INetURLObject::NO_DECODE );
|
2001-05-07 09:33:55 +00:00
|
|
|
if ( ::utl::UCBContentHelper::MakeFolder( aURL ) )
|
|
|
|
{
|
|
|
|
String aEntry = aObj.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSET );
|
2001-07-13 12:41:02 +00:00
|
|
|
SvLBoxEntry* pEntry = mpImp->mpView->InsertEntry( aEntry, mpImp->maFolderImage, mpImp->maFolderImage );
|
2001-05-07 09:33:55 +00:00
|
|
|
SvtContentEntry* pUserData = new SvtContentEntry( aURL, TRUE );
|
|
|
|
pEntry->SetUserData( pUserData );
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->MakeVisible( pEntry );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
String aPath;
|
|
|
|
if ( !::utl::LocalFileHelper::ConvertURLToSystemPath( aURL, aPath ) )
|
|
|
|
aPath = aURL;
|
|
|
|
String aErrorText( SvtResId( STR_SVT_FILEVIEW_ERR_MAKEFOLDER ) );
|
|
|
|
String aVar( RTL_CONSTASCII_USTRINGPARAM("%1") );
|
|
|
|
aErrorText.SearchAndReplace( aVar, aPath );
|
|
|
|
ErrorBox aBox( this, WB_OK, aErrorText );
|
|
|
|
aBox.Execute();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
sal_Bool SvtFileView::HasPreviousLevel( String& rParentURL ) const
|
|
|
|
{
|
|
|
|
sal_Bool bRet = sal_False;
|
2001-07-13 12:41:02 +00:00
|
|
|
Content aCnt( mpImp->maViewURL, Reference< XCommandEnvironment > () );
|
2001-05-07 09:33:55 +00:00
|
|
|
Reference< XContent > xContent( aCnt.get() );
|
|
|
|
Reference< com::sun::star::container::XChild > xChild( xContent, UNO_QUERY );
|
|
|
|
if ( xChild.is() )
|
|
|
|
{
|
|
|
|
Reference< XContent > xParent( xChild->getParent(), UNO_QUERY );
|
|
|
|
if ( xParent.is() )
|
|
|
|
{
|
|
|
|
rParentURL = String( xParent->getIdentifier()->getContentIdentifier() );
|
2001-07-13 12:41:02 +00:00
|
|
|
bRet = ( rParentURL.Len() > 0 && rParentURL != mpImp->maViewURL );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return bRet;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
sal_Bool SvtFileView::PreviousLevel( String& rNewURL )
|
|
|
|
{
|
|
|
|
sal_Bool bRet = sal_False;
|
|
|
|
if ( HasPreviousLevel( rNewURL ) )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
Initialize( rNewURL, mpImp->maCurrentFilter );
|
2001-05-07 09:33:55 +00:00
|
|
|
bRet = sal_True;
|
|
|
|
}
|
|
|
|
|
|
|
|
return bRet;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::SetHelpId( sal_uInt32 nHelpId )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->SetHelpId( nHelpId );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::SetSizePixel( const Size& rNewSize )
|
|
|
|
{
|
|
|
|
Control::SetSizePixel( rNewSize );
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->SetSizePixel( rNewSize );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::SetPosSizePixel( const Point& rNewPos, const Size& rNewSize )
|
|
|
|
{
|
|
|
|
SetPosPixel( rNewPos );
|
|
|
|
SetSizePixel( rNewSize );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::Initialize( const String& rURL, const String& rFilter )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->maViewURL = rURL;
|
|
|
|
mpImp->maCurrentFilter = rFilter;
|
|
|
|
mpImp->maCurrentFilter.ToLowerAscii();
|
|
|
|
|
|
|
|
mpImp->Clear();
|
|
|
|
mpImp->GetFolderContent_Impl( rURL );
|
|
|
|
mpImp->FilterFolderContent_Impl( rFilter );
|
|
|
|
|
|
|
|
mpImp->SortFolderContent_Impl();
|
|
|
|
mpImp->CreateDisplayText_Impl();
|
|
|
|
|
|
|
|
mpImp->OpenFolder_Impl();
|
|
|
|
mpImp->maOpenDoneLink.Call( this );
|
2001-05-11 07:30:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
2001-07-13 12:41:02 +00:00
|
|
|
void SvtFileView::Initialize( const String& rURL, const Sequence< OUString >& aContents )
|
2001-05-11 07:30:11 +00:00
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->maViewURL = rURL;
|
|
|
|
mpImp->maCurrentFilter = mpImp->maAllFilter;
|
|
|
|
|
|
|
|
mpImp->Clear();
|
|
|
|
mpImp->CreateVector_Impl( aContents );
|
|
|
|
mpImp->SortFolderContent_Impl();
|
|
|
|
|
|
|
|
mpImp->OpenFolder_Impl();
|
|
|
|
|
|
|
|
mpImp->maOpenDoneLink.Call( this );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::ExecuteFilter( const String& rFilter )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->maCurrentFilter = rFilter;
|
|
|
|
mpImp->maCurrentFilter.ToLowerAscii();
|
|
|
|
|
|
|
|
mpImp->Clear();
|
|
|
|
mpImp->GetFolderContent_Impl( mpImp->maViewURL );
|
|
|
|
mpImp->FilterFolderContent_Impl( rFilter );
|
|
|
|
|
|
|
|
mpImp->SortFolderContent_Impl();
|
|
|
|
mpImp->CreateDisplayText_Impl();
|
|
|
|
mpImp->OpenFolder_Impl();
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::SetNoSelection()
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->SelectAll( FALSE );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::SetFocusInView()
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->GrabFocus();
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::ResetCursor()
|
|
|
|
{
|
|
|
|
// deselect
|
2001-07-13 12:41:02 +00:00
|
|
|
SvLBoxEntry* pEntry = mpImp->mpView->FirstSelected();
|
2001-05-07 09:33:55 +00:00
|
|
|
if ( pEntry )
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->Select( pEntry, FALSE );
|
2001-05-07 09:33:55 +00:00
|
|
|
// set cursor to the first entry
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->SetCursor( mpImp->mpView->First(), TRUE );
|
|
|
|
mpImp->mpView->Update();
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::SetSelectHdl( const Link& rHdl )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->SetSelectHdl( rHdl );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::SetDoubleClickHdl( const Link& rHdl )
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->SetDoubleClickHdl( rHdl );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
ULONG SvtFileView::GetSelectionCount() const
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
return mpImp->mpView->GetSelectionCount();
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
SvLBoxEntry* SvtFileView::FirstSelected() const
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
return mpImp->mpView->FirstSelected();
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
SvLBoxEntry* SvtFileView::NextSelected( SvLBoxEntry* pEntry ) const
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
return mpImp->mpView->NextSelected( pEntry );
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::EnableAutoResize()
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->EnableAutoResize();
|
2001-05-07 09:33:55 +00:00
|
|
|
}
|
|
|
|
|
2001-07-05 11:50:24 +00:00
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
|
|
|
|
void SvtFileView::SetFocus()
|
|
|
|
{
|
2001-07-13 12:41:02 +00:00
|
|
|
mpImp->mpView->GrabFocus();
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
const String& SvtFileView::GetViewURL() const
|
|
|
|
{
|
|
|
|
return mpImp->maViewURL;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
void SvtFileView::SetOpenDoneHdl( const Link& rHdl )
|
|
|
|
{
|
|
|
|
mpImp->maOpenDoneLink = rHdl;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
IMPL_LINK( SvtFileView, HeaderSelect_Impl, HeaderBar*, pBar )
|
|
|
|
{
|
|
|
|
if ( !pBar )
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
USHORT nItemID = pBar->GetCurItemId();
|
|
|
|
|
|
|
|
HeaderBarItemBits nBits;
|
|
|
|
|
|
|
|
// clear the arrow of the recently used column
|
|
|
|
if ( nItemID != mpImp->mnSortColumn )
|
|
|
|
{
|
|
|
|
nBits = pBar->GetItemBits( mpImp->mnSortColumn );
|
|
|
|
nBits &= ~( HIB_UPARROW | HIB_DOWNARROW );
|
|
|
|
pBar->SetItemBits( mpImp->mnSortColumn, nBits );
|
|
|
|
}
|
|
|
|
|
|
|
|
nBits = pBar->GetItemBits( nItemID );
|
|
|
|
|
|
|
|
BOOL bUp = ( ( nBits & HIB_UPARROW ) == HIB_UPARROW );
|
|
|
|
|
|
|
|
if ( bUp )
|
|
|
|
{
|
|
|
|
nBits &= ~HIB_UPARROW;
|
|
|
|
nBits |= HIB_DOWNARROW;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
nBits &= ~HIB_DOWNARROW;
|
|
|
|
nBits |= HIB_UPARROW;
|
|
|
|
}
|
|
|
|
|
|
|
|
pBar->SetItemBits( nItemID, nBits );
|
|
|
|
|
|
|
|
mpImp->Resort_Impl( nItemID, !bUp );
|
|
|
|
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
SvtFileView_Impl::SvtFileView_Impl( sal_Bool bOnlyFolder ) :
|
|
|
|
mnSortColumn ( COLUMN_TITLE ),
|
|
|
|
mbAscending ( sal_True ),
|
|
|
|
mbOnlyFolder ( bOnlyFolder ),
|
|
|
|
maFolderImage ( SvtResId( IMG_SVT_FOLDER ) )
|
|
|
|
{
|
|
|
|
maAllFilter = String::CreateFromAscii( "*.*" );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
SvtFileView_Impl::~SvtFileView_Impl()
|
|
|
|
{
|
|
|
|
Clear();
|
|
|
|
|
|
|
|
delete mpView;
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
void SvtFileView_Impl::Clear()
|
|
|
|
{
|
|
|
|
std::vector< SortingData_Impl* >::iterator aIt;
|
|
|
|
|
|
|
|
for ( aIt = maContent.begin(); aIt != maContent.end(); aIt++ )
|
|
|
|
delete (*aIt);
|
|
|
|
|
|
|
|
maContent.clear();
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
void SvtFileView_Impl::GetFolderContent_Impl( const String& rFolder )
|
|
|
|
{
|
|
|
|
SortingData_Impl* pData;
|
|
|
|
|
|
|
|
INetURLObject aFolderObj( rFolder );
|
|
|
|
DBG_ASSERT( aFolderObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" );
|
|
|
|
|
|
|
|
try
|
|
|
|
{
|
|
|
|
Reference< XMultiServiceFactory > xFactory = ::comphelper::getProcessServiceFactory();
|
|
|
|
Reference< XInteractionHandler > xInteractionHandler = Reference< XInteractionHandler > (
|
|
|
|
xFactory->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uui.InteractionHandler") ) ), UNO_QUERY );
|
|
|
|
|
|
|
|
Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ),
|
|
|
|
new CommandEnvironment( xInteractionHandler, Reference< XProgressHandler >() ) );
|
|
|
|
Reference< XResultSet > xResultSet;
|
|
|
|
Sequence< OUString > aProps(5);
|
|
|
|
|
|
|
|
aProps[0] = OUString::createFromAscii( "Title" );
|
|
|
|
aProps[1] = OUString::createFromAscii( "Size" );
|
|
|
|
aProps[2] = OUString::createFromAscii( "DateModified" );
|
|
|
|
aProps[3] = OUString::createFromAscii( "IsFolder" );
|
|
|
|
aProps[4] = OUString::createFromAscii( "TargetURL" );
|
|
|
|
|
|
|
|
try
|
|
|
|
{
|
|
|
|
Reference< com::sun::star::ucb::XDynamicResultSet > xDynResultSet;
|
|
|
|
ResultSetInclude eInclude = INCLUDE_FOLDERS_AND_DOCUMENTS;
|
|
|
|
xDynResultSet = aCnt.createDynamicCursor( aProps, eInclude );
|
|
|
|
|
|
|
|
if ( xDynResultSet.is() )
|
|
|
|
xResultSet = xDynResultSet->getStaticResultSet();
|
|
|
|
}
|
|
|
|
catch( CommandAbortedException& )
|
|
|
|
{
|
|
|
|
DBG_ERRORFILE( "createCursor: CommandAbortedException" );
|
|
|
|
}
|
|
|
|
catch( ::com::sun::star::uno::Exception& )
|
|
|
|
{
|
|
|
|
DBG_ERRORFILE( "createCursor: Any other exception" );
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( xResultSet.is() )
|
|
|
|
{
|
|
|
|
Reference< com::sun::star::sdbc::XRow > xRow( xResultSet, UNO_QUERY );
|
|
|
|
Reference< com::sun::star::ucb::XContentAccess > xContentAccess( xResultSet, UNO_QUERY );
|
|
|
|
|
|
|
|
try
|
|
|
|
{
|
|
|
|
while ( xResultSet->next() )
|
|
|
|
{
|
|
|
|
pData = new SortingData_Impl;
|
|
|
|
|
|
|
|
::com::sun::star::util::DateTime aDT = xRow->getTimestamp( 3 );
|
|
|
|
OUString aContentURL = xContentAccess->queryContentIdentifierString();
|
|
|
|
OUString aTargetURL = xRow->getString( 5 );
|
|
|
|
sal_Bool bTarget = aTargetURL.getLength() > 0;
|
|
|
|
|
|
|
|
pData->maTitle = xRow->getString(1);
|
|
|
|
pData->maLowerTitle = pData->maTitle.toAsciiLowerCase();
|
|
|
|
pData->maSize = xRow->getLong(2);
|
|
|
|
pData->mbIsFolder = xRow->getBoolean(4);
|
|
|
|
|
|
|
|
if ( bTarget &&
|
|
|
|
INetURLObject( aContentURL ).GetProtocol() == INET_PROT_VND_SUN_STAR_HIER )
|
|
|
|
{
|
|
|
|
Content aCnt( aTargetURL, Reference< XCommandEnvironment > () );
|
|
|
|
aCnt.getPropertyValue( OUString::createFromAscii( "Size" ) ) >>= pData->maSize;
|
|
|
|
aCnt.getPropertyValue( OUString::createFromAscii( "DateModified" ) ) >>= aDT;
|
|
|
|
}
|
|
|
|
|
|
|
|
CONVERT_DATETIME( aDT, pData->maModDate );
|
|
|
|
|
|
|
|
if ( aTargetURL.getLength() )
|
|
|
|
pData->maTargetURL = aTargetURL;
|
|
|
|
else
|
|
|
|
pData->maTargetURL = aContentURL;
|
|
|
|
|
|
|
|
INetURLObject aURLObj( pData->maTargetURL );
|
|
|
|
|
|
|
|
pData->maType = SvFileInformationManager::GetDescription( aURLObj );
|
|
|
|
|
|
|
|
maContent.push_back( pData );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch( CommandAbortedException& )
|
|
|
|
{
|
|
|
|
DBG_ERRORFILE( "XContentAccess::next(): CommandAbortedException" );
|
|
|
|
}
|
|
|
|
catch( ::com::sun::star::uno::Exception& )
|
|
|
|
{
|
|
|
|
DBG_ERRORFILE( "XContentAccess::next(): Any other exception" );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch( CommandAbortedException& )
|
|
|
|
{
|
|
|
|
DBG_ERRORFILE( "GetFolderContents: CommandAbortedException" );
|
|
|
|
}
|
|
|
|
catch( ::com::sun::star::uno::Exception& )
|
|
|
|
{
|
|
|
|
DBG_ERRORFILE( "GetFolderContents: Any other exception" );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
void SvtFileView_Impl::FilterFolderContent_Impl( const OUString &rFilter )
|
|
|
|
{
|
|
|
|
if ( !rFilter.getLength() ||
|
|
|
|
( rFilter.compareToAscii( ALL_FILES_FILTER ) == COMPARE_EQUAL ) )
|
|
|
|
return;
|
|
|
|
|
|
|
|
sal_Bool bDelete;
|
|
|
|
|
|
|
|
std::vector< SortingData_Impl* >::iterator aIt;
|
|
|
|
aIt = maContent.begin();
|
|
|
|
|
|
|
|
do
|
|
|
|
{
|
|
|
|
if ( (*aIt)->mbIsFolder == sal_True )
|
|
|
|
aIt++;
|
|
|
|
else
|
|
|
|
{
|
|
|
|
bDelete = sal_True;
|
|
|
|
|
|
|
|
sal_Int32 nIndex = 0;
|
|
|
|
do
|
|
|
|
{
|
|
|
|
WildCard aWild( rFilter.getToken( 0, ';', nIndex ) );
|
|
|
|
if ( aWild.Matches( (*aIt)->maTitle ) )
|
|
|
|
{
|
|
|
|
bDelete = sal_False;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
while ( nIndex >= 0 );
|
|
|
|
|
|
|
|
if ( bDelete )
|
|
|
|
{
|
|
|
|
delete (*aIt);
|
|
|
|
maContent.erase( aIt );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
aIt++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
while ( aIt != maContent.end() );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
void SvtFileView_Impl::OpenFolder_Impl()
|
|
|
|
{
|
|
|
|
mpView->ClearAll();
|
|
|
|
|
|
|
|
std::vector< SortingData_Impl* >::iterator aIt;
|
|
|
|
|
|
|
|
for ( aIt = maContent.begin(); aIt != maContent.end(); aIt++ )
|
|
|
|
{
|
|
|
|
if ( mbOnlyFolder && ! (*aIt)->mbIsFolder )
|
|
|
|
continue;
|
|
|
|
|
|
|
|
// insert entry and set user data
|
|
|
|
SvLBoxEntry* pEntry = mpView->InsertEntry( (*aIt)->maDisplayText,
|
|
|
|
(*aIt)->maImage,
|
|
|
|
(*aIt)->maImage );
|
|
|
|
|
|
|
|
SvtContentEntry* pUserData = new SvtContentEntry( (*aIt)->maTargetURL,
|
|
|
|
(*aIt)->mbIsFolder );
|
|
|
|
pEntry->SetUserData( pUserData );
|
|
|
|
}
|
|
|
|
|
|
|
|
mpView->SelectAll( FALSE );
|
|
|
|
SvLBoxEntry* pFirst = mpView->First();
|
|
|
|
if ( pFirst )
|
|
|
|
mpView->SetCursor( pFirst, TRUE );
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
void SvtFileView_Impl::CreateDisplayText_Impl()
|
|
|
|
{
|
|
|
|
LocaleDataWrapper aLocaleWrapper( ::comphelper::getProcessServiceFactory(),
|
|
|
|
Application::GetSettings().GetLocale() );
|
|
|
|
|
|
|
|
OUString aValue;
|
|
|
|
OUString aTab = OUString::createFromAscii( "\t" );
|
|
|
|
OUString aDateSep = OUString::createFromAscii( ", " );
|
|
|
|
OUString aOne = OUString::createFromAscii( "1" );
|
|
|
|
OUString aZero = OUString::createFromAscii( "0" );
|
|
|
|
|
|
|
|
std::vector< SortingData_Impl* >::iterator aIt;
|
|
|
|
|
|
|
|
for ( aIt = maContent.begin(); aIt != maContent.end(); aIt++ )
|
|
|
|
{
|
|
|
|
// title, type, size, date
|
|
|
|
aValue = (*aIt)->maTitle;
|
|
|
|
aValue += aTab;
|
|
|
|
aValue += (*aIt)->maType;
|
|
|
|
aValue += aTab;
|
|
|
|
// folders don't have a size
|
|
|
|
if ( ! (*aIt)->mbIsFolder )
|
|
|
|
aValue += CreateExactSizeText_Impl( (*aIt)->maSize );
|
|
|
|
aValue += aTab;
|
|
|
|
// set the date
|
|
|
|
aValue += aLocaleWrapper.getDate( (*aIt)->maModDate );
|
|
|
|
aValue += aDateSep;
|
|
|
|
aValue += aLocaleWrapper.getTime( (*aIt)->maModDate );
|
|
|
|
|
|
|
|
(*aIt)->maDisplayText = aValue;
|
|
|
|
|
|
|
|
// detect image
|
|
|
|
|
|
|
|
if ( (*aIt)->mbIsFolder )
|
|
|
|
(*aIt)->maImage = maFolderImage;
|
|
|
|
else
|
|
|
|
{
|
|
|
|
INetURLObject aObj( (*aIt)->maTargetURL );
|
|
|
|
(*aIt)->maImage = SvFileInformationManager::GetImage( aObj, FALSE );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
// this function converts the sequence of strings into a vector of SortingData
|
|
|
|
// the string should have the form :
|
|
|
|
// title \t type \t size \t date \t target url \t is folder \t image url
|
|
|
|
|
|
|
|
void SvtFileView_Impl::CreateVector_Impl( const Sequence < OUString > &rList )
|
|
|
|
{
|
|
|
|
OUString aTab = OUString::createFromAscii( "\t" );
|
|
|
|
|
|
|
|
sal_uInt32 nCount = (sal_uInt32) rList.getLength();
|
|
|
|
|
|
|
|
for( sal_uInt32 i = 0; i < nCount; i++ )
|
|
|
|
{
|
|
|
|
SortingData_Impl* pEntry;
|
|
|
|
OUString aValue = rList[i];
|
|
|
|
OUString aDisplayText;
|
|
|
|
sal_Int32 nIndex = 0;
|
|
|
|
|
|
|
|
// get the title
|
|
|
|
pEntry->maTitle = aValue.getToken( 0, '\t', nIndex );
|
|
|
|
pEntry->maLowerTitle = pEntry->maTitle.toAsciiLowerCase();
|
|
|
|
aDisplayText = pEntry->maTitle;
|
|
|
|
aDisplayText += aTab;
|
|
|
|
|
|
|
|
// get the type
|
|
|
|
if ( nIndex >= 0 )
|
|
|
|
{
|
|
|
|
pEntry->maType = aValue.getToken( 0, '\t', nIndex );
|
|
|
|
aDisplayText += pEntry->maType;
|
|
|
|
}
|
|
|
|
aDisplayText += aTab;
|
|
|
|
|
|
|
|
// get the size
|
|
|
|
if ( nIndex >= 0 )
|
|
|
|
{
|
|
|
|
OUString aSize = aValue.getToken( 0, '\t', nIndex );
|
|
|
|
aDisplayText += aSize;
|
|
|
|
|
|
|
|
if ( aSize.getLength() )
|
|
|
|
pEntry->maSize = aSize.toInt64();
|
|
|
|
}
|
|
|
|
aDisplayText += aTab;
|
|
|
|
|
|
|
|
// get the date
|
|
|
|
if ( nIndex >= 0 )
|
|
|
|
{
|
|
|
|
OUString aDate = aValue.getToken( 0, '\t', nIndex );
|
|
|
|
aDisplayText += aDate;
|
|
|
|
|
|
|
|
if ( aDate.getLength() )
|
|
|
|
{
|
|
|
|
DBG_ERRORFILE( "Don't know, how to convert date" );
|
|
|
|
;// convert date string to date
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// get the target url
|
|
|
|
if ( nIndex >= 0 )
|
|
|
|
{
|
|
|
|
pEntry->maTargetURL = aValue.getToken( 0, '\t', nIndex );
|
|
|
|
}
|
|
|
|
// get the size
|
|
|
|
if ( nIndex >= 0 )
|
|
|
|
{
|
|
|
|
OUString aBool = aValue.getToken( 0, '\t', nIndex );
|
|
|
|
if ( aBool.getLength() )
|
|
|
|
pEntry->mbIsFolder = aBool.toBoolean();
|
|
|
|
}
|
|
|
|
// get the image url
|
|
|
|
if ( nIndex >= 0 )
|
|
|
|
{
|
|
|
|
pEntry->maImageURL = aValue.getToken( 0, '\t', nIndex );
|
|
|
|
}
|
|
|
|
|
|
|
|
// set the display text
|
|
|
|
pEntry->maDisplayText = aDisplayText;
|
|
|
|
|
|
|
|
// detect the image
|
|
|
|
if ( pEntry->mbIsFolder )
|
|
|
|
pEntry->maImage = maFolderImage;
|
|
|
|
else
|
|
|
|
{
|
|
|
|
INetURLObject aObj( pEntry->maImageURL.getLength() ? pEntry->maImageURL : pEntry->maTargetURL );
|
|
|
|
pEntry->maImage = SvFileInformationManager::GetImage( aObj, FALSE );
|
|
|
|
}
|
|
|
|
|
|
|
|
maContent.push_back( pEntry );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
void SvtFileView_Impl::Resort_Impl( sal_Int16 nColumn, sal_Bool bAscending )
|
|
|
|
{
|
|
|
|
if ( ( nColumn == mnSortColumn ) &&
|
|
|
|
( bAscending == mbAscending ) )
|
|
|
|
return;
|
|
|
|
|
|
|
|
mnSortColumn = nColumn;
|
|
|
|
mbAscending = bAscending;
|
|
|
|
|
|
|
|
SortFolderContent_Impl();
|
|
|
|
OpenFolder_Impl();
|
|
|
|
}
|
|
|
|
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
static sal_Bool gbAscending = sal_True;
|
|
|
|
static sal_Int16 gnColumn = COLUMN_TITLE;
|
|
|
|
|
|
|
|
/* this functions returns true, if aOne is less then aTwo
|
|
|
|
*/
|
|
|
|
sal_Bool CompareSortingData_Impl( SortingData_Impl* const aOne,
|
|
|
|
SortingData_Impl* const aTwo )
|
|
|
|
{
|
|
|
|
sal_Int32 nComp;
|
|
|
|
sal_Bool bRet;
|
|
|
|
sal_Bool bEqual = sal_False;
|
|
|
|
|
|
|
|
if ( aOne->mbIsFolder != aTwo->mbIsFolder )
|
|
|
|
if ( aOne->mbIsFolder )
|
|
|
|
bRet = sal_True;
|
|
|
|
else
|
|
|
|
bRet = sal_False;
|
|
|
|
else
|
|
|
|
{
|
|
|
|
switch ( gnColumn )
|
|
|
|
{
|
|
|
|
case COLUMN_TITLE:
|
|
|
|
// compare case insensitiv first
|
|
|
|
nComp = aOne->maLowerTitle.compareTo( aTwo->maLowerTitle );
|
|
|
|
|
|
|
|
if ( nComp == 0 )
|
|
|
|
nComp = aOne->maTitle.compareTo( aTwo->maTitle );
|
|
|
|
|
|
|
|
if ( nComp < 0 )
|
|
|
|
bRet = sal_True;
|
|
|
|
else if ( nComp > 0 )
|
|
|
|
bRet = sal_False;
|
|
|
|
else
|
|
|
|
bEqual = sal_True;
|
|
|
|
break;
|
|
|
|
case COLUMN_TYPE:
|
|
|
|
nComp = aOne->maType.compareTo( aTwo->maType );
|
|
|
|
if ( nComp < 0 )
|
|
|
|
bRet = sal_True;
|
|
|
|
else if ( nComp > 0 )
|
|
|
|
bRet = sal_False;
|
|
|
|
else
|
|
|
|
bEqual = sal_True;
|
|
|
|
break;
|
|
|
|
case COLUMN_SIZE:
|
|
|
|
if ( aOne->maSize < aTwo->maSize )
|
|
|
|
bRet = sal_True;
|
|
|
|
else if ( aOne->maSize > aTwo->maSize )
|
|
|
|
bRet = sal_False;
|
|
|
|
else
|
|
|
|
bEqual = sal_True;
|
|
|
|
break;
|
|
|
|
case COLUMN_DATE:
|
|
|
|
if ( aOne->maModDate < aTwo->maModDate )
|
|
|
|
bRet = sal_True;
|
|
|
|
else if ( aOne->maModDate > aTwo->maModDate )
|
|
|
|
bRet = sal_False;
|
|
|
|
else
|
|
|
|
bEqual = sal_True;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// when the two elements are equal, we must not return TRUE (which would
|
|
|
|
// happen if we just return ! ( a < b ) when not sorting ascending )
|
|
|
|
if ( bEqual )
|
|
|
|
return sal_False;
|
|
|
|
|
|
|
|
if ( gbAscending )
|
|
|
|
return bRet;
|
|
|
|
|
|
|
|
return ! bRet;
|
|
|
|
}
|
|
|
|
|
|
|
|
void SvtFileView_Impl::SortFolderContent_Impl()
|
|
|
|
{
|
|
|
|
sal_uInt32 nSize = maContent.size();
|
|
|
|
|
|
|
|
if ( nSize > 1 )
|
|
|
|
{
|
|
|
|
gbAscending = mbAscending;
|
|
|
|
gnColumn = mnSortColumn;
|
|
|
|
|
|
|
|
std::sort( maContent.begin(),
|
|
|
|
maContent.end(),
|
|
|
|
CompareSortingData_Impl );
|
|
|
|
}
|
2001-07-05 11:50:24 +00:00
|
|
|
}
|
|
|
|
|