Searched refs:pStartAttr (Results 1 – 3 of 3) sorted by relevance
698 const TextCharAttrib* pStartAttr = mpImpl->mpTextEngine->FindCharAttrib( in KeyInput() local706 … if(pStartAttr && pStartAttr->GetStart() < mpImpl->maSelection.GetStart().GetIndex()) in KeyInput()708 mpImpl->maSelection.GetStart().GetIndex() = pStartAttr->GetStart(); in KeyInput()880 const TextCharAttrib* pStartAttr = mpImpl->mpTextEngine->FindCharAttrib( in MouseButtonDown() local888 if(pStartAttr && pStartAttr->GetStart() < aNewSel.GetStart().GetIndex()) in MouseButtonDown()890 aNewSel.GetStart().GetIndex() = pStartAttr->GetStart(); in MouseButtonDown()2293 const TextCharAttrib* pStartAttr = mpImpl->mpTextEngine->FindCharAttrib( in dragOver() local2296 bProtected = pStartAttr != 0 && in dragOver()2297 pStartAttr->GetStart() != mpImpl->mpDDInfo->maDropPos.GetIndex() && in dragOver()2298 pStartAttr->GetEnd() != mpImpl->mpDDInfo->maDropPos.GetIndex(); in dragOver()
3264 bool* pStartAttr, bool bCallProcessSpecial) in ProcessAktCollChange() argument3283 if( pStartAttr && bCallProcessSpecial && !bInHyperlink ) in ProcessAktCollChange()3289 *pStartAttr = pPlcxMan->Get( &rRes ); // hole Attribut-Pos neu in ProcessAktCollChange()
1273 void ProcessAktCollChange(WW8PLCFManResult& rRes, bool* pStartAttr,
Completed in 57 milliseconds