Lines Matching refs:xNumRule
97 …::exportLevelStyles( const uno::Reference< ::com::sun::star::container::XIndexReplace > & xNumRule, in exportLevelStyles() argument
100 sal_Int32 nCount = xNumRule ->getCount(); in exportLevelStyles()
103 uno::Any aEntry( xNumRule->getByIndex( i ) ); in exportLevelStyles()
818 Reference<XIndexReplace> xNumRule; in exportStyle() local
819 aAny >>= xNumRule; in exportStyle()
823 exportNumberingRule( sName, xNumRule ); in exportStyle()
836 Reference< XIndexReplace > xNumRule( xCNSupplier->getChapterNumberingRules() ); in exportOutline() local
837 DBG_ASSERT( xNumRule.is(), "no chapter numbering rules" ); in exportOutline()
839 if( xNumRule.is() ) in exportOutline()
860 exportNumberingRule( sOutlineStyleName, xNumRule ); in exportOutline()
883 exportLevelStyles( xNumRule, sal_True ); in exportOutline()
943 Reference< XIndexReplace > xNumRule; in GetOutlineStyles() local
946 xNumRule = xCNSupplier->getChapterNumberingRules(); in GetOutlineStyles()
947 if( xNumRule.is() ) in GetOutlineStyles()
948 nLevels = xNumRule->getCount(); in GetOutlineStyles()
954 uno::Any aEntry( xNumRule->getByIndex( i ) ); in GetOutlineStyles()