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.cxx1463 SwXNumberingRulesCollection::SwXNumberingRulesCollection( SwDoc* _pDoc ) : in SwXNumberingRulesCollection() function in SwXNumberingRulesCollection
1468 SwXNumberingRulesCollection::~SwXNumberingRulesCollection() in ~SwXNumberingRulesCollection()
1472 sal_Int32 SwXNumberingRulesCollection::getCount(void) in getCount()
1480 uno::Any SwXNumberingRulesCollection::getByIndex(sal_Int32 nIndex) in getByIndex()
1501 uno::Type SAL_CALL SwXNumberingRulesCollection::getElementType() in getElementType()
1506 sal_Bool SwXNumberingRulesCollection::hasElements(void) 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.cxx687 *pxXNumberingRules = new SwXNumberingRulesCollection( pDocShell->GetDoc() ); in getNumberingRules()
1632 ((SwXNumberingRulesCollection*)pNum)->Invalidate(); in InitNewDoc()