Home
last modified time | relevance | path

Searched refs:GetInWidth (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx240 return (1 == rLineA.GetInWidth() ? 0 : rLineA.GetInWidth()); in getBorderLineInWidth()
326 getChangedValue(getLeftLine().GetInWidth(), getInTwips()), in create2DDecomposition()
368 getChangedValue(getBottomLine().GetInWidth(), getInTwips()), in create2DDecomposition()
410 getChangedValue(getRightLine().GetInWidth(), getInTwips()), in create2DDecomposition()
452 getChangedValue(getTopLine().GetInWidth(), getInTwips()), in create2DDecomposition()
531 aLine.SetOutWidth(pLine->GetInWidth()); 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()
938 if ( pOther->GetInWidth() && !pThis->GetInWidth() ) in HasPriority()
942 else if ( pThis->GetInWidth() && !pOther->GetInWidth() ) in HasPriority()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx593 const sal_uInt16 nInWidth = pTop->GetInWidth(); in QueryXMLValue()
597 nInWidth == pLeft->GetInWidth() && in QueryXMLValue()
600 nInWidth == pRight->GetInWidth() && in QueryXMLValue()
603 nInWidth == pBottom->GetInWidth() && in QueryXMLValue()
691 nWidth += pLine->GetInWidth(); in QueryXMLValue()
736 rUnitConverter.convertMeasure( aOut, pLine->GetInWidth() ); in QueryXMLValue()
H A Dxmlithlp.cxx247 rpLine->GetInWidth() + in lcl_frmitems_setXMLBorder()
270 nWidth = rpLine->GetInWidth() + rpLine->GetDistance() + in lcl_frmitems_setXMLBorder()
/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()
91 if ( pOther->GetInWidth() && !pThis->GetInWidth() ) in ScHasPriority()
93 else if ( pThis->GetInWidth() && !pOther->GetInWidth() ) in ScHasPriority()
H A Dattarray.cxx594 pCast->SetInWidth ((src)->GetInWidth()); \
1147 sal_uInt16 nWidth = Max( rLine.GetOutWidth(), rLine.GetInWidth() ); in lcl_LineSize()
1151 DBG_ASSERT( rLine.GetOutWidth() && rLine.GetInWidth(), in lcl_LineSize()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1615 ( nInWidth == rCmp.GetInWidth() ) && in operator ==()
1715 const sal_uInt16 nThisSize = GetOutWidth() + GetDistance() + GetInWidth(); in HasPriority()
1716 …_uInt16 nOtherSize = rOtherLine.GetOutWidth() + rOtherLine.GetDistance() + rOtherLine.GetInWidth(); in HasPriority()
1728 if ( rOtherLine.GetInWidth() && !GetInWidth() ) in HasPriority()
1732 else if ( GetInWidth() && !rOtherLine.GetInWidth() ) in HasPriority()
1841 …Width = sal_uInt16( bConvert ? TWIP_TO_MM100_UNSIGNED(pLine->GetInWidth() ): pLine->GetInWidth() ); in SvxLineToLine()
2287 << (sal_uInt16) l->GetInWidth() in Store()
2542 …nDist = nDist + (sal_uInt16)(pTmp->GetOutWidth()) + (sal_uInt16)(pTmp->GetInWidth()) + (sal_uInt16… in CalcLineSpace()
2724 << (short) l->GetInWidth() in Store()
3294 case MID_INNER_WIDTH: rVal <<= sal_Int32(pLine->GetInWidth( )); break; in QueryValue()
[all …]
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1645 pDefLine->SetInWidth ( pLine->GetInWidth() ); in ExecuteAttr()
1903 aLine.SetInWidth( aBoxItem.GetTop()->GetInWidth()); in GetAttrState()
1915 aLine.SetInWidth( aBoxItem.GetBottom()->GetInWidth()); in GetAttrState()
1935 aLine.SetInWidth( aBoxItem.GetLeft()->GetInWidth()); in GetAttrState()
1955 aLine.SetInWidth( aBoxItem.GetRight()->GetInWidth()); in GetAttrState()
1975 aLine.SetInWidth( aInfoItem.GetVert()->GetInWidth()); in GetAttrState()
1995 aLine.SetInWidth( aInfoItem.GetHori()->GetInWidth()); in GetAttrState()
H A Dtabvwsh8.cxx47 pLine->GetInWidth(), in SetDefaultFrameLine()
H A Dviewfun2.cxx2972 rLine.SetInWidth ( pDestLine->GetInWidth() ); in UpdateLineAttrs()
2979 rLine.SetInWidth ( pSrcLine->GetInWidth() ); in UpdateLineAttrs()
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx547 mnIn = mbLineItem->GetInWidth(); in NotifyItemUpdate()
668 mnTLBRIn = aLine->GetInWidth(); in NotifyItemUpdate()
710 mnBLTRIn = aLine->GetInWidth(); in NotifyItemUpdate()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx4203 if ( _rBox.GetTop() && _rBox.GetTop()->GetInWidth() && in lcl_SubTopBottom()
4222 nDist += ::lcl_AlignHeight( _rBox.GetTop()->GetInWidth() ); in lcl_SubTopBottom()
4223 bIsInnerTopLineHairline = _rBox.GetTop()->GetInWidth() == 1; in lcl_SubTopBottom()
4253 if ( _rBox.GetBottom() && _rBox.GetBottom()->GetInWidth() && in lcl_SubTopBottom()
4272 nDist += ::lcl_AlignHeight( _rBox.GetBottom()->GetInWidth() ); in lcl_SubTopBottom()
4309 if ( rBox.GetLeft() && rBox.GetLeft()->GetInWidth() ) in lcl_SubLeftRight()
4316 if ( rBox.GetRight() && rBox.GetRight()->GetInWidth() ) in lcl_SubLeftRight()
4440 if ( !pLeftRightBorder->GetInWidth() ) in lcl_PaintLeftRightLine()
4470 if ( pLeftRightBorder->GetInWidth() ) in lcl_PaintLeftRightLine()
4473 long nWidth = ::lcl_AlignWidth( pLeftRightBorder->GetInWidth() ); in lcl_PaintLeftRightLine()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx1189 if(pBorderLine->GetInWidth() > rBorderLine.GetInWidth()) in lcl_FrmGetMaxLineWidth()
1190 rBorderLine.SetInWidth(pBorderLine->GetInWidth()); in lcl_FrmGetMaxLineWidth()
H A Dtabsh.cxx488 if(pBorderLine->GetInWidth() > rBorderLine.GetInWidth()) in lcl_TabGetMaxLineWidth()
489 rBorderLine.SetInWidth(pBorderLine->GetInWidth()); in lcl_TabGetMaxLineWidth()
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx890 (rStyle.GetInWidth() == (*aIt)->GetCoreStyle().GetInWidth()); in GetVisibleWidth()
896 rnSecn = rStyle.GetInWidth(); in GetVisibleWidth()
H A Dframelink.cxx1233 sal_uInt16 nSecn = rBorder.GetInWidth(); in Set()
/trunk/main/editeng/inc/editeng/
H A Dborderline.hxx105 sal_uInt16 GetInWidth() const { return nInWidth; } in GetInWidth() function in SvxBorderLine
/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.cxx1945 if( pLine->GetInWidth() ) in WriteFlyFrameAttr()
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()
H A Drtfattributeoutput.cxx350 if( pLine->GetInWidth() ) in OutTBLBorderLine()
354 switch( pLine->GetInWidth() ) in OutTBLBorderLine()
400 aRet.append((sal_Int32)pLine->GetInWidth()); in OutBorderLine()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx693 … sal_uInt16 nWidthTmp = pLn->GetOutWidth() + pLn->GetInWidth(); in CalculateFlySize()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx238 sal_uInt16 nDist = pBorderLine->GetInWidth() ? pBorderLine->GetDistance() in MergeBorders()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx879 if( !pBorderLine || ((pBorderLine->GetOutWidth() == 0) && (pBorderLine->GetInWidth()==0)) ) in CreateDesignPreview()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx3570 if( pLine->GetInWidth() ) in OutCSS1_SvxBorderLine()
3573 nWidth += pLine->GetInWidth(); in OutCSS1_SvxBorderLine()
H A Dhtmlatr.cxx2259 pBorderLine->GetInWidth() + in OutHTML_SwTxtNode()
2274 if( !pBorderLine->GetInWidth() ) in OutHTML_SwTxtNode()

Completed in 290 milliseconds

12