Lines Matching refs:SwTokenWindow

1804 	SwTokenWindow* m_pParent;
1806 SwTOXEdit( Window* pParent, SwTokenWindow* pTokenWin, in SwTOXEdit()
1895 SwTokenWindow* m_pParent;
1897 SwTOXButton( Window* pParent, SwTokenWindow* pTokenWin, in SwTOXButton()
3149 SwTokenWindow::SwTokenWindow(SwTOXEntryTabPage* pParent, const ResId& rResId) : in SwTokenWindow() function in SwTokenWindow
3181 Link aLink(LINK(this, SwTokenWindow, ScrollHdl)); in SwTokenWindow()
3188 SwTokenWindow::~SwTokenWindow() in ~SwTokenWindow()
3209 void SwTokenWindow::SetForm(SwForm& rForm, sal_uInt16 nL) in SetForm()
3294 void SwTokenWindow::SetActiveControl(Control* pSet) in SetActiveControl()
3318 Control* SwTokenWindow::InsertItem(const String& rText, const SwFormToken& rToken) in InsertItem()
3363 pEdit->SetModifyHdl(LINK(this, SwTokenWindow, EditResize )); in InsertItem()
3364 pEdit->SetPrevNextLink(LINK(this, SwTokenWindow, NextItemHdl)); in InsertItem()
3365 pEdit->SetGetFocusHdl(LINK(this, SwTokenWindow, TbxFocusHdl)); in InsertItem()
3379 pButton->SetPrevNextLink(LINK(this, SwTokenWindow, NextItemBtnHdl)); in InsertItem()
3380 pButton->SetGetFocusHdl(LINK(this, SwTokenWindow, TbxFocusBtnHdl)); in InsertItem()
3407 void SwTokenWindow::InsertAtSelection( in InsertAtSelection()
3566 pEdit->SetModifyHdl(LINK(this, SwTokenWindow, EditResize )); in InsertAtSelection()
3567 pEdit->SetPrevNextLink(LINK(this, SwTokenWindow, NextItemHdl)); in InsertAtSelection()
3568 pEdit->SetGetFocusHdl(LINK(this, SwTokenWindow, TbxFocusHdl)); in InsertAtSelection()
3581 pButton->SetPrevNextLink(LINK(this, SwTokenWindow, NextItemBtnHdl)); in InsertAtSelection()
3582 pButton->SetGetFocusHdl(LINK(this, SwTokenWindow, TbxFocusBtnHdl)); in InsertAtSelection()
3614 void SwTokenWindow::RemoveControl(SwTOXButton* pDel, sal_Bool bInternalCall ) in RemoveControl()
3649 void SwTokenWindow::AdjustPositions() in AdjustPositions()
3667 void SwTokenWindow::MoveControls(long nOffset) in MoveControls()
3681 void SwTokenWindow::AdjustScrolling() in AdjustScrolling()
3724 IMPL_LINK(SwTokenWindow, ScrollHdl, ImageButton*, pBtn ) in IMPL_LINK() argument
3816 String SwTokenWindow::GetPattern() const in GetPattern()
3819 const Control* pControl = ((SwTokenWindow*)this)->aControlList.First(); in GetPattern()
3829 pControl = ((SwTokenWindow*)this)->aControlList.Next(); in GetPattern()
3837 sal_Bool SwTokenWindow::Contains(FormTokenType eSearchFor) const in Contains()
3840 const Control* pControl = ((SwTokenWindow*)this)->aControlList.First(); in Contains()
3852 pControl = ((SwTokenWindow*)this)->aControlList.Next(); in Contains()
3857 sal_Bool SwTokenWindow::CreateQuickHelp(Control* pCtrl, in CreateQuickHelp()
3907 void SwTokenWindow::Resize() in Resize()
3927 IMPL_LINK(SwTokenWindow, EditResize, Edit*, pEdit) in IMPL_LINK() argument
3938 IMPL_LINK(SwTokenWindow, NextItemHdl, SwTOXEdit*, pEdit) in IMPL_LINK() argument
3956 IMPL_LINK(SwTokenWindow, TbxFocusHdl, SwTOXEdit*, pEdit) in IMPL_LINK() argument
3974 IMPL_LINK(SwTokenWindow, NextItemBtnHdl, SwTOXButton*, pBtn ) in IMPL_LINK() argument
4001 IMPL_LINK(SwTokenWindow, TbxFocusBtnHdl, SwTOXButton*, pBtn ) in IMPL_LINK() argument
4019 void SwTokenWindow::GetFocus() in GetFocus()
4032 void SwTokenWindow::SetFocus2theAllBtn() in SetFocus2theAllBtn()
4039 sal_uInt32 SwTokenWindow::GetControlIndex(FormTokenType eType, const Control* /* pCurControl */) co… in GetControlIndex()
4049 const Control* pControl = ((SwTokenWindow*)this)->aControlList.First(); in GetControlIndex()
4060 pControl = ((SwTokenWindow*)this)->aControlList.Next(); in GetControlIndex()