Lines Matching refs:pImp
50 pImp = new SvImpIconView( this, GetModel(), nWinStyle | WB_ICON ); in SvIconView()
51 pImp->mpViewData = 0; in SvIconView()
62 pImp = new SvImpIconView( this, GetModel(), WB_BORDER | WB_ICON ); in SvIconView()
64 pImp->mpViewData = 0; in SvIconView()
69 pImp->SetSelectionMode( GetSelectionMode() ); in SvIconView()
74 delete pImp; in ~SvIconView()
100 pImp->SetModel( GetModel(), 0 ); in DisconnectFromModel()
230 pImp->Paint( rRect ); in Paint()
235 pImp->MouseButtonDown( rMEvt ); in MouseButtonDown()
240 pImp->MouseButtonUp( rMEvt ); in MouseButtonUp()
245 pImp->MouseMove( rMEvt ); in MouseMove()
255 sal_Bool bKeyUsed = pImp->KeyInput( rKEvt ); in KeyInput()
263 pImp->Resize(); in Resize()
269 pImp->GetFocus(); in GetFocus()
275 pImp->LoseFocus(); in LoseFocus()
283 pImp->UpdateAll(); in SetUpdateMode()
297 pImp->SetModel( pNewModel, pParent ); in SetModel()
303 pImp->Clear(); in ModelHasCleared()
309 pImp->EntryInserted( (SvLBoxEntry*)pEntry ); in ModelHasInserted()
314 pImp->TreeInserted( (SvLBoxEntry*)pEntry ); in ModelHasInsertedTree()
320 pImp->MovingEntry( (SvLBoxEntry*)pSource ); in ModelIsMoving()
325 pImp->EntryMoved( (SvLBoxEntry*)pSource ); in ModelHasMoved()
330 pImp->RemovingEntry( (SvLBoxEntry*)pEntry ); in ModelIsRemoving()
336 pImp->EntryRemoved(); in ModelHasRemoved()
344 pImp->ModelHasEntryInvalidated( pEntry ); in ModelHasEntryInvalidated()
349 pImp->ShowTargetEmphasis( pEntry, bShow ); in ShowTargetEmphasis()
354 return ((SvIconView*)this)->pImp->GetEntryPosition( pEntry ); in GetEntryPosition()
359 pImp->SetEntryPosition( pEntry, rPos, sal_False, sal_True ); in SetEntryPosition()
364 pImp->SetEntryPosition( pEntry, rPos, bAdjustAtGrid ); in SetEntryPosition()
373 pImp->ChangedFont(); in SetFont()
378 pImp->ViewDataInitialized( pEntry ); in ViewDataInitialized()
383 return pImp->GetDropTarget( rPos ); in GetDropTarget()
390 return ((SvIconView*)this)->pImp->GetEntry( aPos ); in GetEntry()
395 return ((SvIconView*)this)->pImp->GetEntry( rDocPos ); in GetEntryFromLogicPos()
403 pImp->SetStyle( GetStyle() ); in StateChanged()
408 pImp->PaintEntry( pEntry ); in PaintEntry()
414 pImp->PaintEntry( pEntry, rPos ); in PaintEntry()
419 return pImp->CalcFocusRect( pEntry ); in GetFocusRect()
424 pImp->InvalidateEntry( pEntry ); in InvalidateEntry()
430 pImp->SetDragDropMode( nDDMode ); in SetDragDropMode()
436 pImp->SetSelectionMode( eSelectMode ); in SetSelectionMode()
445 pImp->EntrySelected( pEntry, bSelect ); in Select()
454 SvLBoxEntry* pEntry = pImp->GetCurParent(); in SelectAll()
465 pImp->SetCursor( _pEntry ); in SetCurEntry()
471 return pImp->GetCurEntry(); in GetCurEntry()
480 pImp->Arrange(); in Arrange()
484 pImp->AdjustAtGrid(); in Arrange()
487 pImp->Arrange(); in Arrange()
494 pImp->SetSpaceBetweenEntries( nX, nY ); in SetSpaceBetweenEntries()
500 return pImp->NotifyMoving(pTarget,pEntry,rpNewParent,rNewChildPos); in NotifyMoving()
506 return pImp->NotifyCopying(pTarget,pEntry,rpNewParent,rNewChildPos); in NotifyCopying()
536 Rectangle aRect( pImp->CalcTextRect( pEntry, (SvLBoxString*)pItem,0,sal_True )); in EditItemText()
539 pImp->MakeVisible( aRect ); // vor der Umrechnung in Pixel-Koord. rufen! in EditItemText()
569 pEntry = pImp->GetCurEntry(); in EditEntry()
611 pImp->WriteDragServerInfo( rPos, pInfo ); in WriteDragServerInfo()
616 pImp->ReadDragServerInfo( rPos, pInfo ); in ReadDragServerInfo()
621 pImp->PrepareCommandEvent( rCEvt.GetMousePosPixel() ); in Command()
628 pImp->SetCurParent( pNewParent ); in SetCurParent()
633 return pImp->GetCurParent(); in GetCurParent()
645 pImp->InvalidateBoundingRect( ((SvIcnVwDataEntry*)pData)->aRect ); in InitViewData()
653 aRect = pImp->GetBoundingRect( pEntry ); in GetDragRegion()
660 return (sal_uLong)(pImp->GetSelectionCount()); in GetSelectionCount()
665 pImp->SetGrid( nDX, nDY ); in SetGrid()
693 pImp->Scroll( nDeltaX, nDeltaY, sal_False ); in Scroll()
698 pImp->PrepareCommandEvent( rCEvt.GetMousePosPixel() ); in PrepareCommandEvent()
703 pImp->SttDrag( rPos ); in StartDrag()
705 pImp->mpViewData = pEntry; in StartDrag()
711 pImp->EndDrag(); in DragFinished()
716 if( pImp->mpViewData ) in AcceptDrop()
717 pImp->HideDDIcon(); in AcceptDrop()
720 pImp->ShowDDIcon( pImp->mpViewData, rEvt.maPosPixel ); in AcceptDrop()
727 if( pImp->mpViewData ) in ExecuteDrop()
729 pImp->HideDDIcon(); in ExecuteDrop()
730 pImp->mpViewData = 0; in ExecuteDrop()
737 pImp->ShowDDIcon( pRefEntry, rPos ); in ShowDDIcon()
742 pImp->HideDDIcon(); in HideDDIcon()
747 pImp->HideShowDDIcon( pRefEntry, rPos ); in HideShowDDIcon()
753 pImp->SelectRect( rRect, bAdd, pRects, nOffs ); in SelectRect()
759 pImp->CalcScrollOffsets( rRefPosPixel, rX, rY, b, nBorderWidth ); in CalcScrollOffsets()
764 pImp->EndTracking(); in EndTracking()
769 pImp->MakeVisible( pEntry ); in MakeVisible()
778 pImp->AdjustAtGrid( pEntry ); in AdjustAtGrid()
798 pImp->SetTextMode( eMode, pEntry ); in SetTextMode()
803 return pImp->GetTextMode( pEntry ); in GetTextMode()
810 return ((SvIconView*)this)->pImp->GetNextEntry( aPos, pCurEntry ); in GetNextEntry()
817 return ((SvIconView*)this)->pImp->GetPrevEntry( aPos, pCurEntry ); in GetPrevEntry()
822 pImp->ShowFocusRect( pEntry ); in ShowFocusRect()