Lines Matching refs:nShapeId

247 void DffPropertyReader::ReadPropSet( SvStream& rIn, void* pClientData, sal_uInt32 nShapeId ) const  in ReadPropSet()
285 aString.Append( ByteString::CreateFromInt32( nShapeId ) ); in ReadPropSet()
3313 sal_uInt32 nShapeId, nSec = ( nId >> 10 ) - 1; in SeekToShape() local
3334 rSt >> nShapeId; in SeekToShape()
3335 if ( nId == nShapeId ) in SeekToShape()
4243 sal_Int32 nShapeId; in ImportGroup() local
4244 … aRecHd2, rSt, pClientData, aGroupClientAnchor, aGroupChildAnchor, nCalledByGroup + 1, &nShapeId ); in ImportGroup()
4248 if( nShapeId ) in ImportGroup()
4249 insertShapeId( nShapeId, pTmp ); in ImportGroup()
4255 sal_Int32 nShapeId; in ImportGroup() local
4256 …ecHd2, rSt, pClientData, aClientRect, aGlobalChildRect, nCalledByGroup + 1, &nShapeId, sal_False ); in ImportGroup()
4260 if( nShapeId ) in ImportGroup()
4261 insertShapeId( nShapeId, pTmp ); in ImportGroup()
4329 rSt >> aObjData.nShapeId in ImportShape()
4339 aObjData.nShapeId = 0; in ImportShape()
4345 *pShapeId = aObjData.nShapeId; in ImportShape()
4351 rtl::OUString::valueOf( (sal_Int32)aObjData.nShapeId ) ); in ImportShape()
5117 pImpRec->nShapeId = rObjData.nShapeId; in ProcessObj()
5194 && ShapeHasText(pImpRec->nShapeId, rObjData.rSpHd.GetRecBegFilePos() ) in ProcessObj()
5301 SvxMSDffShapeInfo aTmpRec( 0, pImpRec->nShapeId ); in ProcessObj()
5563 if( pImpRec->nShapeId ) in ProcessObj()
5575 pImpRec->nShapeId |= 0x8000000; in ProcessObj()
5587 StoreShapeOrder( pImpRec->nShapeId, in ProcessObj()
5610 if( rOrder.nShapeId == nId ) in StoreShapeOrder()
6251 rSt >> aInfo.nShapeId; in GetShapeContainerData()
6418 if( aInfo.nShapeId ) in GetShapeContainerData()
6434 pShapeOrders->Insert( new SvxMSDffShapeOrder( aInfo.nShapeId ), in GetShapeContainerData()
7599 nShapeId( 0 ), in SvxMSDffImportRec()
7636 nShapeId( rCopy.nShapeId ), in SvxMSDffImportRec()
7689 void SvxMSDffManager::insertShapeId( sal_Int32 nShapeId, SdrObject* pShape ) in insertShapeId() argument
7691 maShapeIdContainer[nShapeId] = pShape; in insertShapeId()
7709 SdrObject* SvxMSDffManager::getShapeForId( sal_Int32 nShapeId ) in getShapeForId() argument
7711 SvxMSDffShapeIdContainer::iterator aIter( maShapeIdContainer.find(nShapeId) ); in getShapeForId()