Lines Matching refs:mpView

563     ViewTabListBox_Impl*    mpView;  member in SvtFileView_Impl
650 mpView->EnableContextMenuHandling( bEnable ); in EnableContextMenu()
657 mpView->EnableDelete( bEnable ); in EnableDelete()
664 mpView->EnableRename( bEnable ); in EnableNameReplacing()
667 if( mpView->IsDeleteOrContextMenuEnabled() ) in EnableNameReplacing()
683 if ( mpView->IsEditingActive() ) in EndEditing()
684 mpView->EndEditing( _bCancel != false ); in EndEditing()
1249 mpImp->mpView->ForbidEmptyText(); in SvtFileView()
1252 mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL ); in SvtFileView()
1253 mpImp->mpView->SetTabJustify( 2, AdjustRight ); // column "Size" in SvtFileView()
1256 mpImp->mpView->SetSelectionMode( MULTIPLE_SELECTION ); in SvtFileView()
1258 HeaderBar* pHeaderBar = mpImp->mpView->GetHeaderBar(); in SvtFileView()
1276 mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL ); in SvtFileView()
1277 mpImp->mpView->SetTabJustify( 2, AdjustRight ); // column "Size" in SvtFileView()
1283 mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL ); in SvtFileView()
1287 mpImp->mpView->SetSelectionMode( MULTIPLE_SELECTION ); in SvtFileView()
1289 HeaderBar *pHeaderBar = mpImp->mpView->GetHeaderBar(); in SvtFileView()
1308 mpImp->mpView->ClearAll(); in OpenFolder()
1347 SvLBoxEntry* pEntry = mpImp->mpView->InsertEntry( aNewRow, aImage, aImage, NULL ); in OpenFolder()
1372 SvLBoxEntry* pEntry = mpImp->mpView->FirstSelected(); in GetCurrentURL()
1389 …SvLBoxEntry* pEntry = mpImp->mpView->InsertEntry( sEntry, mpImp->maFolderImage, mpImp->maFolderIma… in CreateNewFolder()
1392 mpImp->mpView->MakeVisible( pEntry ); in CreateNewFolder()
1443 return mpImp->mpView->GetHelpId( ); in GetHelpId()
1450 mpImp->mpView->SetHelpId( rHelpId ); in SetHelpId()
1458 mpImp->mpView->SetSizePixel( rNewSize ); in SetSizePixel()
1576 mpImp->mpView->SelectAll( sal_False ); in SetNoSelection()
1584 if ( mpImp && mpImp->mpView ) in GetFocus()
1585 mpImp->mpView->GrabFocus(); in GetFocus()
1606 mpImp->mpView->SetDoubleClickHdl( rHdl ); in SetDoubleClickHdl()
1613 return mpImp->mpView->GetSelectionCount(); in GetSelectionCount()
1620 return mpImp->mpView->FirstSelected(); in FirstSelected()
1627 return mpImp->mpView->NextSelected( pEntry ); in NextSelected()
1634 mpImp->mpView->EnableAutoResize(); in EnableAutoResize()
1641 mpImp->mpView->GrabFocus(); in SetFocus()
1736 mpImp->mpView->SetTab( i, aSize.Width(), MAP_PIXEL ); in IMPL_LINK()
1747 HeaderBar* pBar = mpImp->mpView->GetHeaderBar(); in GetConfigString()
1775 HeaderBar* pBar = mpImp->mpView->GetHeaderBar(); in SetConfigString()
1913 mpView = new ViewTabListBox_Impl( mpAntiImpl, this, nFlags ); in SvtFileView_Impl()
1914 mpView->EnableCellFocus(); in SvtFileView_Impl()
1923 ViewTabListBox_Impl* pTemp = mpView; in ~SvtFileView_Impl()
1924 mpView = NULL; in ~SvtFileView_Impl()
1974 mpView->GetCommandEnvironment(), maContent, maMutex, mbReplaceNames ? mpNameTrans : NULL ); in GetFolderContent_Impl()
2043 mpView->ClearAll(); in GetFolderContent_Impl()
2174 mpView->SetSelectHdl( aMasterHandler ); in SetSelectHandler()
2180 mpView->SelectAll( sal_False ); in InitSelection()
2181 SvLBoxEntry* pFirst = mpView->First(); in InitSelection()
2183 mpView->SetCursor( pFirst, sal_True ); in InitSelection()
2191 mpView->SetUpdateMode( sal_False ); in OpenFolder_Impl()
2192 mpView->ClearAll(); in OpenFolder_Impl()
2202 SvLBoxEntry* pEntry = mpView->InsertEntry( (*aIt)->maDisplayText, in OpenFolder_Impl()
2214 mpView->SetUpdateMode( sal_True ); in OpenFolder_Impl()
2224 SvLBoxEntry* pEntry = mpView->FirstSelected(); in ResetCursor()
2226 mpView->Select( pEntry, sal_False ); in ResetCursor()
2228 mpView->SetCursor( mpView->First(), sal_True ); in ResetCursor()
2229 mpView->Update(); in ResetCursor()
2360 …aImage = SvFileInformationManager::GetFolderImage( aVolInfo, sal_False, isHighContrast( mpView ) ); in CreateDisplayText_Impl()
2363 …nManager::GetFileImage( INetURLObject( (*aIt)->maTargetURL ), sal_False, isHighContrast( mpView )); in CreateDisplayText_Impl()
2448 … pEntry->maImage = SvFileInformationManager::GetImage( aObj, sal_False, isHighContrast( mpView ) ); in CreateVector_Impl()
2464 mpView->ResetQuickSearch_Impl( NULL ); in Resort_Impl()
2467 SvLBoxEntry* pEntry = mpView->GetCurEntry(); in Resort_Impl()
2480 if ( nPos < mpView->GetEntryCount() ) in Resort_Impl()
2482 pEntry = mpView->GetEntry( nPos ); in Resort_Impl()
2485 mpView->SetCurEntry( pEntry ); in Resort_Impl()
2658 …aImage = SvFileInformationManager::GetFolderImage( aVolInfo, sal_False, isHighContrast( mpView ) ); in FolderInserted()