Lines Matching refs:SwWrtShell
56 sal_Bool SwWrtShell::MoveBookMark( BookMarkMove eFuncId, const ::sw::mark::IMark* const pMark) in MoveBookMark()
78 fnKillSel = &SwWrtShell::ResetSelect; in MoveBookMark()
79 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in MoveBookMark()
84 sal_Bool SwWrtShell::GotoField( const SwFmtFld& rFld ) in GotoField()
97 fnKillSel = &SwWrtShell::ResetSelect; in GotoField()
98 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in GotoField()
104 bool SwWrtShell::GotoFieldmark(::sw::mark::IFieldmark const * const pMark) in GotoFieldmark()
115 fnKillSel = &SwWrtShell::ResetSelect; in GotoFieldmark()
116 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in GotoFieldmark()
126 void SwWrtShell::DrawSelChanged( ) in DrawSelChanged()
147 sal_Bool SwWrtShell::GotoMark( const ::rtl::OUString& rName ) in GotoMark()
155 sal_Bool SwWrtShell::GotoMark( const ::sw::mark::IMark* const pMark ) in GotoMark()
161 sal_Bool SwWrtShell::GoNextBookmark() in GoNextBookmark()
167 sal_Bool SwWrtShell::GoPrevBookmark() in GoPrevBookmark()
173 void SwWrtShell::ExecMacro( const SvxMacro& rMacro, String* pRet, SbxArray* pArgs ) in ExecMacro()
183 sal_uInt16 SwWrtShell::CallEvent( sal_uInt16 nEvent, const SwCallMouseEvent& rCallEvent, in CallEvent()
193 sal_Bool SwWrtShell::GetURLFromButton( String& rURL, String& rDescr ) const in GetURLFromButton()