Searched refs:pTargetEntry (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/svtools/source/contnr/ |
| H A D | svlbox.cxx | 702 pTargetEntry = 0; in SvLBox() 722 pTargetEntry = 0; in SvLBox() 1731 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in AcceptDrop() 1758 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in AcceptDrop() 1759 else if( pEntry != pTargetEntry || !(nImpFlags & SVLBOX_TARGEMPH_VIS) ) in AcceptDrop() 1761 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in AcceptDrop() 1762 pTargetEntry = pEntry; in AcceptDrop() 1763 ImplShowTargetEmphasis( pTargetEntry, sal_True ); in AcceptDrop() 1777 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in ExecuteDrop() 1800 SvLBoxEntry* pTarget = pTargetEntry; // !!! kann 0 sein !!! in ExecuteDrop() [all …]
|
| H A D | svtreebx.cxx | 1568 SvLBox::ImplShowTargetEmphasis( SvLBox::pTargetEntry, sal_False ); in GetDropTarget() 1576 SvLBox::ImplShowTargetEmphasis( SvLBox::pTargetEntry, sal_False ); in GetDropTarget()
|
| /trunk/main/cui/source/customize/ |
| H A D | cfg.cxx | 2287 SvLBoxEntry *pTargetEntry = NULL; in MoveEntry() local 2298 pTargetEntry = pSourceEntry; in MoveEntry() 2299 pSourceEntry = aContentsListBox->PrevSibling( pTargetEntry ); in MoveEntry() 2300 pToSelect = pTargetEntry; in MoveEntry() 2304 pTargetEntry = aContentsListBox->NextSibling( pSourceEntry ); in MoveEntry() 2308 if ( MoveEntryData( pSourceEntry, pTargetEntry ) ) in MoveEntry() 2310 aContentsListBox->GetModel()->Move( pSourceEntry, pTargetEntry ); in MoveEntry() 2319 SvLBoxEntry* pSourceEntry, SvLBoxEntry* pTargetEntry ) in MoveEntryData() argument 2322 if ( NULL == pSourceEntry || NULL == pTargetEntry ) in MoveEntryData() 2333 if ( pTargetEntry == NULL ) in MoveEntryData() [all …]
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | sdtreelb.cxx | 1447 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in AcceptDrop() 1458 if (pEntry != pTargetEntry || !(nImpFlags & SVLBOX_TARGEMPH_VIS)) in AcceptDrop() 1460 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in AcceptDrop() 1461 pTargetEntry = pEntry; in AcceptDrop() 1462 ImplShowTargetEmphasis( pTargetEntry, sal_True ); in AcceptDrop() 1469 ImplShowTargetEmphasis(pTargetEntry, sal_False); in AcceptDrop()
|
| /trunk/main/sfx2/source/doc/ |
| H A D | docvor.cxx | 138 SvLBoxEntry* pTargetEntry; member in SfxOrganizeDlg_Impl 205 pTargetEntry ( NULL ), in SfxOrganizeDlg_Impl() 846 pTarget = pDlg->pTargetEntry; in NotifyMoving() 905 pTarget = pDlg->pTargetEntry; in NotifyCopying() 1091 pDlg->pTargetEntry = pTargetEntry; in ExecuteDrop() 1419 pDlg->pTargetEntry = NULL; in IMPL_LINK()
|
| /trunk/main/cui/source/inc/ |
| H A D | cfg.hxx | 383 bool SwapEntryData( SvLBoxEntry* pSourceEntry, SvLBoxEntry* pTargetEntry ); 469 SvLBoxEntry* pTargetEntry );
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | svlbox.hxx | 303 SvLBoxEntry* pTargetEntry; member in SvLBox
|