Searched refs:nFmtWhich (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/attr/ |
H A D | format.cxx | 48 const sal_uInt16* pWhichRanges, SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich ) in SwFmt() argument 51 nWhichId( nFmtWhich ), in SwFmt() 67 const sal_uInt16* pWhichRanges, SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich ) in SwFmt() argument 71 nWhichId( nFmtWhich ), in SwFmt() 544 const sal_uInt16 nFmtWhich = Which(); in SetFmtAttr() local 546 (RES_GRFFMTCOLL == nFmtWhich || in SetFmtAttr() 547 RES_TXTFMTCOLL == nFmtWhich ) ) ) in SetFmtAttr() 649 const sal_uInt16 nFmtWhich = Which(); in SetFmtAttr() local 652 ( RES_GRFFMTCOLL == nFmtWhich || in SetFmtAttr() 653 RES_TXTFMTCOLL == nFmtWhich ) ) ) in SetFmtAttr() [all …]
|
/trunk/main/sw/inc/ |
H A D | fmtcol.hxx | 38 sal_uInt16 nFmtWhich ) in SwFmtColl() argument 39 : SwFmt( rPool, pFmtName, pWhichRanges, pDerFrom, nFmtWhich ) in SwFmtColl() 44 sal_uInt16 nFmtWhich ) in SwFmtColl() argument 45 : SwFmt( rPool, rFmtName, pWhichRanges, pDerFrom, nFmtWhich ) in SwFmtColl()
|
H A D | frmfmt.hxx | 60 sal_uInt16 nFmtWhich = RES_FRMFMT, 67 sal_uInt16 nFmtWhich = RES_FRMFMT,
|
H A D | format.hxx | 67 const sal_uInt16* pWhichRanges, SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich ); 69 SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich );
|
/trunk/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 2497 sal_uInt16 nFmtWhich, in SwFrmFmt() argument 2499 : SwFmt(rPool, pFmtNm, (pWhichRange ? pWhichRange : aFrmFmtSetRange), pDrvdFrm, nFmtWhich), in SwFrmFmt() 2510 sal_uInt16 nFmtWhich, in SwFrmFmt() argument 2512 : SwFmt(rPool, rFmtNm, (pWhichRange ? pWhichRange : aFrmFmtSetRange), pDrvdFrm, nFmtWhich), in SwFrmFmt()
|
Completed in 47 milliseconds