Searched refs:pEditSourceHint (Results 1 – 1 of 1) sorted by relevance
1142 const SvxEditSourceHint* pEditSourceHint = PTR_CAST( SvxEditSourceHint, pEvent ); in operator ()() local1144 if( !pEditSourceHint && pTextHint && in operator ()()1314 const SvxEditSourceHint* pEditSourceHint = PTR_CAST( SvxEditSourceHint, &rHint ); in ProcessQueue() local1320 if( pEditSourceHint ) in ProcessQueue()1322 switch( pEditSourceHint->GetId() ) in ProcessQueue()1326 … DBG_ASSERT( pEditSourceHint->GetStartValue() < GetTextForwarder().GetParagraphCount() && in ProcessQueue()1327 … pEditSourceHint->GetEndValue() < GetTextForwarder().GetParagraphCount(), in ProcessQueue()1332 ParagraphsMoved(pEditSourceHint->GetStartValue(), in ProcessQueue()1333 pEditSourceHint->GetValue(), in ProcessQueue()1334 pEditSourceHint->GetEndValue()); in ProcessQueue()[all …]