Lines Matching refs:pPool2
2069 …const SfxItemPool* pPool2 = pModel->GetStyleSheetPool() ? &pModel->GetStyleSheetPool()->GetPool() … in checkForUniqueItem() local
2070 if( aUniqueName.Len() && pPool2) in checkForUniqueItem()
2072 nCount = pPool2->GetItemCount2( XATTR_LINESTART ); in checkForUniqueItem()
2075 …const XLineStartItem* pItem = (const XLineStartItem*)pPool2->GetItem2( XATTR_LINESTART, nSurrogate… in checkForUniqueItem()
2093 nCount = pPool2->GetItemCount2( XATTR_LINEEND ); in checkForUniqueItem()
2096 const XLineEndItem* pItem = (const XLineEndItem*)pPool2->GetItem2( XATTR_LINEEND, nSurrogate ); in checkForUniqueItem()
2467 …const SfxItemPool* pPool2 = pModel->GetStyleSheetPool() ? &pModel->GetStyleSheetPool()->GetPool() … in checkForUniqueItem() local
2468 if( aUniqueName.Len() && pPool2) in checkForUniqueItem()
2470 nCount = pPool2->GetItemCount2( XATTR_LINESTART ); in checkForUniqueItem()
2473 …const XLineStartItem* pItem = (const XLineStartItem*)pPool2->GetItem2( XATTR_LINESTART, nSurrogate… in checkForUniqueItem()
2491 nCount = pPool2->GetItemCount2( XATTR_LINEEND ); in checkForUniqueItem()
2494 const XLineEndItem* pItem = (const XLineEndItem*)pPool2->GetItem2( XATTR_LINEEND, nSurrogate ); in checkForUniqueItem()