Home
last modified time | relevance | path

Searched refs:rNumRule (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/sw/source/core/doc/
H A Dnumber.cxx628 sName( rNumRule.sName ), in SwNumRule()
654 if( rNumRule.aFmts[ n ] ) in SwNumRule()
655 Set( n, *rNumRule.aFmts[ n ] ); in SwNumRule()
713 if( this != &rNumRule ) in operator =()
716 Set( n, rNumRule.aFmts[ n ] ); in operator =()
718 eRuleType = rNumRule.eRuleType; in operator =()
719 sName = rNumRule.sName; in operator =()
723 bAbsSpaces = rNumRule.bAbsSpaces; in operator =()
948 Set( n, rNumRule.aFmts[ n ] ); in CopyNumRule()
957 eRuleType = rNumRule.eRuleType; in CopyNumRule()
[all …]
/aoo4110/main/xmloff/source/style/
H A Dxmlnumi.cxx1199 const Reference< container::XIndexReplace > & rNumRule, in FillUnoNumRule()
1204 if( pLevelStyles && rNumRule.is() ) in FillUnoNumRule()
1207 sal_Int32 l_nLevels = rNumRule->getCount(); in FillUnoNumRule()
1219 rNumRule->replaceByIndex( nLevel, aAny ); in FillUnoNumRule()
1224 Reference < XPropertySet > xPropSet( rNumRule, UNO_QUERY ); in FillUnoNumRule()
1249 const Reference< XIndexReplace >& rNumRule = in CreateAndInsertLate() local
1253 if( rNumRule.is() ) in CreateAndInsertLate()
1254 FillUnoNumRule( rNumRule, 0 ); in CreateAndInsertLate()
1373 const Reference < XIndexReplace > & rNumRule, in SetDefaultStyle()
1418 rNumRule->replaceByIndex( nLevel, aAny ); in SetDefaultStyle()
H A Dxmlnume.cxx759 const Reference< XIndexReplace >& rNumRule ) in exportNumberingRule()
761 Reference< XPropertySet > xPropSet( rNumRule, UNO_QUERY ); in exportNumberingRule()
797 exportLevelStyles( rNumRule ); in exportNumberingRule()
/aoo4110/main/editeng/source/uno/
H A Dunonrule.cxx500 bool SvxGetNumRule( Reference< XIndexReplace > xRule, SvxNumRule& rNumRule ) in SvxGetNumRule() argument
505 rNumRule = pRule->getNumRule(); in SvxGetNumRule()
511 pRule = new SvxUnoNumberingRules( rNumRule ); in SvxGetNumRule()
522 rNumRule = pRule->getNumRule(); in SvxGetNumRule()
/aoo4110/main/xmloff/inc/xmloff/
H A Dxmlnumi.hxx79 ::com::sun::star::container::XIndexReplace > & rNumRule,
97 ::com::sun::star::container::XIndexReplace > & rNumRule,
/aoo4110/main/sw/source/core/SwNumberTree/
H A DSwNodeNum.cxx71 void SwNodeNum::ChangeNumRule( SwNumRule& rNumRule ) in ChangeNumRule() argument
80 mpNumRule = &rNumRule; in ChangeNumRule()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par3.cxx996 void WW8ListManager::AdjustLVL( sal_uInt8 nLevel, SwNumRule& rNumRule, in AdjustLVL() argument
1006 SwNumFmt aNumFmt = rNumRule.Get( nLevel ); in AdjustLVL()
1049 String aName( sPrefix.Len() ? sPrefix : rNumRule.GetName() ); in AdjustLVL()
1079 String aName( sPrefix.Len() ? sPrefix : rNumRule.GetName() ); in AdjustLVL()
1117 rNumRule.Set(nLevel, aNumFmt); in AdjustLVL()
H A Dwrtw8num.cxx88 sal_uInt16 MSWordExportBase::GetId( const SwNumRule& rNumRule ) in GetId() argument
118 SwNumRule* p = (SwNumRule*)&rNumRule; in GetId()
H A Dww8atr.cxx3358 void AttributeOutputBase::ParaNumRule( const SwNumRuleItem& rNumRule ) in ParaNumRule() argument
3363 if ( rNumRule.GetValue().Len() ) in ParaNumRule()
3366 rNumRule.GetValue() ); in ParaNumRule()
H A Dwrtww8.hxx592 sal_uInt16 GetId( const SwNumRule& rNumRule );
H A Dww8par.hxx256 SwNumRule& rNumRule,
/aoo4110/main/sw/source/core/unocore/
H A Dunosett.cxx1467 const SwNumRule& rNumRule, sal_Int32 nIndex) const in GetNumberingRuleByIndex() argument
1472 const SwNumFmt& rFmt = rNumRule.Get( (sal_uInt16)nIndex ); in GetNumberingRuleByIndex()
1744 SwNumRule& rNumRule, in SetNumberingRuleByIndex() argument
1814 SwNumFmt aFmt(rNumRule.Get( (sal_uInt16)nIndex )); in SetNumberingRuleByIndex()
2236 rNumRule.Set( (sal_uInt16)nIndex, aFmt ); in SetNumberingRuleByIndex()
/aoo4110/main/sw/inc/
H A DSwNodeNum.hxx44 void ChangeNumRule( SwNumRule& rNumRule );
H A Dunosett.hxx221 GetNumberingRuleByIndex(const SwNumRule& rNumRule, sal_Int32 nIndex)const;
222 void SetNumberingRuleByIndex(SwNumRule& rNumRule,
/aoo4110/main/editeng/inc/editeng/
H A Dunonrule.hxx41 …::star::uno::Reference< ::com::sun::star::container::XIndexReplace > xRule, SvxNumRule& rNumRule );
/aoo4110/main/sw/source/filter/html/
H A Dwrthtml.hxx589 Writer& OutCSS1_NumBulListStyleOpt( Writer& rWrt, const SwNumRule& rNumRule,
H A Dcss1atr.cxx2070 Writer& OutCSS1_NumBulListStyleOpt( Writer& rWrt, const SwNumRule& rNumRule, in OutCSS1_NumBulListStyleOpt() argument
2078 const SwNumFmt& rNumFmt = rNumRule.Get( nLevel ); in OutCSS1_NumBulListStyleOpt()
2085 const SwNumFmt& rPrevNumFmt = rNumRule.Get( nLevel-1 ); in OutCSS1_NumBulListStyleOpt()

Completed in 172 milliseconds