Home
last modified time | relevance | path

Searched refs:pWhichRanges (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/inc/
H A Dfmtcol.hxx37 const sal_uInt16* pWhichRanges, SwFmtColl* pDerFrom, in SwFmtColl() argument
39 : SwFmt( rPool, pFmtName, pWhichRanges, pDerFrom, nFmtWhich ) in SwFmtColl()
43 const sal_uInt16* pWhichRanges, SwFmtColl* pDerFrom, in SwFmtColl() argument
45 : SwFmt( rPool, rFmtName, pWhichRanges, pDerFrom, nFmtWhich ) in SwFmtColl()
H A Dformat.hxx67 const sal_uInt16* pWhichRanges, SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich );
68 SwFmt( SwAttrPool& rPool, const String &rFmtNm, const sal_uInt16* pWhichRanges,
/trunk/main/svl/source/items/
H A Ditempool.cxx990 void SfxItemPool::FillItemIdRanges_Impl( sal_uInt16*& pWhichRanges ) const in FillItemIdRanges_Impl()
1000 pWhichRanges = new sal_uInt16[ 2*nLevel + 1 ]; in FillItemIdRanges_Impl()
1005 *(pWhichRanges+(nLevel++)) = pPool->nStart; in FillItemIdRanges_Impl()
1006 *(pWhichRanges+(nLevel++)) = pPool->nEnd; in FillItemIdRanges_Impl()
1007 *(pWhichRanges+nLevel) = 0; in FillItemIdRanges_Impl()
/trunk/main/sw/source/core/attr/
H A Dformat.cxx48 const sal_uInt16* pWhichRanges, SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich ) in SwFmt() argument
50 aSet( rPool, pWhichRanges ), in SwFmt()
67 const sal_uInt16* pWhichRanges, SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich ) in SwFmt() argument
70 aSet( rPool, pWhichRanges ), in SwFmt()
/trunk/main/svl/inc/svl/
H A Ditempool.hxx144 void FillItemIdRanges_Impl( sal_uInt16*& pWhichRanges ) const;

Completed in 35 milliseconds