Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx897 SwWW8StyInf * pStyInf = GetStyle(nAktColl); in Read_ANLevelDesc() local
899 || (pStyInf && !pStyInf->bColl) // CharFmt -> ignorieren in Read_ANLevelDesc()
930 SwWW8StyInf * pStyInf = GetStyle(nAktColl); in Read_ANLevelDesc() local
931 if (pStyInf != NULL) in Read_ANLevelDesc()
932 pStyInf->bHasStyNumRule = true; in Read_ANLevelDesc()
1047 SwWW8StyInf * pStyInf = GetStyle(nAktColl); in StartAnl() local
1048 if (!sNumRule.Len() && pStyInf->bHasStyNumRule) in StartAnl()
1050 sNumRule = pStyInf->pFmt->GetNumRule().GetValue(); in StartAnl()
H A Dww8graf.cxx500 SwWW8StyInf * pStyInf = GetStyle(nColl); in InsertTxbxStyAttrs() local
501 if( pStyInf != NULL && pStyInf->pFmt && pStyInf->bColl ) in InsertTxbxStyAttrs()
508 if ( SFX_ITEM_SET == pStyInf->pFmt->GetItemState( in InsertTxbxStyAttrs()