Home
last modified time | relevance | path

Searched refs:nShapeType (Results 1 – 18 of 18) sorted by path

/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1580 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
H A Dmsdffimp.hxx90 void ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeType = 0 ) const;
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx148 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()
/trunk/main/oox/inc/oox/export/
H A Dvmlexport.hxx96 virtual void AddShape( UINT32 nShapeType, UINT32 nShapeFlags, UINT32 nShapeId = 0 );
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx2027 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()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx170 void VMLExport::AddShape( UINT32 nShapeType, UINT32 nShapeFlags, UINT32 nShapeId ) in AddShape() argument
172 m_nShapeType = nShapeType; in AddShape()
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx418 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()
/trunk/main/sc/source/filter/inc/
H A Dxcl97esc.hxx103 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx351 void XclEscherEx::EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID ) in EndShape() argument
375 pCurrXclObj->SetEscherShapeType( nShapeType ); in EndShape()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePresentationGraphicShape.cxx77 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 DAccessiblePresentationOLEShape.cxx77 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()
H A DAccessiblePresentationShape.cxx80 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()
/trunk/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx362 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 DAccessibleGraphicShape.cxx187 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() local
188 switch (nShapeType) in CreateAccessibleBaseName()
H A DAccessibleOLEShape.cxx207 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() local
208 switch (nShapeType) in CreateAccessibleBaseName()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx133 void RtfSdrExport::AddShape( sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 /*nShapeId*/… in AddShape() argument
137 m_nShapeType = nShapeType; in AddShape()
H A Drtfsdrexport.hxx97 virtual void AddShape( sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 nShapeId = 0 );
/trunk/main/writerfilter/source/doctok/
H A DDffImpl.cxx52 string operator()(sal_uInt32 nShapeType) in operator ()() argument
54 return mMap[nShapeType]; in operator ()()

Completed in 85 milliseconds