Searched refs:SwNumRulesWithName (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sw/source/ui/config/ |
| H A D | uinums.cxx | 134 void SwBaseNumRules::ApplyNumRules(const SwNumRulesWithName &rCopy, sal_uInt16 nIdx) in ApplyNumRules() 138 pNumRules[nIdx] = new SwNumRulesWithName( rCopy ); in ApplyNumRules() 193 pNumRules[i] = new SwNumRulesWithName( rStream, nVersion ); in Load() 225 void SwChapterNumRules::ApplyNumRules(const SwNumRulesWithName &rCopy, sal_uInt16 nIdx) in ApplyNumRules() 233 SwNumRulesWithName::SwNumRulesWithName( const SwNumRule &rCopy, in SwNumRulesWithName() function in SwNumRulesWithName 250 SwNumRulesWithName::SwNumRulesWithName( const SwNumRulesWithName& rCopy ) in SwNumRulesWithName() function in SwNumRulesWithName 260 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 SwNumRulesWithName 320 void SwNumRulesWithName::MakeNumRule( SwWrtShell& rSh, SwNumRule& rChg ) const in MakeNumRule() [all …]
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | uinums.hxx | 40 class SW_DLLPUBLIC SwNumRulesWithName class 70 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 …]
|
| /AOO42X/main/sw/source/ui/misc/ |
| H A D | outline.cxx | 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()
|