Home
last modified time | relevance | path

Searched refs:pStartAttr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dtextview.cxx698 const TextCharAttrib* pStartAttr = mpImpl->mpTextEngine->FindCharAttrib( in KeyInput() local
706 … 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() local
888 if(pStartAttr && pStartAttr->GetStart() < aNewSel.GetStart().GetIndex()) in MouseButtonDown()
890 aNewSel.GetStart().GetIndex() = pStartAttr->GetStart(); in MouseButtonDown()
2297 const TextCharAttrib* pStartAttr = mpImpl->mpTextEngine->FindCharAttrib( in dragOver() local
2300 bProtected = pStartAttr != 0 && in dragOver()
2301 pStartAttr->GetStart() != mpImpl->mpDDInfo->maDropPos.GetIndex() && in dragOver()
2302 pStartAttr->GetEnd() != mpImpl->mpDDInfo->maDropPos.GetIndex(); in dragOver()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3264 bool* pStartAttr, bool bCallProcessSpecial) in ProcessAktCollChange() argument
3283 if( pStartAttr && bCallProcessSpecial && !bInHyperlink ) in ProcessAktCollChange()
3289 *pStartAttr = pPlcxMan->Get( &rRes ); // hole Attribut-Pos neu in ProcessAktCollChange()
H A Dww8par.hxx1275 void ProcessAktCollChange(WW8PLCFManResult& rRes, bool* pStartAttr,

Completed in 55 milliseconds