Home
last modified time | relevance | path

Searched refs:SwXNumberingRulesCollection (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx1481 SwXNumberingRulesCollection::SwXNumberingRulesCollection( SwDoc* _pDoc ) : in SwXNumberingRulesCollection() function in SwXNumberingRulesCollection
1486 SwXNumberingRulesCollection::~SwXNumberingRulesCollection() in ~SwXNumberingRulesCollection()
1490 sal_Int32 SwXNumberingRulesCollection::getCount(void) throw( uno::RuntimeException ) in getCount()
1498 uno::Any SwXNumberingRulesCollection::getByIndex(sal_Int32 nIndex) in getByIndex()
1520 uno::Type SAL_CALL SwXNumberingRulesCollection::getElementType() throw(uno::RuntimeException) in getElementType()
1525 sal_Bool SwXNumberingRulesCollection::hasElements(void) throw( uno::RuntimeException ) in hasElements()
/trunk/main/sw/inc/
H A Dunocoll.hxx479 class SwXNumberingRulesCollection : public cppu::WeakImplHelper1 class
486 virtual ~SwXNumberingRulesCollection();
489 SwXNumberingRulesCollection( SwDoc* pDoc );
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx692 *pxXNumberingRules = new SwXNumberingRulesCollection( pDocShell->GetDoc() ); in getNumberingRules()
1649 ((SwXNumberingRulesCollection*)pNum)->Invalidate(); in InitNewDoc()