Lines Matching refs:SvxNumRule

780 sal_Int32 SvxNumRule::nRefCount = 0;
784 SvxNumRule::SvxNumRule( sal_uLong nFeatures, in SvxNumRule() function in SvxNumRule
845 SvxNumRule::SvxNumRule(const SvxNumRule& rCopy) in SvxNumRule() function in SvxNumRule
866 SvxNumRule::SvxNumRule(SvStream &rStream) in SvxNumRule() function in SvxNumRule
904 SvStream& SvxNumRule::Store(SvStream &rStream) in Store()
943 SvxNumRule::~SvxNumRule() in ~SvxNumRule()
956 SvxNumRule& SvxNumRule::operator=( const SvxNumRule& rCopy ) in operator =()
976 int SvxNumRule::operator==( const SvxNumRule& rCopy) const in operator ==()
1000 const SvxNumberFormat* SvxNumRule::Get(sal_uInt16 nLevel)const in Get()
1011 const SvxNumberFormat& SvxNumRule::GetLevel(sal_uInt16 nLevel)const in GetLevel()
1029 void SvxNumRule::SetLevel( sal_uInt16 i, const SvxNumberFormat& rNumFmt, sal_Bool bIsValid ) in SetLevel()
1044 void SvxNumRule::SetLevel(sal_uInt16 nLevel, const SvxNumberFormat* pFmt) in SetLevel()
1063 String SvxNumRule::MakeNumString( const SvxNodeNum& rNum, sal_Bool bInclStrings ) const in MakeNumString()
1123 sal_Bool SvxNumRule::UnLinkGraphics() in UnLinkGraphics()
1157 SvxNumBulletItem::SvxNumBulletItem(SvxNumRule& rRule) : in SvxNumBulletItem()
1159 pNumRule(new SvxNumRule(rRule)) in SvxNumBulletItem()
1166 SvxNumBulletItem::SvxNumBulletItem(SvxNumRule& rRule, sal_uInt16 _nWhich ) : in SvxNumBulletItem()
1168 pNumRule(new SvxNumRule(rRule)) in SvxNumBulletItem()
1183 pNumRule = new SvxNumRule(*rCopy.pNumRule); in SvxNumBulletItem()
1240 SvxNumRule* pNewRule = new SvxNumRule( SvxGetNumRule( xRule ) ); in PutValue()
1244SvxNumRule* pConverted = SvxConvertNumRule( pNewRule, pNumRule->GetLevelCount(), pNumRule->GetNumR… in PutValue()
1262 SvxNumRule* SvxConvertNumRule( const SvxNumRule* pRule, sal_uInt16 nLevels, SvxNumRuleType eType ) in SvxConvertNumRule()
1265SvxNumRule* pNewRule = new SvxNumRule( pRule->GetFeatureFlags(), nLevels, pRule->IsContinuousNumbe… in SvxConvertNumRule()