Searched refs:nShape (Results 1 – 8 of 8) sorted by relevance
429 sal_Int32 nShape; in exportPage() local430 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()
562 sal_uInt16 nShape; in exportShapes() local566 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() local823 xShapes->getByIndex( nShape ) >>= xShape2; in ActionSummer()
70 long nShape=CHART_SHAPE3D_SQUARE; in FillItemSet() local73 nShape = m_pGeometryResources->GetSelectEntryPos(); in FillItemSet()74 if(nShape==CHART_SHAPE3D_PYRAMID) in FillItemSet()77 rOutAttrs.Put(SfxInt32Item(SCHATTR_STYLE_SHAPE,nShape)); in FillItemSet()
165 for( sal_uInt32 nShape = 0; nShape < nShapeCount; nShape++ ) in transformShapes() local167 SdrObject* pObj = rShapes.GetObj( nShape ); in transformShapes()
2036 sal_Int32 nShape, nCount = xCurrentPage->getCount(); in CustomAnimationDurationTabPage() local2037 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() local2219 if( xCurrentPage.is() && (nShape >= 0) && (nShape < xCurrentPage->getCount()) ) in update()2220 xCurrentPage->getByIndex( nShape ) >>= xTrigger; in update()
130 sal_uInt16 nShape = IMAP_OBJ_RECTANGLE; in ParseAreaOptions() local147 pOption->GetEnum( nShape, aAreaShapeOptEnums ); in ParseAreaOptions()195 switch( nShape ) in ParseAreaOptions()
1402 sal_Int32 nShape; in registerShapeEvents() local1403 for( nShape = 0; nShape < nShapeCount; nShape++ ) in registerShapeEvents()1406 xShapes->getByIndex( nShape ) >>= xShape; in registerShapeEvents()
662 for (sal_Int32 nShape = 0; nShape < nShapes; ++nShape) in CollectSharedData() local664 … uno::Reference<drawing::XShape> xShape(xShapesIndex->getByIndex(nShape), uno::UNO_QUERY); in CollectSharedData()
Completed in 111 milliseconds