Home
last modified time | relevance | path

Searched refs:ManifestImport (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/package/source/manifest/
H A DManifestImport.cxx66 ManifestImport::ManifestImport( vector < Sequence < PropertyValue > > & rNewManVector ) in ManifestImport() function in ManifestImport
90 ManifestImport::~ManifestImport ( void ) in ~ManifestImport()
95 void SAL_CALL ManifestImport::startDocument( ) in startDocument()
101 void SAL_CALL ManifestImport::endDocument( ) in endDocument()
251 void SAL_CALL ManifestImport::endElement( const OUString& aName ) in endElement()
292 void SAL_CALL ManifestImport::characters( const OUString& /*aChars*/ ) in characters()
298 void SAL_CALL ManifestImport::ignorableWhitespace( const OUString& /*aWhitespaces*/ ) in ignorableWhitespace()
304 void SAL_CALL ManifestImport::processingInstruction( const OUString& /*aTarget*/, const OUString& /… in processingInstruction()
310 void SAL_CALL ManifestImport::setDocumentLocator( const uno::Reference< xml::sax::XLocator >& /*xLo… in setDocumentLocator()
363 ::rtl::OUString ManifestImport::ConvertNameWithNamespace( const ::rtl::OUString& aName, const Strin… in ConvertNameWithNamespace()
[all …]
H A DManifestImport.hxx60 class ManifestImport : public cppu::WeakImplHelper1 < com::sun::star::xml::sax::XDocumentHandler > class
92ManifestImport( std::vector < ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyV…
93 ~ManifestImport( void );
H A Dmakefile.mk42 $(SLO)$/ManifestImport.obj \
H A DManifestReader.cxx74 Reference < XDocumentHandler > xFilter = new ManifestImport( aManVector ); in readManifestSequence()

Completed in 20 milliseconds