Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
142ecb8b
Kaydet (Commit)
142ecb8b
authored
May 14, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
embeddedobj: remove SAL_INFO's that only mark function entry
Change-Id: I06b344504e6052c25578f0bc4c3598d45d544003
üst
72f60713
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1 addition
and
73 deletions
+1
-73
embedobj.cxx
embeddedobj/source/commonembedding/embedobj.cxx
+0
-4
persistence.cxx
embeddedobj/source/commonembedding/persistence.cxx
+0
-10
xfactory.cxx
embeddedobj/source/commonembedding/xfactory.cxx
+0
-12
xcreator.cxx
embeddedobj/source/general/xcreator.cxx
+0
-12
oleembed.cxx
embeddedobj/source/msole/oleembed.cxx
+0
-8
olepersist.cxx
embeddedobj/source/msole/olepersist.cxx
+1
-11
olevisual.cxx
embeddedobj/source/msole/olevisual.cxx
+0
-6
xolefactory.cxx
embeddedobj/source/msole/xolefactory.cxx
+0
-10
No files found.
embeddedobj/source/commonembedding/embedobj.cxx
Dosyayı görüntüle @
142ecb8b
...
@@ -424,8 +424,6 @@ void SAL_CALL OCommonEmbeddedObject::changeState( sal_Int32 nNewState )
...
@@ -424,8 +424,6 @@ void SAL_CALL OCommonEmbeddedObject::changeState( sal_Int32 nNewState )
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OCommonEmbeddedObject::changeState"
);
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
),
uno
::
UNO_QUERY
);
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
),
uno
::
UNO_QUERY
);
{
{
::
osl
::
ResettableMutexGuard
aGuard
(
m_aMutex
);
::
osl
::
ResettableMutexGuard
aGuard
(
m_aMutex
);
...
@@ -528,8 +526,6 @@ void SAL_CALL OCommonEmbeddedObject::doVerb( sal_Int32 nVerbID )
...
@@ -528,8 +526,6 @@ void SAL_CALL OCommonEmbeddedObject::doVerb( sal_Int32 nVerbID )
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OCommonEmbeddedObject::doVerb"
);
SolarMutexGuard
aSolarGuard
;
SolarMutexGuard
aSolarGuard
;
//TODO: a gross hack to avoid deadlocks when this is called from the
//TODO: a gross hack to avoid deadlocks when this is called from the
// outside and OCommonEmbeddedObject::changeState, with m_aMutex locked,
// outside and OCommonEmbeddedObject::changeState, with m_aMutex locked,
...
...
embeddedobj/source/commonembedding/persistence.cxx
Dosyayı görüntüle @
142ecb8b
...
@@ -902,8 +902,6 @@ void SAL_CALL OCommonEmbeddedObject::setPersistentEntry(
...
@@ -902,8 +902,6 @@ void SAL_CALL OCommonEmbeddedObject::setPersistentEntry(
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OCommonEmbeddedObject::setPersistentEntry"
);
// the type of the object must be already set
// the type of the object must be already set
// a kind of typedetection should be done in the factory
// a kind of typedetection should be done in the factory
...
@@ -1130,8 +1128,6 @@ void SAL_CALL OCommonEmbeddedObject::storeToEntry( const uno::Reference< embed::
...
@@ -1130,8 +1128,6 @@ void SAL_CALL OCommonEmbeddedObject::storeToEntry( const uno::Reference< embed::
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OCommonEmbeddedObject::storeToEntry"
);
::
osl
::
ResettableMutexGuard
aGuard
(
m_aMutex
);
::
osl
::
ResettableMutexGuard
aGuard
(
m_aMutex
);
if
(
m_bDisposed
)
if
(
m_bDisposed
)
throw
lang
::
DisposedException
();
// TODO
throw
lang
::
DisposedException
();
// TODO
...
@@ -1256,8 +1252,6 @@ void SAL_CALL OCommonEmbeddedObject::storeAsEntry( const uno::Reference< embed::
...
@@ -1256,8 +1252,6 @@ void SAL_CALL OCommonEmbeddedObject::storeAsEntry( const uno::Reference< embed::
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OCommonEmbeddedObject::storeAsEntry"
);
// TODO: use lObjArgs
// TODO: use lObjArgs
::
osl
::
ResettableMutexGuard
aGuard
(
m_aMutex
);
::
osl
::
ResettableMutexGuard
aGuard
(
m_aMutex
);
...
@@ -1393,8 +1387,6 @@ void SAL_CALL OCommonEmbeddedObject::saveCompleted( sal_Bool bUseNew )
...
@@ -1393,8 +1387,6 @@ void SAL_CALL OCommonEmbeddedObject::saveCompleted( sal_Bool bUseNew )
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OCommonEmbeddedObject::saveCompleted"
);
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
if
(
m_bDisposed
)
if
(
m_bDisposed
)
throw
lang
::
DisposedException
();
// TODO
throw
lang
::
DisposedException
();
// TODO
...
@@ -1521,8 +1513,6 @@ void SAL_CALL OCommonEmbeddedObject::storeOwn()
...
@@ -1521,8 +1513,6 @@ void SAL_CALL OCommonEmbeddedObject::storeOwn()
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OCommonEmbeddedObject::storeOwn"
);
// during switching from Activated to Running and from Running to Loaded states the object will
// during switching from Activated to Running and from Running to Loaded states the object will
// ask container to store the object, the container has to make decision
// ask container to store the object, the container has to make decision
// to do so or not
// to do so or not
...
...
embeddedobj/source/commonembedding/xfactory.cxx
Dosyayı görüntüle @
142ecb8b
...
@@ -65,8 +65,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
...
@@ -65,8 +65,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OOoEmbeddedObjectFactory::createInstanceInitFromEntry"
);
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
...
@@ -155,8 +153,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
...
@@ -155,8 +153,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OOoEmbeddedObjectFactory::createInstanceInitFromMediaDescriptor"
);
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
...
@@ -219,8 +215,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
...
@@ -219,8 +215,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OOoEmbeddedObjectFactory::createInstanceInitNew"
);
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
...
@@ -271,8 +265,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
...
@@ -271,8 +265,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OOoEmbeddedObjectFactory::createInstanceUserInit"
);
// the initialization is completelly controlled by user
// the initialization is completelly controlled by user
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
...
@@ -329,8 +321,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
...
@@ -329,8 +321,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OOoEmbeddedObjectFactory::createInstanceLink"
);
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Sequence
<
beans
::
PropertyValue
>
aTempMedDescr
(
aMediaDescr
);
uno
::
Sequence
<
beans
::
PropertyValue
>
aTempMedDescr
(
aMediaDescr
);
...
@@ -384,8 +374,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
...
@@ -384,8 +374,6 @@ uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
)
uno
::
RuntimeException
)
{
{
SAL_INFO
(
"embeddedobj.common"
,
"embeddedobj (mv76033) OOoEmbeddedObjectFactory::createInstanceLinkUserInit"
);
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
// the initialization is completelly controlled by user
// the initialization is completelly controlled by user
...
...
embeddedobj/source/general/xcreator.cxx
Dosyayı görüntüle @
142ecb8b
...
@@ -73,8 +73,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
...
@@ -73,8 +73,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.general"
,
"embeddedobj (mv76033) UNOEmbeddedObjectCreator::createInstanceInitNew"
);
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
...
@@ -118,8 +116,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
...
@@ -118,8 +116,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.general"
,
"embeddedobj (mv76033) UNOEmbeddedObjectCreator::createInstanceInitFromEntry"
);
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
...
@@ -237,8 +233,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
...
@@ -237,8 +233,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.general"
,
"embeddedobj (mv76033) UNOEmbeddedObjectCreator::createInstanceInitFromMediaDescriptor"
);
// TODO: use lObjArgs
// TODO: use lObjArgs
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
...
@@ -302,8 +296,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
...
@@ -302,8 +296,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.general"
,
"embeddedobj (mv76033) UNOEmbeddedObjectCreator::createInstanceUserInit"
);
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
...
@@ -343,8 +335,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
...
@@ -343,8 +335,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.general"
,
"embeddedobj (mv76033) UNOEmbeddedObjectCreator::createInstanceLink"
);
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Sequence
<
beans
::
PropertyValue
>
aTempMedDescr
(
aMediaDescr
);
uno
::
Sequence
<
beans
::
PropertyValue
>
aTempMedDescr
(
aMediaDescr
);
...
@@ -418,8 +408,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
...
@@ -418,8 +408,6 @@ uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
)
uno
::
RuntimeException
)
{
{
SAL_INFO
(
"embeddedobj.general"
,
"embeddedobj (mv76033) UNOEmbeddedObjectCreator::createInstanceLinkUserInit"
);
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
uno
::
Reference
<
uno
::
XInterface
>
xResult
;
OUString
aEmbedFactory
=
m_aConfigHelper
.
GetFactoryNameByClassID
(
aClassID
);
OUString
aEmbedFactory
=
m_aConfigHelper
.
GetFactoryNameByClassID
(
aClassID
);
...
...
embeddedobj/source/msole/oleembed.cxx
Dosyayı görüntüle @
142ecb8b
...
@@ -442,8 +442,6 @@ void SAL_CALL OleEmbeddedObject::changeState( sal_Int32 nNewState )
...
@@ -442,8 +442,6 @@ void SAL_CALL OleEmbeddedObject::changeState( sal_Int32 nNewState )
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::changeState"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -600,8 +598,6 @@ uno::Sequence< sal_Int32 > SAL_CALL OleEmbeddedObject::getReachableStates()
...
@@ -600,8 +598,6 @@ uno::Sequence< sal_Int32 > SAL_CALL OleEmbeddedObject::getReachableStates()
throw
(
embed
::
WrongStateException
,
throw
(
embed
::
WrongStateException
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::getReachableStates"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -759,8 +755,6 @@ void SAL_CALL OleEmbeddedObject::doVerb( sal_Int32 nVerbID )
...
@@ -759,8 +755,6 @@ void SAL_CALL OleEmbeddedObject::doVerb( sal_Int32 nVerbID )
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::doVerb"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -895,8 +889,6 @@ uno::Sequence< embed::VerbDescriptor > SAL_CALL OleEmbeddedObject::getSupportedV
...
@@ -895,8 +889,6 @@ uno::Sequence< embed::VerbDescriptor > SAL_CALL OleEmbeddedObject::getSupportedV
throw
(
embed
::
WrongStateException
,
throw
(
embed
::
WrongStateException
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::getSupportedVerb"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
...
embeddedobj/source/msole/olepersist.cxx
Dosyayı görüntüle @
142ecb8b
...
@@ -567,7 +567,7 @@ bool OleEmbeddedObject::HasVisReplInStream()
...
@@ -567,7 +567,7 @@ bool OleEmbeddedObject::HasVisReplInStream()
SetVisReplInStream
(
true
);
SetVisReplInStream
(
true
);
else
else
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::HasVisualReplInStream, anal
i
zing"
);
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::HasVisualReplInStream, anal
y
zing"
);
uno
::
Reference
<
io
::
XInputStream
>
xStream
;
uno
::
Reference
<
io
::
XInputStream
>
xStream
;
...
@@ -1290,8 +1290,6 @@ void SAL_CALL OleEmbeddedObject::setPersistentEntry(
...
@@ -1290,8 +1290,6 @@ void SAL_CALL OleEmbeddedObject::setPersistentEntry(
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::setPersistentEntry"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -1498,8 +1496,6 @@ void SAL_CALL OleEmbeddedObject::storeToEntry( const uno::Reference< embed::XSto
...
@@ -1498,8 +1496,6 @@ void SAL_CALL OleEmbeddedObject::storeToEntry( const uno::Reference< embed::XSto
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::storeToEntry"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -1532,8 +1528,6 @@ void SAL_CALL OleEmbeddedObject::storeAsEntry( const uno::Reference< embed::XSto
...
@@ -1532,8 +1528,6 @@ void SAL_CALL OleEmbeddedObject::storeAsEntry( const uno::Reference< embed::XSto
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::storeAsEntry"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -1561,8 +1555,6 @@ void SAL_CALL OleEmbeddedObject::saveCompleted( sal_Bool bUseNew )
...
@@ -1561,8 +1555,6 @@ void SAL_CALL OleEmbeddedObject::saveCompleted( sal_Bool bUseNew )
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::saveCompleted"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -1726,8 +1718,6 @@ void SAL_CALL OleEmbeddedObject::storeOwn()
...
@@ -1726,8 +1718,6 @@ void SAL_CALL OleEmbeddedObject::storeOwn()
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::storeOwn"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
uno
::
Reference
<
embed
::
XEmbedPersist
>
xWrappedObject
(
m_xWrappedObject
,
uno
::
UNO_QUERY
);
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
...
embeddedobj/source/msole/olevisual.cxx
Dosyayı görüntüle @
142ecb8b
...
@@ -82,8 +82,6 @@ void SAL_CALL OleEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt
...
@@ -82,8 +82,6 @@ void SAL_CALL OleEmbeddedObject::setVisualAreaSize( sal_Int64 nAspect, const awt
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::setVisualAreaSize"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -163,8 +161,6 @@ awt::Size SAL_CALL OleEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect )
...
@@ -163,8 +161,6 @@ awt::Size SAL_CALL OleEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect )
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::getVisualAreaSize"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
@@ -311,8 +307,6 @@ embed::VisualRepresentation SAL_CALL OleEmbeddedObject::getPreferredVisualRepres
...
@@ -311,8 +307,6 @@ embed::VisualRepresentation SAL_CALL OleEmbeddedObject::getPreferredVisualRepres
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObject::getPreferredVisualRepresentation"
);
// begin wrapping related part ====================
// begin wrapping related part ====================
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
uno
::
Reference
<
embed
::
XEmbeddedObject
>
xWrappedObject
=
m_xWrappedObject
;
if
(
xWrappedObject
.
is
()
)
if
(
xWrappedObject
.
is
()
)
...
...
embeddedobj/source/msole/xolefactory.cxx
Dosyayı görüntüle @
142ecb8b
...
@@ -67,8 +67,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
...
@@ -67,8 +67,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObjectFactory::createInstanceInitFromEntry"
);
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
...
@@ -139,8 +137,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
...
@@ -139,8 +137,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObjectFactory::createInstanceInitFromMediaDescriptor"
);
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
...
@@ -181,8 +177,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
...
@@ -181,8 +177,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObjectFactory::createInstanceInitNew"
);
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
uno
::
Reference
<
uno
::
XInterface
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
this
)
),
...
@@ -222,8 +216,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
...
@@ -222,8 +216,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObjectFactory::createInstanceLink"
);
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
uno
::
Reference
<
uno
::
XInterface
>
(
uno
::
Reference
<
uno
::
XInterface
>
(
...
@@ -268,8 +260,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
...
@@ -268,8 +260,6 @@ uno::Reference< uno::XInterface > SAL_CALL OleEmbeddedObjectFactory::createInsta
uno
::
Exception
,
uno
::
Exception
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
SAL_INFO
(
"embeddedobj.ole"
,
"embeddedobj (mv76033) OleEmbeddedObjectFactory::createInstanceUserInit"
);
// the initialization is completelly controlled by user
// the initialization is completelly controlled by user
if
(
!
xStorage
.
is
()
)
if
(
!
xStorage
.
is
()
)
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
throw
lang
::
IllegalArgumentException
(
OUString
(
"No parent storage is provided!
\n
"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment