Searched refs:nWhichPairTable (Results 1 – 4 of 4) sorted by relevance
/aoo41x/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()
|
/aoo41x/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 );
|
/aoo41x/main/sw/source/core/attr/ |
H A D | swatrset.cxx | 78 SwAttrSet::SwAttrSet( SwAttrPool& rPool, const sal_uInt16* nWhichPairTable ) in SwAttrSet() argument 79 : SfxItemSet( rPool, nWhichPairTable ), pOldSet( 0 ), pNewSet( 0 ) in SwAttrSet()
|
/aoo41x/main/sw/inc/ |
H A D | swatrset.hxx | 183 SwAttrSet( SwAttrPool&, const sal_uInt16* nWhichPairTable );
|
Completed in 33 milliseconds