Searched refs:bLFStripped (Results 1 – 4 of 4) sorted by relevance
510 sal_Bool SwHTMLParser::EndSection( sal_Bool bLFStripped ) in EndSection() argument517 if( !bLFStripped ) in EndSection()528 sal_Bool SwHTMLParser::EndSections( sal_Bool bLFStripped ) in EndSections() argument535 if( pCntxt->GetSpansSection() && EndSection( bLFStripped ) ) in EndSections()539 bLFStripped = sal_False; in EndSections()
552 sal_Bool EndSection( sal_Bool bLFStripped=sal_False );627 sal_Bool EndSections( sal_Bool bLFStripped );
653 sal_Bool bLFStripped = sal_False; in Continue() local678 bLFStripped = StripTrailingLF() > 0; in Continue()762 if( !pPos->nContent.GetIndex() && !bLFStripped ) in Continue()
5061 sal_Bool bLFStripped = StripTrailingLF() > 0; in BuildTableCaption() local5069 if( pPam->GetPoint()->nContent.GetIndex() || bLFStripped ) in BuildTableCaption()5075 if( !pPam->GetPoint()->nContent.GetIndex() && !bLFStripped ) in BuildTableCaption()
Completed in 74 milliseconds