Searched refs:pRel (Results 1 – 5 of 5) sorted by relevance
2595 const SwFrm *pRel = IsFlyLayFrm() ? GetAnchorFrm() : GetAnchorFrm()->GetUpper(); in CalcRel() local2596 if( pRel ) // LAYER_IMPL in CalcRel()2600 if ( ( pRel->IsBodyFrm() || pRel->IsPageFrm() ) && in CalcRel()2607 long nDiff = nRelWidth - pRel->Prt().Width(); in CalcRel()2611 nDiff = nRelHeight - pRel->Prt().Height(); in CalcRel()2615 nRelWidth = Min( nRelWidth, pRel->Prt().Width() ); in CalcRel()2616 nRelHeight = Min( nRelHeight, pRel->Prt().Height() ); in CalcRel()2617 if( !pRel->IsPageFrm() ) in CalcRel()
3304 const SwFrm *pRel = pFly->IsFlyLayFrm() ? pFly->GetAnchorFrm(): in InvaPercentFlys() local3311 ( nDiff + pRel->Prt().Height() )*9 && in InvaPercentFlys()3367 const SwFrm *pRel = GetUpper(); in CalcRel() local3371 if( pRel->IsPageBodyFrm() && pSh && bBrowseMode && pSh->VisArea().Width() ) in CalcRel()3374 long nDiff = nRel - pRel->Prt().Width(); in CalcRel()3378 nRel = Min( nRel, pRel->Prt().Width() ); in CalcRel()
304 char const * pRel; in test_Uri() member365 rtl::OUString::createFromAscii(aRelToAbsTest[i].pRel)); in test_Uri()376 aRelToAbsTest[i].pBase, aRelToAbsTest[i].pRel, in test_Uri()
884 const SwFrm *pRel = GetFlyFrm()->IsFlyLayFrm() ? in NbcResize() local888 if ( pSh && pRel->IsBodyFrm() && in NbcResize()899 nRelWidth = pRel->Prt().Width(); in NbcResize()900 nRelHeight = pRel->Prt().Height(); in NbcResize()
493 AtkRelation *pRel = in wrapper_ref_relation_set() local498 atk_relation_set_add( pSet, pRel ); in wrapper_ref_relation_set()499 g_object_unref( G_OBJECT( pRel ) ); in wrapper_ref_relation_set()
Completed in 69 milliseconds