Searched refs:bFmtColl (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtw8sty.cxx | 465 void MSWordStyles::GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext ) in GetStyleData() argument 467 bFmtColl = pFmt->Which() == RES_TXTFMTCOLL || pFmt->Which() == RES_CONDTXTFMTCOLL; in GetStyleData() 477 if ( bFmtColl ) in GetStyleData() 520 bool bFmtColl; in OutputStyle() local 523 GetStyleData( pFmt, bFmtColl, nBase, nWwNext ); in OutputStyle() 525 m_rExport.AttrOutput().StartStyle( pFmt->GetName(), bFmtColl, in OutputStyle() 528 if ( bFmtColl ) in OutputStyle() 531 WriteProperties( pFmt, false, nPos, bFmtColl && nBase==0xfff ); // UPX.chpx in OutputStyle()
|
| H A D | wrtww8.hxx | 1471 void GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext );
|