Home
last modified time | relevance | path

Searched refs:pRel (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sw/source/core/layout/
H A Dfly.cxx2595 const SwFrm *pRel = IsFlyLayFrm() ? GetAnchorFrm() : GetAnchorFrm()->GetUpper(); in CalcRel() local
2596 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()
H A Dwsfrm.cxx3304 const SwFrm *pRel = pFly->IsFlyLayFrm() ? pFly->GetAnchorFrm(): in InvaPercentFlys() local
3311 ( nDiff + pRel->Prt().Height() )*9 && in InvaPercentFlys()
3367 const SwFrm *pRel = GetUpper(); in CalcRel() local
3371 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()
/aoo4110/main/sal/qa/rtl/uri/
H A Drtl_testuri.cxx304 char const * pRel; in test_Uri() member
365 rtl::OUString::createFromAscii(aRelToAbsTest[i].pRel)); in test_Uri()
376 aRelToAbsTest[i].pBase, aRelToAbsTest[i].pRel, in test_Uri()
/aoo4110/main/sw/source/core/draw/
H A Ddflyobj.cxx884 const SwFrm *pRel = GetFlyFrm()->IsFlyLayFrm() ? in NbcResize() local
888 if ( pSh && pRel->IsBodyFrm() && in NbcResize()
899 nRelWidth = pRel->Prt().Width(); in NbcResize()
900 nRelHeight = pRel->Prt().Height(); in NbcResize()
/aoo4110/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx493 AtkRelation *pRel = in wrapper_ref_relation_set() local
498 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 65 milliseconds