Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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.cxx2112 const SvxULSpaceItem& rULSpace = in AppendTxtNode() local
2115 sal_Bool bChange = AM_NOSPACE==eMode ? rULSpace.GetLower() > 0 in AppendTxtNode()
2116 : rULSpace.GetLower() == 0; in AppendTxtNode()
2127 rCollULSpace.GetUpper() == rULSpace.GetUpper() ) in AppendTxtNode()
2134 SvxULSpaceItem( rULSpace.GetUpper(), in AppendTxtNode()
2374 SvxULSpaceItem rULSpace = in AddParSpace() local
2376 if( !rULSpace.GetLower() ) in AddParSpace()
2381 rCollULSpace.GetUpper() == rULSpace.GetUpper() ) in AddParSpace()
2388 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()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews3.cxx579 const SvxLongULSpaceItem& rULSpace = (const SvxLongULSpaceItem&) in ExecRuler() local
586 aRect.Top() = rULSpace.GetUpper(); in ExecRuler()
587 aRect.Bottom() = aViewSize.Height() - rULSpace.GetLower(); in ExecRuler()
599 long nUpper = Max(0L, rULSpace.GetUpper() - aPagePos.Y()); in ExecRuler()
600 long nLower = Max(0L, rULSpace.GetLower() + aPagePos.Y() + in ExecRuler()
/aoo41x/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()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx95 const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)rSet.Get( nWhich ); in UpdateExample() local
97 SetTop( rULSpace.GetUpper() ); in UpdateExample()
98 SetBottom( rULSpace.GetLower() ); in UpdateExample()
/aoo41x/main/cui/source/tabpages/
H A Dpage.cxx501 const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)*pItem; in Reset() local
502 SetMetricValue( aTopMarginEdit, rULSpace.GetUpper(), eUnit ); in Reset()
504 (sal_uInt16)ConvertLong_Impl( (long)rULSpace.GetUpper(), eUnit ) ); in Reset()
505 SetMetricValue( aBottomMarginEdit, rULSpace.GetLower(), eUnit ); in Reset()
507 (sal_uInt16)ConvertLong_Impl( (long)rULSpace.GetLower(), eUnit ) ); in Reset()
/aoo41x/main/svx/source/dialog/
H A Dhdft.cxx752 const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)*pItem; in ActivatePage() local
754 aBspWin.SetTop( rULSpace.GetUpper() ); in ActivatePage()
755 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()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx2905 void RtfAttributeOutput::FormatULSpace( const SvxULSpaceItem& rULSpace ) in FormatULSpace() argument
2947 m_aStyles.append( (sal_Int32) rULSpace.GetUpper() ); in FormatULSpace()
2949 m_aStyles.append( (sal_Int32) rULSpace.GetLower() ); in FormatULSpace()
2952 else if (rULSpace.GetUpper() == rULSpace.GetLower() && m_rExport.bRTFFlySyntax) in FormatULSpace()
2955 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()
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx1790 const SvxULSpaceItem &rULSpace = pFmt->GetULSpace(); in ContourRect() local
1798 pTextRanger[ 0 ]->SetUpper( rULSpace.GetUpper() ); in ContourRect()
1799 pTextRanger[ 0 ]->SetLower( rULSpace.GetLower() ); in ContourRect()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx3837 …const SvxULSpaceItem& rULSpace = (const SvxULSpaceItem&)pPortion->GetNode()->GetContentAttribs().G… in GetInvalidYOffsets() local
3893 aRange.Max() += GetYValue( rULSpace.GetLower() ); in GetInvalidYOffsets()
3934 …const SvxULSpaceItem& rULSpace =(const SvxULSpaceItem&)pPortion->GetNode()->GetContentAttribs().Ge… in GetPaM() local
3935 …DBG_ASSERT( nY+GetYValue( rULSpace.GetLower() ) >= aDocPos.Y() , "Index in keiner Zeile, GetPaM ?"… in GetPaM()
/aoo41x/main/sw/source/core/layout/
H A Dfrmtool.cxx3541 const SvxULSpaceItem& rULSpace = rFrm.GetAttrSet()->GetULSpace(); in GetSpacingValuesOfFrm() local
3542 onLowerSpacing = rULSpace.GetLower(); in GetSpacingValuesOfFrm()

Completed in 185 milliseconds