Lines Matching refs:SvtFileView_Impl

201     SvtFileView_Impl*       mpParent;
222 ViewTabListBox_Impl( Window* pParentWin, SvtFileView_Impl* pParent, sal_Int16 nFlags );
541 class SvtFileView_Impl :public ::svt::IEnumerationResultHandler class
582 SvtFileView_Impl( SvtFileView* pAntiImpl, Reference < XCommandEnvironment > xEnv,
585 virtual ~SvtFileView_Impl();
648 inline void SvtFileView_Impl::EnableContextMenu( sal_Bool bEnable ) in EnableContextMenu()
655 inline void SvtFileView_Impl::EnableDelete( sal_Bool bEnable ) in EnableDelete()
662 inline sal_Bool SvtFileView_Impl::EnableNameReplacing( sal_Bool bEnable ) in EnableNameReplacing()
681 inline void SvtFileView_Impl::EndEditing( bool _bCancel ) in EndEditing()
736 SvtFileView_Impl* pParent, in ViewTabListBox_Impl()
1248 mpImp = new SvtFileView_Impl( this, xCmdEnv, nFlags, bOnlyFolder ); in SvtFileView()
1270 mpImp = new SvtFileView_Impl( this, xCmdEnv, nFlags, in SvtFileView()
1299 SvtFileView_Impl* pTemp = mpImp; in ~SvtFileView()
1893 SvtFileView_Impl::SvtFileView_Impl( SvtFileView* pAntiImpl, Reference < XCommandEnvironment > xEnv,… in SvtFileView_Impl() function in SvtFileView_Impl
1918 SvtFileView_Impl::~SvtFileView_Impl() in ~SvtFileView_Impl()
1929 void SvtFileView_Impl::Clear() in Clear()
1945 FileViewResult SvtFileView_Impl::GetFolderContent_Impl( in GetFolderContent_Impl()
1964 FileViewResult SvtFileView_Impl::GetFolderContent_Impl( in GetFolderContent_Impl()
2065 void SvtFileView_Impl::FilterFolderContent_Impl( const OUString &rFilter ) in FilterFolderContent_Impl()
2160 IMPL_LINK( SvtFileView_Impl, SelectionMultiplexer, void*, _pSource ) in IMPL_LINK() argument
2166 void SvtFileView_Impl::SetSelectHandler( const Link& _rHdl ) in SetSelectHandler()
2172 aMasterHandler = LINK( this, SvtFileView_Impl, SelectionMultiplexer ); in SetSelectHandler()
2178 void SvtFileView_Impl::InitSelection() in InitSelection()
2187 void SvtFileView_Impl::OpenFolder_Impl() in OpenFolder_Impl()
2221 void SvtFileView_Impl::ResetCursor() in ResetCursor()
2233 void SvtFileView_Impl::CancelRunningAsyncAction() in CancelRunningAsyncAction()
2251 void SvtFileView_Impl::onTimeout( CallbackTimer* ) in onTimeout()
2269 void SvtFileView_Impl::enumerationDone( ::svt::EnumerationResult _eResult ) in enumerationDone()
2299 void SvtFileView_Impl::implEnumerationSuccess() in implEnumerationSuccess()
2309 void SvtFileView_Impl::ReplaceTabWithString( OUString& aValue ) in ReplaceTabWithString()
2320 void SvtFileView_Impl::CreateDisplayText_Impl() in CreateDisplayText_Impl()
2372 void SvtFileView_Impl::CreateVector_Impl( const Sequence < OUString > &rList ) in CreateVector_Impl()
2455 void SvtFileView_Impl::Resort_Impl( sal_Int16 nColumn, sal_Bool bAscending ) in Resort_Impl()
2577 void SvtFileView_Impl::SortFolderContent_Impl() in SortFolderContent_Impl()
2596 void SvtFileView_Impl::EntryRemoved( const OUString& rURL ) in EntryRemoved()
2613 void SvtFileView_Impl::EntryRenamed( OUString& rURL, in EntryRenamed()
2643 String SvtFileView_Impl::FolderInserted( const OUString& rURL, const OUString& rTitle ) in FolderInserted()
2687 sal_uLong SvtFileView_Impl::GetEntryPos( const OUString& rURL ) in GetEntryPos()
2705 sal_Bool SvtFileView_Impl::SearchNextEntry( sal_uInt32& nIndex, const OUString& rTitle, sal_Bool bW… in SearchNextEntry()
2735 void SvtFileView_Impl::SetActualFolder( const INetURLObject& rActualFolder ) in SetActualFolder()