Searched refs:SwExtTextInput (Results 1 – 7 of 7) sorted by relevance
47 SwExtTextInput::SwExtTextInput( const SwPaM& rPam, Ring* pRing ) in SwExtTextInput() function in SwExtTextInput55 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 …]
35 class SwExtTextInput : public SwPaM class43 SwExtTextInput( const SwPaM& rPam, Ring* pRing = 0 );44 virtual ~SwExtTextInput();
78 class SwExtTextInput;906 SwExtTextInput* CreateExtTextInput(LanguageType eInputLanguage);907 String DeleteExtTextInput( SwExtTextInput* pDel = 0, sal_Bool bInsText = sal_True);
95 class SwExtTextInput;2001 SwExtTextInput* CreateExtTextInput( const SwPaM& rPam );2002 void DeleteExtTextInput( SwExtTextInput* pDel );2003 SwExtTextInput* GetExtTextInput( const SwNode& rNd,2005 SwExtTextInput* GetExtTextInput() const;
1080 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()
141 const SwExtTextInput* pExtInp = pDoc->GetExtTextInput( rTxtNode ); in CtorInitAttrIter()
5072 const SwExtTextInput* pExtInp = rSh.GetDoc()->GetExtTextInput(); in Command()
Completed in 177 milliseconds