Lines Matching refs:nFlags

1962 		sal_uInt32 nFlags,  in CreatePolygonProperties()  argument
1971 sal_Bool bLine = ( nFlags & ESCHER_CREATEPOLYGON_LINE ) != 0; in CreatePolygonProperties()
2667 if ( pData->nFlags & MSDFF_HANDLE_FLAGS_POLAR ) in LookForPolarHandles()
3618 sal_uInt32 nFlags = 0; in CreateCustomShapeProperties() local
3661 nFlags |= 1; in CreateCustomShapeProperties()
3670 nFlags |= 2; in CreateCustomShapeProperties()
3679 nFlags |= 4; in CreateCustomShapeProperties()
3688 nFlags |= 0x800; in CreateCustomShapeProperties()
3690 nFlags |= 0x1000; in CreateCustomShapeProperties()
3691 nFlags |= 8; in CreateCustomShapeProperties()
3717 nFlags |= 0x80; in CreateCustomShapeProperties()
3718 nFlags |= 0x2000; in CreateCustomShapeProperties()
3730 nFlags |= 0x100; in CreateCustomShapeProperties()
3731 nFlags |= 0x2000; in CreateCustomShapeProperties()
3740 nFlags |= 0x80; in CreateCustomShapeProperties()
3741 nFlags |= 0x20; in CreateCustomShapeProperties()
3750 nFlags |= 0x100; in CreateCustomShapeProperties()
3751 nFlags |= 0x20; in CreateCustomShapeProperties()
3760 nFlags |= 0x200; in CreateCustomShapeProperties()
3761 nFlags |= 0x20; in CreateCustomShapeProperties()
3770 nFlags |= 0x400; in CreateCustomShapeProperties()
3771 nFlags |= 0x20; in CreateCustomShapeProperties()
3775 aOut << nFlags in CreateCustomShapeProperties()
3785 if ( nFlags & 8 ) in CreateCustomShapeProperties()
4217 EscherGraphicProvider::EscherGraphicProvider( sal_uInt32 nFlags ) : in EscherGraphicProvider() argument
4218 mnFlags ( nFlags ), in EscherGraphicProvider()
5530 void EscherEx::AddShape( sal_uInt32 nShpInstance, sal_uInt32 nFlags, sal_uInt32 nShapeID ) in AddShape() argument
5537 if ( nFlags ^ 1 ) // is this a group shape ? in AddShape()
5540 nFlags |= 2; // this not a topmost shape in AddShape()
5542 *mpOutStrm << nShapeID << nFlags; in AddShape()