Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx98 sal_Bool bLikePara : 1;// Set attribute over the entire paragraph member in _HTMLAttr
128 sal_Bool IsLikePara() const { return bLikePara; } in IsLikePara()
129 void SetLikePara( sal_Bool bPara=sal_True ) { bLikePara = bPara; } in SetLikePara()
539 void InsertAttr( const SfxPoolItem& rItem, sal_Bool bLikePara = sal_False,
H A Dswhtml.cxx3310 void SwHTMLParser::InsertAttr( const SfxPoolItem& rItem, sal_Bool bLikePara, in InsertAttr() argument
3315 if( bLikePara ) in InsertAttr()
5392 bLikePara( sal_False ), in _HTMLAttr()
5409 bLikePara( rAttr.bLikePara ), in _HTMLAttr()

Completed in 44 milliseconds