Home
last modified time | relevance | path

Searched refs:nShape (Results 1 – 8 of 8) sorted by relevance

/trunk/main/filter/source/placeware/
H A Dexporter.cxx429 sal_Int32 nShape; in exportPage() local
430 for( nShape = 0; nShape < nShapeCount; nShape++ ) in exportPage()
433 xDrawPage->getByIndex( nShape ) >>= xShape; in exportPage()
465 for( nShape = 0; nShape < nShapeCount; nShape++ ) in exportPage()
468 xNotesPage->getByIndex( nShape ) >>= xShape; in exportPage()
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx562 sal_uInt16 nShape; in exportShapes() local
566 for( nShape = 0; nShape < nShapeCount; nShape++ ) in exportShapes()
568 xShapes->getByIndex( nShape ) >>= xShape; in exportShapes()
821 for( sal_uInt16 nShape = 0; nShape < nShapeCount; nShape++ ) in ActionSummer() local
823 xShapes->getByIndex( nShape ) >>= xShape2; in ActionSummer()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_PointGeometry.cxx70 long nShape=CHART_SHAPE3D_SQUARE; in FillItemSet() local
73 nShape = m_pGeometryResources->GetSelectEntryPos(); in FillItemSet()
74 if(nShape==CHART_SHAPE3D_PYRAMID) in FillItemSet()
77 rOutAttrs.Put(SfxInt32Item(SCHATTR_STYLE_SHAPE,nShape)); in FillItemSet()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx165 for( sal_uInt32 nShape = 0; nShape < nShapeCount; nShape++ ) in transformShapes() local
167 SdrObject* pObj = rShapes.GetObj( nShape ); in transformShapes()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx2036 sal_Int32 nShape, nCount = xCurrentPage->getCount(); in CustomAnimationDurationTabPage() local
2037 for( nShape = 0; nShape < nCount; nShape++ ) in CustomAnimationDurationTabPage()
2039 Reference< XShape > xShape( xCurrentPage->getByIndex( nShape ), UNO_QUERY ); in CustomAnimationDurationTabPage()
2056 mpLBTrigger->SetEntryData( nPos, (void*)nShape ); in CustomAnimationDurationTabPage()
2214 sal_Int32 nShape = (sal_Int32)(sal_IntPtr)mpLBTrigger->GetEntryData( nPos ); in update() local
2219 if( xCurrentPage.is() && (nShape >= 0) && (nShape < xCurrentPage->getCount()) ) in update()
2220 xCurrentPage->getByIndex( nShape ) >>= xTrigger; in update()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx130 sal_uInt16 nShape = IMAP_OBJ_RECTANGLE; in ParseAreaOptions() local
147 pOption->GetEnum( nShape, aAreaShapeOptEnums ); in ParseAreaOptions()
195 switch( nShape ) in ParseAreaOptions()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1402 sal_Int32 nShape; in registerShapeEvents() local
1403 for( nShape = 0; nShape < nShapeCount; nShape++ ) in registerShapeEvents()
1406 xShapes->getByIndex( nShape ) >>= xShape; in registerShapeEvents()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx662 for (sal_Int32 nShape = 0; nShape < nShapes; ++nShape) in CollectSharedData() local
664 … uno::Reference<drawing::XShape> xShape(xShapesIndex->getByIndex(nShape), uno::UNO_QUERY); in CollectSharedData()

Completed in 67 milliseconds