Searched refs:pExtInp (Results 1 – 2 of 2) sorted by relevance
141 const SwExtTextInput* pExtInp = pDoc->GetExtTextInput( rTxtNode ); in CtorInitAttrIter() local143 if( pExtInp || bShow ) in CtorInitAttrIter()146 if( pExtInp || MSHRT_MAX != nRedlPos ) in CtorInitAttrIter()150 if( pExtInp ) in CtorInitAttrIter()152 pArr = &pExtInp->GetAttrs(); in CtorInitAttrIter()153 nInputStt = pExtInp->Start()->nContent.GetIndex(); in CtorInitAttrIter()
5072 const SwExtTextInput* pExtInp = rSh.GetDoc()->GetExtTextInput(); in Command() local5073 if ( pExtInp ) in Command()5076 if ( POS_COLLIDE_START == ComparePosition( *pExtInp->End(), *pExtInp->End(), in Command()5080 if ( rSh.GetCharRectAt( aInputRect, *pExtInp->Start() ) ) in Command()
Completed in 41 milliseconds