Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dfly.cxx2575 const SwFrm *pRel = IsFlyLayFrm() ? GetAnchorFrm() : GetAnchorFrm()->GetUpper(); in CalcRel() local
2576 if( pRel ) // LAYER_IMPL in CalcRel()
2580 if ( ( pRel->IsBodyFrm() || pRel->IsPageFrm() ) && in CalcRel()
2587 long nDiff = nRelWidth - pRel->Prt().Width(); in CalcRel()
2591 nDiff = nRelHeight - pRel->Prt().Height(); in CalcRel()
2595 nRelWidth = Min( nRelWidth, pRel->Prt().Width() ); in CalcRel()
2596 nRelHeight = Min( nRelHeight, pRel->Prt().Height() ); in CalcRel()
2597 if( !pRel->IsPageFrm() ) in CalcRel()
H A Dwsfrm.cxx3309 const SwFrm *pRel = pFly->IsFlyLayFrm() ? pFly->GetAnchorFrm(): in InvaPercentFlys() local
3316 ( nDiff + pRel->Prt().Height() )*9 && in InvaPercentFlys()
3372 const SwFrm *pRel = GetUpper(); in CalcRel() local
3376 if( pRel->IsPageBodyFrm() && pSh && bBrowseMode && pSh->VisArea().Width() ) in CalcRel()
3379 long nDiff = nRel - pRel->Prt().Width(); in CalcRel()
3383 nRel = Min( nRel, pRel->Prt().Width() ); in CalcRel()
/trunk/main/sal/qa/rtl/uri/
H A Drtl_testuri.cxx280 char const * pRel; in TEST_F() member
341 rtl::OUString::createFromAscii(aRelToAbsTest[i].pRel)); in TEST_F()
352 aRelToAbsTest[i].pBase, aRelToAbsTest[i].pRel, in TEST_F()
/trunk/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()
/trunk/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 45 milliseconds