Home
last modified time | relevance | path

Searched refs:rULSpace (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx116 const SvxULSpaceItem& rULSpace = rFrmFmt.GetULSpace(); in CalcPosition() local
127 nLRSpaceLeft = rULSpace.GetUpper(); in CalcPosition()
128 nLRSpaceRight = rULSpace.GetLower(); in CalcPosition()
145 nULSpaceUpper = rULSpace.GetUpper(); in CalcPosition()
146 nULSpaceLower = rULSpace.GetLower(); in CalcPosition()
334 aObjBoundRect.Top( aObjBoundRect.Top() - rULSpace.GetUpper() ); in CalcPosition()
335 aObjBoundRect.Height( aObjBoundRect.Height() + rULSpace.GetLower() ); in CalcPosition()
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx447 const SvxULSpaceItem& rULSpace = in FixHeaderFooterDistance() local
453 nSpace = rULSpace.GetLower(); in FixHeaderFooterDistance()
459 if( rCollULSpace.GetUpper() == rULSpace.GetUpper() ) in FixHeaderFooterDistance()
463 SvxULSpaceItem( rULSpace.GetUpper(), in FixHeaderFooterDistance()
480 const SvxULSpaceItem& rULSpace = in FixHeaderFooterDistance() local
487 if( rULSpace.GetUpper() > nSpace ) in FixHeaderFooterDistance()
488 nSpace = rULSpace.GetUpper(); in FixHeaderFooterDistance()
493 if( rCollULSpace.GetLower() == rULSpace.GetLower() ) in FixHeaderFooterDistance()
498 rULSpace.GetLower(), RES_UL_SPACE ) ); in FixHeaderFooterDistance()
H A Dhtmlatr.cxx525 const SvxULSpaceItem &rULSpace = in SV_IMPL_OP_PTRARR_SORT() local
527 nTopMargin = rULSpace.GetUpper(); in SV_IMPL_OP_PTRARR_SORT()
528 nBottomMargin = rULSpace.GetLower(); in SV_IMPL_OP_PTRARR_SORT()
741 const SvxULSpaceItem& rULSpace = in OutHTML_SwFmt() local
753 SvxULSpaceItem aULSpaceItem( rULSpace ); in OutHTML_SwFmt()
837 rULSpace.GetLower()==0 && in OutHTML_SwFmt()
904 rHWrt.nDfltBottomMargin = rULSpace.GetLower(); in OutHTML_SwFmt()
922 sal_Bool bHasParSpace = bUseParSpace && rULSpace.GetLower() > 0; in OutHTML_SwFmt()
2729 const SvxULSpaceItem& rULSpace = in OutHTML_SwTxtNode() local
2731 if( rULSpace.GetLower() > 0 && !bEndOfCell && in OutHTML_SwTxtNode()
H A Dswhtml.cxx2102 const SvxULSpaceItem& rULSpace = in AppendTxtNode() local
2105 sal_Bool bChange = AM_NOSPACE==eMode ? rULSpace.GetLower() > 0 in AppendTxtNode()
2106 : rULSpace.GetLower() == 0; in AppendTxtNode()
2117 rCollULSpace.GetUpper() == rULSpace.GetUpper() ) in AppendTxtNode()
2124 SvxULSpaceItem( rULSpace.GetUpper(), in AppendTxtNode()
2364 SvxULSpaceItem rULSpace = in AddParSpace() local
2366 if( !rULSpace.GetLower() ) in AddParSpace()
2371 rCollULSpace.GetUpper() == rULSpace.GetUpper() ) in AddParSpace()
2378 SvxULSpaceItem( rULSpace.GetUpper(), HTML_PARSPACE, RES_UL_SPACE ) ); in AddParSpace()
H A Dhtmltabw.cxx1006 const SvxULSpaceItem& rULSpace = pFlyFrmFmt->GetULSpace(); in OutHTML_SwTblNode() local
1007 nFlyVSpace = (rULSpace.GetUpper() + rULSpace.GetLower()) / 2; in OutHTML_SwTblNode()
H A Dhtmlfly.cxx1685 const SvxULSpaceItem& rULSpace = rFrmFmt.GetULSpace(); in OutHTML_HeaderFooter() local
1686 sal_uInt16 nSize = bHeader ? rULSpace.GetLower() : rULSpace.GetUpper(); in OutHTML_HeaderFooter()
H A Dhtmlcss1.cxx2357 const SvxULSpaceItem& rULSpace = pColl->GetULSpace(); in GetULSpaceFromContext() local
2358 nUpper = rULSpace.GetUpper(); in GetULSpaceFromContext()
2359 nLower = rULSpace.GetLower(); in GetULSpaceFromContext()
/trunk/main/sd/source/ui/view/
H A Ddrviews3.cxx596 const SvxLongULSpaceItem& rULSpace = (const SvxLongULSpaceItem&) in ExecRuler() local
603 aRect.Top() = rULSpace.GetUpper(); in ExecRuler()
604 aRect.Bottom() = aViewSize.Height() - rULSpace.GetLower(); in ExecRuler()
616 long nUpper = Max(0L, rULSpace.GetUpper() - aPagePos.Y()); in ExecRuler()
617 long nLower = Max(0L, rULSpace.GetLower() + aPagePos.Y() + in ExecRuler()
/trunk/main/sw/source/ui/misc/
H A Dpggrid.cxx328 const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)rSet.Get( in UpdatePageSize() local
332 sal_Int32 nDistanceUL = rULSpace.GetUpper() + rULSpace.GetLower(); in UpdatePageSize()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx91 const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)rSet.Get( nWhich ); in UpdateExample() local
93 SetTop( rULSpace.GetUpper() ); in UpdateExample()
94 SetBottom( rULSpace.GetLower() ); in UpdateExample()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx514 const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)*pItem; in Reset() local
515 SetMetricValue( aTopMarginEdit, rULSpace.GetUpper(), eUnit ); in Reset()
517 (sal_uInt16)ConvertLong_Impl( (long)rULSpace.GetUpper(), eUnit ) ); in Reset()
518 SetMetricValue( aBottomMarginEdit, rULSpace.GetLower(), eUnit ); in Reset()
520 (sal_uInt16)ConvertLong_Impl( (long)rULSpace.GetLower(), eUnit ) ); in Reset()
/trunk/main/svx/source/dialog/
H A Dhdft.cxx917 const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)*pItem; in ActivatePage() local
919 aBspWin.SetTop( rULSpace.GetUpper() ); in ActivatePage()
920 aBspWin.SetBottom( rULSpace.GetLower() ); in ActivatePage()
H A Dsvxruler.cxx130 void Debug_Impl(Window *pWin, const SvxLongULSpaceItem& rULSpace) in Debug_Impl() argument
133 aTmp += pWin->PixelToLogic(Size(rULSpace.GetUpper(), 0), MapMode(MAP_MM)).Width(); in Debug_Impl()
135 aTmp += pWin->PixelToLogic(Size(rULSpace.GetLower(), 0), MapMode(MAP_MM)).Width(); in Debug_Impl()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx2897 void RtfAttributeOutput::FormatULSpace( const SvxULSpaceItem& rULSpace ) in FormatULSpace() argument
2939 m_aStyles.append( (sal_Int32) rULSpace.GetUpper() ); in FormatULSpace()
2941 m_aStyles.append( (sal_Int32) rULSpace.GetLower() ); in FormatULSpace()
2944 else if (rULSpace.GetUpper() == rULSpace.GetLower() && m_rExport.bRTFFlySyntax) in FormatULSpace()
2947 m_rExport.OutLong( rULSpace.GetLower() ); in FormatULSpace()
H A Drtfattributeoutput.hxx411 virtual void FormatULSpace( const SvxULSpaceItem& rULSpace );
H A Ddocxattributeoutput.hxx474 virtual void FormatULSpace( const SvxULSpaceItem& rULSpace );
H A Ddocxattributeoutput.cxx3055 void DocxAttributeOutput::FormatULSpace( const SvxULSpaceItem& rULSpace ) in FormatULSpace() argument
3097 OString::valueOf( (sal_Int32)rULSpace.GetUpper() ) ); in FormatULSpace()
3099 OString::valueOf( (sal_Int32)rULSpace.GetLower() ) ); in FormatULSpace()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1796 const SvxULSpaceItem &rULSpace = pFmt->GetULSpace(); in ContourRect() local
1804 pTextRanger[ 0 ]->SetUpper( rULSpace.GetUpper() ); in ContourRect()
1805 pTextRanger[ 0 ]->SetLower( rULSpace.GetLower() ); in ContourRect()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3840 …const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)pPortion->GetNode()->GetContentAttribs().G… in GetInvalidYOffsets() local
3896 aRange.Max() += GetYValue( rULSpace.GetLower() ); in GetInvalidYOffsets()
3937 …const SvxULSpaceItem& rULSpace =(const SvxULSpaceItem&)pPortion->GetNode()->GetContentAttribs().Ge… in GetPaM() local
3938 …DBG_ASSERT( nY+GetYValue( rULSpace.GetLower() ) >= aDocPos.Y() , "Index in keiner Zeile, GetPaM ?"… in GetPaM()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx3557 const SvxULSpaceItem& rULSpace = rFrm.GetAttrSet()->GetULSpace(); in GetSpacingValuesOfFrm() local
3558 onLowerSpacing = rULSpace.GetLower(); in GetSpacingValuesOfFrm()

Completed in 179 milliseconds