Home
last modified time | relevance | path

Searched refs:SwExtTextInput (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dextinput.cxx47 SwExtTextInput::SwExtTextInput( const SwPaM& rPam, Ring* pRing ) in SwExtTextInput() function in SwExtTextInput
55 SwExtTextInput::~SwExtTextInput() in ~SwExtTextInput()
210 void SwExtTextInput::SetOverwriteCursor( sal_Bool bFlag ) in SetOverwriteCursor()
236 SwExtTextInput* SwDoc::CreateExtTextInput( const SwPaM& rPam ) in CreateExtTextInput()
238 SwExtTextInput* pNew = new SwExtTextInput( rPam, pExtInputRing ); in CreateExtTextInput()
245 void SwDoc::DeleteExtTextInput( SwExtTextInput* pDel ) in DeleteExtTextInput()
257 SwExtTextInput* SwDoc::GetExtTextInput( const SwNode& rNd, in GetExtTextInput()
260 SwExtTextInput* pRet = 0; in GetExtTextInput()
264 SwExtTextInput* pTmp = (SwExtTextInput*)pExtInputRing; in GetExtTextInput()
289 SwExtTextInput* SwDoc::GetExtTextInput() const in GetExtTextInput()
[all …]
/trunk/main/sw/inc/
H A Dextinput.hxx35 class SwExtTextInput : public SwPaM class
43 SwExtTextInput( const SwPaM& rPam, Ring* pRing = 0 );
44 virtual ~SwExtTextInput();
H A Deditsh.hxx78 class SwExtTextInput;
906 SwExtTextInput* CreateExtTextInput(LanguageType eInputLanguage);
907 String DeleteExtTextInput( SwExtTextInput* pDel = 0, sal_Bool bInsText = sal_True);
H A Ddoc.hxx95 class SwExtTextInput;
2001 SwExtTextInput* CreateExtTextInput( const SwPaM& rPam );
2002 void DeleteExtTextInput( SwExtTextInput* pDel );
2003 SwExtTextInput* GetExtTextInput( const SwNode& rNd,
2005 SwExtTextInput* GetExtTextInput() const;
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx1080 SwExtTextInput* SwEditShell::CreateExtTextInput(LanguageType eInputLanguage) in CreateExtTextInput()
1082 SwExtTextInput* pRet = GetDoc()->CreateExtTextInput( *GetCrsr() ); in CreateExtTextInput()
1088 String SwEditShell::DeleteExtTextInput( SwExtTextInput* pDel, sal_Bool bInsText ) in DeleteExtTextInput()
1129 SwExtTextInput* pInput = GetDoc()->GetExtTextInput( rPos.nNode.GetNode() in SetExtTextInputData()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx141 const SwExtTextInput* pExtInp = pDoc->GetExtTextInput( rTxtNode ); in CtorInitAttrIter()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx5074 const SwExtTextInput* pExtInp = rSh.GetDoc()->GetExtTextInput(); in Command()

Completed in 66 milliseconds