olepersist.cxx (30acf5e8) | olepersist.cxx (b1bc2d97) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 2003 unchanged lines hidden (view full) --- 2012 if ( m_bWaitSaveCompleted ) 2013 throw embed::WrongStateException( 2014 ::rtl::OUString::createFromAscii( "The object waits for saveCompleted() call!\n" ), 2015 uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) ); 2016 2017 // TODO: 2018 // throw away current document 2019 // load new document from current storage | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 2003 unchanged lines hidden (view full) --- 2012 if ( m_bWaitSaveCompleted ) 2013 throw embed::WrongStateException( 2014 ::rtl::OUString::createFromAscii( "The object waits for saveCompleted() call!\n" ), 2015 uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >(this) ) ); 2016 2017 // TODO: 2018 // throw away current document 2019 // load new document from current storage |
2020 // use meaningfull part of lArguments | 2020 // use meaningful part of lArguments |
2021} 2022 2023//------------------------------------------------------ 2024void SAL_CALL OleEmbeddedObject::breakLink( const uno::Reference< embed::XStorage >& xStorage, 2025 const ::rtl::OUString& sEntName ) 2026 throw ( lang::IllegalArgumentException, 2027 embed::WrongStateException, 2028 io::IOException, --- 169 unchanged lines hidden --- | 2021} 2022 2023//------------------------------------------------------ 2024void SAL_CALL OleEmbeddedObject::breakLink( const uno::Reference< embed::XStorage >& xStorage, 2025 const ::rtl::OUString& sEntName ) 2026 throw ( lang::IllegalArgumentException, 2027 embed::WrongStateException, 2028 io::IOException, --- 169 unchanged lines hidden --- |