Home
last modified time | relevance | path

Searched refs:sSystemId (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/sax/test/sax/
H A Dtestsax.cxx417 const OUString& sSystemId) in resolveEntity() argument
421 source.sSystemId = sSystemId; in resolveEntity()
425 OUStringToOString( sSystemId , RTL_TEXTENCODING_ASCII_US) , m_xSMgr ); in resolveEntity()
513 source.sSystemId = sInput; in testSimple()
579 source.sSystemId = sInput; in testNamespaces()
633 source.sSystemId = sInput; in testEncoding()
668 source.sSystemId = sInput; in testFile()
727 source.sSystemId = sInput; in testPerformance()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx471 virtual InputSource resolveEntity(const UString& sPublicId, const UString& sSystemId) in resolveEntity() argument
475 source.sSystemId = sSystemId; in resolveEntity()
477 source.aInputStream = createStreamFromFile( USTRING_TO_PCHAR( sSystemId ) , m_xSMgr ); in resolveEntity()
586 source.sSystemId = sInput; in testSimple()
647 source.sSystemId = sInput; in testNamespaces()
704 source.sSystemId = sInput; in testEncoding()
744 source.sSystemId = sInput; in testFile()
796 source.sSystemId = sInput; in testPerformance()
/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx266 const OUString& sSystemId) in resolveEntity() argument
270 source.sSystemId = sSystemId; in resolveEntity()
274 OUStringToOString( sSystemId.getStr(), RTL_TEXTENCODING_ASCII_US).getStr() ); in resolveEntity()
367 source.sSystemId = OUString::createFromAscii( argv[2] ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/sax/test/
H A Dsaxdemo.cxx216 const OUString& sSystemId) in resolveEntity() argument
220 source.sSystemId = sSystemId; in resolveEntity()
224 OUStringToOString( sSystemId , RTL_TEXTENCODING_ASCII_US) ); in resolveEntity()
557 source.sSystemId = OUString::createFromAscii( argv[1] ); in main()
/trunk/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx66 … virtual InputSource SAL_CALL resolveEntity( const OUString& sPublicId, const OUString& sSystemId ) in resolveEntity() argument
71 is.sSystemId = sSystemId; in resolveEntity()
78 Content aContent(sSystemId, aEnvironment); in resolveEntity()
/trunk/main/xmloff/source/core/
H A Dxmlerror.cxx75 OUString sSystemId; /// public identifier member in ErrorRecord
90 sSystemId(rSystemId), in ErrorRecord()
250 rErr.sPublicId, rErr.sSystemId, rErr.nRow, rErr.nColumn ); in ThrowErrorAsSAXException()
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx398 return m_pParser->getEntity().structSource.sSystemId; in getSystemId()
626 OUString getErrorMessage( XML_Error xmlE, OUString sSystemId , sal_Int32 nLine ) in getErrorMessage() argument
700 str += sSystemId; in getErrorMessage()
742 OUString sSystemId = rDocumentLocator->getSystemId(); in parse() local
746 getErrorMessage(xmlE , sSystemId, nLine) , in parse()
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx171 return mpParser->getEntity().maStructSource.sSystemId; in getSystemId()
586 OUString lclGetErrorMessage( XML_Error xmlE, const OUString& sSystemId, sal_Int32 nLine ) in lclGetErrorMessage() argument
618 aBuffer.append( sSystemId ); in lclGetErrorMessage()
652 OUString sSystemId = mxDocumentLocator->getSystemId(); in parse() local
656 lclGetErrorMessage( xmlE, sSystemId, nLine ), in parse()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx117 aParserInput.sSystemId = aNames [ nIdx ] ->aPackageName; in GetDoc()
215 aParserInput.sSystemId = aName; in GetMacroTable()
343 aParserInput.sSystemId = aName; in GetBlockText()
497 aParserInput.sSystemId = sDocName; in ReadInfo()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXDTDHandler.idl58 [in] string sSystemId );
66 [in] string sSystemId,
H A DXEntityResolver.idl59 InputSource resolveEntity( [in] string sPublicId, [in] string sSystemId );
H A DInputSource.idl77 string sSystemId;
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx460 inputSource.sSystemId = *aIter; in merge()
485 inputSource.sSystemId = *aSubIter; in merge()
521 inputSource.sSystemId = UOFELEMNAME; in startUOFRootXML()
H A Duof2splitter.cxx85 aInput.sSystemId = aURL; in start()
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx177 source.sSystemId = OUString::createFromAscii( "virtual file" ); in writeOasis2OOoLibraryElement()
317 source.sSystemId = aFile; in importLibraryElement()
/trunk/main/desktop/source/deployment/
H A Ddp_xml.cxx70 source.sSystemId = ucb_content.getURL(); in xml_parse()
/trunk/main/oox/source/core/
H A Dfastparser.cxx119 aInputSource.sSystemId = rStreamName; in parseStream()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_addfunc.cxx129 source.sSystemId = OUString( RTL_CONSTASCII_USTRINGPARAM("virtual file") ); in importDialogModel()
/trunk/main/package/source/package/manifest/
H A DManifestReader.cxx77 aParserInput.sSystemId = OUString ( RTL_CONSTASCII_USTRINGPARAM ( "META-INF/manifest.xml" ) ); in readManifestSequence()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx98 aResult.back().sSystemId = rEntry.Second; in lclGetRelatedStreams()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx151 aParserInput.sSystemId = rName; in ReadThroughComponent()
1075 aParserInput.sSystemId = sDocName; in GetSectionList()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java131 aInput.sSystemId = sURL; in importer()
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx127 aParserInput.sSystemId = aStringID; in ReadLocalizationSequence_Impl()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DFlatXml.cxx161 aInput.sSystemId = aURL; in importer()
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx298 source.sSystemId = ucb_content.getURL(); in bindPackage_()

Completed in 75 milliseconds

12