Searched refs:pWhichRange (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/inc/ |
H A D | frmfmt.hxx | 54 const sal_uInt16* pWhichRange = 0 ) in SwFrmFmt() argument 55 : SwFmt( rPool, pFmtNm, (pWhichRange ? pWhichRange : aFrmFmtSetRange), in SwFrmFmt() 62 const sal_uInt16* pWhichRange = 0 ) in SwFrmFmt() argument 63 : SwFmt( rPool, rFmtNm, (pWhichRange ? pWhichRange : aFrmFmtSetRange), in SwFrmFmt()
|
/aoo4110/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()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | svxrtf.hxx | 104 SvxRTFStyleType( SfxItemPool& rPool, const sal_uInt16* pWhichRange ); 420 SvxRTFItemStackType( SfxItemPool&, const sal_uInt16* pWhichRange,
|
/aoo4110/main/sw/source/core/doc/ |
H A D | poolfmt.cxx | 1098 sal_uInt16* pWhichRange = 0; in GetFmtFromPool() local 1111 pWhichRange = aCharFmtSetRange; in GetFmtFromPool() 1129 pWhichRange = aFrmFmtSetRange; in GetFmtFromPool() 1158 SwAttrSet aSet( GetAttrPool(), pWhichRange ); in GetFmtFromPool()
|
Completed in 31 milliseconds