Lines Matching refs:SwWrtShell
114 fnDrag(&SwWrtShell::BeginDrag),\
115 fnSetCrsr(&SwWrtShell::SetCrsr),\
116 fnEndDrag(&SwWrtShell::EndDrag),\
117 fnKillSel(&SwWrtShell::Ignore),\
123 fnLeaveSelect(&SwWrtShell::SttLeaveSelect)
151 void SwWrtShell::NoEdit(sal_Bool bHideCrsr) in NoEdit()
160 void SwWrtShell::Edit() in Edit()
171 sal_Bool SwWrtShell::IsEndWrd() in IsEndWrd()
185 bool SwWrtShell::_CanInsert() in _CanInsert()
200 void SwWrtShell::InsertByWord( const String & rStr) in InsertByWord()
221 void SwWrtShell::Insert( const String &rStr ) in Insert()
285 void SwWrtShell::Insert( const String &rPath, const String &rFilter, in Insert()
387 void SwWrtShell::InsertObject( const svt::EmbeddedObjectRef& xRef, SvGlobalName *pName, in InsertObject()
499 sal_Bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrmFmt **pFlyFrmFmt ) in InsertOleObject()
632 void SwWrtShell::LaunchOLEObj( long nVerb ) in LaunchOLEObj()
655 void SwWrtShell::MoveObjectIfActive( svt::EmbeddedObjectRef& xObj, const Point& rOffset ) in MoveObjectIfActive()
678 void SwWrtShell::CalcAndSetScale( svt::EmbeddedObjectRef& xObj, in CalcAndSetScale()
905 void SwWrtShell::ConnectObj( svt::EmbeddedObjectRef& xObj, const SwRect &rPrt, in ConnectObj()
921 void SwWrtShell::InsertPageBreak(const String *pPageDesc, sal_uInt16 nPgNum ) in InsertPageBreak()
955 void SwWrtShell::InsertLineBreak() in InsertLineBreak()
968 SwWrtShell::Insert( String( cIns ) ); in InsertLineBreak()
977 void SwWrtShell::InsertColumnBreak() in InsertColumnBreak()
1003 void SwWrtShell::InsertFootnote(const String &rStr, sal_Bool bEndNote, sal_Bool bEdit ) in InsertFootnote()
1037 void SwWrtShell::SplitNode( sal_Bool bAutoFmt, sal_Bool bCheckTableStart ) in SplitNode()
1076 void SwWrtShell::NumOrBulletOn(sal_Bool bNum) in NumOrBulletOn()
1429 void SwWrtShell::NumOn() in NumOn()
1434 void SwWrtShell::NumOrBulletOff() in NumOrBulletOff()
1478 void SwWrtShell::BulletOn() in BulletOn()
1487 SelectionType SwWrtShell::GetSelectionType() const in GetSelectionType()
1579 SwTxtFmtColl *SwWrtShell::GetParaStyle(const String &rCollName, GetStyle eCreate ) in GetParaStyle()
1599 SwCharFmt *SwWrtShell::GetCharStyle(const String &rFmtName, GetStyle eCreate ) in GetCharStyle()
1620 SwFrmFmt *SwWrtShell::GetTblStyle(const String &rFmtName) in GetTblStyle()
1637 void SwWrtShell::SetPageStyle(const String &rCollName) in SetPageStyle()
1653 String SwWrtShell::GetCurPageStyle( const sal_Bool bCalcFrm ) const in GetCurPageStyle()
1663 void SwWrtShell::QuickUpdateStyle() in QuickUpdateStyle()
1678 void SwWrtShell::AutoUpdatePara(SwTxtFmtColl* pColl, const SfxItemSet& rStyleSet) in AutoUpdatePara()
1723 void SwWrtShell::AutoUpdateFrame( SwFrmFmt* pFmt, const SfxItemSet& rStyleSet ) in AutoUpdateFrame()
1734 void SwWrtShell::AutoCorrect( SvxAutoCorrect& rACorr, sal_Unicode cChar ) in AutoCorrect()
1764 SwWrtShell::SwWrtShell( SwWrtShell& rSh, Window *_pWin, SwView &rShell ) in SwWrtShell() function in SwWrtShell
1772 SetFlyMacroLnk( LINK(this, SwWrtShell, ExecFlyMac) ); in SwWrtShell()
1782 SwWrtShell::SwWrtShell( SwDoc& rDoc, Window *_pWin, SwView &rShell,
1790 SetFlyMacroLnk( LINK(this, SwWrtShell, ExecFlyMac) );
1799 SwWrtShell::~SwWrtShell()
1809 sal_Bool SwWrtShell::Pop( sal_Bool bOldCrsr ) in Pop()
1814 fnSetCrsr = &SwWrtShell::SetCrsrKillSel; in Pop()
1815 fnKillSel = &SwWrtShell::ResetSelect; in Pop()
1823 bool SwWrtShell::CanInsert() in CanInsert()
1857 void SwWrtShell::ChgDBData(const SwDBData& aDBData) in ChgDBData()
1864 String SwWrtShell::GetSelDescr() const in GetSelDescr()
1896 void SwWrtShell::ApplyViewOptions( const SwViewOption &rOpt ) in ApplyViewOptions()