Lines Matching refs:pCaller

477 sal_Bool	SfxOrganizeMgr::Delete(SfxOrganizeListBox_Impl *pCaller,  in Delete()  argument
510 SvLBoxEntry *pGroupToDelete = pCaller->SvLBox::GetEntry(nRegion); in Delete()
513 sal_uInt16 nItemNum = (sal_uInt16)( pCaller->GetModel()->GetChildCount( pGroupToDelete ) ); in Delete()
527 pEntriesToDelete[nToDeleteNum++] = pCaller->SvLBox::GetEntry( pGroupToDelete, nInd ); in Delete()
533 pCaller->GetModel()->Remove( pEntriesToDelete[nInd] ); in Delete()
536 if ( !pCaller->GetModel()->GetChildCount( pGroupToDelete ) ) in Delete()
540 pCaller->GetModel()->Remove( pGroupToDelete ); in Delete()
552 … SvLBoxEntry *pEntryToDelete = pCaller->SvLBox::GetEntry(pCaller->SvLBox::GetEntry(nRegion), nIdx); in Delete()
554 pCaller->GetModel()->Remove(pEntryToDelete); in Delete()
565 SfxOrganizeListBox_Impl* pCaller,/* rufende ListBox; da dieses Event in InsertDir() argument
594 SvLBoxEntry *pEntry = pCaller->InsertEntry(rText, in InsertDir()
595 pCaller->GetOpenedBmp(0), in InsertDir()
596 pCaller->GetClosedBmp(0), in InsertDir()
598 pCaller->Update(); in InsertDir()
599 pCaller->EditEntry(pEntry); in InsertDir()
664 sal_Bool SfxOrganizeMgr::CopyFrom(SfxOrganizeListBox_Impl *pCaller, in CopyFrom() argument
691 SvLBoxEntry *pParent = pCaller->FirstSelected(); in CopyFrom()
693 pParent = pCaller->GetParent(pParent); in CopyFrom()
701 pCaller->InsertEntry( rName, in CopyFrom()
702 pCaller->GetOpenedBmp(1), in CopyFrom()
703 pCaller->GetClosedBmp(1), in CopyFrom()
707 pCaller->Update(); in CopyFrom()
709 pCaller->Expand( pParent ); in CopyFrom()
718 sal_Bool SfxOrganizeMgr::InsertFile( SfxOrganizeListBox_Impl* pCaller, const String& rFileName ) in InsertFile() argument
743 pCaller->InsertEntry( pEntry->aBaseName, pCaller->GetOpenedBmp(1), in InsertFile()
744 pCaller->GetClosedBmp(1), 0, sal_True, nPos ); in InsertFile()