Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A Dstlsheet.cxx253 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()
/trunk/main/svl/inc/svl/
H A Ditemset.hxx95 SVL_DLLPRIVATE void InitRanges_Impl(const sal_uInt16 *nWhichPairTable);
128 SfxItemSet( SfxItemPool&, const sal_uInt16* nWhichPairTable );
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx158 SwAttrSet::SwAttrSet( SwAttrPool& rPool, const sal_uInt16* nWhichPairTable ) in SwAttrSet() argument
159 : SfxItemSet( rPool, nWhichPairTable ), pOldSet( 0 ), pNewSet( 0 ) in SwAttrSet()
/trunk/main/sw/inc/
H A Dswatrset.hxx191 SwAttrSet( SwAttrPool&, const sal_uInt16* nWhichPairTable );

Completed in 21 milliseconds