Searched refs:aAvailableServices (Results 1 – 2 of 2) sorted by relevance
274 Sequence< ::rtl::OUString > aAvailableServices; in isSpreadsheetDocumentWhichSupplies() local276 aAvailableServices = xDocumentFactory->getAvailableServiceNames( ); in isSpreadsheetDocumentWhichSupplies()279 aAvailableServices.getConstArray(), in isSpreadsheetDocumentWhichSupplies()280 aAvailableServices.getConstArray() + aAvailableServices.getLength(), in isSpreadsheetDocumentWhichSupplies()283 if ( pFound - aAvailableServices.getConstArray() < aAvailableServices.getLength() ) in isSpreadsheetDocumentWhichSupplies()
391 Sequence< ::rtl::OUString > aAvailableServices; in isSpreadsheetDocumentWhichSupplies() local393 aAvailableServices = xDocumentFactory->getAvailableServiceNames( ); in isSpreadsheetDocumentWhichSupplies()396 aAvailableServices.getConstArray(), in isSpreadsheetDocumentWhichSupplies()397 aAvailableServices.getConstArray() + aAvailableServices.getLength(), in isSpreadsheetDocumentWhichSupplies()400 if ( pFound - aAvailableServices.getConstArray() < aAvailableServices.getLength() ) in isSpreadsheetDocumentWhichSupplies()
Completed in 21 milliseconds