Lines Matching refs:com

46 using namespace com::sun::star::xml::sax;
47 using namespace com::sun::star::io;
48 using namespace com::sun::star::uno;
49 using namespace com::sun::star::util;
60com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw (::com::sun::star…
61com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw (::com::sun::s…
62 …throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::BufferSizeExceededExcept…
63 …32 SAL_CALL available( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io…
64 …d SAL_CALL closeInput( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io…
68com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw (::com::sun::star… in readBytes()
76com::sun::star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw (::com::sun::s… in readSomeBytes()
81 …throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::BufferSizeExceededExcept… in skipBytes()
87 …nputStream::available( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io… in available()
96 …putStream::closeInput( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io… in closeInput()
203 void AddToList( const sal_Char* cuType, const ::com::sun::star::uno::Any& aSAXParseException );
227 …d SAL_CALL error( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::…
228 …_CALL fatalError( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::…
229 …SAL_CALL warning( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::…
232 …virtual void SAL_CALL startDocument( ) throw (::com::sun::star::xml::sax::SAXException, ::com::su…
233 …virtual void SAL_CALL endDocument( ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun:…
234 …st ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttribs ) thro…
235 …L endElement( const ::rtl::OUString& aName ) throw (::com::sun::star::xml::sax::SAXException, ::co…
236 … characters( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sax::SAXException, ::co…
237 …space( const ::rtl::OUString& aWhitespaces ) throw (::com::sun::star::xml::sax::SAXException, ::co…
238 …ing& aTarget, const ::rtl::OUString& aData ) throw (::com::sun::star::xml::sax::SAXException, ::co…
239 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >& xLocator ) throw (…
302 void SAXParser::AddToList( const sal_Char* cuType, const ::com::sun::star::uno::Any& aSAXParseExcep… in AddToList()
320 …SAXParser::error( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::… in error()
325 …rser::fatalError( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::… in fatalError()
330 …XParser::warning( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::… in warning()
337 void SAXParser::startDocument( ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star… in startDocument()
344 void SAXParser::endDocument( ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::… in endDocument()
348 …st ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttribs ) thro… in startElement()
355 …::endElement( const ::rtl::OUString& aName ) throw (::com::sun::star::xml::sax::SAXException, ::co… in endElement()
361 …:characters( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sax::SAXException, ::co… in characters()
379 …space( const ::rtl::OUString& aWhitespaces ) throw (::com::sun::star::xml::sax::SAXException, ::co… in ignorableWhitespace()
384 …ing& aTarget, const ::rtl::OUString& aData ) throw (::com::sun::star::xml::sax::SAXException, ::co… in processingInstruction()
390 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >& xLocator ) throw (… in setDocumentLocator()