Lines Matching refs:pImp
102 pImp = new SvImpLBox( this, GetModel(), GetStyle() ); in InitTreeView()
118 pImp->CallEventListeners( VCLEVENT_OBJECT_DYING ); in ~SvTreeListBox()
119 delete pImp; in ~SvTreeListBox()
126 pImp->SetExtendedWindowBits( _nBits ); in SetExtendedWinBits()
131 return pImp->GetExtendedWindowBits(); in GetExtendedWinBits()
137 pImp->SetModel( pNewModel ); in SetModel()
145 pImp->SetModel( GetModel() ); in DisconnectFromModel()
157 pImp->bSubLstOpRet = b; in SetSublistOpenWithReturn()
162 return pImp->bSubLstOpRet; in IsSublistOpenWithReturn()
167 pImp->bSubLstOpLR = b; in SetSublistOpenWithLeftRight()
172 return pImp->bSubLstOpLR; in IsSublistOpenWithLeftRight()
181 pImp->Resize(); in Resize()
183 pImp->ShowCursor( sal_False ); in Resize()
184 pImp->ShowCursor( sal_True ); in Resize()
314 pImp->NotifyTabsChanged(); in SetTabs()
486 const Image& rDefExpBmp = pImp->GetDefaultEntryExpBmp( ); in IMPL_LINK_INLINE_END()
487 const Image& rDefColBmp = pImp->GetDefaultEntryColBmp( ); in IMPL_LINK_INLINE_END()
501 …pBmpItem->SetBitmap1( pImp->GetDefaultEntryColBmp( BMP_COLOR_HIGHCONTRAST ), BMP_COLOR_HIGHCONTRAS… in IMPL_LINK_INLINE_END()
502 …pBmpItem->SetBitmap2( pImp->GetDefaultEntryExpBmp( BMP_COLOR_HIGHCONTRAST ), BMP_COLOR_HIGHCONTRAS… in IMPL_LINK_INLINE_END()
570 short nWidth = pImp->UpdateContextBmpWidthVector( pEntry, (short)aSize.Width() ); in SetExpandedEntryBmp()
590 short nWidth = pImp->UpdateContextBmpWidthVector( pEntry, (short)aSize.Width() ); in SetCollapsedEntryBmp()
678 pImp->CallEventListeners( VCLEVENT_CHECKBOX_TOGGLE, (void*)pCheckButtonData->GetActEntry() ); in CheckButtonHdl()
755 return pImp->GetDefaultEntryExpBmp( _eMode ); in GetDefaultExpandedEntryBmp()
760 return pImp->GetDefaultEntryColBmp( _eMode ); in GetDefaultCollapsedEntryBmp()
771 pImp->SetDefaultEntryExpBmp( aBmp, _eMode ); in SetDefaultExpandedEntryBmp()
782 pImp->SetDefaultEntryColBmp( aBmp, _eMode ); in SetDefaultCollapsedEntryBmp()
830 pImp->SetDontKnowNodeBmp( rDontKnowBmp, _eMode ); in SetDontKnowNodeBitmap()
875 if( !pImp->KeyInput( rKEvt ) ) in KeyInput()
896 pImp->GetFocus(); in GetFocus()
902 pEntry = pImp->GetCurrentEntry(); in GetFocus()
904 if (pImp->pCursor) in GetFocus()
906 if (pEntry != pImp->pCursor) in GetFocus()
907 pEntry = pImp->pCursor; in GetFocus()
910 pImp->CallEventListeners( VCLEVENT_LISTBOX_TREEFOCUS, pEntry ); in GetFocus()
922 pImp->LoseFocus(); in LoseFocus()
929 pImp->pCursor = 0; //sonst Absturz beim Inplace-Editieren im GetFocus in ModelHasCleared()
932 pImp->Clear(); in ModelHasCleared()
953 pImp->PaintDDCursor( pEntry ); in ShowTargetEmphasis()
959 if( !nDeltaEntries || !pImp->aVerSBar.IsVisible() ) in ScrollOutputArea()
962 long nThumb = pImp->aVerSBar.GetThumbPos(); in ScrollOutputArea()
963 long nMax = pImp->aVerSBar.GetRange().Max(); in ScrollOutputArea()
970 long nVis = pImp->aVerSBar.GetVisibleSize(); in ScrollOutputArea()
974 pImp->PageDown( (sal_uInt16)nDeltaEntries ); in ScrollOutputArea()
980 pImp->PageUp( (sal_uInt16)nDeltaEntries ); in ScrollOutputArea()
982 pImp->SyncVerThumb(); in ScrollOutputArea()
990 pImp->SetSelectionMode( eSelectMode ); in SetSelectionMode()
997 pImp->SetDragDropMode( nDDMode ); in SetDragDropMode()
1040 pImp->SetEntryHeight( nHeightMax ); in SetEntryHeight()
1056 pImp->SetEntryHeight( nHeight ); in SetEntryHeight()
1069 pImp->SetEntryHeight( nEntryHeight ); in AdjustEntryHeight()
1081 pImp->SetEntryHeight( nEntryHeight ); in AdjustEntryHeight()
1101 pImp->EntryExpanded( pParent ); in Expand()
1121 pImp->CallEventListeners( VCLEVENT_ITEM_EXPANDED, pParent ); in Expand()
1138 pImp->CollapsingEntry( pParent ); in Collapse()
1140 pImp->EntryCollapsed( pParent ); in Collapse()
1148 pImp->CallEventListeners( VCLEVENT_ITEM_COLLAPSED, pParent ); in Collapse()
1163 pImp->EntrySelected( pEntry, bSelect ); in Select()
1180 pImp->DestroyAnchor(); in SelectChilds()
1197 pImp->SelAllDestrAnch( in SelectAll()
1213 pImp->TreeInserted( (SvLBoxEntry*)pEntry ); in ModelHasInsertedTree()
1220 pImp->EntryInserted( (SvLBoxEntry*)pEntry ); in ModelHasInserted()
1228 pImp->MovingEntry( (SvLBoxEntry*)pSource ); in ModelIsMoving()
1234 pImp->EntryMoved( (SvLBoxEntry*)pSource ); in ModelHasMoved()
1243 pImp->RemovingEntry( (SvLBoxEntry*)pEntry ); in ModelIsRemoving()
1252 pImp->EntryRemoved(); in ModelHasRemoved()
1259 pImp->SetCollapsedNodeBmp( rBmp, _eMode ); in SetCollapsedNodeBmp()
1266 pImp->SetExpandedNodeBmp( rBmp, _eMode ); in SetExpandedNodeBmp()
1289 pImp->Paint( rRect ); in Paint()
1311 pImp->MouseButtonDown( rMEvt ); in MouseButtonDown()
1317 pImp->MouseButtonUp( rMEvt ); in MouseButtonUp()
1323 pImp->MouseMove( rMEvt ); in MouseMove()
1330 pImp->SetUpdateMode( bUpdate ); in SetUpdateMode()
1336 pImp->SetUpdateModeFast( bUpdate ); in SetUpdateModeFast()
1349 pImp->SetEntryHeight( nEntryHeight ); in SetSpaceBetweenEntries()
1356 pImp->SetCursor(pEntry, bForceNoSelect); in SetCursor()
1362 pImp->SetCurEntry( pEntry ); in SetCurEntry()
1367 return pImp->GetCollapsedNodeBmp( _eMode ); in GetCollapsedNodeBmp()
1372 return pImp->GetExpandedNodeBmp( _eMode ); in GetExpandedNodeBmp()
1377 return pImp->GetEntryPosition( pEntry ); in GetEntryPosition()
1387 pImp->MakeVisible(pEntry); in MakeVisible()
1392 pImp->MakeVisible( pEntry, bMoveToTop ); in MakeVisible()
1401 pImp->InvalidateEntry( (SvLBoxEntry*)pEntry ); in ModelHasEntryInvalidated()
1411 pImp->ShowCursor( sal_False ); in EditItemText()
1415 pImp->ShowCursor( sal_True ); in EditItemText()
1426 long nOutputWidth = pImp->GetOutputSize().Width(); in EditItemText()
1457 pImp->aEditClickPos = Point( -1, -1 ); in EditEntry()
1470 long nClickX = pImp->aEditClickPos.X(); in ImplEditEntry()
1513 return pImp->AreChildrenTransient(); in AreChildrenTransient()
1518 pImp->SetChildrenNotTransient(); in SetChildrenNotTransient()
1573 Size aSize( pImp->GetOutputSize() ); in GetDropTarget()
1581 SvLBoxEntry* pTarget = pImp->GetEntry( rPos ); in GetDropTarget()
1596 SvLBoxEntry* pEntry = pImp->GetEntry( rPos ); in GetEntry()
1599 long nLine = pImp->GetEntryLine( pEntry ); in GetEntry()
1600 if( !(pImp->EntryReallyHit( pEntry, rPos, nLine)) ) in GetEntry()
1609 return pImp->GetCurEntry(); in GetCurEntry()
1629 pImp->SetStyle( nWindowStyle ); in ImplInitStyle()
1630 pImp->Resize(); in ImplInitStyle()
1639 pImp->PaintEntry( pEntry ); in PaintEntry()
1668 sal_Bool bHorSBar = pImp->HasHorScrollBar(); in PaintEntry1()
1672 pImp->UpdateContextBmpWidthMax( pEntry ); in PaintEntry1()
1678 long nWidth = pImp->GetOutputSize().Width(); in PaintEntry1()
1682 if( !bHorSBar && pImp->HasHorScrollBar() ) in PaintEntry1()
1683 SetClipRegion( Region(pImp->GetClipRegionRect()) ); in PaintEntry1()
1710 SetClipRegion( Region(pImp->GetClipRegionRect()) ); in PaintEntry1()
1753 SetClipRegion( Region(pImp->GetClipRegionRect()) ); in PaintEntry1()
1881 nDynTabPos += pImp->nNodeBmpTabDistance; in PaintEntry1()
1882 nDynTabPos += pImp->nNodeBmpWidth / 2; in PaintEntry1()
1905 aPos.X() += pImp->nNodeBmpTabDistance; in PaintEntry1()
1913 pImg = &pImp->GetExpandedNodeBmp( eBitmapMode ); in PaintEntry1()
1918 pImp->GetDontKnowNodeBmp().GetSizePixel().Width() ) in PaintEntry1()
1919 pImg = &pImp->GetDontKnowNodeBmp( eBitmapMode ); in PaintEntry1()
1921 pImg = &pImp->GetCollapsedNodeBmp( eBitmapMode ); in PaintEntry1()
1945 pImp->GetDontKnowNodeBmp().GetSizePixel().Width() ) in PaintEntry1()
1981 long nRealWidth = pImp->GetOutputSize().Width(); in GetFocusRect()
2093 long nRealWidth = pImp->GetOutputSize().Width(); in GetItem_Impl()
2241 Size aSize = pImp->GetOutputSize(); in GetOutputSizePixel()
2276 pImp->RecalcFocusRect(); in Invalidate()
2279 pImp->Invalidate(); in Invalidate()
2287 pImp->RecalcFocusRect(); in Invalidate()
2309 pImp->RecalcFocusRect(); in SetHighlightRange()
2350 pImp->Command( rCEvt ); in Command()
2408 pImp->SetAddMode( bAdd ); in SetAddMode()
2413 return pImp->IsAddMode(); in IsAddMode()
2418 if( !pImp->RequestHelp( rHEvt ) ) in RequestHelp()
2433 pImp->UpdateIntlWrapper(); in IMPL_LINK()
2434 return pImp->pIntlWrapper->getCaseCollator()->compareString( aLeft, aRight ); in IMPL_LINK()
2456 nMaxWidth = pImp->UpdateContextBmpWidthVector( pEntry, nMaxWidth ); in ModelNotification()
2564 pImp->EndSelection(); in EndSelection()
2571 return pImp->IsNodeButton( rPos, pEntry ); in IsNodeButton()
2577 ((SvTreeListBox*)this)->pImp->RepaintScrollBars(); in RepaintScrollBars()
2582 return &((SvTreeListBox*)this)->pImp->aVerSBar; in GetVScroll()
2587 return &((SvTreeListBox*)this)->pImp->aHorSBar; in GetHScroll()
2592 pImp->EnableAsyncDrag( b ); in EnableAsyncDrag()
2607 const Size& rSize = pImp->GetOutputSize(); in GetNextEntryInView()
2616 pImp->ShowFocusRect( pEntry ); in ShowFocusRect()
2621 pImp->SetTabBar( pTabBar ); in SetTabBar()
2673 return pImp->IsCellFocusEnabled(); in IsCellFocusEnabled()
2678 return pImp->SetCurrentTabPos( _nNewPos ); in SetCurrentTabPos()
2683 return pImp->GetCurrentTabPos(); in GetCurrentTabPos()
2688 if( !pImp->pStartEntry ) in InitStartEntry()
2689 pImp->pStartEntry = GetModel()->First(); in InitStartEntry()
2694 if( pImp ) in CancelPendingEdit()
2695 pImp->CancelPendingEdit(); in CancelPendingEdit()
2710 DBG_ASSERT( pImp, "-SvTreeListBox::EnableContextMenuHandling(): No implementation!" ); in EnableContextMenuHandling()
2712 pImp->bContextMenuHandling = sal_True; in EnableContextMenuHandling()
2717 DBG_ASSERT( pImp, "-SvTreeListBox::EnableContextMenuHandling(): No implementation!" ); in EnableContextMenuHandling()
2719 pImp->bContextMenuHandling = b; in EnableContextMenuHandling()
2724 DBG_ASSERT( pImp, "-SvTreeListBox::IsContextMenuHandlingEnabled(): No implementation!" ); in IsContextMenuHandlingEnabled()
2726 return pImp->bContextMenuHandling; in IsContextMenuHandlingEnabled()
2750 …xAccessible = pImp->m_aFactoryAccess.getFactory().createAccessibleTreeListBox( *this, xAccParent ); in CreateAccessible()
2797 pImp->EnableCellFocus(); in EnableCellFocus()