Searched refs:SwNumRulesWithName (Results 1 – 3 of 3) sorted by relevance
138 pNumRules[nIdx] = new SwNumRulesWithName( rCopy ); in ApplyNumRules()193 pNumRules[i] = new SwNumRulesWithName( rStream, nVersion ); in Load()233 SwNumRulesWithName::SwNumRulesWithName( const SwNumRule &rCopy, in SwNumRulesWithName() function in SwNumRulesWithName250 SwNumRulesWithName::SwNumRulesWithName( const SwNumRulesWithName& rCopy ) in SwNumRulesWithName() function in SwNumRulesWithName260 SwNumRulesWithName::~SwNumRulesWithName() in ~SwNumRulesWithName()269 const SwNumRulesWithName& SwNumRulesWithName::operator=(const SwNumRulesWithName &rCopy) in operator =()291 SwNumRulesWithName::SwNumRulesWithName( SvStream &rStream, sal_uInt16 nVersion ) in SwNumRulesWithName() function in SwNumRulesWithName340 void SwNumRulesWithName::Store( SvStream &rStream ) in Store()542 SwNumRulesWithName::_SwNumFmtGlobal::~_SwNumFmtGlobal() in ~_SwNumFmtGlobal()550 void SwNumRulesWithName::_SwNumFmtGlobal::Store( SvStream& rStream ) in Store()[all …]
40 class SW_DLLPUBLIC SwNumRulesWithName class70 SwNumRulesWithName(const SwNumRule &, const String &);71 SwNumRulesWithName( const SwNumRulesWithName & );72 SwNumRulesWithName(SvStream &, sal_uInt16 nVersion);73 ~SwNumRulesWithName();75 const SwNumRulesWithName &operator=(const SwNumRulesWithName &);90 SwNumRulesWithName *pNumRules[ MAX_NUM_RULES ];104 inline const SwNumRulesWithName* GetRules(sal_uInt16 nIdx) const;106 const SwNumRulesWithName &rCopy,121 virtual void ApplyNumRules( const SwNumRulesWithName &rCopy,[all …]
327 const SwNumRulesWithName *pRules = pChapterNumRules->GetRules(i); in IMPL_LINK()360 const SwNumRulesWithName *pRules = pChapterNumRules->GetRules(i); in IMPL_LINK()370 pChapterNumRules->ApplyNumRules( SwNumRulesWithName( in IMPL_LINK()383 const SwNumRulesWithName *pRules = pChapterNumRules->GetRules( nLevelNo ); in IMPL_LINK()
Completed in 36 milliseconds