/trunk/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 230 return (1 == rLineA.GetOutWidth() ? 0 : rLineA.GetOutWidth()); in getBorderLineOutWidth() 324 getChangedValue(getLeftLine().GetOutWidth(), getInTwips()), in create2DDecomposition() 366 getChangedValue(getBottomLine().GetOutWidth(), getInTwips()), in create2DDecomposition() 408 getChangedValue(getRightLine().GetOutWidth(), getInTwips()), in create2DDecomposition() 450 getChangedValue(getTopLine().GetOutWidth(), getInTwips()), in create2DDecomposition() 532 aLine.SetInWidth(pLine->GetOutWidth()); in impGetLine()
|
H A D | tablelayouter.cxx | 926 sal_uInt16 nThisSize = pThis->GetOutWidth() + pThis->GetDistance() + pThis->GetInWidth(); in HasPriority() 927 sal_uInt16 nOtherSize = pOther->GetOutWidth() + pOther->GetDistance() + pOther->GetInWidth(); in HasPriority()
|
/trunk/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 1644 pDefLine->SetOutWidth( pLine->GetOutWidth() ); in ExecuteAttr() 1720 if ( aBoxItem.GetTop() && aBoxItem.GetTop()->GetOutWidth() == 0 ) in ExecuteAttr() 1722 if ( aBoxItem.GetBottom() && aBoxItem.GetBottom()->GetOutWidth() == 0 ) in ExecuteAttr() 1724 if ( aBoxItem.GetLeft() && aBoxItem.GetLeft()->GetOutWidth() == 0 ) in ExecuteAttr() 1726 if ( aBoxItem.GetRight() && aBoxItem.GetRight()->GetOutWidth() == 0 ) in ExecuteAttr() 1902 aLine.SetOutWidth( aBoxItem.GetTop()->GetOutWidth()); in GetAttrState() 1914 aLine.SetOutWidth( aBoxItem.GetBottom()->GetOutWidth()); in GetAttrState() 1934 aLine.SetOutWidth( aBoxItem.GetLeft()->GetOutWidth()); in GetAttrState() 1954 aLine.SetOutWidth( aBoxItem.GetRight()->GetOutWidth()); in GetAttrState() 1974 aLine.SetOutWidth( aInfoItem.GetVert()->GetOutWidth()); in GetAttrState() [all …]
|
H A D | tabvwsh8.cxx | 46 pLine->GetOutWidth(), in SetDefaultFrameLine()
|
H A D | viewfun2.cxx | 2971 rLine.SetOutWidth ( pDestLine->GetOutWidth() ); in UpdateLineAttrs() 2978 rLine.SetOutWidth ( pSrcLine->GetOutWidth() ); in UpdateLineAttrs()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlexpit.cxx | 594 const sal_uInt16 nOutWidth = pTop->GetOutWidth(); in QueryXMLValue() 598 nOutWidth == pLeft->GetOutWidth() && in QueryXMLValue() 601 nOutWidth == pRight->GetOutWidth() && in QueryXMLValue() 604 nOutWidth == pBottom->GetOutWidth(); in QueryXMLValue() 686 sal_Int32 nWidth = pLine->GetOutWidth(); in QueryXMLValue() 740 rUnitConverter.convertMeasure( aOut, pLine->GetOutWidth() ); in QueryXMLValue()
|
H A D | xmlithlp.cxx | 246 (USHRT_MAX != nNamedWidth || (nWidth != rpLine->GetOutWidth() + in lcl_frmitems_setXMLBorder() 271 rpLine->GetOutWidth(); in lcl_frmitems_setXMLBorder()
|
/trunk/main/editeng/source/items/ |
H A D | frmitems.cxx | 1616 ( nOutWidth == rCmp.GetOutWidth() ) && in operator ==() 1715 const sal_uInt16 nThisSize = GetOutWidth() + GetDistance() + GetInWidth(); in HasPriority() 1716 …const sal_uInt16 nOtherSize = rOtherLine.GetOutWidth() + rOtherLine.GetDistance() + rOtherLine.Get… in HasPriority() 1842 …idth = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetOutWidth()): pLine->GetOutWidth() ); in SvxLineToLine() 2286 << (sal_uInt16) l->GetOutWidth() in Store() 2542 …nDist = nDist + (sal_uInt16)(pTmp->GetOutWidth()) + (sal_uInt16)(pTmp->GetInWidth()) + (sal_uInt16… in CalcLineSpace() 2723 << (short) l->GetOutWidth() in Store() 3293 case MID_OUTER_WIDTH: rVal <<= sal_Int32(pLine->GetOutWidth()); break; in QueryValue() 3385 << (short)pLine->GetOutWidth() in Store()
|
/trunk/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 1055 if(aBorderLine.GetOutWidth() == 0) in ExecFrameStyle() 1192 if(pBorderLine->GetOutWidth() > rBorderLine.GetOutWidth()) in lcl_FrmGetMaxLineWidth() 1193 rBorderLine.SetOutWidth(pBorderLine->GetOutWidth()); in lcl_FrmGetMaxLineWidth()
|
H A D | tabsh.cxx | 491 if(pBorderLine->GetOutWidth() > rBorderLine.GetOutWidth()) in lcl_TabGetMaxLineWidth() 492 rBorderLine.SetOutWidth(pBorderLine->GetOutWidth()); in lcl_TabGetMaxLineWidth() 590 if(aBorderLine.GetOutWidth() == 0) in Execute()
|
/trunk/main/sc/source/ui/sidebar/ |
H A D | CellAppearancePropertyPanel.cxx | 548 mnOut = mbLineItem->GetOutWidth(); in NotifyItemUpdate() 669 mnTLBROut = aLine->GetOutWidth(); in NotifyItemUpdate() 711 mnBLTROut = aLine->GetOutWidth(); in NotifyItemUpdate()
|
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 226 sal_uInt16 nOutWidth = pBorderLine->GetOutWidth(); in MergeBorders() 260 rTopBorder = rBoxItem.GetTop()->GetOutWidth(); in MergeBoxBorders() 273 rBottomBorder = rBoxItem.GetBottom()->GetOutWidth(); in MergeBoxBorders()
|
/trunk/main/svx/source/dialog/ |
H A D | frmsel.cxx | 851 return rStyle.GetOutWidth() ? &rStyle : 0; in GetFrameBorderStyle() 888 (rStyle.GetOutWidth() == (*aIt)->GetCoreStyle().GetOutWidth()) && in GetVisibleWidth() 894 rnPrim = rStyle.GetOutWidth(); in GetVisibleWidth()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 1076 aTwipBorder.Width() += pBorderLine->GetOutWidth(); in OutHTML_Image() 1083 aTwipBorder.Width() += pBorderLine->GetOutWidth(); in OutHTML_Image() 1090 aTwipBorder.Height() += pBorderLine->GetOutWidth(); in OutHTML_Image() 1097 aTwipBorder.Height() += pBorderLine->GetOutWidth(); in OutHTML_Image()
|
H A D | htmlgrin.cxx | 495 aVBorderLine.SetOutWidth( aHBorderLine.GetOutWidth() ); in InsertImage() 502 nHBorderWidth = aHBorderLine.GetOutWidth(); in InsertImage() 503 nVBorderWidth = aVBorderLine.GetOutWidth(); in InsertImage()
|
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 4216 nDist += ::lcl_AlignHeight( _rBox.GetTop()->GetOutWidth() ); in lcl_SubTopBottom() 4266 nDist += ::lcl_AlignHeight( _rBox.GetBottom()->GetOutWidth() ); in lcl_SubTopBottom() 4312 + ::lcl_AlignWidth( rBox.GetLeft()->GetOutWidth() ); in lcl_SubLeftRight() 4319 + ::lcl_AlignWidth( rBox.GetRight()->GetOutWidth() ); in lcl_SubLeftRight() 4357 (aRect.*_rRectFn->fnAddRight)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine() 4362 (aRect.*_rRectFn->fnSubLeft)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine() 4379 long nDist = ::lcl_AlignHeight( rBox.GetTop()->GetOutWidth() ); in lcl_PaintLeftRightLine() 4410 long nDist = ::lcl_AlignHeight( rBox.GetBottom()->GetOutWidth()); in lcl_PaintLeftRightLine() 4541 (aRect.*_rRectFn->fnAddBottom)( ::lcl_AlignHeight( pTopBottomBorder->GetOutWidth() ) - in lcl_PaintTopBottomLine() 4546 (aRect.*_rRectFn->fnSubTop)( ::lcl_AlignHeight( pTopBottomBorder->GetOutWidth() ) - in lcl_PaintTopBottomLine()
|
/trunk/main/editeng/inc/editeng/ |
H A D | borderline.hxx | 104 sal_uInt16 GetOutWidth() const { return nOutWidth; } in GetOutWidth() function in SvxBorderLine
|
/trunk/main/sc/source/core/data/ |
H A D | attrib.cxx | 82 sal_uInt16 nThisSize = pThis->GetOutWidth() + pThis->GetDistance() + pThis->GetInWidth(); in ScHasPriority() 83 sal_uInt16 nOtherSize = pOther->GetOutWidth() + pOther->GetDistance() + pOther->GetInWidth(); in ScHasPriority()
|
H A D | attarray.cxx | 593 pCast->SetOutWidth((src)->GetOutWidth()); \ 1147 sal_uInt16 nWidth = Max( rLine.GetOutWidth(), rLine.GetInWidth() ); in lcl_LineSize() 1151 DBG_ASSERT( rLine.GetOutWidth() && rLine.GetInWidth(), in lcl_LineSize()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 1756 rInnerDist.Left() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet() 1762 rInnerDist.Top() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet() 1768 rInnerDist.Right() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet() 1774 rInnerDist.Bottom() -= (pLine->GetOutWidth() + pLine->GetInWidth() + in MatchSdrItemsIntoFlySet()
|
H A D | wrtw8esh.cxx | 1948 nLineWidth = pLine->GetInWidth() + pLine->GetOutWidth() in WriteFlyFrameAttr() 1950 if( pLine->GetInWidth() == pLine->GetOutWidth() ) in WriteFlyFrameAttr() 1952 else if( pLine->GetInWidth() < pLine->GetOutWidth() ) in WriteFlyFrameAttr() 1961 nLineWidth = pLine->GetOutWidth(); in WriteFlyFrameAttr()
|
H A D | rtfattributeoutput.cxx | 371 if( DEF_LINE_WIDTH_1 >= pLine->GetOutWidth() ) in OutTBLBorderLine() 372 …OOO_STRING_SVTOOLS_RTF_BRDRS OOO_STRING_SVTOOLS_RTF_BRDRW).append((sal_Int32)pLine->GetOutWidth()); in OutTBLBorderLine() 374 …TRING_SVTOOLS_RTF_BRDRTH OOO_STRING_SVTOOLS_RTF_BRDRW).append((sal_Int32)pLine->GetOutWidth() / 2); in OutTBLBorderLine() 402 aRet.append((sal_Int32)pLine->GetOutWidth()); in OutBorderLine()
|
/trunk/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 201 sal_Bool GetOutWidth() const { return bOutWidth; } in GetOutWidth() function in SwWriteTableCol
|
/trunk/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 693 … sal_uInt16 nWidthTmp = pLn->GetOutWidth() + pLn->GetInWidth(); in CalculateFlySize()
|
/trunk/main/sd/source/ui/table/ |
H A D | TableDesignPane.cxx | 879 if( !pBorderLine || ((pBorderLine->GetOutWidth() == 0) && (pBorderLine->GetInWidth()==0)) ) in CreateDesignPreview()
|