Home
last modified time | relevance | path

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

/trunk/main/svtools/inc/svtools/
H A Dparhtml.hxx135 sal_Bool bIsInBody : 1; // scanne Body-Bereich member in HTMLParser
165 void FinishHeader( sal_Bool bBody ) { bIsInHeader = sal_False; bIsInBody = bBody; } in FinishHeader()
174 sal_Bool IsInBody() const { return bIsInBody; } in IsInBody()
/trunk/main/sw/inc/
H A Ddbfld.hxx106 inline void ChgBodyTxtFlag( sal_Bool bIsInBody );
131 inline void SwDBField::ChgBodyTxtFlag( sal_Bool bIsInBody ) in ChgBodyTxtFlag() argument
132 { bIsInBodyTxt = bIsInBody; } in ChgBodyTxtFlag()
H A Dexpfld.hxx113 inline void ChgBodyTxtFlag( sal_Bool bIsInBody );
145 inline void SwGetExpField::ChgBodyTxtFlag( sal_Bool bIsInBody ) in ChgBodyTxtFlag() argument
146 { bIsInBodyTxt = bIsInBody; } in ChgBodyTxtFlag()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx318 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()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2538 sal_Bool bIsInBody = sal_False; in GetBodyNode() local
2544 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 34 milliseconds