Lines Matching refs:pExchange
3430 const Control* pExchange = 0; in InsertAtSelection() local
3440 pExchange = 0; in InsertAtSelection()
3449 pExchange = pControl; in InsertAtSelection()
3471 pExchange = pControl; in InsertAtSelection()
3478 pExchange = 0; in InsertAtSelection()
3498 DBG_ASSERT(pExchange, "no control to exchange?"); in InsertAtSelection()
3499 if(pExchange) in InsertAtSelection()
3501 ((SwTOXButton*)pExchange)->SetLinkEnd(); in InsertAtSelection()
3502 ((SwTOXButton*)pExchange)->SetText(aButtonTexts[TOKEN_LINK_END]); in InsertAtSelection()
3508 DBG_ASSERT(pExchange, "no control to exchange?"); in InsertAtSelection()
3509 if(pExchange) in InsertAtSelection()
3511 ((SwTOXButton*)pExchange)->SetLinkStart(); in InsertAtSelection()
3512 ((SwTOXButton*)pExchange)->SetText(aButtonTexts[TOKEN_LINK_START]); in InsertAtSelection()