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
11679c2c
Kaydet (Commit)
11679c2c
authored
Şub 11, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Iee828ef0f5f4ed0192291c4681fbc8df6e863b7e
üst
5d388248
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
unopool.hxx
include/svx/unopool.hxx
+1
-1
drdefuno.hxx
sc/inc/drdefuno.hxx
+1
-1
drdefuno.cxx
sc/source/ui/unoobj/drdefuno.cxx
+1
-1
unopool.cxx
svx/source/unodraw/unopool.cxx
+6
-6
unodefaults.cxx
sw/source/ui/uno/unodefaults.cxx
+1
-1
unodefaults.hxx
sw/source/ui/uno/unodefaults.hxx
+1
-1
No files found.
include/svx/unopool.hxx
Dosyayı görüntüle @
11679c2c
...
...
@@ -49,7 +49,7 @@ public:
/** This returns the item pool from the given model, or the default pool if there is no model and bReadOnly is true.
If bReadOnly is false and there is no model the default implementation returns NULL.
*/
virtual
SfxItemPool
*
getModelPool
(
sal_B
ool
bReadOnly
)
throw
();
virtual
SfxItemPool
*
getModelPool
(
b
ool
bReadOnly
)
throw
();
// overiden helpers from comphelper::PropertySetHelper
virtual
void
_setPropertyValues
(
const
comphelper
::
PropertyMapEntry
**
ppEntries
,
const
::
com
::
sun
::
star
::
uno
::
Any
*
pValues
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
);
...
...
sc/inc/drdefuno.hxx
Dosyayı görüntüle @
11679c2c
...
...
@@ -37,7 +37,7 @@ public:
virtual
void
Notify
(
SfxBroadcaster
&
rBC
,
const
SfxHint
&
rHint
);
// from SvxUnoDrawPool
virtual
SfxItemPool
*
getModelPool
(
sal_Bool
bReadOnly
)
throw
()
;
virtual
SfxItemPool
*
getModelPool
(
bool
bReadOnly
)
throw
()
SAL_OVERRIDE
;
};
#endif
...
...
sc/source/ui/unoobj/drdefuno.cxx
Dosyayı görüntüle @
11679c2c
...
...
@@ -50,7 +50,7 @@ void ScDrawDefaultsObj::Notify( SfxBroadcaster&, const SfxHint& rHint )
}
}
SfxItemPool
*
ScDrawDefaultsObj
::
getModelPool
(
sal_B
ool
bReadOnly
)
throw
()
SfxItemPool
*
ScDrawDefaultsObj
::
getModelPool
(
b
ool
bReadOnly
)
throw
()
{
SfxItemPool
*
pRet
=
NULL
;
...
...
svx/source/unodraw/unopool.cxx
Dosyayı görüntüle @
11679c2c
...
...
@@ -78,7 +78,7 @@ void SvxUnoDrawPool::init()
mpDefaultsPool
->
FreezeIdRanges
();
}
SfxItemPool
*
SvxUnoDrawPool
::
getModelPool
(
sal_B
ool
bReadOnly
)
throw
()
SfxItemPool
*
SvxUnoDrawPool
::
getModelPool
(
b
ool
bReadOnly
)
throw
()
{
if
(
mpModel
)
{
...
...
@@ -204,7 +204,7 @@ void SvxUnoDrawPool::_setPropertyValues( const comphelper::PropertyMapEntry** pp
{
SolarMutexGuard
aGuard
;
SfxItemPool
*
pPool
=
getModelPool
(
sal_F
alse
);
SfxItemPool
*
pPool
=
getModelPool
(
f
alse
);
DBG_ASSERT
(
pPool
,
"I need a SfxItemPool!"
);
if
(
NULL
==
pPool
)
...
...
@@ -219,7 +219,7 @@ void SvxUnoDrawPool::_getPropertyValues( const comphelper::PropertyMapEntry** pp
{
SolarMutexGuard
aGuard
;
SfxItemPool
*
pPool
=
getModelPool
(
sal_T
rue
);
SfxItemPool
*
pPool
=
getModelPool
(
t
rue
);
DBG_ASSERT
(
pPool
,
"I need a SfxItemPool!"
);
if
(
NULL
==
pPool
)
...
...
@@ -234,7 +234,7 @@ void SvxUnoDrawPool::_getPropertyStates( const comphelper::PropertyMapEntry** pp
{
SolarMutexGuard
aGuard
;
SfxItemPool
*
pPool
=
getModelPool
(
sal_T
rue
);
SfxItemPool
*
pPool
=
getModelPool
(
t
rue
);
if
(
pPool
&&
pPool
!=
mpDefaultsPool
)
{
...
...
@@ -297,7 +297,7 @@ void SvxUnoDrawPool::_setPropertyToDefault( const comphelper::PropertyMapEntry*
{
SolarMutexGuard
aGuard
;
SfxItemPool
*
pPool
=
getModelPool
(
sal_T
rue
);
SfxItemPool
*
pPool
=
getModelPool
(
t
rue
);
// OD 10.10.2003 #i18732#
// Assure, that ID is a Which-ID (it could be a Slot-ID.)
...
...
@@ -319,7 +319,7 @@ uno::Any SvxUnoDrawPool::_getPropertyDefault( const comphelper::PropertyMapEntry
// OD 13.10.2003 #i18732# - use method <GetPoolDefaultItem(..)> instead of
// using probably incompatible item pool <mpDefaultsPool>
uno
::
Any
aAny
;
SfxItemPool
*
pPool
=
getModelPool
(
sal_T
rue
);
SfxItemPool
*
pPool
=
getModelPool
(
t
rue
);
const
sal_uInt16
nWhich
=
pPool
->
GetWhich
(
(
sal_uInt16
)
pEntry
->
mnHandle
);
const
SfxPoolItem
*
pItem
=
pPool
->
GetPoolDefaultItem
(
nWhich
);
pItem
->
QueryValue
(
aAny
,
pEntry
->
mnMemberId
);
...
...
sw/source/ui/uno/unodefaults.cxx
Dosyayı görüntüle @
11679c2c
...
...
@@ -32,7 +32,7 @@ SwSvxUnoDrawPool::~SwSvxUnoDrawPool() throw()
{
}
SfxItemPool
*
SwSvxUnoDrawPool
::
getModelPool
(
sal_B
ool
/*bReadOnly*/
)
throw
()
SfxItemPool
*
SwSvxUnoDrawPool
::
getModelPool
(
b
ool
/*bReadOnly*/
)
throw
()
{
if
(
m_pDoc
)
{
...
...
sw/source/ui/uno/unodefaults.hxx
Dosyayı görüntüle @
11679c2c
...
...
@@ -30,7 +30,7 @@ public:
SwSvxUnoDrawPool
(
SwDoc
*
pDoc
)
throw
();
virtual
~
SwSvxUnoDrawPool
()
throw
();
virtual
SfxItemPool
*
getModelPool
(
sal_Bool
bReadOnly
)
throw
()
;
virtual
SfxItemPool
*
getModelPool
(
bool
bReadOnly
)
throw
()
SAL_OVERRIDE
;
void
Invalidate
()
{
m_pDoc
=
0
;}
};
...
...
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