Home
last modified time | relevance | path

Searched refs:rShapeType (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/xmloff/source/draw/
H A DEnhancedCustomShapeToken.cxx173 EnhancedCustomShapeTokenEnum EASGet( const rtl::OUString& rShapeType ) in EASGet() argument
189 int i, nLen = rShapeType.getLength(); in EASGet()
192 pBuf[ i ] = (char)rShapeType[ i ]; in EASGet()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeTypeNames.cxx283 MSO_SPT EnhancedCustomShapeTypeNames::Get( const rtl::OUString& rShapeType ) in Get() argument
299 int i, nLen = rShapeType.getLength(); in Get()
302 pBuf[ i ] = (char)rShapeType[ i ]; in Get()
535 rtl::OUString EnhancedCustomShapeTypeNames::GetAccName( const rtl::OUString& rShapeType ) in GetAccName() argument
551 int i, nLen = rShapeType.getLength(); in GetAccName()
554 pBuf[ i ] = (char)rShapeType[ i ]; in GetAccName()
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx867 …virtual void SAL_CALL createCustomShapeDefaults( const rtl::OUString& rShapeType ) throw (::com::s…
/trunk/main/oox/source/vml/
H A Dvmlshapecontext.cxx274 ShapeTypeContext::ShapeTypeContext( ContextHandler2Helper& rParent, ShapeType& rShapeType, const At… in ShapeTypeContext() argument
276 mrTypeModel( rShapeType.getTypeModel() ) in ShapeTypeContext()
/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontext.hxx103 ShapeType& rShapeType,
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2262 sal_uInt16& rShapeType, sal_uInt16& rShapeFlags ) in CreateConnectorProperties() argument
2271 rShapeType = rShapeFlags = 0; in CreateConnectorProperties()
2346 rShapeType = ESCHER_ShpInst_CurvedConnector3; in CreateConnectorProperties()
2364 rShapeType = ( sal_uInt16 )( ESCHER_ShpInst_BentConnector2 + nAdjCount); in CreateConnectorProperties()
2377 rShapeType = ESCHER_ShpInst_BentConnector3; in CreateConnectorProperties()
2386 rShapeType = ESCHER_ShpInst_StraightConnector1; in CreateConnectorProperties()
3861 … uno::Reference< drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags, rtl::OUString& rShapeType ) in GetCustomShapeType() argument
3881 if ( rProp.Value >>= rShapeType ) in GetCustomShapeType()
3882 eShapeType = EnhancedCustomShapeTypeNames::Get( rShapeType ); in GetCustomShapeType()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1236 sal_uInt16& rShapeType, sal_uInt16& rShapeFlags );
1252 …com::sun::star::drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags, rtl::OUString& rShapeType );

Completed in 93 milliseconds