Home
last modified time | relevance | path

Searched refs:SvxUnoNumberingRules (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/editeng/source/uno/
H A Dunonrule.cxx99 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()
[all …]
/AOO42X/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoNumberingRules.csv1 "SvxUnoNumberingRules";"com::sun::star::container::XIndexAccess";"getCount()"
2 "SvxUnoNumberingRules";"com::sun::star::container::XIndexAccess";"getByIndex()"
3 "SvxUnoNumberingRules";"com::sun::star::container::XElementAccess";"getElementType()"
4 "SvxUnoNumberingRules";"com::sun::star::container::XElementAccess";"hasElements()"
5 "SvxUnoNumberingRules";"com::sun::star::container::XIndexReplace";"replaceByIndex()"
6 "SvxUnoNumberingRules";"com::sun::star::text::NumberingRules";"IsAbsoluteMargins#optional"
7 "SvxUnoNumberingRules";"com::sun::star::text::NumberingRules";"IsAutomatic#optional"
8 "SvxUnoNumberingRules";"com::sun::star::text::NumberingRules";"IsContinuousNumbering#optional"
9 "SvxUnoNumberingRules";"com::sun::star::text::NumberingRules";"Name#optional"
10 "SvxUnoNumberingRules";"com::sun::star::beans::XPropertySet#optional";"getPropertySetInfo()"
[all …]
/AOO42X/main/editeng/inc/editeng/
H A Dunonrule.hxx44 class SvxUnoNumberingRules : public ::cppu::WeakAggImplHelper5< com::sun::star::container::XIndexRe… class
50 SvxUnoNumberingRules( const SvxNumRule& rRule ) throw();
51 virtual ~SvxUnoNumberingRules() throw();
53 UNO3_GETIMPLEMENTATION_DECL( SvxUnoNumberingRules )
/AOO42X/main/qadevOOo/tests/java/mod/_svx/
H A DSvxUnoNumberingRules.java42 public class SvxUnoNumberingRules extends TestCase { class
/AOO42X/main/svx/qa/unoapi/
H A Dsvx.sce44 -o svx.SvxUnoNumberingRules