Home
last modified time | relevance | path

Searched refs:nNoBreakEndCntntPos (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx3174 xub_StrLen nNoBreakEndCntntPos; // Zeichen-Index eines </NOBR> member in _CellSaveStruct
3223 nNoBreakEndCntntPos( 0 ), in _CellSaveStruct()
3432 nNoBreakEndCntntPos = rPos.nContent.GetIndex(); in EndNoBreak()
3449 if( nNoBreakEndCntntPos == rPos.nContent.GetIndex() ) in CheckNoBreak()
3454 else if( nNoBreakEndCntntPos + 1 == rPos.nContent.GetIndex() ) in CheckNoBreak()
3460 pTxtNd->GetTxt().GetChar(nNoBreakEndCntntPos); in CheckNoBreak()

Completed in 56 milliseconds