Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Dnumber.cxx622 SwNumRule::SwNumRule( const SwNumRule& rNumRule ) in SwNumRule() argument
628 sName( rNumRule.sName ), in SwNumRule()
629 eRuleType( rNumRule.eRuleType ), in SwNumRule()
630 nPoolFmtId( rNumRule.GetPoolFmtId() ), in SwNumRule()
631 nPoolHelpId( rNumRule.GetPoolHelpId() ), in SwNumRule()
632 nPoolHlpFileId( rNumRule.GetPoolHlpFileId() ), in SwNumRule()
633 bAutoRuleFlag( rNumRule.bAutoRuleFlag ), in SwNumRule()
635 bContinusNum( rNumRule.bContinusNum ), in SwNumRule()
636 bAbsSpaces( rNumRule.bAbsSpaces ), in SwNumRule()
641 … meDefaultNumberFormatPositionAndSpaceMode( rNumRule.meDefaultNumberFormatPositionAndSpaceMode ), in SwNumRule()
[all …]
/AOO41X/main/xmloff/source/style/
H A Dxmlnumi.cxx1200 const Reference< container::XIndexReplace > & rNumRule, in FillUnoNumRule()
1205 if( pLevelStyles && rNumRule.is() ) in FillUnoNumRule()
1208 sal_Int32 l_nLevels = rNumRule->getCount(); in FillUnoNumRule()
1232 rNumRule->replaceByIndex( nLevel, aAny ); in FillUnoNumRule()
1237 Reference < XPropertySet > xPropSet( rNumRule, UNO_QUERY ); in FillUnoNumRule()
1262 const Reference< XIndexReplace >& rNumRule = in CreateAndInsertLate() local
1266 if( rNumRule.is() ) in CreateAndInsertLate()
1267 FillUnoNumRule( rNumRule, 0 ); in CreateAndInsertLate()
1386 const Reference < XIndexReplace > & rNumRule, in SetDefaultStyle()
1431 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()
/AOO41X/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()
/AOO41X/main/xmloff/inc/xmloff/
H A Dxmlnumi.hxx79 ::com::sun::star::container::XIndexReplace > & rNumRule,
97 ::com::sun::star::container::XIndexReplace > & rNumRule,
/AOO41X/main/sw/source/core/SwNumberTree/
H A DSwNodeNum.cxx71 void SwNodeNum::ChangeNumRule( SwNumRule& rNumRule ) in ChangeNumRule() argument
80 mpNumRule = &rNumRule; in ChangeNumRule()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par3.cxx1017 void WW8ListManager::AdjustLVL( sal_uInt8 nLevel, SwNumRule& rNumRule, in AdjustLVL() argument
1027 SwNumFmt aNumFmt = rNumRule.Get( nLevel ); in AdjustLVL()
1070 String aName( sPrefix.Len() ? sPrefix : rNumRule.GetName() ); in AdjustLVL()
1100 String aName( sPrefix.Len() ? sPrefix : rNumRule.GetName() ); in AdjustLVL()
1138 rNumRule.Set(nLevel, aNumFmt); in AdjustLVL()
H A Dwrtw8num.cxx89 sal_uInt16 MSWordExportBase::GetId( const SwNumRule& rNumRule ) in GetId() argument
119 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,
/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx1470 const SwNumRule& rNumRule, sal_Int32 nIndex) const in GetNumberingRuleByIndex() argument
1475 const SwNumFmt& rFmt = rNumRule.Get( (sal_uInt16)nIndex ); in GetNumberingRuleByIndex()
1747 SwNumRule& rNumRule, in SetNumberingRuleByIndex() argument
1817 SwNumFmt aFmt(rNumRule.Get( (sal_uInt16)nIndex )); in SetNumberingRuleByIndex()
2267 rNumRule.Set( (sal_uInt16)nIndex, aFmt ); in SetNumberingRuleByIndex()
/AOO41X/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,
/AOO41X/main/editeng/inc/editeng/
H A Dunonrule.hxx41 …::star::uno::Reference< ::com::sun::star::container::XIndexReplace > xRule, SvxNumRule& rNumRule );
/AOO41X/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()