Searched refs:SwXFootnotes (Results 1 – 9 of 9) sorted by relevance
1 "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()"
1535 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 SwXFootnotes1559 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()
932 SwXFootnotes::GetObject(*pDoc, pAttr->GetFtn()); in lcl_ExportHints()
512 class SwXFootnotes : public SwSimpleIndexAccessBaseClass, class518 virtual ~SwXFootnotes();520 SwXFootnotes(sal_Bool bEnd, SwDoc* pDoc);
62 friend class SwXFootnotes;
59 public class SwXFootnotes extends TestCase { class
57 -o sw.SwXFootnotes
708 *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()
212 job214=sw.SwXFootnotes
Completed in 467 milliseconds