Home
last modified time | relevance | path

Searched refs:pPool1 (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svx/source/xoutdev/
H A Dxattr.cxx237 …nst NameOrIndex* pCheckItem, const sal_uInt16 nWhich, const SfxItemPool* pPool1, const SfxItemPool… in CheckNamedItem() argument
247 if( aUniqueName.Len() && pPool1 ) in CheckNamedItem()
249 const sal_uInt32 nCount = pPool1->GetItemCount2( nWhich ); in CheckNamedItem()
254 pItem = (NameOrIndex*)pPool1->GetItem2( nWhich, nSurrogate ); in CheckNamedItem()
333 if( (aUniqueName.Len() == 0) && pPool1 ) in CheckNamedItem()
335 const sal_uInt32 nCount = pPool1->GetItemCount2( nWhich ); in CheckNamedItem()
339 pItem = (NameOrIndex*)pPool1->GetItem2( nWhich, nSurrogate ); in CheckNamedItem()
2022 const SfxItemPool* pPool1 = &pModel->GetItemPool(); in checkForUniqueItem() local
2023 if( aUniqueName.Len() && pPool1 ) in checkForUniqueItem()
2025 nCount = pPool1->GetItemCount2( XATTR_LINESTART ); in checkForUniqueItem()
[all …]
/AOO41X/main/svx/source/unodraw/
H A DUnoNamespaceMap.cxx84 … > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool1, SfxItemPool* ) in NamespaceMap_createInstance() argument
86 return (XWeak*)new NamespaceMap( pWhichIds, pPool1 ); in NamespaceMap_createInstance()
/AOO41X/main/svx/inc/svx/
H A DUnoNamespaceMap.hxx37 …AL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool1, SfxItemPool* pPoo…
H A Dxit.hxx80 …nst NameOrIndex* pCheckItem, const sal_uInt16 nWhich, const SfxItemPool* pPool1, const SfxItemPool…