Home
last modified time | relevance | path

Searched refs:pAktColl (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par6.cxx2742 if (pAktColl) in NewAttr()
2745 pAktColl->SetFmtAttr(rAttr); in NewAttr()
2783 if (pAktColl) in GetFmtAttr()
2784 pRet = &(pAktColl->GetFmtAttr(nWhich)); in GetFmtAttr()
2875 if ( pAktColl != NULL ) in Read_POutLvl()
2998 if( pAktColl ) // StyleDef -> Flags merken in Read_BoldUsw()
3088 if (pAktColl && eVersion > ww::eWW2) // StyleDef -> Flags merken in Read_BoldBiDiUsw()
3471 if (pAktColl && pStyles) in Read_TxtColor()
3495 if (pAktColl && pStyles) in Read_TxtForeColor()
3512 if ( pAktColl ) //importing style in Read_UnderlineColor()
[all …]
H A Dww8par3.cxx1832 ASSERT(pAktColl, "Cannot be called outside of style import"); in SetStylesList()
1834 if( pAktColl ) in SetStylesList()
2002 if (pAktColl) in RegisterNumFmt()
2054 && pAktColl != NULL ) in Read_ListLevel()
2100 if (pAktColl) in Read_LFOPosition()
2102 pAktColl->SetFmtAttr(*GetDfltAttr( RES_PARATR_NUMRULE)); in Read_LFOPosition()
2103 pAktColl->SetFmtAttr(SvxLRSpaceItem(RES_LR_SPACE)); // #94672# in Read_LFOPosition()
2151 if ( pAktColl in Read_LFOPosition()
2165 if ( pAktColl != NULL ) in Read_LFOPosition()
H A Dww8par2.cxx858 if( pAktColl ) in Read_ANLevelNo()
871 ( (SwTxtFmtColl*) pAktColl )->AssignToListLevelOfOutlineStyle( nSwNumLevel ); in Read_ANLevelNo()
898 if( !pAktColl || nLen <= 0 // nur bei Styledef in Read_ANLevelDesc()
912 pAktColl->SetFmtAttr( SwNumRuleItem() ); in Read_ANLevelDesc()
928 pAktColl->SetFmtAttr( SwNumRuleItem( pNR->GetName() ) ); in Read_ANLevelDesc()
3990 pIo->pAktColl->SetFmtAttr(SvxColorItem(Color(COL_AUTO), RES_CHRATR_COLOR)); in Set1StyleDefaults()
3996 pIo->pAktColl->SetFmtAttr(aAttr); in Set1StyleDefaults()
3998 pIo->pAktColl->SetFmtAttr(aAttr); in Set1StyleDefaults()
4006 pIo->pAktColl->SetFmtAttr(aAttr); in Set1StyleDefaults()
4011 pIo->pAktColl->SetFmtAttr( SvxWidowsItem( 2, RES_PARATR_WIDOWS ) ); in Set1StyleDefaults()
[all …]
H A Dww8par.cxx1535 if (pAktColl) // StyleDef in Read_Tab()
1648 if (!pAktColl) //not importing into a style in Read_Tab()
3749 pAktColl = 0; in SwWW8ImplReader()
H A Dww8par.hxx1073 SwFmt* pAktColl; // gerade zu erzeugende Collection member in SwWW8ImplReader
H A Dww8par5.cxx3732 if (pAktColl || !pPlcxMan) in Read_FldVanish()