Lines Matching refs:rToken

1898 				const SwFormToken& rToken)  in SwTOXButton()  argument
1900 aFormToken(rToken), in SwTOXButton()
2641 const SwFormToken& rToken = ((SwTOXButton*)pCtrl)->GetFormToken(); in IMPL_LINK() local
2642 PreTokenButtonRemoved(rToken); in IMPL_LINK()
2652 void SwTOXEntryTabPage::PreTokenButtonRemoved(const SwFormToken& rToken) in PreTokenButtonRemoved() argument
2655 sal_uInt32 nData = rToken.nAuthorityField; in PreTokenButtonRemoved()
3096 const SwFormToken& rToken = ((SwTOXButton*)pCurCtrl)->GetFormToken(); in IMPL_LINK() local
3098 if(rToken.eTokenType == TOKEN_TAB_STOP) in IMPL_LINK()
3318 Control* SwTokenWindow::InsertItem(const String& rText, const SwFormToken& rToken) in InsertItem() argument
3330 if(TOKEN_TEXT == rToken.eTokenType) in InsertItem()
3332 SwTOXEdit* pEdit = new SwTOXEdit(&aCtrlParentWin, this, rToken); in InsertItem()
3371 SwTOXButton* pButton = new SwTOXButton(&aCtrlParentWin, this, rToken); in InsertItem()
3381 if(TOKEN_AUTHORITY != rToken.eTokenType) in InsertItem()
3382 pButton->SetText(aButtonTexts[rToken.eTokenType]); in InsertItem()
3387 (ToxAuthorityField)rToken.nAuthorityField)); in InsertItem()
3391 sal_uInt32 nIndex = GetControlIndex( rToken.eTokenType, pButton ); in InsertItem()
3392 String sAccName = aButtonHelpTexts[rToken.eTokenType]; in InsertItem()
3409 const SwFormToken& rToken) in InsertAtSelection() argument
3414 SwFormToken aToInsertToken(rToken); in InsertAtSelection()
3594 sal_uInt32 nIndex = GetControlIndex( rToken.eTokenType, pButton ); in InsertAtSelection()
3595 String sAccName = aButtonHelpTexts[rToken.eTokenType]; in InsertAtSelection()
3858 const SwFormToken& rToken, in CreateQuickHelp() argument
3866 if(bBalloon || rToken.eTokenType != TOKEN_AUTHORITY) in CreateQuickHelp()
3867 sEntry = (aButtonHelpTexts[rToken.eTokenType]); in CreateQuickHelp()
3868 if(rToken.eTokenType == TOKEN_AUTHORITY ) in CreateQuickHelp()
3871 (ToxAuthorityField) rToken.nAuthorityField); in CreateQuickHelp()
3876 if(rToken.eTokenType == TOKEN_TAB_STOP ) in CreateQuickHelp()
3883 if(rToken.sCharStyleName.Len()) in CreateQuickHelp()
3890 sEntry += rToken.sCharStyleName; in CreateQuickHelp()