Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/utlui/
H A Duiitems.cxx296 SwXNumberingRules* pSwXRules = xTunnel.is() ? reinterpret_cast<SwXNumberingRules*>( in PutValue() local
298 if(pSwXRules) in PutValue()
300 *pRule = *pSwXRules->GetNumRule(); in PutValue()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1981 SwXNumberingRules* pSwXRules = 0; in lcl_SetStyleProperty() local
1984 pSwXRules = reinterpret_cast< SwXNumberingRules * >( in lcl_SetStyleProperty()
1987 if(pSwXRules) in lcl_SetStyleProperty()
1989 const String* pCharStyleNames = pSwXRules->GetNewCharStyleNames(); in lcl_SetStyleProperty()
1990 const String* pBulletFontNames = pSwXRules->GetBulletFontNames(); in lcl_SetStyleProperty()
1992 SwNumRule aSetRule(*pSwXRules->GetNumRule()); in lcl_SetStyleProperty()