Home
last modified time | relevance | path

Searched refs:GetOutWidth (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx230 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 Dtablelayouter.cxx926 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 Dformatsh.cxx1644 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 Dtabvwsh8.cxx46 pLine->GetOutWidth(), in SetDefaultFrameLine()
H A Dviewfun2.cxx2971 rLine.SetOutWidth ( pDestLine->GetOutWidth() ); in UpdateLineAttrs()
2978 rLine.SetOutWidth ( pSrcLine->GetOutWidth() ); in UpdateLineAttrs()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx594 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 Dxmlithlp.cxx246 (USHRT_MAX != nNamedWidth || (nWidth != rpLine->GetOutWidth() + in lcl_frmitems_setXMLBorder()
271 rpLine->GetOutWidth(); in lcl_frmitems_setXMLBorder()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1616 ( 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 Dfrmsh.cxx1055 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 Dtabsh.cxx491 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 DCellAppearancePropertyPanel.cxx548 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 Dwrtswtbl.cxx226 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 Dfrmsel.cxx851 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 Dhtmlfly.cxx1076 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 Dhtmlgrin.cxx495 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 Dpaintfrm.cxx4216 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 Dborderline.hxx104 sal_uInt16 GetOutWidth() const { return nOutWidth; } in GetOutWidth() function in SvxBorderLine
/trunk/main/sc/source/core/data/
H A Dattrib.cxx82 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 Dattarray.cxx593 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 Dww8graf.cxx1756 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 Dwrtw8esh.cxx1948 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 Drtfattributeoutput.cxx371 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 Dwrtswtbl.hxx201 sal_Bool GetOutWidth() const { return bOutWidth; } in GetOutWidth() function in SwWriteTableCol
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx693 … sal_uInt16 nWidthTmp = pLn->GetOutWidth() + pLn->GetInWidth(); in CalculateFlySize()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx879 if( !pBorderLine || ((pBorderLine->GetOutWidth() == 0) && (pBorderLine->GetInWidth()==0)) ) in CreateDesignPreview()

Completed in 288 milliseconds

12