Searched refs:SwXParagraphEnumeration (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 452 class SwXParagraphEnumeration::Impl 531 SwXParagraphEnumeration::SwXParagraphEnumeration( in SwXParagraphEnumeration() function in SwXParagraphEnumeration 536 : m_pImpl( new SwXParagraphEnumeration::Impl(xParent, pCursor, eType, in SwXParagraphEnumeration() 541 SwXParagraphEnumeration::~SwXParagraphEnumeration() in ~SwXParagraphEnumeration() 546 SwXParagraphEnumeration::getImplementationName() throw (uno::RuntimeException) in getImplementationName() 559 SwXParagraphEnumeration::supportsService(const OUString& rServiceName) in supportsService() 567 SwXParagraphEnumeration::getSupportedServiceNames() in getSupportedServiceNames() 575 SwXParagraphEnumeration::hasMoreElements() throw (uno::RuntimeException) in hasMoreElements() 619 SwXParagraphEnumeration::Impl::NextElement_Impl() in NextElement_Impl() 722 uno::Any SAL_CALL SwXParagraphEnumeration::nextElement() in nextElement() [all …]
|
H A D | unoredline.cxx | 180 return new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_REDLINE); in createEnumeration() 622 xRet = new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_REDLINE); in createEnumeration()
|
H A D | unoftn.cxx | 576 new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_FOOTNOTE); in createEnumeration()
|
H A D | unotext.cxx | 2634 = new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_BODY); in createEnumeration() 2952 aRef = new SwXParagraphEnumeration(this, pUnoCursor, in createEnumeration()
|
H A D | unotbl.cxx | 1158 SwXParagraphEnumeration *const pEnum = in createEnumeration() 1159 new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_TBLTEXT, in createEnumeration()
|
H A D | unoobj.cxx | 3214 new SwXParagraphEnumeration( in createEnumeration()
|
H A D | unoframe.cxx | 3287 aRef = new SwXParagraphEnumeration(this, pUnoCursor, CURSOR_FRAME); in createEnumeration()
|
/aoo42x/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXParagraphEnumeration.csv | 1 "SwXParagraphEnumeration";"com::sun::star::container::XEnumeration";"hasMoreElements()" 2 "SwXParagraphEnumeration";"com::sun::star::container::XEnumeration";"nextElement()"
|
/aoo42x/main/sw/inc/ |
H A D | unoparagraph.hxx | 318 class SwXParagraphEnumeration class 327 virtual ~SwXParagraphEnumeration(); 332 SwXParagraphEnumeration(
|
/aoo42x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXParagraphEnumeration.java | 56 public class SwXParagraphEnumeration extends TestCase { class
|
/aoo42x/main/sw/qa/unoapi/ |
H A D | sw.sce | 65 -o sw.SwXParagraphEnumeration
|
/aoo42x/main/framework/qa/complex/api_internal/ |
H A D | api.lst | 218 job220=sw.SwXParagraphEnumeration
|
Completed in 141 milliseconds