Searched refs:pEditSourceHint (Results 1 – 1 of 1) sorted by relevance
1132 const SvxEditSourceHint* pEditSourceHint = PTR_CAST( SvxEditSourceHint, pEvent ); in operator ()() local1134 if( !pEditSourceHint && pTextHint && in operator ()()1304 const SvxEditSourceHint* pEditSourceHint = PTR_CAST( SvxEditSourceHint, &rHint ); in ProcessQueue() local1310 if( pEditSourceHint ) in ProcessQueue()1312 switch( pEditSourceHint->GetId() ) in ProcessQueue()1316 … DBG_ASSERT( pEditSourceHint->GetStartValue() < GetTextForwarder().GetParagraphCount() && in ProcessQueue()1317 … pEditSourceHint->GetEndValue() < GetTextForwarder().GetParagraphCount(), in ProcessQueue()1322 ParagraphsMoved(pEditSourceHint->GetStartValue(), in ProcessQueue()1323 pEditSourceHint->GetValue(), in ProcessQueue()1324 pEditSourceHint->GetEndValue()); in ProcessQueue()[all …]