Lines Matching refs:star

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;
60star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw (::com::sun::star::io::NotC…
61star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw (::com::sun::star::io::N…
62 …om::sun::star::io::NotConnectedException, ::com::sun::star::io::BufferSizeExceededException, ::com…
63 … available( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::IOExcepti…
64 …closeInput( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::IOExcepti…
68star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw (::com::sun::star::io::NotC… in readBytes()
76star::uno::Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) throw (::com::sun::star::io::N… in readSomeBytes()
81 …om::sun::star::io::NotConnectedException, ::com::sun::star::io::BufferSizeExceededException, ::com… in skipBytes()
87 …:available( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::IOExcepti… in available()
96 …closeInput( ) throw (::com::sun::star::io::NotConnectedException, ::com::sun::star::io::IOExcepti… in closeInput()
203 void AddToList( const sal_Char* cuType, const ::com::sun::star::uno::Any& aSAXParseException );
227 …error( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::xml::sax::S…
228 …Error( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::xml::sax::S…
229 …rning( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::xml::sax::S…
232 …l void SAL_CALL startDocument( ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta…
233 …ual void SAL_CALL endDocument( ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta…
234 …un::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttribs ) throw (::com::s…
235 …t( const ::rtl::OUString& aName ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta…
236 …( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta…
237 …t ::rtl::OUString& aWhitespaces ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta…
238 …t, const ::rtl::OUString& aData ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta…
239 …::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >& xLocator ) throw (::com::sun:…
302 void SAXParser::AddToList( const sal_Char* cuType, const ::com::sun::star::uno::Any& aSAXParseExcep… in AddToList()
320 …error( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::xml::sax::S… in error()
325 …Error( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::xml::sax::S… in fatalError()
330 …rning( const ::com::sun::star::uno::Any& aSAXParseException ) throw (::com::sun::star::xml::sax::S… 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 …un::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttribs ) throw (::com::s… in startElement()
355 …t( const ::rtl::OUString& aName ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta… in endElement()
361 …( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta… in characters()
379 …t ::rtl::OUString& aWhitespaces ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta… in ignorableWhitespace()
384 …t, const ::rtl::OUString& aData ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::sta… in processingInstruction()
390 …::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >& xLocator ) throw (::com::sun:… in setDocumentLocator()