Searched refs:pTargetEntry (Results 1 – 7 of 7) sorted by relevance
/aoo4110/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() 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() 1905 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in DragFinished() [all …]
|
H A D | svtreebx.cxx | 1568 SvLBox::ImplShowTargetEmphasis( SvLBox::pTargetEntry, sal_False ); in GetDropTarget() 1576 SvLBox::ImplShowTargetEmphasis( SvLBox::pTargetEntry, sal_False ); in GetDropTarget()
|
/aoo4110/main/cui/source/customize/ |
H A D | cfg.cxx | 2287 SvLBoxEntry *pTargetEntry = NULL; in MoveEntry() local 2298 pTargetEntry = pSourceEntry; in MoveEntry() 2300 pToSelect = pTargetEntry; in MoveEntry() 2308 if ( MoveEntryData( pSourceEntry, pTargetEntry ) ) in MoveEntry() 2322 if ( NULL == pSourceEntry || NULL == pTargetEntry ) in MoveEntryData() 2333 if ( pTargetEntry == NULL ) in MoveEntryData() 2346 (SvxConfigEntry*) pTargetEntry->GetUserData(); in MoveEntryData() 2980 SvLBoxEntry *pTargetEntry = NULL; in IMPL_LINK() local 2994 pTargetEntry = pSourceEntry; in IMPL_LINK() 2998 if ( pSourceEntry != NULL && pTargetEntry != NULL ) in IMPL_LINK() [all …]
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 1510 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in AcceptDrop() 1521 if (pEntry != pTargetEntry || !(nImpFlags & SVLBOX_TARGEMPH_VIS)) in AcceptDrop() 1523 ImplShowTargetEmphasis( pTargetEntry, sal_False ); in AcceptDrop() 1524 pTargetEntry = pEntry; in AcceptDrop() 1525 ImplShowTargetEmphasis( pTargetEntry, sal_True ); in AcceptDrop() 1532 ImplShowTargetEmphasis(pTargetEntry, sal_False); in AcceptDrop()
|
/aoo4110/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()
|
/aoo4110/main/cui/source/inc/ |
H A D | cfg.hxx | 383 bool SwapEntryData( SvLBoxEntry* pSourceEntry, SvLBoxEntry* pTargetEntry ); 469 SvLBoxEntry* pTargetEntry );
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | svlbox.hxx | 303 SvLBoxEntry* pTargetEntry; member in SvLBox
|
Completed in 298 milliseconds