Home
last modified time | relevance | path

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

/AOO41X/main/filter/inc/filter/msfilter/
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()
499 virtual sal_Bool ShapeHasText(sal_uLong nShapeId, sal_uLong nFilePos) const;
715 void insertShapeId( sal_Int32 nShapeId, SdrObject* pShape );
717 SdrObject* getShapeForId( sal_Int32 nShapeId );
731 sal_uInt32 nShapeId; // Shape Id, verwendet im PLCF SPA und im mso_fbtSp (FSP) member
742 nShapeId( nId ), in SvxMSDffShapeInfo()
[all …]
H A Descherex.hxx1601 …onst ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >&, sal_uInt32 nShapeId );
/AOO41X/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()
/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx953 void WW8_WrPlcTxtBoxes::Append( const SdrObject& rObj, sal_uInt32 nShapeId ) in Append() argument
957 aShapeIds.Insert( nShapeId, aShapeIds.Count() ); in Append()
962 void WW8_WrPlcTxtBoxes::Append( const SwFrmFmt* pFmt, sal_uInt32 nShapeId ) in Append() argument
966 aShapeIds.Insert( nShapeId, aShapeIds.Count() ); in Append()
1540 void SwBasicEscherEx::WriteEmptyFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nShapeId) in WriteEmptyFlyFrame() argument
1543 AddShape(ESCHER_ShpInst_PictureFrame, 0xa00, nShapeId); in WriteEmptyFlyFrame()
1626 sal_Int32 SwBasicEscherEx::WriteGrfFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nShapeId) in WriteGrfFlyFrame() argument
1639 nShapeId); in WriteGrfFlyFrame()
1802 void SwEscherEx::SetPicId(const SdrObject &rSdrObj, sal_uInt32 nShapeId, in SetPicId() argument
1805 pTxtBxs->Append(rSdrObj, nShapeId); in SetPicId()
[all …]
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 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 Dwrtww8.hxx1257 void Append( const SdrObject& rObj, sal_uInt32 nShapeId );
1258 void Append( const SwFrmFmt* pFmt, sal_uInt32 nShapeId );
H A Dww8graf2.cxx111 if (pOrder->nShapeId == nSpId) in GetEscherObjectIdx()
H A Dww8graf.cxx2752 sal_Int32 nShapeId = macInf->GetShapeId(); in Read_GrafLayer() local
2753 if ( nShapeId == pF->nSpId ) in Read_GrafLayer()
H A Dww8par.hxx691 virtual sal_Bool ShapeHasText( sal_uLong nShapeId, sal_uLong nFilePos ) const;
/AOO41X/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()
/AOO41X/main/sd/source/filter/eppt/
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()
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()
/AOO41X/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()
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx247 void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeId ) const in ReadPropSet()
285 aString.Append( ByteString::CreateFromInt32( nShapeId ) ); in ReadPropSet()
3300 sal_uInt32 nShapeId, nSec = ( nId >> 10 ) - 1; in SeekToShape() local
3321 rSt >> nShapeId; in SeekToShape()
3322 if ( nId == nShapeId ) in SeekToShape()
4230 sal_Int32 nShapeId; in ImportGroup() local
4231 … aRecHd2, rSt, pClientData, aGroupClientAnchor, aGroupChildAnchor, nCalledByGroup + 1, &nShapeId ); in ImportGroup()
4235 if( nShapeId ) in ImportGroup()
4236 insertShapeId( nShapeId, pTmp ); in ImportGroup()
4242 sal_Int32 nShapeId; in ImportGroup() local
[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()
3077 sal_Int32 nShapeId; in ImportPage() local
3079 … SdrObject* pObj = ImportObj( rStCtrl, (void*)&aProcessData, aEmpty, aEmpty, 0, &nShapeId ); in ImportPage()
3087 if( nShapeId ) in ImportPage()
3088 insertShapeId( nShapeId, pObj ); in ImportPage()
6746 mpImplTextObj->mnShapeId = pObjData->nShapeId; in PPTTextObj()
H A Descherex.cxx5433 sal_uInt32 nShapeId = GenerateShapeId(); in EnterGroup() local
5435 AddShape( ESCHER_ShpInst_Min, 5, nShapeId ); // Flags: Group | Patriarch in EnterGroup()
5438 AddShape( ESCHER_ShpInst_Min, 0x201, nShapeId ); // Flags: Group | HaveAnchor in EnterGroup()
5462 return nShapeId; in EnterGroup()
/AOO41X/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()
/AOO41X/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx76 void setShapeId( sal_Int32 nShapeId );
91 void setShapeId( sal_Int32 nShapeId );
/AOO41X/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()
/AOO41X/main/oox/inc/oox/export/
H A Dvmlexport.hxx96 virtual void AddShape( UINT32 nShapeType, UINT32 nShapeFlags, UINT32 nShapeId = 0 );
/AOO41X/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()
/AOO41X/main/sc/source/filter/excel/
H A Dxiescher.cxx396 mnDffShapeId = rDffObjData.nShapeId; in SetDffData()