Home
last modified time | relevance | path

Searched refs:MSO_SPT (Results 1 – 22 of 22) sorted by relevance

/AOO41X/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxx94 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 DEnhancedCustomShapeTypeNames.hxx31 SVX_DLLPUBLIC MSO_SPT Get( const rtl::OUString& );
32 SVX_DLLPUBLIC rtl::OUString Get( const MSO_SPT );
H A DEnhancedCustomShape2d.hxx80 MSO_SPT eSpType;
H A Dmsdffdef.hxx795 } MSO_SPT; typedef
/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShapeTypeNames.cxx35 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 DEnhancedCustomShapeGeometry.cxx6183 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 DEnhancedCustomShape2d.cxx1548 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 Dmsdffimp.hxx77 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 Descherex.hxx1245 …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 Dsvdfppt.hxx1086 MSO_SPT meShapeType;
1113 MSO_SPT GetShapeType() const { return mpImplTextObj->meShapeType; }; in GetShapeType()
/AOO41X/main/sw/source/filter/ww8/
H A Descher.hxx110 virtual sal_Int32 WriteFlyFrameAttr(const SwFrmFmt& rFmt, MSO_SPT eShapeType,
168 virtual sal_Int32 WriteFlyFrameAttr(const SwFrmFmt& rFmt, MSO_SPT eShapeType,
H A Dww8par.hxx707 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 Dww8graf.cxx1507 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 Dwrtw8esh.cxx1931 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 Dsvdoashp.cxx102 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 Ddrawingml.hxx119 …void WritePresetShape( const char* pShape, MSO_SPT eShapeType, sal_Bool bPredefinedHandlesUsed, sa…
/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx2617 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 Dmsdffimp.cxx616MSO_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 Deschesdo.cxx254MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( rObj.GetShapeRef(), nMirrorFlags, sCustomShapeTy… in ImplWriteShape()
/AOO41X/main/oox/source/export/
H A Dshapes.cxx451MSO_SPT eShapeType = EscherPropertyContainer::GetCustomShapeType( xShape, nMirrorFlags, sShapeType… in WriteCustomShape()
H A Ddrawingml.cxx1208 void DrawingML::WritePresetShape( const char* pShape, MSO_SPT eShapeType, sal_Bool bPredefinedHandl… in WritePresetShape()
/AOO41X/main/sd/source/filter/eppt/
H A Depptso.cxx4395MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( mXShape, nMirrorFlags, sCustomShapeType ); in ImplWritePage()