/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 231 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 …]
|
H A D | escherex.hxx | 1601 …onst ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >&, sal_uInt32 nShapeId );
|
/aoo41x/main/oox/source/vml/ |
H A D | vmldrawing.cxx | 54 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 D | wrtw8esh.cxx | 1639 nShapeId); in WriteGrfFlyFrame() 1805 pTxtBxs->Append(rSdrObj, nShapeId); in SetPicId() 2262 sal_uInt32 nShapeId=0; in SwEscherEx() local 2317 if( !nShapeId ) in SwEscherEx() 3037 SetPicId(rObj, nShapeId, rPropOpt); in WriteOLEPicture() 3059 *pSdrObj, nShapeId, NULL ); in WriteOCXControl() 3106 aFollowShpIds.Insert(nShapeId, n); in MakeZOrderArrAndFollowIds() 3114 sal_uInt32 nShapeId; in GetFlyShapeId() local 3119 nShapeId = GenerateShapeId(); in GetFlyShapeId() 3124 nShapeId = GenerateShapeId(); in GetFlyShapeId() [all …]
|
H A D | escher.hxx | 116 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 D | rtfsdrexport.hxx | 97 virtual void AddShape( sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 nShapeId = 0 );
|
H A D | ww8par.cxx | 524 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 D | wrtww8.hxx | 1257 void Append( const SdrObject& rObj, sal_uInt32 nShapeId ); 1258 void Append( const SwFrmFmt* pFmt, sal_uInt32 nShapeId );
|
H A D | ww8graf2.cxx | 111 if (pOrder->nShapeId == nSpId) in GetEscherObjectIdx()
|
H A D | ww8graf.cxx | 2752 sal_Int32 nShapeId = macInf->GetShapeId(); in Read_GrafLayer() local 2753 if ( nShapeId == pF->nSpId ) in Read_GrafLayer()
|
H A D | ww8par.hxx | 691 virtual sal_Bool ShapeHasText( sal_uLong nShapeId, sal_uLong nFilePos ) const;
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter.cxx | 196 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 D | swfwriter1.cxx | 357 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 D | escherex.cxx | 244 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 D | epptso.cxx | 4355 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 D | shapeexport.cxx | 942 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 D | msdffimp.cxx | 3321 rSt >> nShapeId; in SeekToShape() 4230 sal_Int32 nShapeId; in ImportGroup() local 4235 if( nShapeId ) in ImportGroup() 4242 sal_Int32 nShapeId; in ImportGroup() local 4247 if( nShapeId ) in ImportGroup() 4326 aObjData.nShapeId = 0; in ImportShape() 5104 pImpRec->nShapeId = rObjData.nShapeId; in ProcessObj() 5550 if( pImpRec->nShapeId ) in ProcessObj() 6378 if( aInfo.nShapeId ) in GetShapeContainerData() 7559 nShapeId( 0 ), in SvxMSDffImportRec() [all …]
|
H A D | svdfppt.cxx | 1345 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 D | escherex.cxx | 5433 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 D | vmlexport.cxx | 127 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 D | vmldrawing.hxx | 76 void setShapeId( sal_Int32 nShapeId ); 91 void setShapeId( sal_Int32 nShapeId );
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 1576 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 D | vmlexport.hxx | 96 virtual void AddShape( UINT32 nShapeType, UINT32 nShapeFlags, UINT32 nShapeId = 0 );
|
/aoo41x/main/oox/source/xls/ |
H A D | worksheetfragment.cxx | 703 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 D | xiescher.cxx | 396 mnDffShapeId = rDffObjData.nShapeId; in SetDffData()
|