Searched refs:bIsInBody (Results 1 – 5 of 5) sorted by relevance
135 sal_Bool bIsInBody : 1; // scanne Body-Bereich member in HTMLParser165 void FinishHeader( sal_Bool bBody ) { bIsInHeader = sal_False; bIsInBody = bBody; } in FinishHeader()174 sal_Bool IsInBody() const { return bIsInBody; } in IsInBody()
106 inline void ChgBodyTxtFlag( sal_Bool bIsInBody );131 inline void SwDBField::ChgBodyTxtFlag( sal_Bool bIsInBody ) in ChgBodyTxtFlag() argument132 { bIsInBodyTxt = bIsInBody; } in ChgBodyTxtFlag()
113 inline void ChgBodyTxtFlag( sal_Bool bIsInBody );145 inline void SwGetExpField::ChgBodyTxtFlag( sal_Bool bIsInBody ) in ChgBodyTxtFlag() argument146 { bIsInBodyTxt = bIsInBody; } in ChgBodyTxtFlag()
318 bEndTokenFound = bIsInBody = bReadNextChar = in HTMLParser()380 bIsInBody = sal_True; in FilterToken()388 bIsInBody = HTML_BODY_ON == nToken; in FilterToken()392 bIsInBody = bReadPRE = bReadListing = bReadXMP = sal_False; in FilterToken()
2538 sal_Bool bIsInBody = sal_False; in GetBodyNode() local2544 bIsInBody = rDoc.GetNodes().GetEndOfExtras().GetIndex() < aIdx.GetIndex(); in GetBodyNode()2550 if( (pFrm != NULL) || bIsInBody ) in GetBodyNode()2569 pGetFld->ChgBodyTxtFlag( bIsInBody ); in GetBodyNode()2574 pDBFld->ChgBodyTxtFlag( bIsInBody ); in GetBodyNode()
Completed in 28 milliseconds