Home
last modified time | relevance | path

Searched refs:nShapeId (Results 1 – 25 of 25) sorted by path

/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1601 …onst ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >&, sal_uInt32 nShapeId );
H A Dmsdffimp.hxx231 sal_uLong nShapeId; member
247 { return nShapeId == rEntry.nShapeId; } in operator ==()
249 { return nShapeId < rEntry.nShapeId; } in operator <()
288 sal_uInt32 nShapeId; member
308 nShapeId( 0 ), in DffObjData()
715 void insertShapeId( sal_Int32 nShapeId, SdrObject* pShape );
717 SdrObject* getShapeForId( sal_Int32 nShapeId );
742 nShapeId( nId ), in SvxMSDffShapeInfo()
751 nShapeId( rInfo.nShapeId ), in SvxMSDffShapeInfo()
761 return bSortByShapeId ? (nShapeId == rEntry.nShapeId) in operator ==()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx196 sal_uInt16 nShapeId = createID(); in startSprite() local
198 mpSprite = new Sprite( nShapeId ); in startSprite()
199 return nShapeId; in startSprite()
391 sal_uInt16 nShapeId = createID(); in defineShape() local
396 mpTag->addUI16( nShapeId ); in defineShape()
428 return nShapeId; in defineShape()
435 sal_uInt16 nShapeId = createID(); in defineShape() local
440 mpTag->addUI16( nShapeId ); in defineShape()
473 return nShapeId; in defineShape()
H A Dswfwriter1.cxx357 sal_uInt16 nShapeId = defineShape( aPolyPolygon, aFillStyle ); in Impl_writeGradientEx() local
358 maShapeIds.push_back( nShapeId ); in Impl_writeGradientEx()
1020 sal_uInt16 nShapeId = defineShape( aPoly, aFillStyle ); in Impl_writeImage() local
1022 maShapeIds.push_back( nShapeId ); in Impl_writeImage()
1260 …sal_uInt16 nShapeId = defineShape( aPolyPolygon, sal::static_int_cast<sal_uInt16>( mapRelative( (s… in Impl_writeStroke() local
1261 maShapeIds.push_back( nShapeId ); in Impl_writeStroke()
1292 sal_uInt16 nShapeId = defineShape( aPolyPolygon, aFillStyle ); in Impl_writeFilling() local
1293 maShapeIds.push_back( nShapeId ); in Impl_writeFilling()
1336 sal_uInt16 nShapeId = defineShape( aPolyPolygon, aFillStyle ); in Impl_writeFilling() local
1337 maShapeIds.push_back( nShapeId ); in Impl_writeFilling()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx5444 sal_uInt32 nShapeId = GenerateShapeId(); in EnterGroup() local
5446 AddShape( ESCHER_ShpInst_Min, 5, nShapeId ); // Flags: Group | Patriarch in EnterGroup()
5449 AddShape( ESCHER_ShpInst_Min, 0x201, nShapeId ); // Flags: Group | HaveAnchor in EnterGroup()
5473 return nShapeId; in EnterGroup()
H A Dmsdffimp.cxx3334 rSt >> nShapeId; in SeekToShape()
4243 sal_Int32 nShapeId; in ImportGroup() local
4248 if( nShapeId ) in ImportGroup()
4255 sal_Int32 nShapeId; in ImportGroup() local
4260 if( nShapeId ) in ImportGroup()
4339 aObjData.nShapeId = 0; in ImportShape()
5117 pImpRec->nShapeId = rObjData.nShapeId; in ProcessObj()
5563 if( pImpRec->nShapeId ) in ProcessObj()
6418 if( aInfo.nShapeId ) in GetShapeContainerData()
7599 nShapeId( 0 ), in SvxMSDffImportRec()
[all …]
H A Dsvdfppt.cxx1345 if ( rObjData.nShapeId == pPtr->nShapeC ) in ProcessObj()
1364 if ( rObjData.nShapeId == pPtr->nShapeA ) in ProcessObj()
1369 if ( rObjData.nShapeId == pPtr->nShapeB ) in ProcessObj()
1382 sal_uInt32 nSec = ( rObjData.nShapeId >> 10 ) - 1; in ProcessObj()
3076 sal_Int32 nShapeId; in ImportPage() local
3078 … SdrObject* pObj = ImportObj( rStCtrl, (void*)&aProcessData, aEmpty, aEmpty, 0, &nShapeId ); in ImportPage()
3086 if( nShapeId ) in ImportPage()
3087 insertShapeId( nShapeId, pObj ); in ImportPage()
6745 mpImplTextObj->mnShapeId = pObjData->nShapeId; in PPTTextObj()
/trunk/main/oox/inc/oox/export/
H A Dvmlexport.hxx96 virtual void AddShape( UINT32 nShapeType, UINT32 nShapeFlags, UINT32 nShapeId = 0 );
/trunk/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx76 void setShapeId( sal_Int32 nShapeId );
91 void setShapeId( sal_Int32 nShapeId );
/trunk/main/oox/source/export/
H A Dvmlexport.cxx127 UINT32 nShapeId = GetShapeID(); in EnterGroup() local
132 pAttrList->add( XML_id, ShapeIdString( nShapeId ) ); in EnterGroup()
161 return nShapeId; in EnterGroup()
170 void VMLExport::AddShape( UINT32 nShapeType, UINT32 nShapeFlags, UINT32 nShapeId ) in AddShape() argument
175 m_pShapeAttrList->add( XML_id, ShapeIdString( nShapeId ) ); in AddShape()
/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx54 OUString lclGetShapeId( sal_Int32 nShapeId ) in lclGetShapeId() argument
57 return CREATE_OUSTRING( "\0s" ) + OUString::valueOf( nShapeId ); in lclGetShapeId()
77 void OleObjectInfo::setShapeId( sal_Int32 nShapeId ) in setShapeId() argument
79 maShapeId = lclGetShapeId( nShapeId ); in setShapeId()
88 void ControlInfo::setShapeId( sal_Int32 nShapeId ) in setShapeId() argument
90 maShapeId = lclGetShapeId( nShapeId ); in setShapeId()
156 sal_Int32 nShapeId = lclGetShapeId( rShapeId ); in getLocalShapeIndex() local
157 if( nShapeId <= 0 ) return -1; in getLocalShapeIndex()
180 sal_Int32 nBlockId = (nShapeId - 1) / 1024; in getLocalShapeIndex()
189 sal_Int32 nBlockOffset = (nShapeId - 1) % 1024 + 1; in getLocalShapeIndex()
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx703 sal_Int32 nAspect, nUpdateMode, nShapeId; in importOleObject() local
705 rStrm >> nAspect >> nUpdateMode >> nShapeId >> nFlags >> aInfo.maProgId; in importOleObject()
711 aInfo.setShapeId( nShapeId ); in importOleObject()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx396 mnDffShapeId = rDffObjData.nShapeId; in SetDffData()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4355 sal_uInt32 nShapeId = mpPptEscherEx->EnterGroup( &maRect, pTmp ); in ImplWritePage() local
4356 aSolverContainer.AddShape( mXShape, nShapeId ); in ImplWritePage()
5782 sal_uInt32 nShapeId = mpPptEscherEx->GenerateShapeId(); in ImplCreateTable() local
5783 mpPptEscherEx->AddShape( ESCHER_ShpInst_Min, 0x201, nShapeId ); // Flags: Group | Patriarch in ImplCreateTable()
5784 aSolverContainer.AddShape( rXShape, nShapeId ); in ImplCreateTable()
H A Descherex.cxx244 sal_uInt32 nShapeId = 0; in EnterGroup() local
264 nShapeId = GenerateShapeId(); in EnterGroup()
266 AddShape( ESCHER_ShpInst_Min, 5, nShapeId ); // Flags: Group | Patriarch in EnterGroup()
269 AddShape( ESCHER_ShpInst_Min, 0x201, nShapeId ); // Flags: Group | HaveAnchor in EnterGroup()
300 return nShapeId; in EnterGroup()
/trunk/main/sw/source/filter/ww8/
H A Descher.hxx116 sal_uInt32 nShapeId, const com::sun::star::awt::Rectangle* pVisArea );
129 sal_Int32 WriteGrfFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nShapeId);
132 sal_Int32 WriteOLEFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nShapeId);
133 void WriteEmptyFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nShapeId);
165 sal_Int32 WriteTxtFlyFrame(const DrawObj &rObj, sal_uInt32 nShapeId,
167 void WriteOCXControl(const SwFrmFmt& rFmt,sal_uInt32 nShapeId);
174 virtual void SetPicId(const SdrObject &rSdrObj, sal_uInt32 nShapeId,
H A Drtfsdrexport.hxx97 virtual void AddShape( sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 nShapeId = 0 );
H A Dwrtw8esh.cxx1628 nShapeId); in WriteGrfFlyFrame()
1794 pTxtBxs->Append(rSdrObj, nShapeId); in SetPicId()
2251 sal_uInt32 nShapeId=0; in SwEscherEx() local
2306 if( !nShapeId ) in SwEscherEx()
3026 SetPicId(rObj, nShapeId, rPropOpt); in WriteOLEPicture()
3048 *pSdrObj, nShapeId, NULL ); in WriteOCXControl()
3095 aFollowShpIds.Insert(nShapeId, n); in MakeZOrderArrAndFollowIds()
3103 sal_uInt32 nShapeId; in GetFlyShapeId() local
3108 nShapeId = GenerateShapeId(); in GetFlyShapeId()
3113 nShapeId = GenerateShapeId(); in GetFlyShapeId()
[all …]
H A Dwrtww8.hxx1257 void Append( const SdrObject& rObj, sal_uInt32 nShapeId );
1258 void Append( const SwFrmFmt* pFmt, sal_uInt32 nShapeId );
H A Dww8graf.cxx2744 sal_Int32 nShapeId = macInf->GetShapeId(); in Read_GrafLayer() local
2745 if ( nShapeId == pF->nSpId ) in Read_GrafLayer()
H A Dww8graf2.cxx111 if (pOrder->nShapeId == nSpId) in GetEscherObjectIdx()
H A Dww8par.cxx524 pImpRec->nShapeId = rObjData.nShapeId; in ProcessObj()
598 && ShapeHasText(pImpRec->nShapeId, rObjData.rSpHd.GetRecBegFilePos() ) in ProcessObj()
702 SvxMSDffShapeInfo aTmpRec( 0, pImpRec->nShapeId ); in ProcessObj()
973 if( pImpRec->nShapeId ) in ProcessObj()
986 StoreShapeOrder( pImpRec->nShapeId, in ProcessObj()
1028 pInfo->SetShapeId( rObjData.nShapeId ); in ProcessObj()
H A Dww8par.hxx691 virtual sal_Bool ShapeHasText( sal_uLong nShapeId, sal_uLong nFilePos ) const;
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1576 for( sal_Int32 nShapeId = 0; nShapeId < nShapeCount; nShapeId++ ) in parseDocument() local
1578 mxAdditionalShapes->getByIndex( nShapeId ) >>= xShape; in parseDocument()
1631 for( sal_Int32 nShapeId = 0; nShapeId < nShapeCount; nShapeId++ ) in parseDocument() local
1633 mxAdditionalShapes->getByIndex( nShapeId ) >>= xShape; in parseDocument()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx942 for(sal_Int32 nShapeId = 0; nShapeId < nShapeCount; nShapeId++) in collectShapesAutoStyles() local
944 xShapes->getByIndex(nShapeId) >>= xShape; in collectShapesAutoStyles()
965 for(sal_Int32 nShapeId = 0; nShapeId < nShapeCount; nShapeId++) in exportShapes() local
967 xShapes->getByIndex(nShapeId) >>= xShape; in exportShapes()

Completed in 312 milliseconds