Searched refs:bFmtColl (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 466 void MSWordStyles::GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext ) in GetStyleData() argument 468 bFmtColl = pFmt->Which() == RES_TXTFMTCOLL || pFmt->Which() == RES_CONDTXTFMTCOLL; in GetStyleData() 478 if ( bFmtColl ) in GetStyleData() 521 bool bFmtColl; in OutputStyle() local 524 GetStyleData( pFmt, bFmtColl, nBase, nWwNext ); in OutputStyle() 526 m_rExport.AttrOutput().StartStyle( pFmt->GetName(), bFmtColl, in OutputStyle() 529 if ( bFmtColl ) in OutputStyle() 532 WriteProperties( pFmt, false, nPos, bFmtColl && nBase==0xfff ); // UPX.chpx in OutputStyle()
|
H A D | wrtww8.hxx | 1472 void GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext );
|
Completed in 41 milliseconds