Searched refs:SwXDocumentIndexes (Results 1 – 7 of 7) sorted by relevance
1 "SwXDocumentIndexes";"com::sun::star::container::XNameAccess";"getByName()"2 "SwXDocumentIndexes";"com::sun::star::container::XNameAccess";"getElementNames()"3 "SwXDocumentIndexes";"com::sun::star::container::XNameAccess";"hasByName()"4 "SwXDocumentIndexes";"com::sun::star::container::XIndexAccess";"getCount()"5 "SwXDocumentIndexes";"com::sun::star::container::XIndexAccess";"getByIndex()"6 "SwXDocumentIndexes";"com::sun::star::container::XElementAccess";"getElementType()"7 "SwXDocumentIndexes";"com::sun::star::container::XElementAccess";"hasElements()"
2521 SwXDocumentIndexes::SwXDocumentIndexes(SwDoc *const _pDoc) in SwXDocumentIndexes() function in SwXDocumentIndexes2528 SwXDocumentIndexes::~SwXDocumentIndexes() in ~SwXDocumentIndexes()2536 SwXDocumentIndexes::getImplementationName() throw (uno::RuntimeException) in getImplementationName()2549 SwXDocumentIndexes::supportsService(const OUString& rServiceName) in supportsService()2567 SwXDocumentIndexes::getCount() throw (uno::RuntimeException) in getCount()2592 SwXDocumentIndexes::getByIndex(sal_Int32 nIndex) in getByIndex()2627 SwXDocumentIndexes::getByName(const OUString& rName) in getByName()2661 SwXDocumentIndexes::getElementNames() throw (uno::RuntimeException) in getElementNames()2701 SwXDocumentIndexes::hasByName(const OUString& rName) in hasByName()2731 SwXDocumentIndexes::getElementType() throw (uno::RuntimeException) in getElementType()[all …]
320 class SwXDocumentIndexes class327 virtual ~SwXDocumentIndexes();331 SwXDocumentIndexes(SwDoc *const pDoc);
61 public class SwXDocumentIndexes extends TestCase { class
49 -o sw.SwXDocumentIndexes
205 job207=sw.SwXDocumentIndexes
1673 ((SwXDocumentIndexes*)pIdxs)->Invalidate(); in InitNewDoc()1973 *pxXDocumentIndexes = new SwXDocumentIndexes(pDocShell->GetDoc()); in getDocumentIndexes()
Completed in 44 milliseconds