Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par6.cxx2743 if (pAktColl) in NewAttr()
2746 pAktColl->SetFmtAttr(rAttr); in NewAttr()
2784 if (pAktColl) in GetFmtAttr()
2785 pRet = &(pAktColl->GetFmtAttr(nWhich)); in GetFmtAttr()
2876 if ( pAktColl != NULL ) in Read_POutLvl()
2999 if( pAktColl ) // StyleDef -> Flags merken in Read_BoldUsw()
3089 if (pAktColl && eVersion > ww::eWW2) // StyleDef -> Flags merken in Read_BoldBiDiUsw()
3472 if (pAktColl && pStyles) in Read_TxtColor()
3496 if (pAktColl && pStyles) in Read_TxtForeColor()
3513 if ( pAktColl ) //importing style in Read_UnderlineColor()
[all …]
H A Dww8par3.cxx1833 ASSERT(pAktColl, "Cannot be called outside of style import"); in SetStylesList()
1835 if( pAktColl ) in SetStylesList()
2003 if (pAktColl) in RegisterNumFmt()
2055 && pAktColl != NULL ) in Read_ListLevel()
2101 if (pAktColl) in Read_LFOPosition()
2103 pAktColl->SetFmtAttr(*GetDfltAttr( RES_PARATR_NUMRULE)); in Read_LFOPosition()
2104 pAktColl->SetFmtAttr(SvxLRSpaceItem(RES_LR_SPACE)); //#94672# in Read_LFOPosition()
2152 if ( pAktColl in Read_LFOPosition()
2166 if ( pAktColl != NULL ) in Read_LFOPosition()
H A Dww8par2.cxx859 if( pAktColl ) in Read_ANLevelNo()
872 ( (SwTxtFmtColl*) pAktColl )->AssignToListLevelOfOutlineStyle( nSwNumLevel ); in Read_ANLevelNo()
899 if( !pAktColl || nLen <= 0 // nur bei Styledef in Read_ANLevelDesc()
913 pAktColl->SetFmtAttr( SwNumRuleItem() ); in Read_ANLevelDesc()
929 pAktColl->SetFmtAttr( SwNumRuleItem( pNR->GetName() ) ); in Read_ANLevelDesc()
3991 pIo->pAktColl->SetFmtAttr(SvxColorItem(Color(COL_AUTO), RES_CHRATR_COLOR)); in Set1StyleDefaults()
3997 pIo->pAktColl->SetFmtAttr(aAttr); in Set1StyleDefaults()
3999 pIo->pAktColl->SetFmtAttr(aAttr); in Set1StyleDefaults()
4007 pIo->pAktColl->SetFmtAttr(aAttr); in Set1StyleDefaults()
4012 pIo->pAktColl->SetFmtAttr( SvxWidowsItem( 2, RES_PARATR_WIDOWS ) ); in Set1StyleDefaults()
[all …]
H A Dww8par.cxx1536 if (pAktColl) // StyleDef in Read_Tab()
1649 if (!pAktColl) //not importing into a style in Read_Tab()
3749 pAktColl = 0; in SwWW8ImplReader()
H A Dww8par.hxx1074 SwFmt* pAktColl; // gerade zu erzeugende Collection member in SwWW8ImplReader
H A Dww8par5.cxx3729 if (pAktColl || !pPlcxMan) in Read_FldVanish()