Home
last modified time | relevance | path

Searched refs:bLine (Results 1 – 11 of 11) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx1971 sal_Bool bLine = ( nFlags & ESCHER_CREATEPOLYGON_LINE ) != 0; in CreatePolygonProperties() local
1990 if ( bLine ) in CreatePolygonProperties()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx478 ::rtl::OUString SVGActionWriter::GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine ) in GetPathString() argument
497 const bool bClose(!bLine || rPoly[0] == rPoly[nSize - 1]); in GetPathString()
H A Dsvgwriter.hxx224 static ::rtl::OUString GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine );
/trunk/main/sd/source/ui/view/
H A Ddrviewsj.cxx348 sal_Bool bLine = sal_False; in GetMenuStateSel() local
373 case OBJ_LINE: bLine = sal_True; break; in GetMenuStateSel()
414 if( bLine && !bText && !bDrawObj &&!b3dObj) in GetMenuStateSel()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx340 bool bLine(!bForceTextAttr); in SetAttributes() local
344 if(bLine) in SetAttributes()
453 if(bLine) in SetAttributes()
H A Dsvdopath.cxx253 FASTBOOL bLine; member
263 …rl0(sal_False),bCurve(sal_False),bCircle(sal_False),bAngleSnap(sal_False),bLine(sal_False),bLine90… in ImpPathCreateUser()
266 …void ResetFormFlags() { bBezier=sal_False; bCurve=sal_False; bCircle=sal_False; bLine=sal_False; b… in ResetFormFlags()
267 FASTBOOL IsFormFlag() const { return bBezier || bCurve || bCircle || bLine || bRect; } in IsFormFlag()
287 if (bLine) return GetLinePoly(); in GetFormPoly()
417 if (rP1==rP2 || (rDir.X()==0 && rDir.Y()==0)) { bLine=sal_False; return sal_False; } in CalcLine()
430 bLine=sal_True; in CalcLine()
962 if(pU->bLine) in getSpecialDragComment()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx279 sal_Bool bLine :1; member in SwBorderAttrs
514 if ( bLine ) in IsLine()
/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx361 const sal_Bool bLine = pAttr->GetLineAdj() != COLADJ_NONE; in AdjustColumns() local
362 const sal_uInt16 nMin = bLine ? sal_uInt16( 20 + ( pAttr->GetLineWidth() / 2) ) : 0; in AdjustColumns()
414 if ( bLine ) in AdjustColumns()
H A Dfrmtool.cxx1897 bTop = bBottom = bLine = sal_True; in SwBorderAttrs()
2048 bLine = sal_False; in _IsLine()
H A Dpaintfrm.cxx4839 const bool bLine = rAttrs.IsLine() ? true : false; in PaintBorder() local
4861 if ( bLine || bShadow || bFoundCellForTopOrBorderAttrs ) in PaintBorder()
4907 if ( ( bLine || bFoundCellForTopOrBorderAttrs ) && in PaintBorder()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx596 sal_Bool bLine = sal_False; in Execute() local
598 aBox.SetLine(&aBorderLine, BOX_LINE_TOP), bLine |= sal_True; in Execute()
600 aBox.SetLine(&aBorderLine, BOX_LINE_BOTTOM), bLine |= sal_True; in Execute()
602 aBox.SetLine(&aBorderLine, BOX_LINE_LEFT), bLine |= sal_True; in Execute()
604 aBox.SetLine(&aBorderLine, BOX_LINE_RIGHT), bLine |= sal_True; in Execute()
606 aInfo.SetLine(&aBorderLine, BOXINFO_LINE_HORI), bLine |= sal_True; in Execute()
608 aInfo.SetLine(&aBorderLine, BOXINFO_LINE_VERT), bLine |= sal_True; in Execute()

Completed in 167 milliseconds