Home
last modified time | relevance | path

Searched refs:SwXFootnotes (Results 1 – 9 of 9) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXFootnotes.csv1 "SwXFootnotes";"com::sun::star::container::XIndexAccess";"getCount()"
2 "SwXFootnotes";"com::sun::star::container::XIndexAccess";"getByIndex()"
3 "SwXFootnotes";"com::sun::star::container::XElementAccess";"getElementType()"
4 "SwXFootnotes";"com::sun::star::container::XElementAccess";"hasElements()"
/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx1535 OUString SwXFootnotes::getImplementationName(void) throw( RuntimeException ) in getImplementationName()
1540 sal_Bool SwXFootnotes::supportsService(const OUString& rServiceName) throw( RuntimeException ) in supportsService()
1545 Sequence< OUString > SwXFootnotes::getSupportedServiceNames(void) throw( RuntimeException ) in getSupportedServiceNames()
1553 SwXFootnotes::SwXFootnotes(sal_Bool bEnd, SwDoc* _pDoc) in SwXFootnotes() function in SwXFootnotes
1559 SwXFootnotes::~SwXFootnotes() in ~SwXFootnotes()
1563 sal_Int32 SwXFootnotes::getCount(void) throw( uno::RuntimeException ) in getCount()
1582 uno::Any SwXFootnotes::getByIndex(sal_Int32 nIndex) in getByIndex()
1616 uno::Type SAL_CALL SwXFootnotes::getElementType() throw(uno::RuntimeException) in getElementType()
1621 sal_Bool SwXFootnotes::hasElements(void) throw( uno::RuntimeException ) in hasElements()
1629 Reference<XFootnote> SwXFootnotes::GetObject( SwDoc& rDoc, const SwFmtFtn& rFmt ) in GetObject()
H A Dunoportenum.cxx932 SwXFootnotes::GetObject(*pDoc, pAttr->GetFtn()); in lcl_ExportHints()
/trunk/main/sw/inc/
H A Dunocoll.hxx512 class SwXFootnotes : public SwSimpleIndexAccessBaseClass, class
518 virtual ~SwXFootnotes();
520 SwXFootnotes(sal_Bool bEnd, SwDoc* pDoc);
H A Dunofootnote.hxx62 friend class SwXFootnotes;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXFootnotes.java59 public class SwXFootnotes extends TestCase { class
/trunk/main/sw/qa/unoapi/
H A Dsw.sce57 -o sw.SwXFootnotes
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx708 *pxXFootnotes = new SwXFootnotes(sal_False, pDocShell->GetDoc()); in getFootnotes()
739 *pxXEndnotes = new SwXFootnotes(sal_True, pDocShell->GetDoc()); in getEndnotes()
1657 ((SwXFootnotes*)pFtn)->Invalidate(); in InitNewDoc()
1665 ((SwXFootnotes*)pFtn)->Invalidate(); in InitNewDoc()
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst212 job214=sw.SwXFootnotes

Completed in 87 milliseconds