Home
last modified time | relevance | path

Searched refs:pFlyCnt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dporlay.cxx411 SwFlyCntPortion* pFlyCnt = 0; in CalcLine() local
555 if( !pFlyCnt || pPos->Height() > pFlyCnt->Height() ) in CalcLine()
556 pFlyCnt = (SwFlyCntPortion*)pPos; in CalcLine()
590 if( pFlyCnt ) in CalcLine()
592 if( pFlyCnt->Height() == Height() ) in CalcLine()
594 pFlyCnt->SetMax( sal_True ); in CalcLine()
597 if( 3 == pFlyCnt->GetAlign() ) // Bottom in CalcLine()
599 else if( 2 == pFlyCnt->GetAlign() ) // Center in CalcLine()
602 pFlyCnt->SetAscent( nAscent ); in CalcLine()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx1163 SwTxtFlyCnt* pFlyCnt = 0; in ReadFly() local
1165 0 != (pFlyCnt = static_cast<SwTxtFlyCnt*>( in ReadFly()
1167 pFlyCnt->GetFlyCnt().GetFrmFmt() ) in ReadFly()
1170 SwFrmFmt* pFlyFmt = pFlyCnt->GetFlyCnt().GetFrmFmt(); in ReadFly()

Completed in 27 milliseconds