| /AOO41X/main/xmloff/source/draw/ |
| H A D | shapeexport.cxx | 609 XmlShapeType eShapeType(XmlShapeTypeNotYetSet); in exportShape() local 610 ImpCalcShapeType(xShape, eShapeType); in exportShape() 612 …DBG_ASSERT( eShapeType == aShapeInfo.meShapeType, "exportShape callings do not correspond to colle… in exportShape() 1056 XmlShapeType& eShapeType) in ImpCalcShapeType() argument 1059 eShapeType = XmlShapeTypeUnknown; in ImpCalcShapeType() 1071 … if (aType.EqualsAscii("Rectangle", 21, 9)) { eShapeType = XmlShapeTypeDrawRectangleShape; } in ImpCalcShapeType() 1075 … else if(aType.EqualsAscii("Custom", 21, 6)) { eShapeType = XmlShapeTypeDrawCustomShape; } in ImpCalcShapeType() 1077 … else if(aType.EqualsAscii("Ellipse", 21, 7)) { eShapeType = XmlShapeTypeDrawEllipseShape; } in ImpCalcShapeType() 1078 … else if(aType.EqualsAscii("Control", 21, 7)) { eShapeType = XmlShapeTypeDrawControlShape; } in ImpCalcShapeType() 1079 … else if(aType.EqualsAscii("Connector", 21, 9)) { eShapeType = XmlShapeTypeDrawConnectorShape; } in ImpCalcShapeType() [all …]
|
| H A D | shapeexport2.cxx | 668 XmlShapeType eShapeType, sal_Int32 nFeatures, awt::Point* pRefPoint) argument 680 switch(eShapeType) 984 XmlShapeType eShapeType, sal_Int32 nFeatures, awt::Point* pRefPoint) argument 989 sal_Bool bBezier(eShapeType == XmlShapeTypeDrawClosedBezierShape 990 || eShapeType == XmlShapeTypeDrawOpenBezierShape); 1093 XmlShapeType eShapeType, argument 1108 if ( eShapeType == XmlShapeTypePresGraphicObjectShape ) 1233 XmlShapeType eShapeType, sal_Int32 nFeatures, awt::Point* pRefPoint, argument 1236 ImpExportOLE2Shape( xShape, eShapeType, nFeatures, pRefPoint, pAttrList ); 1568 …XmlShapeType eShapeType, sal_Int32 nFeatures /* = SEF_DEFAULT */, awt::Point* pRefPoint /* = NULL … argument [all …]
|
| H A D | shapeexport3.cxx | 106 …XmlShapeType eShapeType, sal_Int32 /* nFeatures = SEF_DEFAULT */, awt::Point* /*pRefPoint = NULL *… in ImpExport3DShape() argument 123 switch(eShapeType) in ImpExport3DShape() 245 if(eShapeType == XmlShapeTypeDraw3DLatheObject) in ImpExport3DShape()
|
| H A D | shapeexport4.cxx | 1094 …leShape( const uno::Reference< drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… in ImpExportTableShape() argument 1108 if(eShapeType == XmlShapeTypePresTableShape) in ImpExportTableShape()
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | shapeexport.hxx | 219 …m::sun::star::uno::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType& eShapeType); 232 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… 233 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… 234 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… 235 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… 236 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… 237 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… 238 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… 239 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… 240 …no::Reference< com::sun::star::drawing::XShape >& xShape, XmlShapeType eShapeType, sal_Int32 nFeat… [all …]
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 908 void DffPropertyReader::ApplyLineAttributes( SfxItemSet& rSet, const MSO_SPT eShapeType ) const // … in ApplyLineAttributes() 912 if(!IsHardAttribute( DFF_Prop_fLine ) && !IsCustomShapeStrokedByDefault( eShapeType )) in ApplyLineAttributes() 1024 if ( eShapeType == mso_sptMin ) in ApplyLineAttributes() 1331 if(!IsHardAttribute( DFF_Prop_fFilled ) && !IsCustomShapeFilledByDefault( rObjData.eShapeType )) in ApplyFillAttributes() 1601 aProp.Value <<= EnhancedCustomShapeTypeNames::Get( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes() 2209 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( rObjData.eShapeType ); in ApplyCustomShapeGeometryAttributes() 2544 switch( rObjData.eShapeType ) in ApplyCustomShapeGeometryAttributes() 2713 … if(!IsHardAttribute( DFF_Prop_fLine ) && !IsCustomShapeStrokedByDefault( rObjData.eShapeType )) in ApplyAttributes() 2716 … if(!IsHardAttribute( DFF_Prop_fFilled ) && !IsCustomShapeFilledByDefault( rObjData.eShapeType )) in ApplyAttributes() 2739 …eFlags & 0x08 ) == 0 ) && ( ( nFillFlags & 0x10 ) == 0 ) && ( rObjData.eShapeType != mso_sptPictur… in ApplyAttributes() [all …]
|
| H A D | eschesdo.cxx | 254 …MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( rObj.GetShapeRef(), nMirrorFlags, sCustomShapeTy… in ImplWriteShape() local 278 sal::static_int_cast< sal_uInt16 >(eShapeType), in ImplWriteShape() 280 aPropOpt.CreateCustomShapeProperties( eShapeType, rObj.GetShapeRef() ); in ImplWriteShape()
|
| H A D | escherex.cxx | 2617 …cherPropertyContainer::IsDefaultObject( SdrObjCustomShape* pCustoShape , const MSO_SPT eShapeType ) in IsDefaultObject() argument 2620 switch(eShapeType) in IsDefaultObject() 2647 void EscherPropertyContainer::LookForPolarHandles( const MSO_SPT eShapeType, sal_Int32& nAdjustment… in LookForPolarHandles() argument 2649 const mso_CustomShape* pDefCustomShape = GetCustomShapeContent( eShapeType ); in LookForPolarHandles() 2689 void EscherPropertyContainer::CreateCustomShapeProperties( const MSO_SPT eShapeType, const uno::Ref… in CreateCustomShapeProperties() argument 2717 sal_Bool bIsDefaultObject = IsDefaultObject( pCustoShape , eShapeType); in CreateCustomShapeProperties() 3803 LookForPolarHandles( eShapeType, nAdjustmentsWhichNeedsToBeConverted ); in CreateCustomShapeProperties() 3852 MSO_SPT eShapeType = mso_sptNil; in GetCustomShapeType() local 3871 eShapeType = EnhancedCustomShapeTypeNames::Get( rShapeType ); in GetCustomShapeType() 3892 return eShapeType; in GetCustomShapeType()
|
| H A D | svdfppt.cxx | 6731 …mpImplTextObj->meShapeType = ( pObjData && pObjData->bShapeType ) ? pObjData->eShapeType : mso_spt… in PPTTextObj()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8graf.cxx | 1136 pRecord->eShapeType, in InsertTxbxText() 1507 MSO_SPT eShapeType, sal_Int32 &rThick) in GetEscherLineMatch() argument 1525 nOutsideThick = eShapeType != mso_sptTextBox ? rThick : rThick/2; in GetEscherLineMatch() 1528 if (eShapeType == mso_sptTextBox) in GetEscherLineMatch() 1537 if (eShapeType == mso_sptTextBox) in GetEscherLineMatch() 1547 if (eShapeType == mso_sptTextBox) in GetEscherLineMatch() 1566 MSO_LineStyle eLineStyle, MSO_SPT eShapeType, sal_Int32 &rLineThick, in MatchSdrBoxIntoFlyBoxItem() argument 1577 eShapeType, rLineThick); in MatchSdrBoxIntoFlyBoxItem() 1686 SfxItemSet& rFlySet, MSO_LineStyle eLineStyle, MSO_SPT eShapeType, in MatchSdrItemsIntoFlySet() argument 1748 eShapeType, nLineThick, aBox); in MatchSdrItemsIntoFlySet() [all …]
|
| H A D | escher.hxx | 110 virtual sal_Int32 WriteFlyFrameAttr(const SwFrmFmt& rFmt, MSO_SPT eShapeType, 168 virtual sal_Int32 WriteFlyFrameAttr(const SwFrmFmt& rFmt, MSO_SPT eShapeType,
|
| H A D | ww8par.hxx | 707 static sal_Int32 GetEscherLineMatch(MSO_LineStyle eStyle, MSO_SPT eShapeType, 1331 MSO_LineStyle eLineStyle, MSO_SPT eShapeType, sal_Int32 &rLineWidth, 1334 MSO_LineStyle eLineStyle, MSO_SPT eShapeType, Rectangle &rInnerDist );
|
| H A D | wrtw8esh.cxx | 1931 MSO_SPT eShapeType, EscherPropertyContainer& rPropOpt) in WriteFlyFrameAttr() argument 1983 eStyle,eShapeType,nLineWidth); in WriteFlyFrameAttr() 2071 sal_Int32 SwEscherEx::WriteFlyFrameAttr(const SwFrmFmt& rFmt, MSO_SPT eShapeType, in WriteFlyFrameAttr() argument 2074 sal_Int32 nLineWidth = SwBasicEscherEx::WriteFlyFrameAttr(rFmt, eShapeType, in WriteFlyFrameAttr()
|
| H A D | ww8par.cxx | 525 pImpRec->eShapeType = rObjData.eShapeType; in ProcessObj() 586 sal_Bool bIsSimpleDrawingTextBox = (pImpRec->eShapeType == mso_sptTextBox); in ProcessObj() 594 (pImpRec->eShapeType == mso_sptTextSimple) || in ProcessObj() 596 (pImpRec->eShapeType == mso_sptRectangle) in ProcessObj() 961 pImpRec->eShapeType == mso_sptPictureFrame ) in ProcessObj()
|
| H A D | ww8graf2.cxx | 634 pRecord->eLineStyle, pRecord->eShapeType, in ImportGraf()
|
| /AOO41X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeTypeNames.cxx | 311 rtl::OUString EnhancedCustomShapeTypeNames::Get( const MSO_SPT eShapeType ) in Get() argument 313 return eShapeType <= mso_sptTextBox in Get() 314 ? rtl::OUString::createFromAscii( pNameTypeTableArray[ eShapeType ].pS ) in Get()
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | msdffimp.hxx | 77 void ApplyLineAttributes( SfxItemSet& rSet, const MSO_SPT eShapeType ) const; // #i28269# 232 MSO_SPT eShapeType; member 290 MSO_SPT eShapeType; member 310 eShapeType( mso_sptNil ), in DffObjData()
|
| H A D | escherex.hxx | 1245 …void CreateCustomShapeProperties( const MSO_SPT eShapeType, const ::com::sun::star::uno::Re… 1258 static sal_Bool IsDefaultObject( SdrObjCustomShape* pCustoShape, const MSO_SPT eShapeType ); 1259 …static void LookForPolarHandles( const MSO_SPT eShapeType, sal_Int32& nAdjustmentsWhichNeedsToBeCo…
|
| /AOO41X/main/oox/source/export/ |
| H A D | shapes.cxx | 451 …MSO_SPT eShapeType = EscherPropertyContainer::GetCustomShapeType( xShape, nMirrorFlags, sShapeType… in WriteCustomShape() local 495 …WritePresetShape( sPresetShape, eShapeType, bPredefinedHandlesUsed, nAdjustmentsWhichNeedsToBeConv… in WriteCustomShape()
|
| H A D | drawingml.cxx | 1208 void DrawingML::WritePresetShape( const char* pShape, MSO_SPT eShapeType, sal_Bool bPredefinedHandl… in WritePresetShape() argument 1219 … EscherPropertyContainer::LookForPolarHandles( eShapeType, nAdjustmentsWhichNeedsToBeConverted ); in WritePresetShape()
|
| /AOO41X/main/oox/inc/oox/export/ |
| H A D | drawingml.hxx | 119 …void WritePresetShape( const char* pShape, MSO_SPT eShapeType, sal_Bool bPredefinedHandlesUsed, sa…
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdoashp.cxx | 122 MSO_SPT eShapeType( ImpGetCustomShapeType( rCustoShape ) ); in ImpVerticalSwitch() local 123 switch( eShapeType ) in ImpVerticalSwitch()
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 4395 … MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( mXShape, nMirrorFlags, sCustomShapeType ); in ImplWritePage() local 4415 ImplCreateShape( eShapeType, nMirrorFlags | 0xa00, aSolverContainer ); in ImplWritePage() 4416 aPropOpt.CreateCustomShapeProperties( eShapeType, mXShape ); in ImplWritePage()
|