| /AOO41X/main/svx/inc/svx/ |
| H A D | EnhancedCustomShapeGeometry.hxx | 94 sal_Bool SortFilledObjectsToBackByDefault( MSO_SPT eSpType ); 95 SVX_DLLPUBLIC sal_Bool IsCustomShapeFilledByDefault( MSO_SPT eSpType ); 96 SVX_DLLPUBLIC sal_Int16 GetCustomShapeConnectionTypeDefault( MSO_SPT eSpType ); 99 SVX_DLLPUBLIC sal_Bool IsCustomShapeStrokedByDefault( MSO_SPT eSpType ); 101 SVX_DLLPUBLIC const mso_CustomShape* GetCustomShapeContent( MSO_SPT eSpType );
|
| H A D | EnhancedCustomShapeTypeNames.hxx | 31 SVX_DLLPUBLIC MSO_SPT Get( const rtl::OUString& ); 32 SVX_DLLPUBLIC rtl::OUString Get( const MSO_SPT );
|
| H A D | EnhancedCustomShape2d.hxx | 80 MSO_SPT eSpType;
|
| H A D | msdffdef.hxx | 795 } MSO_SPT; typedef
|
| /AOO41X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeTypeNames.cxx | 35 typedef std::hash_map< const char*, MSO_SPT, rtl::CStringHash, rtl::CStringEqual> TypeNameHashMap; 46 MSO_SPT pE; 283 MSO_SPT EnhancedCustomShapeTypeNames::Get( const rtl::OUString& rShapeType ) in Get() 298 MSO_SPT eRetValue = mso_sptNil; in Get() 311 rtl::OUString EnhancedCustomShapeTypeNames::Get( const MSO_SPT eShapeType ) in Get()
|
| H A D | EnhancedCustomShapeGeometry.cxx | 6183 sal_Bool IsCustomShapeFilledByDefault( MSO_SPT eSpType ) in IsCustomShapeFilledByDefault() 6191 sal_Int16 GetCustomShapeConnectionTypeDefault( MSO_SPT eSpType ) in GetCustomShapeConnectionTypeDefault() 6228 sal_Bool IsCustomShapeStrokedByDefault( MSO_SPT eSpType ) in IsCustomShapeStrokedByDefault() 6241 sal_Bool SortFilledObjectsToBackByDefault( MSO_SPT eSpType ) in SortFilledObjectsToBackByDefault() 8355 const mso_CustomShape* GetCustomShapeContent( MSO_SPT eSpType ) in GetCustomShapeContent()
|
| H A D | EnhancedCustomShape2d.cxx | 1548 MSO_SPT eSpType = mso_sptEllipse; in CreateSubPath() 1917 void CorrectCalloutArrows( MSO_SPT eSpType, sal_uInt32 nLineObjectCount, std::vector< SdrPathObj* >… in CorrectCalloutArrows()
|
| /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; 290 MSO_SPT eShapeType; 460 SdrObject* GetAutoForm( MSO_SPT eTyp ) const;
|
| H A D | escherex.hxx | 1245 …void CreateCustomShapeProperties( const MSO_SPT eShapeType, const ::com::sun::star::uno::Re… 1251 …static MSO_SPT GetCustomShapeType( const ::com::sun::star::uno::Reference< ::com::sun::star::drawi… 1252 …static MSO_SPT GetCustomShapeType( const ::com::sun::star::uno::Reference< ::com::sun::star::drawi… 1258 static sal_Bool IsDefaultObject( SdrObjCustomShape* pCustoShape, const MSO_SPT eShapeType ); 1259 …static void LookForPolarHandles( const MSO_SPT eShapeType, sal_Int32& nAdjustmentsWhichNeedsToBeCo…
|
| H A D | svdfppt.hxx | 1086 MSO_SPT meShapeType; 1113 MSO_SPT GetShapeType() const { return mpImplTextObj->meShapeType; }; in GetShapeType()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| 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 | ww8graf.cxx | 1507 MSO_SPT eShapeType, sal_Int32 &rThick) in GetEscherLineMatch() 1566 MSO_LineStyle eLineStyle, MSO_SPT eShapeType, sal_Int32 &rLineThick, in MatchSdrBoxIntoFlyBoxItem() 1686 SfxItemSet& rFlySet, MSO_LineStyle eLineStyle, MSO_SPT eShapeType, in MatchSdrItemsIntoFlySet()
|
| H A D | wrtw8esh.cxx | 1931 MSO_SPT eShapeType, EscherPropertyContainer& rPropOpt) in WriteFlyFrameAttr() 2071 sal_Int32 SwEscherEx::WriteFlyFrameAttr(const SwFrmFmt& rFmt, MSO_SPT eShapeType, in WriteFlyFrameAttr()
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdoashp.cxx | 102 static MSO_SPT ImpGetCustomShapeType( const SdrObjCustomShape& rCustoShape ) in ImpGetCustomShapeType() 104 MSO_SPT eRetValue = mso_sptNil; in ImpGetCustomShapeType() 122 MSO_SPT eShapeType( ImpGetCustomShapeType( rCustoShape ) ); in ImpVerticalSwitch() 668 sShapeType = EnhancedCustomShapeTypeNames::Get( static_cast< MSO_SPT >( nType ) ); in MergeDefaultAttributes() 682 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in MergeDefaultAttributes() 1163 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in IsDefaultGeometry()
|
| /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/filter/source/msfilter/ |
| H A D | escherex.cxx | 2617 sal_Bool EscherPropertyContainer::IsDefaultObject( SdrObjCustomShape* pCustoShape , const MSO_SPT e… in IsDefaultObject() 2647 void EscherPropertyContainer::LookForPolarHandles( const MSO_SPT eShapeType, sal_Int32& nAdjustment… in LookForPolarHandles() 2689 void EscherPropertyContainer::CreateCustomShapeProperties( const MSO_SPT eShapeType, const uno::Ref… in CreateCustomShapeProperties() 3850 MSO_SPT EscherPropertyContainer::GetCustomShapeType( const uno::Reference< drawing::XShape > & rXSh… in GetCustomShapeType() 3852 MSO_SPT eShapeType = mso_sptNil; in GetCustomShapeType() 3895 MSO_SPT EscherPropertyContainer::GetCustomShapeType( const uno::Reference< drawing::XShape > & rXSh… in GetCustomShapeType() 4768 MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in GetConnectorRule()
|
| H A D | msdffimp.cxx | 616 … MSO_SPT eSpType = EnhancedCustomShapeTypeNames::Get( sShapeType ); in SolveSolver() 908 void DffPropertyReader::ApplyLineAttributes( SfxItemSet& rSet, const MSO_SPT eShapeType ) const // … in ApplyLineAttributes() 4318 aObjData.eShapeType = (MSO_SPT)maShapeRecords.Current()->nRecInstance; in ImportShape() 6196 MSO_SPT eShapeType = mso_sptNil; in GetShapeContainerData() 6210 eShapeType = (MSO_SPT)nInst; in GetShapeContainerData() 7484 SdrObject* SvxMSDffManager::GetAutoForm( MSO_SPT eTyp ) const in GetAutoForm()
|
| H A D | eschesdo.cxx | 254 …MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( rObj.GetShapeRef(), nMirrorFlags, sCustomShapeTy… in ImplWriteShape()
|
| /AOO41X/main/oox/source/export/ |
| H A D | shapes.cxx | 451 …MSO_SPT eShapeType = EscherPropertyContainer::GetCustomShapeType( xShape, nMirrorFlags, sShapeType… in WriteCustomShape()
|
| H A D | drawingml.cxx | 1208 void DrawingML::WritePresetShape( const char* pShape, MSO_SPT eShapeType, sal_Bool bPredefinedHandl… in WritePresetShape()
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 4395 … MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( mXShape, nMirrorFlags, sCustomShapeType ); in ImplWritePage()
|