Searched refs:rShapeType (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeTypeNames.cxx | 283 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()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | EnhancedCustomShapeToken.cxx | 173 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()
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 274 ShapeTypeContext::ShapeTypeContext( ContextHandler2Helper& rParent, ShapeType& rShapeType, const At… in ShapeTypeContext() argument 276 mrTypeModel( rShapeType.getTypeModel() ) in ShapeTypeContext()
|
/aoo41x/main/oox/inc/oox/vml/ |
H A D | vmlshapecontext.hxx | 103 ShapeType& rShapeType,
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 2262 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() 3850 … uno::Reference< drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags, rtl::OUString& rShapeType ) in GetCustomShapeType() argument 3870 if ( rProp.Value >>= rShapeType ) in GetCustomShapeType() 3871 eShapeType = EnhancedCustomShapeTypeNames::Get( rShapeType ); in GetCustomShapeType()
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1236 sal_uInt16& rShapeType, sal_uInt16& rShapeFlags ); 1252 …com::sun::star::drawing::XShape > & rXShape, sal_uInt32& nMirrorFlags, rtl::OUString& rShapeType );
|
/aoo41x/main/svx/inc/svx/ |
H A D | unoshape.hxx | 867 …virtual void SAL_CALL createCustomShapeDefaults( const rtl::OUString& rShapeType ) throw (::com::s…
|
Completed in 72 milliseconds