Searched refs:pWhichRange (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/inc/ |
H A D | frmfmt.hxx | 61 const sal_uInt16* pWhichRange = 0); 68 const sal_uInt16* pWhichRange = 0);
|
/trunk/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 1238 SvxRTFStyleType::SvxRTFStyleType( SfxItemPool& rPool, const sal_uInt16* pWhichRange ) in SvxRTFStyleType() argument 1239 : aAttrSet( rPool, pWhichRange ) in SvxRTFStyleType() 1250 SfxItemPool& rPool, const sal_uInt16* pWhichRange, in SvxRTFItemStackType() argument 1252 : aAttrSet( rPool, pWhichRange ), in SvxRTFItemStackType()
|
/trunk/main/editeng/inc/editeng/ |
H A D | svxrtf.hxx | 104 SvxRTFStyleType( SfxItemPool& rPool, const sal_uInt16* pWhichRange ); 420 SvxRTFItemStackType( SfxItemPool&, const sal_uInt16* pWhichRange,
|
/trunk/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 2498 const sal_uInt16* pWhichRange) in SwFrmFmt() argument 2499 : SwFmt(rPool, pFmtNm, (pWhichRange ? pWhichRange : aFrmFmtSetRange), pDrvdFrm, nFmtWhich), in SwFrmFmt() 2511 const sal_uInt16* pWhichRange) in SwFrmFmt() argument 2512 : SwFmt(rPool, rFmtNm, (pWhichRange ? pWhichRange : aFrmFmtSetRange), pDrvdFrm, nFmtWhich), in SwFrmFmt()
|
/trunk/main/sw/source/core/doc/ |
H A D | poolfmt.cxx | 1101 sal_uInt16* pWhichRange = 0; in GetFmtFromPool() local 1114 pWhichRange = aCharFmtSetRange; in GetFmtFromPool() 1132 pWhichRange = aFrmFmtSetRange; in GetFmtFromPool() 1161 SwAttrSet aSet( GetAttrPool(), pWhichRange ); in GetFmtFromPool()
|
Completed in 194 milliseconds