Lines Matching refs:JavaMigration
94 class JavaMigration : public ::cppu::WeakImplHelper4< class
165 ~JavaMigration();
178 JavaMigration::~JavaMigration() in ~JavaMigration()
195 OUString SAL_CALL JavaMigration::getImplementationName() in getImplementationName()
200 sal_Bool SAL_CALL JavaMigration::supportsService( const OUString & rServiceName ) in supportsService()
213 css::uno::Sequence< OUString > SAL_CALL JavaMigration::getSupportedServiceNames() in getSupportedServiceNames()
219 void SAL_CALL JavaMigration::initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) in initialize()
262 css::uno::Any SAL_CALL JavaMigration::execute( in execute()
272 void JavaMigration::migrateJavarc() in migrateJavarc()
307 void SAL_CALL JavaMigration::startLayer() in startLayer()
312 void SAL_CALL JavaMigration::endLayer() in endLayer()
317 void SAL_CALL JavaMigration::overrideNode( in overrideNode()
327 void SAL_CALL JavaMigration::addOrReplaceNode( in addOrReplaceNode()
333 void SAL_CALL JavaMigration::endNode() in endNode()
338 void SAL_CALL JavaMigration::dropNode( in dropNode()
344 void SAL_CALL JavaMigration::overrideProperty( in overrideProperty()
357 void SAL_CALL JavaMigration::setPropertyValue( in setPropertyValue()
399 void SAL_CALL JavaMigration::setPropertyValueForLocale( in setPropertyValueForLocale()
406 void SAL_CALL JavaMigration::endProperty() in endProperty()
413 void SAL_CALL JavaMigration::addProperty( in addProperty()
421 void SAL_CALL JavaMigration::addPropertyWithValue( in addPropertyWithValue()
428 void SAL_CALL JavaMigration::addOrReplaceNodeFromTemplate( in addOrReplaceNodeFromTemplate()