/aoo42x/main/sax/source/expatwrap/ |
H A D | sax_expat.cxx | 123 pThis->rDocumentLocator->getSystemId(),\ 396 virtual OUString SAL_CALL getSystemId(void) throw () in getSystemId() function in sax_expatwrap::LocatorImpl 742 OUString sSystemId = rDocumentLocator->getSystemId(); in parse() 750 rDocumentLocator->getSystemId(), in parse() 907 pImpl->rDocumentLocator->getSystemId(), in callbackExternalEntityRef() 1006 pImpl->rDocumentLocator->getSystemId(), in callErrorHandler()
|
/aoo42x/main/sax/source/fastparser/ |
H A D | fastparser.cxx | 98 virtual OUString SAL_CALL getSystemId(void) throw (RuntimeException); 168 OUString SAL_CALL FastLocatorImpl::getSystemId(void) throw (RuntimeException) in getSystemId() function in sax_fastparser::FastLocatorImpl 652 OUString sSystemId = mxDocumentLocator->getSystemId(); in parse() 660 mxDocumentLocator->getSystemId(), in parse() 902 mxDocumentLocator->getSystemId(), in callbackExternalEntityRef()
|
/aoo42x/main/oox/source/core/ |
H A D | recordparser.cxx | 61 virtual OUString SAL_CALL getSystemId() throw( RuntimeException ); 96 OUString SAL_CALL Locator::getSystemId() throw( RuntimeException ) in getSystemId() function in oox::core::prv::Locator
|
/aoo42x/main/unoxml/source/dom/ |
H A D | notation.cxx | 48 OUString SAL_CALL CNotation::getSystemId() throw (RuntimeException) in getSystemId() function in DOM::CNotation
|
H A D | entity.cxx | 83 OUString SAL_CALL CEntity::getSystemId() throw (RuntimeException) in getSystemId() function in DOM::CEntity
|
H A D | documenttype.cxx | 119 OUString SAL_CALL CDocumentType::getSystemId() throw (RuntimeException) in getSystemId() function in DOM::CDocumentType
|
H A D | notation.hxx | 64 virtual OUString SAL_CALL getSystemId() throw (RuntimeException);
|
H A D | documenttype.hxx | 92 virtual OUString SAL_CALL getSystemId() throw (RuntimeException);
|
H A D | entity.hxx | 75 virtual OUString SAL_CALL getSystemId() throw (RuntimeException);
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocumentException.java | 79 message.append(spe.getSystemId()); in OfficeDocumentException()
|
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/utils/ |
H A D | ManifestParser.java | 79 System.out.println("\tSystemId: " + spe.getSystemId()); in parse()
|
/aoo42x/main/offapi/com/sun/star/xml/dom/ |
H A D | XNotation.idl | 43 string getSystemId();
|
H A D | XEntity.idl | 48 string getSystemId();
|
H A D | XDocumentType.idl | 69 string getSystemId();
|
/aoo42x/main/offapi/com/sun/star/xml/sax/ |
H A D | XLocator.idl | 66 string getSystemId();
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmlerror.cxx | 207 rLocator->getPublicId(), rLocator->getSystemId() ); in AddRecord()
|
/aoo42x/main/qadevOOo/tests/java/ifc/xml/sax/ |
H A D | _XDocumentHandler.java | 105 public String getSystemId() { in getSystemId() method in _XDocumentHandler.DocumentLocator
|
/aoo42x/main/filter/source/xsltvalidate/ |
H A D | XSLTValidate.java | 169 String aSystemId = e.getSystemId(); in JavaSAXParseEceptionToUno()
|
/aoo42x/main/sax/test/sax/ |
H A D | testsax.cxx | 342 OString o = OUStringToOString( m_rLocator->getSystemId() , RTL_TEXTENCODING_UTF8 ); in startElement()
|
/aoo42x/main/extensions/test/sax/ |
H A D | testsax.cxx | 410 printf( "%s(%d):" , USTRING_TO_PCHAR( m_rLocator->getSystemId() ) , in startElement()
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | XMLTools.java | 212 "','" + loc.getSystemId() + "')") ; in setDocumentLocator()
|
/aoo42x/main/automation/source/server/ |
H A D | XMLParser.cxx | 396 aTester = xLocator->getSystemId(); in setDocumentLocator()
|