Searched refs:SwTextShell (Results 1 – 17 of 17) sorted by relevance
/aoo4110/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 105 #define SwTextShell macro 133 SFX_IMPL_INTERFACE(SwTextShell, SwBaseShell, SW_RES(STR_SHELLNAME_TEXT)) in SFX_IMPL_INTERFACE() argument 146 TYPEINIT1(SwTextShell,SwBaseShell) in TYPEINIT1() argument 150 void SwTextShell::ExecInsert(SfxRequest &rReq) in TYPEINIT1() 782 void SwTextShell::StateInsert( SfxItemSet &rSet ) in StateInsert() 972 void SwTextShell::ExecDelete(SfxRequest &rReq) in ExecDelete() 1017 void SwTextShell::ExecTransliteration( SfxRequest & rReq ) in ExecTransliteration() 1071 SwTextShell::SwTextShell(SwView &_rView) : in SwTextShell() function in SwTextShell 1083 SwTextShell::~SwTextShell() in ~SwTextShell() 1091 void SwTextShell::InsertSymbol( SfxRequest& rReq ) in InsertSymbol()
|
H A D | txtcrsr.cxx | 63 void SwTextShell::ExecBasicMove(SfxRequest &rReq) in ExecBasicMove() 113 void SwTextShell::ExecMove(SfxRequest &rReq) in ExecMove() 154 void SwTextShell::ExecMovePage(SfxRequest &rReq) in ExecMovePage() 185 void SwTextShell::ExecMoveCol(SfxRequest &rReq) in ExecMoveCol() 201 void SwTextShell::ExecMoveLingu(SfxRequest &rReq) in ExecMoveLingu() 244 void SwTextShell::ExecMoveMisc(SfxRequest &rReq) in ExecMoveMisc()
|
H A D | textfld.cxx | 98 void SwTextShell::ExecField(SfxRequest &rReq) in ExecField() 491 pDlg->SetPrevHdl(LINK(this, SwTextShell, RedlinePrevHdl)); in ExecField() 492 pDlg->SetNextHdl(LINK(this, SwTextShell, RedlineNextHdl)); in ExecField() 624 void SwTextShell::StateField( SfxItemSet &rSet ) in StateField() 781 void SwTextShell::InsertHyperlink(const SvxHyperlinkItem& rHlnkItem) in InsertHyperlink() 841 IMPL_LINK( SwTextShell, RedlineNextHdl, AbstractSvxPostItDialog *, pBtn ) in IMPL_LINK() argument 896 IMPL_LINK( SwTextShell, RedlinePrevHdl, AbstractSvxPostItDialog *, pBtn ) in IMPL_LINK() argument
|
H A D | txtattr.cxx | 84 void SwTextShell::ExecCharAttr(SfxRequest &rReq) in ExecCharAttr() 197 void SwTextShell::ExecCharAttrArgs(SfxRequest &rReq) in ExecCharAttrArgs() 325 void SwTextShell::ExecParaAttr(SfxRequest &rReq) in ExecParaAttr() 362 void SwTextShell::ExecParaAttr(SfxRequest &rReq) in ExecParaAttr() 524 void SwTextShell::ExecParaAttrArgs(SfxRequest &rReq) in ExecParaAttrArgs() 616 void SwTextShell::GetAttrState(SfxItemSet &rSet) in GetAttrState()
|
H A D | textidx.cxx | 53 void SwTextShell::ExecIdx(SfxRequest &rReq) in ExecIdx() 179 void SwTextShell::GetIdxState(SfxItemSet &rSet) in GetIdxState()
|
H A D | txtnum.cxx | 55 void SwTextShell::ExecEnterNum(SfxRequest &rReq) in ExecEnterNum() 273 void SwTextShell::ExecSetNumber(SfxRequest &rReq) in ExecSetNumber()
|
H A D | grfshex.cxx | 72 bool SwTextShell::InsertMediaDlg( SfxRequest& rReq ) in InsertMediaDlg()
|
H A D | textglos.cxx | 46 void SwTextShell::ExecGlossary(SfxRequest &rReq) in ExecGlossary()
|
H A D | textsh1.cxx | 302 void SwTextShell::Execute(SfxRequest &rReq) in Execute() 1388 void SwTextShell::GetState( SfxItemSet &rSet ) in GetState() 1888 void SwTextShell::ChangeHeaderOrFooter( in ChangeHeaderOrFooter()
|
H A D | textsh2.cxx | 99 void SwTextShell::ExecDB(SfxRequest &rReq) in ExecDB()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | textsh.hxx | 33 class SwTextShell: public SwBaseShell class 83 SwTextShell(SwView &rView); 84 virtual ~SwTextShell();
|
H A D | wtextsh.hxx | 30 class SwWebTextShell: public SwTextShell
|
/aoo4110/main/sw/source/ui/web/ |
H A D | wtextsh.cxx | 73 TYPEINIT1(SwWebTextShell, SwTextShell) in TYPEINIT1() argument 80 SwTextShell(_rView) in TYPEINIT1()
|
/aoo4110/main/sw/sdi/ |
H A D | textsh.sdi | 116 shell SwTextShell : SwBaseShell
|
/aoo4110/main/sw/source/ui/app/ |
H A D | swmodule.cxx | 336 SwTextShell::RegisterInterface(pMod); in RegisterInterfaces()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 841 SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in FlushInBuffer() 4460 SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in MouseButtonUp() 5000 … SfxShell *pSfxShell = lcl_GetShellFromDispatcher( rView, TYPE(SwTextShell) ); in Command()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | view.cxx | 421 pShell = new SwTextShell(*this); in SelectShell()
|
Completed in 127 milliseconds