Home
last modified time | relevance | path

Searched refs:bFilled (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx135 void Writer::Impl_addPolygon( BitStream& rBits, const Polygon& rPoly, sal_Bool bFilled ) in Impl_addPolygon() argument
139 Impl_addShapeRecordChange( rBits, _Int16(aLastPoint.X()),_Int16(aLastPoint.Y()), bFilled ); in Impl_addPolygon()
178 if( bFilled && (rPoly[0] != rPoly[nSize-1])) in Impl_addPolygon()
192 …Writer::Impl_addShapeRecordChange( BitStream& rBits, sal_Int16 dx, sal_Int16 dy, sal_Bool bFilled ) in Impl_addShapeRecordChange() argument
196 rBits.writeUB( !bFilled, 1 ); // StateLineStyle in Impl_addShapeRecordChange()
198 rBits.writeUB( bFilled, 1 ); // StateFillStyle1 in Impl_addShapeRecordChange()
279 void Writer::Impl_writePolygon( const Polygon& rPoly, sal_Bool bFilled ) in Impl_writePolygon() argument
282 Impl_writePolyPolygon( aPolyPoly, bFilled ); in Impl_writePolygon()
290 Impl_writePolyPolygon( aPolyPoly, bFilled, rFillColor, rLineColor ); in Impl_writePolygon()
303 Impl_writePolyPolygon(rPolyPoly, bFilled, aFillColor, aLineColor ); in Impl_writePolyPolygon()
[all …]
H A Dswfwriter.hxx365 void Impl_writePolygon( const Polygon& rPoly, sal_Bool bFilled );
366 …void Impl_writePolygon( const Polygon& rPoly, sal_Bool bFilled, const Color& rFillColor, const Col…
367 …void Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, sal_uInt8 nTransparenc…
368 …void Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, const Color& rFillColo…
380 static void Impl_addPolygon( BitStream& rBits, const Polygon& rPoly, sal_Bool bFilled );
382 …c void Impl_addShapeRecordChange( BitStream& rBits, sal_Int16 dx, sal_Int16 dy, sal_Bool bFilled );
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2633 static bool bFilled = false; in lcl_GetFieldConversion() local
2634 if(!bFilled) in lcl_GetFieldConversion()
2706 bFilled = true; in lcl_GetFieldConversion()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx64 sal_Bool bFilled = ( pBitmap != NULL || pBitmapEx != NULL || pFont != NULL ); in ImplDrawDefault() local
187 if( !bFilled ) in ImplDrawDefault()
/trunk/main/sw/source/ui/utlui/
H A Dgloslst.cxx138 bFilled(sal_False) in SwGlossaryList()
165 if(!bFilled) in GetShortName()
233 if(!bFilled) in GetGroupCount()
308 bFilled = sal_False; in Update()
314 if(!bFilled) in Update()
339 bFilled = sal_True; in Update()
470 if(!bFilled) in HasLongName()
507 bFilled = sal_False; in ClearGroups()
/trunk/main/sw/source/ui/inc/
H A Dgloslst.hxx54 sal_Bool bFilled; member in SwGlossaryList
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx705bFilled ( ((const XFillStyleItem&)pAObj->GetMergedItem( XATTR_FILLSTYLE )).GetValue() != XFILL_… in EnhancedCustomShape2d()
853 case ENUM_FUNC_HASFILL : fRet = bFilled ? 1.0 : 0.0; break; in GetEnumFunc()
1855 if(bFilled && !bNoFill) in CreateSubPath()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx113 sal_Bool bFilled : 1; member in EnhancedCustomShape2d
/trunk/main/svl/source/numbers/
H A Dzformat.cxx3538 sal_Bool bFilled = sal_False; // ob aufgefuellt wurde ? in ImpGetNumberOutput() local
3579 bFilled = sal_True; in ImpGetNumberOutput()
3584 bFilled = sal_True; in ImpGetNumberOutput()
3589 bFilled = sal_True; in ImpGetNumberOutput()
3591 else if ( !bFilled ) // # in ImpGetNumberOutput()
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx1278 sal_Bool bFilled = sal_False; in AnimateObj() local
1287 bFilled = rFillStyle.GetValue() != XFILL_NONE; in AnimateObj()
1304 !bFilled || in AnimateObj()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1116 sal_Bool bFilled = sal_False; in StartEditEngine() local
1119 bFilled = pHdl->GetTextAndFields( *pEditEngine ); in StartEditEngine()
1124 if ( bFilled && pEditEngine->GetText() == aString ) in StartEditEngine()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx1104 bool bFilled = false; in DoCreateSdrObj() local
1107 … case EXC_OBJ_ARROW_OPEN: bLineStart = false; bLineEnd = true; bFilled = false; break; in DoCreateSdrObj()
1108 … case EXC_OBJ_ARROW_OPENBOTH: bLineStart = true; bLineEnd = true; bFilled = false; break; in DoCreateSdrObj()
1109 … case EXC_OBJ_ARROW_FILLED: bLineStart = false; bLineEnd = true; bFilled = true; break; in DoCreateSdrObj()
1110 … case EXC_OBJ_ARROW_FILLEDBOTH: bLineStart = true; bLineEnd = true; bFilled = true; break; in DoCreateSdrObj()
1134 if( bFilled ) in DoCreateSdrObj()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx667 bool bFilled = false; in convertLineProperties() local
670 … case BIFF_OBJ_ARROW_OPEN: bLineStart = false; bLineEnd = true; bFilled = false; break; in convertLineProperties()
671 … case BIFF_OBJ_ARROW_OPENBOTH: bLineStart = true; bLineEnd = true; bFilled = false; break; in convertLineProperties()
672 … case BIFF_OBJ_ARROW_FILLED: bLineStart = false; bLineEnd = true; bFilled = true; break; in convertLineProperties()
673 … case BIFF_OBJ_ARROW_FILLEDBOTH: bLineStart = true; bLineEnd = true; bFilled = true; break; in convertLineProperties()
678 sal_Int32 nArrowType = bFilled ? XML_triangle : XML_arrow; in convertLineProperties()
/trunk/main/drawinglayer/source/primitive2d/
H A Dsdrdecompositiontools2d.cxx39 bool bFilled, in createHiddenGeometryPrimitives2D() argument
45 bFilled, in createHiddenGeometryPrimitives2D()
51 bool bFilled, in createHiddenGeometryPrimitives2D() argument
55 bFilled, in createHiddenGeometryPrimitives2D()
61 bool bFilled, in createHiddenGeometryPrimitives2D() argument
65 bFilled, in createHiddenGeometryPrimitives2D()
71 bool bFilled, in createHiddenGeometryPrimitives2D() argument
78 bFilled, in createHiddenGeometryPrimitives2D()
84 bool bFilled, in createHiddenGeometryPrimitives2D() argument
93 if(bFilled) in createHiddenGeometryPrimitives2D()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dsdrdecompositiontools2d.hxx44 bool bFilled,
48 bool bFilled,
52 bool bFilled,
56 bool bFilled,
61 bool bFilled,

Completed in 120 milliseconds