/aoo4110/main/sd/source/ui/accessibility/ |
H A D | AccessiblePresentationShape.cxx | 80 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() local 81 switch (nShapeType) in CreateAccessibleBaseName() 134 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription() local 135 switch (nShapeType) in CreateAccessibleDescription() 198 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in GetStyle() local 199 switch (nShapeType) in GetStyle()
|
H A D | AccessiblePresentationGraphicShape.cxx | 77 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() local 78 switch (nShapeType) in CreateAccessibleBaseName() 103 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription() local 104 switch (nShapeType) in CreateAccessibleDescription()
|
H A D | AccessiblePresentationOLEShape.cxx | 77 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() local 78 switch (nShapeType) in CreateAccessibleBaseName() 110 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription() local 111 switch (nShapeType) in CreateAccessibleDescription()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 148 nShapeType = nType; \ 179 sal_uInt16 nShapeType = 0; in ImplWriteShape() local 204 nShapeType = ESCHER_ShpInst_Min; in ImplWriteShape() 748 mpEscherEx->EndShape( nShapeType, nShapeID ); in ImplWriteShape() 757 mpEscherEx->EndShape( nShapeType, nShapeID ); in ImplWriteShape() 765 sal_uInt16 nShapeType = 0; in ImplWriteAdditionalText() local 807 mpEscherEx->AddShape( nShapeType = ESCHER_ShpInst_TextBox, 0xa00, nShapeID ); in ImplWriteAdditionalText() 856 mpEscherEx->EndShape( nShapeType, nShapeID ); in ImplWriteAdditionalText()
|
/aoo4110/main/oox/source/vml/ |
H A D | vmlshape.cxx | 418 sal_Int32 nShapeType = getShapeType(); in implConvertAndInsert() local 424 …OSL_ENSURE( nShapeType == VML_SHAPETYPE_PICTUREFRAME, "ComplexShape::implConvertAndInsert - unexpe… in implConvertAndInsert() 457 …OSL_ENSURE( nShapeType == VML_SHAPETYPE_HOSTCONTROL, "ComplexShape::implConvertAndInsert - unexpec… in implConvertAndInsert() 477 if( (nShapeType == VML_SHAPETYPE_HOSTCONTROL) && !pControlInfo ) in implConvertAndInsert()
|
/aoo4110/main/svx/source/accessibility/ |
H A D | AccessibleControlShape.cxx | 362 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() local 363 switch (nShapeType) in CreateAccessibleBaseName() 388 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription() local 389 switch (nShapeType) in CreateAccessibleDescription()
|
H A D | AccessibleGraphicShape.cxx | 187 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() local 188 switch (nShapeType) in CreateAccessibleBaseName()
|
H A D | AccessibleOLEShape.cxx | 207 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() local 208 switch (nShapeType) in CreateAccessibleBaseName()
|
/aoo4110/main/writerfilter/source/doctok/ |
H A D | DffImpl.cxx | 52 string operator()(sal_uInt32 nShapeType) in operator ()() argument 54 return mMap[nShapeType]; in operator ()()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 2027 sal_Int32 nShapeType = xAttribs->getOptionalValueToken( XML_prst, FastToken::DONTKNOW ); in PresetShapeGeometryContext() local 2028 if ( nShapeType != FastToken::DONTKNOW ) in PresetShapeGeometryContext() 2029 sShapeType = GetShapeType( nShapeType ); in PresetShapeGeometryContext() 2049 sal_Int32 nShapeType = xAttribs->getOptionalValueToken( XML_prst, FastToken::DONTKNOW ); in PresetTextShapeContext() local 2050 if ( nShapeType != FastToken::DONTKNOW ) in PresetTextShapeContext() 2051 sShapeType = GetTextShapeType( nShapeType ); in PresetTextShapeContext()
|
/aoo4110/main/sc/source/filter/xcl97/ |
H A D | xcl97esc.cxx | 351 void XclEscherEx::EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID ) in EndShape() argument 375 pCurrXclObj->SetEscherShapeType( nShapeType ); in EndShape()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 133 void RtfSdrExport::AddShape( sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 /*nShapeId*/… in AddShape() argument 137 m_nShapeType = nShapeType; in AddShape()
|
H A D | rtfsdrexport.hxx | 97 virtual void AddShape( sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 nShapeId = 0 );
|
/aoo4110/main/oox/inc/oox/export/ |
H A D | vmlexport.hxx | 96 virtual void AddShape( UINT32 nShapeType, UINT32 nShapeFlags, UINT32 nShapeId = 0 );
|
/aoo4110/main/oox/source/export/ |
H A D | vmlexport.cxx | 170 void VMLExport::AddShape( UINT32 nShapeType, UINT32 nShapeFlags, UINT32 nShapeId ) in AddShape() argument 172 m_nShapeType = nShapeType; in AddShape()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xcl97esc.hxx | 103 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 90 void ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeType = 0 ) const;
|
H A D | escherex.hxx | 1580 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
|