Lines Matching refs:JavaMigration

94 class JavaMigration : public ::cppu::WeakImplHelper4<  class
208 ~JavaMigration();
221 JavaMigration::~JavaMigration() in ~JavaMigration()
238 OUString SAL_CALL JavaMigration::getImplementationName() in getImplementationName()
244 sal_Bool SAL_CALL JavaMigration::supportsService( const OUString & rServiceName ) in supportsService()
258 css::uno::Sequence< OUString > SAL_CALL JavaMigration::getSupportedServiceNames() in getSupportedServiceNames()
265 void SAL_CALL JavaMigration::initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) in initialize()
309 css::uno::Any SAL_CALL JavaMigration::execute( in execute()
321 void JavaMigration::migrateJavarc() in migrateJavarc()
356 void SAL_CALL JavaMigration::startLayer() in startLayer()
362 void SAL_CALL JavaMigration::endLayer() in endLayer()
370 void SAL_CALL JavaMigration::overrideNode( in overrideNode()
383 void SAL_CALL JavaMigration::addOrReplaceNode( in addOrReplaceNode()
392 void SAL_CALL JavaMigration::endNode() in endNode()
400 void SAL_CALL JavaMigration::dropNode( in dropNode()
409 void SAL_CALL JavaMigration::overrideProperty( in overrideProperty()
425 void SAL_CALL JavaMigration::setPropertyValue( in setPropertyValue()
470 void SAL_CALL JavaMigration::setPropertyValueForLocale( in setPropertyValueForLocale()
480 void SAL_CALL JavaMigration::endProperty() in endProperty()
490 void SAL_CALL JavaMigration::addProperty( in addProperty()
501 void SAL_CALL JavaMigration::addPropertyWithValue( in addPropertyWithValue()
511 void SAL_CALL JavaMigration::addOrReplaceNodeFromTemplate( in addOrReplaceNodeFromTemplate()