/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | sdrdecompositiontools2d.cxx | 39 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()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 138 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()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | sdrdecompositiontools2d.hxx | 44 bool bFilled, 48 bool bFilled, 52 bool bFilled, 56 bool bFilled, 61 bool bFilled,
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter.hxx | 365 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 );
|
H A D | swfwriter1.cxx | 135 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 …]
|
/aoo42x/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 667 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()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fusel.cxx | 1278 sal_Bool bFilled = sal_False; in AnimateObj() local 1287 bFilled = rFillStyle.GetValue() != XFILL_NONE; in AnimateObj() 1304 !bFilled || in AnimateObj()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | graph.cxx | 64 sal_Bool bFilled = ( pBitmap != NULL || pBitmapEx != NULL || pFont != NULL ); in ImplDrawDefault() local 187 if( !bFilled ) in ImplDrawDefault()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | gloslst.hxx | 54 sal_Bool bFilled; member in SwGlossaryList
|
/aoo42x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 1116 sal_Bool bFilled = sal_False; in StartEditEngine() local 1119 bFilled = pHdl->GetTextAndFields( *pEditEngine ); in StartEditEngine() 1124 if ( bFilled && pEditEngine->GetText() == aString ) in StartEditEngine()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 1104 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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | EnhancedCustomShape2d.hxx | 113 sal_Bool bFilled : 1; member in EnhancedCustomShape2d
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 3538 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()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 705 …bFilled ( ((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()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 2633 static bool bFilled = false; in lcl_GetFieldConversion() local 2634 if(!bFilled) in lcl_GetFieldConversion() 2706 bFilled = true; in lcl_GetFieldConversion()
|