Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dhtmltab.cxx3189 xub_StrLen nNoBreakEndCntntPos; // Zeichen-Index eines </NOBR> member in _CellSaveStruct
3238 nNoBreakEndCntntPos( 0 ), in _CellSaveStruct()
3447 nNoBreakEndCntntPos = rPos.nContent.GetIndex(); in EndNoBreak()
3464 if( nNoBreakEndCntntPos == rPos.nContent.GetIndex() ) in CheckNoBreak()
3469 else if( nNoBreakEndCntntPos + 1 == rPos.nContent.GetIndex() ) in CheckNoBreak()
3475 pTxtNd->GetTxt().GetChar(nNoBreakEndCntntPos); in CheckNoBreak()

Completed in 33 milliseconds