Home
last modified time | relevance | path

Searched refs:aToInsertToken (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3414 SwFormToken aToInsertToken(rToken); in InsertAtSelection() local
3415 if(TOKEN_LINK_START == aToInsertToken.eTokenType) in InsertAtSelection()
3492 aToInsertToken.eTokenType = TOKEN_LINK_END; in InsertAtSelection()
3493 aToInsertToken.sText = aButtonTexts[TOKEN_LINK_END]; in InsertAtSelection()
3579 SwTOXButton* pButton = new SwTOXButton(&aCtrlParentWin, this, aToInsertToken); in InsertAtSelection()
3583 if(TOKEN_AUTHORITY != aToInsertToken.eTokenType) in InsertAtSelection()
3584 pButton->SetText(aButtonTexts[aToInsertToken.eTokenType]); in InsertAtSelection()
3589 (ToxAuthorityField)aToInsertToken.nAuthorityField)); in InsertAtSelection()

Completed in 31 milliseconds