Searched refs:bLine (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 596 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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | colfrm.cxx | 361 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 D | frmtool.cxx | 1881 bTop = bBottom = bLine = sal_True; in SwBorderAttrs() 2032 bLine = sal_False; in _IsLine()
|
H A D | paintfrm.cxx | 4726 const bool bLine = rAttrs.IsLine() ? true : false; in PaintBorder() local 4748 if ( bLine || bShadow || bFoundCellForTopOrBorderAttrs ) in PaintBorder() 4794 if ( ( bLine || bFoundCellForTopOrBorderAttrs ) && in PaintBorder()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drviewsj.cxx | 348 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()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | frmtool.hxx | 270 sal_Bool bLine :1; member in SwBorderAttrs 505 if ( bLine ) in IsLine()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdopath.cxx | 253 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()
|
H A D | svdfmtf.cxx | 337 bool bLine(!bForceTextAttr); in SetAttributes() local 341 if(bLine) in SetAttributes() 450 if(bLine) in SetAttributes()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgwriter.hxx | 224 static ::rtl::OUString GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine );
|
H A D | svgwriter.cxx | 478 ::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()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1971 sal_Bool bLine = ( nFlags & ESCHER_CREATEPOLYGON_LINE ) != 0; in CreatePolygonProperties() local 1990 if ( bLine ) in CreatePolygonProperties()
|
Completed in 169 milliseconds