Searched refs:nWhichPairTable (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sd/source/core/ |
H A D | stlsheet.cxx | 253 sal_uInt16 nWhichPairTable[] = { XATTR_LINE_FIRST, XATTR_LINE_LAST, in GetItemSet() local 271 pSet = new SfxItemSet(GetPool().GetPool(), nWhichPairTable); in GetItemSet() 281 sal_uInt16 nWhichPairTable[] = { XATTR_LINE_FIRST, XATTR_LINE_LAST, in GetItemSet() local 296 pSet = new SfxItemSet(GetPool().GetPool(), nWhichPairTable); in GetItemSet() 318 sal_uInt16 nWhichPairTable[] = { XATTR_LINE_FIRST, XATTR_LINE_LAST, in GetItemSet() local 336 pSet = new SfxItemSet(GetPool().GetPool(), nWhichPairTable); in GetItemSet()
|
/aoo42x/main/svl/inc/svl/ |
H A D | itemset.hxx | 95 SVL_DLLPRIVATE void InitRanges_Impl(const sal_uInt16 *nWhichPairTable); 128 SfxItemSet( SfxItemPool&, const sal_uInt16* nWhichPairTable );
|
/aoo42x/main/sw/source/core/attr/ |
H A D | swatrset.cxx | 158 SwAttrSet::SwAttrSet( SwAttrPool& rPool, const sal_uInt16* nWhichPairTable ) in SwAttrSet() argument 159 : SfxItemSet( rPool, nWhichPairTable ), pOldSet( 0 ), pNewSet( 0 ) in SwAttrSet()
|
/aoo42x/main/sw/inc/ |
H A D | swatrset.hxx | 191 SwAttrSet( SwAttrPool&, const sal_uInt16* nWhichPairTable );
|
Completed in 20 milliseconds