Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par2.cxx831 if( pStyles->pStyRule ) // Bullet-Style bereits vorhanden in GetStyRule()
832 return pStyles->pStyRule; in GetStyRule()
842 pStyles->pStyRule = rDoc.GetNumRuleTbl()[nRul]; in GetStyRule()
844 pStyles->pStyRule->SetAutoRule(false); in GetStyRule()
846 return pStyles->pStyRule; in GetStyRule()
3961 pIo(pI), pStStrm(pI->pTableStream), pStyRule(0), nWwNumLevel(0) in WW8RStyle()
4087 pStyRule = 0; // falls noetig, neu anlegen in PrepareStyle()
4114 pStyRule = 0; // zur Sicherheit in PostStyle()
H A Dww8par2.hxx281 SwNumRule* pStyRule; // Bullets und Aufzaehlungen in Styles member in WW8RStyle