Home
last modified time | relevance | path

Searched refs:nMultiType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx2154 const sal_Bool bPorR2L = ( MT_BIDI == pSt2Pos->nMultiType ) ? in CalcFrmRects()
2158 if ( MT_BIDI == pSt2Pos->nMultiType in CalcFrmRects()
2186 if ( MT_ROT_90 == pSt2Pos->nMultiType in CalcFrmRects()
2197 if ( MT_ROT_90 != pSt2Pos->nMultiType in CalcFrmRects()
2228 const sal_Bool bPorR2L = ( MT_BIDI == pEnd2Pos->nMultiType ) ? in CalcFrmRects()
2232 if ( MT_BIDI == pEnd2Pos->nMultiType in CalcFrmRects()
2260 if ( MT_ROT_90 == pEnd2Pos->nMultiType in CalcFrmRects()
2271 if ( !( MT_RUBY & pEnd2Pos->nMultiType ) ) in CalcFrmRects()
2302 && MT_BIDI == pSt2Pos->nMultiType in CalcFrmRects()
2303 && MT_BIDI == pEnd2Pos->nMultiType in CalcFrmRects()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx732 pCMS->p2Lines->nMultiType = MT_ROT_270; in _GetCharRect()
734 pCMS->p2Lines->nMultiType = MT_ROT_90; in _GetCharRect()
737 pCMS->p2Lines->nMultiType = MT_TWOLINE; in _GetCharRect()
739 pCMS->p2Lines->nMultiType = MT_BIDI; in _GetCharRect()
741 pCMS->p2Lines->nMultiType = MT_RUBY; in _GetCharRect()
/trunk/main/sw/inc/
H A Dcrstate.hxx68 sal_uInt8 nMultiType; // Multiportion type member

Completed in 56 milliseconds