Lines Matching refs:aLR

240                     SvxLRSpaceItem aLR( (SvxLRSpaceItem&)pColl->GetFmtAttr( RES_LR_SPACE ) );  in lcl_SetHeadline()  local
241 aLR.SetTxtFirstLineOfstValue( rNFmt.GetFirstLineOffset() ); in lcl_SetHeadline()
242 aLR.SetTxtLeft( rNFmt.GetAbsLSpace() ); in lcl_SetHeadline()
243 pColl->SetFmtAttr( aLR ); in lcl_SetHeadline()
268 SvxLRSpaceItem aLR( RES_LR_SPACE ); in lcl_SetRegister() local
270 aLR.SetTxtLeft( nLeft ); in lcl_SetRegister()
272 rSet.Put( aLR ); in lcl_SetRegister()
297 SvxLRSpaceItem aLR( RES_LR_SPACE ); SvxULSpaceItem aUL( RES_UL_SPACE ); in lcl_SetNumBul() local
298 aLR.SetTxtFirstLineOfst( sal_uInt16(nEZ) ); aLR.SetTxtLeft( sal_uInt16(nLeft) ); in lcl_SetNumBul()
300 rSet.Put( aLR ); in lcl_SetNumBul()
419 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
420 aLR.SetTxtFirstLineOfst( GetMetricVal( CM_05 )); in GetTxtCollFromPool()
421 aSet.Put( aLR ); in GetTxtCollFromPool()
426 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
427 aLR.SetTxtFirstLineOfst( -(short)GetMetricVal( CM_05 )); in GetTxtCollFromPool()
428 aLR.SetTxtLeft( GetMetricVal( CM_1 )); in GetTxtCollFromPool()
431 aSet.Put( aLR ); in GetTxtCollFromPool()
437 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
438 aLR.SetTxtLeft( GetMetricVal( CM_05 )); in GetTxtCollFromPool()
439 aSet.Put( aLR ); in GetTxtCollFromPool()
445 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
446 aLR.SetTxtFirstLineOfst( - short( GetMetricVal( CM_1 ) * 4 + in GetTxtCollFromPool()
448 aLR.SetTxtLeft( GetMetricVal( CM_1 ) * 5 ); in GetTxtCollFromPool()
451 aSet.Put( aLR ); in GetTxtCollFromPool()
457 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
458 aLR.SetTxtLeft( GetMetricVal( CM_1 ) * 4 ); in GetTxtCollFromPool()
459 aSet.Put( aLR ); in GetTxtCollFromPool()
582 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
583 aLR.SetTxtFirstLineOfst( -(short)GetMetricVal( CM_05 )); in GetTxtCollFromPool()
584 aLR.SetTxtLeft( GetMetricVal( CM_05 )); in GetTxtCollFromPool()
586 aSet.Put( aLR ); in GetTxtCollFromPool()
969 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
970 aLR.SetLeft( GetMetricVal( CM_1 )); in GetTxtCollFromPool()
971 aLR.SetRight( GetMetricVal( CM_1 )); in GetTxtCollFromPool()
972 aSet.Put( aLR ); in GetTxtCollFromPool()
1026 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
1027 aLR = pNewColl->GetLRSpace(); in GetTxtCollFromPool()
1029 aLR.SetLeft( GetMetricVal( CM_1 )); in GetTxtCollFromPool()
1030 aSet.Put( aLR ); in GetTxtCollFromPool()
1035 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetTxtCollFromPool() local
1039 aLR = pNewColl->GetLRSpace(); in GetTxtCollFromPool()
1042 aLR.SetLeft( 0 ); in GetTxtCollFromPool()
1043 aSet.Put( aLR ); in GetTxtCollFromPool()
1502 SvxLRSpaceItem aLR( RES_LR_SPACE ); in GetPageDescFromPool() local
1504 aLR.SetLeft( GetMetricVal( CM_1 ) * 2 ); in GetPageDescFromPool()
1505 aLR.SetRight( aLR.GetLeft() ); in GetPageDescFromPool()
1509 aUL.SetUpper( (sal_uInt16)aLR.GetLeft() ); in GetPageDescFromPool()
1510 aUL.SetLower( (sal_uInt16)aLR.GetLeft() ); in GetPageDescFromPool()
1520 aSet.Put( aLR ); in GetPageDescFromPool()
1531 aSet.Put( aLR ); in GetPageDescFromPool()
1545 aSet.Put( aLR ); in GetPageDescFromPool()
1555 aSet.Put( aLR ); in GetPageDescFromPool()
1568 aLR.SetLeft( 0 ); aLR.SetRight( 0 ); in GetPageDescFromPool()
1570 aSet.Put( aLR ); in GetPageDescFromPool()
1584 aLR.SetRight( GetMetricVal( CM_1 )); in GetPageDescFromPool()
1585 aUL.SetUpper( (sal_uInt16)aLR.GetRight() ); in GetPageDescFromPool()
1586 aUL.SetLower( (sal_uInt16)aLR.GetRight() ); in GetPageDescFromPool()
1587 aSet.Put( aLR ); in GetPageDescFromPool()
1599 aSet.Put( aLR ); in GetPageDescFromPool()
1622 aSet.Put( aLR ); in GetPageDescFromPool()