Lines Matching refs:pEntry

76 sal_Bool __EXPORT ExtBasicTreeListBox::EditingEntry( SvLBoxEntry* pEntry, Selection& )  in EditingEntry()  argument
80 if ( pEntry ) in EditingEntry()
82 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in EditingEntry()
85 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in EditingEntry()
102 sal_Bool __EXPORT ExtBasicTreeListBox::EditedEntry( SvLBoxEntry* pEntry, const String& rNewText ) in EditedEntry() argument
111 String aCurText( GetEntryText( pEntry ) ); in EditedEntry()
116 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in EditedEntry()
144 SetEntryText( pEntry, rNewText ); in EditedEntry()
145 SetCurEntry( pEntry ); in EditedEntry()
146 SetCurEntry( pEntry ); in EditedEntry()
147 Select( pEntry, sal_False ); in EditedEntry()
148 Select( pEntry ); // damit Handler gerufen wird => Edit updaten in EditedEntry()
154 …opMode __EXPORT ExtBasicTreeListBox::NotifyStartDrag( TransferDataContainer&, SvLBoxEntry* pEntry ) in NotifyStartDrag() argument
158 if ( pEntry ) in NotifyStartDrag()
160 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in NotifyStartDrag()
164 BasicEntryDescriptor aDesc( GetEntryDescriptor( pEntry ) ); in NotifyStartDrag()
194 sal_Bool __EXPORT ExtBasicTreeListBox::NotifyAcceptDrop( SvLBoxEntry* pEntry ) in NotifyAcceptDrop() argument
197 sal_uInt16 nDepth = pEntry ? GetModel()->GetDepth( pEntry ) : 0; in NotifyAcceptDrop()
202 if ( ( nDepth == 1 ) && ( pEntry == GetParent( pSelected ) ) ) in NotifyAcceptDrop()
204 else if ( ( nDepth == 2 ) && ( GetParent( pEntry ) == GetParent( pSelected ) ) ) in NotifyAcceptDrop()
217 BasicEntryDescriptor aDestDesc( GetEntryDescriptor( pEntry ) ); in NotifyAcceptDrop()
260 sal_Bool __EXPORT ExtBasicTreeListBox::NotifyMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyMoving() argument
263 return NotifyCopyingMoving( pTarget, pEntry, in NotifyMoving()
268 sal_Bool __EXPORT ExtBasicTreeListBox::NotifyCopying( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyCopying() argument
272 return NotifyCopyingMoving( pTarget, pEntry, in NotifyCopying()
333 …_Bool __EXPORT ExtBasicTreeListBox::NotifyCopyingMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyCopyingMoving() argument
336 (void)pEntry; in NotifyCopyingMoving()
337 DBG_ASSERT( pEntry, "Kein Eintrag?" ); // Hier ASS ok, sollte nicht mit in NotifyCopyingMoving()
862 … SvLBoxEntry* pEntry = aBasicBox.FindEntry( pLibEntry, aDlgName, OBJ_TYPE_DIALOG ); in NewDialog() local
863 if ( !pEntry ) in NewDialog()
865 pEntry = aBasicBox.AddEntry( in NewDialog()
871 DBG_ASSERT( pEntry, "InsertEntry fehlgeschlagen!" ); in NewDialog()
873 aBasicBox.SetCurEntry( pEntry ); in NewDialog()
1036 … SvLBoxEntry* pEntry = rBasicBox.FindEntry( pSubRootEntry, aModName, OBJ_TYPE_MODULE ); in createModImpl() local
1037 if ( !pEntry ) in createModImpl()
1039 pEntry = rBasicBox.AddEntry( in createModImpl()
1045 DBG_ASSERT( pEntry, "InsertEntry fehlgeschlagen!" ); in createModImpl()
1047 rBasicBox.SetCurEntry( pEntry ); in createModImpl()