Lines Matching refs:_pImp

128 	_pImp			( new SvxIconChoiceCtrl_Impl( this, nWinStyle ) ),  in SvtIconChoiceCtrl()
133 _pImp->SetGrid( Size( 100, 70 ) ); in SvtIconChoiceCtrl()
134 _pImp->InitSettings(); in SvtIconChoiceCtrl()
135 _pImp->SetPositionMode( IcnViewPositionModeAutoArrange ); in SvtIconChoiceCtrl()
143 _pImp ( new SvxIconChoiceCtrl_Impl( this, WB_BORDER ) ), in SvtIconChoiceCtrl()
148 _pImp->SetGrid( Size( 100, 70 ) ); in SvtIconChoiceCtrl()
149 _pImp->InitSettings(); in SvtIconChoiceCtrl()
150 _pImp->SetPositionMode( IcnViewPositionModeAutoArrange ); in SvtIconChoiceCtrl()
155 _pImp->CallEventListeners( VCLEVENT_OBJECT_DYING ); in ~SvtIconChoiceCtrl()
156 delete _pImp; in ~SvtIconChoiceCtrl()
162 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
170 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
179 _pImp->InsertEntry( pEntry, nPos, pPos ); in InsertEntry()
219 _pImp->Paint( rRect ); in Paint()
224 if( !_pImp->MouseButtonDown( rMEvt ) ) in MouseButtonDown()
230 if( !_pImp->MouseButtonUp( rMEvt ) ) in MouseButtonUp()
236 if( !_pImp->MouseMove( rMEvt ) ) in MouseMove()
249 aEntryRect = _pImp->GetEntryBoundRect ( pEntry ); in ArrangeIcons()
254 _pImp->Arrange ( sal_False, aFullSize.getWidth() ); in ArrangeIcons()
264 aEntryRect = _pImp->GetEntryBoundRect ( pEntry ); in ArrangeIcons()
269 _pImp->Arrange ( sal_False, 0, aFullSize.getHeight() ); in ArrangeIcons()
273 _pImp->Arrange(); in ArrangeIcons()
275 _pImp->Arrange( sal_False, 0, 1000 ); in ArrangeIcons()
279 _pImp->Resize(); in Resize()
309 _pImp->GetFocus(); in GetFocus()
314 _pImp->CallEventListeners( VCLEVENT_LISTBOX_SELECT, pSelectedEntry ); in GetFocus()
319 _pImp->LoseFocus(); in LoseFocus()
326 _pImp->SetUpdateMode( bUpdate ); in SetUpdateMode()
333 _pImp->FontModified(); in SetFont()
342 _pImp->FontModified(); in SetPointFont()
349 return ((SvtIconChoiceCtrl*)this)->_pImp->GetEntry( aPos, bHit ); in GetEntry()
354 _pImp->SetStyle( nWinStyle ); in SetStyle()
359 return _pImp->GetStyle(); in GetStyle()
363 _pImp->Command( rCEvt ); in Command()
368 _pImp->SetEntryTextMode( eMode, pEntry ); in SetEntryTextMode()
373 return _pImp->GetEntryTextModeSmart( pEntry ); in GetEntryTextMode()
380 return ((SvtIconChoiceCtrl*)this)->_pImp->GetNextEntry( aPos, pCurEntry ); in GetNextEntry()
387 return ((SvtIconChoiceCtrl*)this)->_pImp->GetPrevEntry( aPos, pCurEntry ); in GetPrevEntry()
391 return _pImp->GetEntryCount(); in GetEntryCount()
396 return _pImp->GetEntry( nPos ); in GetEntry()
401 _pImp->CreateAutoMnemonics( &_rUsedMnemonics ); in CreateAutoMnemonics()
406 _pImp->CreateAutoMnemonics(); in CreateAutoMnemonics()
411 _pImp->RemoveEntry( pEntry ); in RemoveEntry()
416 return _pImp->GetFirstSelectedEntry( rPos ); in GetSelectedEntry()
427 return _pImp->IsEntryEditing(); in IsEntryEditing()
432 return _pImp->SetChoiceWithCursor (bDo); in SetChoiceWithCursor()
451 sal_Bool bHandled = _pImp->KeyInput( rKEvt ); in DoKeyInput()
457 return _pImp->GetEntryListPos( pEntry ); in GetEntryListPos()
461 return _pImp->GetCurEntry( ); in GetCursor()
465 _pImp->SetCursor( pEntry ); in SetCursor()
469 _pImp->InvalidateEntry( pEntry ); in InvalidateEntry()
473 _pImp->Clear(); in Clear()
488 _pImp->InitSettings(); in DataChanged()
528 Rectangle aRect( _pImp->GetOutputRect() ); in SetBackground()
546 _pImp->Flush(); in Flush()
551 if ( !_pImp->RequestHelp( rHEvt ) ) in RequestHelp()
557 _pImp->SetSelectionMode( eMode ); in SetSelectionMode()
562 return _pImp->HandleShortCutKey( r ); in HandleShortCutKey()
567 return _pImp->GetEntryBoundRect( pEntry ); in GetBoundingBox()
583 Point aPos = _pImp->GetEntryBoundRect( pEntry ).TopLeft(); in FillLayoutData()
585 Rectangle aTextRect = _pImp->CalcTextRect( pEntry, &aPos, sal_False, &sEntryText ); in FillLayoutData()
587 sal_Bool bLargeIconMode = WB_ICON == ( _pImp->GetStyle() & ( VIEWMODE_MASK ) ); in FillLayoutData()
590_pImp->PaintItem( aTextRect, IcnViewFieldTypeText, pEntry, nTextPaintFlags, pNonConstMe, &sEntryTe… in FillLayoutData()
611 _pImp->SetNoSelection(); in SetNoSelection()
630 … xAccessible = _pImp->GetAccessibleFactory().createAccessibleIconChoiceCtrl( *this, xAccParent ); in CreateAccessible()