Lines Matching refs:SvxUnoNumberingRules

99 UNO3_GETIMPLEMENTATION_IMPL( SvxUnoNumberingRules );
101 SvxUnoNumberingRules::SvxUnoNumberingRules( const SvxNumRule& rRule ) throw() in SvxUnoNumberingRules() function in SvxUnoNumberingRules
106 SvxUnoNumberingRules::~SvxUnoNumberingRules() throw() in ~SvxUnoNumberingRules()
111 void SAL_CALL SvxUnoNumberingRules::replaceByIndex( sal_Int32 Index, const uno::Any& Element ) in replaceByIndex()
127 sal_Int32 SAL_CALL SvxUnoNumberingRules::getCount() throw( RuntimeException ) in getCount()
134 Any SAL_CALL SvxUnoNumberingRules::getByIndex( sal_Int32 Index ) in getByIndex()
146 Type SAL_CALL SvxUnoNumberingRules::getElementType() in getElementType()
152 sal_Bool SAL_CALL SvxUnoNumberingRules::hasElements() throw( RuntimeException ) in hasElements()
158 sal_Int16 SAL_CALL SvxUnoNumberingRules::compare( const Any& rAny1, const Any& rAny2 ) throw(Runtim… in compare()
160 return SvxUnoNumberingRules::Compare( rAny1, rAny2 ); in compare()
164 Reference< XCloneable > SAL_CALL SvxUnoNumberingRules::createClone( ) throw (RuntimeException) in createClone()
166 return new SvxUnoNumberingRules(maRule); in createClone()
172 OUString SAL_CALL SvxUnoNumberingRules::getImplementationName( ) throw(RuntimeException) in getImplementationName()
177 sal_Bool SAL_CALL SvxUnoNumberingRules::supportsService( const OUString& ServiceName ) throw(Runtim… in supportsService()
182 Sequence< OUString > SAL_CALL SvxUnoNumberingRules::getSupportedServiceNames( ) throw(RuntimeExcep… in getSupportedServiceNames()
189 Sequence<beans::PropertyValue> SvxUnoNumberingRules::getNumberingRuleByIndex( sal_Int32 nIndex) con… in getNumberingRuleByIndex()
288 void SvxUnoNumberingRules::setNumberingRuleByIndex( const Sequence< beans::PropertyValue >& rProper… in setNumberingRuleByIndex()
493 SvxUnoNumberingRules* pRule = SvxUnoNumberingRules::getImplementation( xRule ); in SvxGetNumRule()
502 SvxUnoNumberingRules* pRule = SvxUnoNumberingRules::getImplementation( xRule ); in SvxGetNumRule()
511 pRule = new SvxUnoNumberingRules( rNumRule ); in SvxGetNumRule()
543 return new SvxUnoNumberingRules( *pRule ); in SvxCreateNumRule()
548 return new SvxUnoNumberingRules( aDefaultRule ); in SvxCreateNumRule()
563 return SvxUnoNumberingRules::Compare( Any1, Any2 ); in compare()
566 sal_Int16 SvxUnoNumberingRules::Compare( const Any& Any1, const Any& Any2 ) in Compare()
574 SvxUnoNumberingRules* pRule1 = SvxUnoNumberingRules::getImplementation( x1 ); in Compare()
577 SvxUnoNumberingRules* pRule2 = SvxUnoNumberingRules::getImplementation( x2 ); in Compare()