Searched refs:pToInsert (Results 1 – 4 of 4) sorted by relevance
4507 AutoMarkEntry* pToInsert = 0; in ReadEntries() local4525 if( !pToInsert ) in ReadEntries()4526 pToInsert = new AutoMarkEntry; in ReadEntries()4535 pToInsert->bCase = sStr.Len() && sStr != sZero; in ReadEntries()4541 pToInsert = 0; in ReadEntries()4545 if(pToInsert) in ReadEntries()4547 pToInsert = new AutoMarkEntry; in ReadEntries()4548 pToInsert->sComment = sLine; in ReadEntries()4549 pToInsert->sComment.Erase(0, 1); in ReadEntries()4553 if( pToInsert ) in ReadEntries()[all …]
129 ListBox* pToInsert = pButton == m_pMalePB ? m_pMaleLB : m_pFemaleLB; in IMPL_LINK() local130 pToInsert->SelectEntryPos(pToInsert->InsertEntry(pDlg->GetAddress())); in IMPL_LINK()
993 SwTOXBase* pToInsert = 0; in ExcecuteContextMenuAction() local994 if(aMgr.UpdateOrInsertTOX(rDesc, &pToInsert, pDlg->GetOutputItemSet())) in ExcecuteContextMenuAction()995 pActiveShell->InsertGlobalDocContent( *pContCopy, *pToInsert ); in ExcecuteContextMenuAction()
2501 SvLBoxEntry* pToInsert = CreateEntry( aStr, CBCOL_FIRST ); in IMPL_LINK() local2502 pToInsert->SetUserData( (void *)pData); in IMPL_LINK()2508 pModel->Insert(pToInsert, nDestPos); in IMPL_LINK()
Completed in 55 milliseconds