Home
last modified time | relevance | path

Searched refs:bFill (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx193 void Box::Add( Window *window, bool bExpand, bool bFill, sal_Int32 nPadding) in Add() argument
202 setProps( xChild, bExpand, bFill, nPadding ); in Add()
205 void Box::Add( Container *pContainer, bool bExpand, bool bFill, sal_Int32 nPadding) in Add() argument
213 setProps( xChild, bExpand, bFill, nPadding ); in Add()
217 bool bExpand, bool bFill, sal_Int32 nPadding ) in setProps() argument
225 uno::Any( bFill ) ); in setProps()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx746 void Add( Window *pWindow, bool bExpand, bool bFill, sal_Int32 nPadding);
747 void Add( Container *pContainer, bool bExpand, bool bFill, sal_Int32 nPadding);
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1428 sal_Bool bFill = sal_True; in FillCrsrPos() local
1492 bFill = sal_False; in FillCrsrPos()
1533 bFill = sal_False; in FillCrsrPos()
1555 bFill = sal_False; in FillCrsrPos()
1561 bFill = sal_False; in FillCrsrPos()
1573 bFill = sal_False; in FillCrsrPos()
1700 if( bFill ) in FillCrsrPos()
1713 bFill = sal_False; in FillCrsrPos()
1734 bFill = sal_False; in FillCrsrPos()
1740 bFill = sal_False; in FillCrsrPos()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx1856 XFillBackgroundItem::XFillBackgroundItem( sal_Bool bFill ) : in XFillBackgroundItem() argument
1857 SfxBoolItem( XATTR_FILLBACKGROUND, bFill ) in XFillBackgroundItem()
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx1156 const sal_Bool bFill(OBJ_CARC == meCircleKind ? sal_False : sal_True); in DoConvertToPolyObj() local
1158 SdrObject* pRet = ImpConvertMakeObj(basegfx::B2DPolyPolygon(aCircPolygon), bFill, bBezier); in DoConvertToPolyObj()
H A Dsvdfmtf.cxx341 bool bFill(!pObj || (pObj->IsClosedObj() && !bForceTextAttr)); in SetAttributes() local
403 if(bFill) in SetAttributes()
458 if(bFill) in SetAttributes()
/trunk/main/svx/inc/svx/
H A Dxflbckit.hxx41 XFillBackgroundItem( sal_Bool bFill = sal_False );
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1108 void WinMtfOutput::StrokeAndFillPath( sal_Bool bStroke, sal_Bool bFill ) in StrokeAndFillPath() argument
1115 if ( bFill ) in StrokeAndFillPath()
H A Dwinmtf.hxx625 void StrokeAndFillPath( sal_Bool bStroke, sal_Bool bFill );
/trunk/main/sd/source/ui/inc/
H A Dsdtreelb.hxx216 void SetShowAllShapes (const bool bShowAllShapes, const bool bFill);
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx817 void ImplCreateTextShape( EscherPropertyContainer&, EscherSolverContainer&, sal_Bool bFill );
H A Depptso.cxx4249 …reateTextShape( EscherPropertyContainer& rPropOpt, EscherSolverContainer& rSolver, sal_Bool bFill ) in ImplCreateTextShape() argument
4254 if ( bFill ) in ImplCreateTextShape()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx155 #define SHAPE_TEXT( bFill ) \ argument
159 if ( bFill ) \
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx228 sal_Bool bFill; member
311 sal_Bool bFill; member
606 case GOrdPPtSym: aAttr.bFill = p->bFill; break; in PopAttr()
652 if( bFill ) in ChangeBrush()
896 ChangeBrush(aAttr.aPatCol,aAttr.aPatBgCol,aAttr.bFill); in ReadBox()
1096 ChangeBrush(aAttr.aPatCol,aAttr.aPatBgCol,aAttr.bFill); in ReadFullArc()
1183 ChangeBrush(aAttr.aPatCol,aAttr.aPatBgCol,aAttr.bFill); in ReadPolygons()
1457 p->bFill=aAttr.bFill; in ReadOrder()
1481 ChangeBrush(p->aCol,p->aBgCol,p->bFill); in ReadOrder()
1877 aAttr.bFill = ( nPatt != 0x0f ); in ReadOrder()
[all …]
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx217 void METBox(sal_Bool bFill, sal_Bool bBoundary,
1324 void METWriter::METBox(sal_Bool bFill, sal_Bool bBoundary, in METBox() argument
1328 if (bFill) nFlags|=0x40; in METBox()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx737 bool bFill) in PolyPolygonSelectionPrimitive2D() argument
743 mbFill(bFill) in PolyPolygonSelectionPrimitive2D()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolypolygonprimitive2d.hxx507 bool bFill);
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx64 bool bFill,
69 bool bFill,
100 bool bFill, in PolyPolyAction() argument
111 if( bFill ) in PolyPolyAction()
121 bool bFill, in PolyPolyAction() argument
133 if( bFill ) in PolyPolyAction()
/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx642 void SbxVariable::Dump( SvStream& rStrm, sal_Bool bFill ) in Dump() argument
662 ((SbxObject*) GetValues_Impl().pObj)->Dump( rStrm, bFill ); in Dump()
H A Dsbxobj.cxx889 void SbxObject::Dump( SvStream& rStrm, sal_Bool bFill ) in Dump() argument
904 if ( bFill ) in Dump()
963 ((SbxObject*) pVar->GetValues_Impl().pObj)->Dump( rStrm, bFill ); in Dump()
996 ((SbxObject*) pVar->GetValues_Impl().pObj)->Dump( rStrm, bFill ); in Dump()
1015 ((SbxObject*) pVar)->Dump( rStrm, bFill ); in Dump()
1017 ((SbxVariable*) pVar)->Dump( rStrm, bFill ); in Dump()

Completed in 119 milliseconds