Home
last modified time | relevance | path

Searched refs:p2Lines (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sw/source/core/text/
H A Ditrcrsr.cxx722 if ( ! pCMS->p2Lines ) in _GetCharRect()
724 pCMS->p2Lines = new Sw2LinesPos; in _GetCharRect()
739 pCMS->p2Lines->nMultiType = MT_BIDI; in _GetCharRect()
741 pCMS->p2Lines->nMultiType = MT_RUBY; in _GetCharRect()
751 pCMS->p2Lines->aPortion = aRect; in _GetCharRect()
753 pCMS->p2Lines->aPortion2 = aRect; in _GetCharRect()
1236 if( pCMS && pCMS->b2Lines && pCMS->p2Lines ) in GetCharRect()
1238 pCMS->p2Lines->aLine.Pos().X() += aCharPos.X(); in GetCharRect()
1239 pCMS->p2Lines->aLine.Pos().Y() += aCharPos.Y(); in GetCharRect()
1240 pCMS->p2Lines->aPortion.Pos().X() += aCharPos.X(); in GetCharRect()
[all …]
H A Dpormulti.cxx946 const SvxTwoLinesItem* p2Lines = NULL; in GetMultiCreator() local
951 p2Lines = (SvxTwoLinesItem*)pItem; in GetMultiCreator()
956 if( !pHints && !p2Lines && !pRotate ) in GetMultiCreator()
987 p2Lines = p2Tmp; in GetMultiCreator()
1003 if( n2Lines < nCount || ( pItem && pItem == p2Lines && in GetMultiCreator()
1026 p2Lines->GetEndBracket() && in GetMultiCreator()
1028 p2Lines->GetStartBracket(); in GetMultiCreator()
1092 if( lcl_Has2Lines( *pTmp, p2Lines, bTwo ) ) in GetMultiCreator()
1164 p2Lines = NULL; in GetMultiCreator()
1165 if( lcl_Has2Lines( *pTmp, p2Lines, bTwo ) ) in GetMultiCreator()
H A Dfrmcrsr.cxx322 if( pCMS->b2Lines && pCMS->p2Lines) in GetCharRect()
324 pFrm->SwitchLTRtoRTL( pCMS->p2Lines->aLine ); in GetCharRect()
325 pFrm->SwitchLTRtoRTL( pCMS->p2Lines->aPortion ); in GetCharRect()
342 if( pCMS->b2Lines && pCMS->p2Lines) in GetCharRect()
344 pFrm->SwitchHorizontalToVertical( pCMS->p2Lines->aLine ); in GetCharRect()
345 pFrm->SwitchHorizontalToVertical( pCMS->p2Lines->aPortion ); in GetCharRect()
/aoo42x/main/sw/inc/
H A Dcrstate.hxx133 Sw2LinesPos *p2Lines; // for selections inside/around 2line portions member
167 p2Lines( NULL ), in SwCrsrMoveState()
/aoo42x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx212 Sw2LinesPos* pEnd2Pos = aTmpState.p2Lines; in lcl_CalculateRepaintRect()
234 aTmpState.p2Lines = NULL; in lcl_CalculateRepaintRect()
252 Sw2LinesPos* pSt2Pos = aTmpState.p2Lines; in lcl_CalculateRepaintRect()
/aoo42x/main/sw/source/core/layout/
H A Dtrvlfrm.cxx2121 Sw2LinesPos *pSt2Pos = aTmpState.p2Lines; in CalcFrmRects()
2122 aTmpState.p2Lines = NULL; in CalcFrmRects()
2126 Sw2LinesPos *pEnd2Pos = aTmpState.p2Lines; in CalcFrmRects()

Completed in 81 milliseconds