/trunk/main/xmloff/source/draw/ |
H A D | ximppage.cxx | 217 , mxShapes( rShapes ) in SdXMLGenericPageContext() 245 GetImport().GetShapeImport()->pushGroupForSorting( mxShapes ); in StartElement() 277 GetImport(), nPrefix, rLocalName, xAttrList, mxShapes); in CreateChildContext() 300 Reference <beans::XPropertySet> xSet(mxShapes, uno::UNO_QUERY_THROW ); in EndElement() 387 Reference <beans::XPropertySet> xPropSet1(mxShapes, uno::UNO_QUERY); in SetStyle() 468 Reference <beans::XPropertySet> xPropSet(mxShapes, uno::UNO_QUERY); in SetLayout() 484 while(mxShapes->getCount()) in DeleteAllShapes() 487 uno::Any aAny(mxShapes->getByIndex(0L)); in DeleteAllShapes() 493 mxShapes->remove(xShape); in DeleteAllShapes() 612 const sal_uInt32 nCount = static_cast< sal_uInt32 >( mxShapes->getCount() ); in SetNavigationOrder() [all …]
|
H A D | ximppage.hxx | 41 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > mxShapes; 52 { mxShapes = rNew; } in SetLocalShapesContext() 86 { return mxShapes; } in GetLocalShapesContext() 88 { return mxShapes; } in GetLocalShapesContext()
|
H A D | ximpgrp.hxx | 44 { mxShapes = rNew; } in SetLocalShapesContext() 62 { return mxShapes; } in GetLocalShapesContext() 64 { return mxShapes; } in GetLocalShapesContext()
|
H A D | shapeimport.cxx | 102 uno::Reference < drawing::XShapes > mxShapes; member 1087 uno::Reference< drawing::XShapes > mxShapes; member in ShapeSortContext 1101 : mxShapes( rShapes ), mnCurrentZ( 0 ), mpParentContext( pParentContext ), in ShapeSortContext() 1108 uno::Any aAny( mxShapes->getByIndex( nSourcePos ) ); in moveShape() 1172 sal_Int32 nCount = mpImpl->mpSortContext->mxShapes->getCount(); in popGroupAndSort() 1431 mpPageContext->mxShapes = rShapes; in startPage() 1441 …DBG_ASSERT( mpPageContext && (mpPageContext->mxShapes == rShapes), "wrong call to endPage(), no st… in endPage()
|
H A D | ximpshap.cxx | 154 , mxShapes( rShapes ) in SdXMLShapeContext() 345 GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes ); in StartElement() 435 xImp->addShape( xShape, mxAttrList, mxShapes ); in AddShape() 2289 uno::Reference< lang::XServiceInfo > xInfo( mxShapes, uno::UNO_QUERY ); in StartElement() 2839 GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes ); in StartElement() 2979 GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes ); in StartElement() 3196 GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes ); in StartElement() 3436 GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes ); in StartElement() 3587 GetImport(), nPrefix, rLocalName, xAttrList, mxShapes, mxAttrList); in CreateChildContext() 3609 GetImport(), nPrefix, rLocalName, xAttrList, mxShapes, mxAttrList); in CreateChildContext() [all …]
|
H A D | ximp3dscene.hxx | 71 { return mxShapes; } in GetLocalShapesContext() 73 { return mxShapes; } in GetLocalShapesContext()
|
H A D | ximpgrp.cxx | 113 GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes ); in StartElement()
|
H A D | ximpshap.hxx | 48 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > mxShapes; member in SdXMLShapeContext
|
/trunk/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 188 Reference< XShapes > mxShapes; member in svx::GraphicExporter 856 if( mxShapes.is() ) in GetGraphic() 859 const sal_Int32 nCount = mxShapes->getCount(); in GetGraphic() 863 mxShapes->getByIndex( nIndex ) >>= xShape; in GetGraphic() 1154 mxShapes = NULL; in setSourceDocument() 1170 if( 0 == mxShapes->getCount() ) in setSourceDocument() 1174 mxShapes->getByIndex(0) >>= mxShape; in setSourceDocument() 1178 mxShapes = NULL; in setSourceDocument() 1220 if( mxShapes.is() ) in setSourceDocument() 1228 const sal_Int32 nCount = mxShapes->getCount(); in setSourceDocument() [all …]
|
/trunk/main/svx/source/accessibility/ |
H A D | GraphCtlAccessibleContext.cxx | 158 ShapesMapType::iterator iter = mxShapes.find( pObj ); in getAccessible() 160 if( iter != mxShapes.end() ) in getAccessible() 182 mxShapes[pObj] = pAcc; in getAccessible() 825 for (I=mxShapes.begin(); I!=mxShapes.end(); I++) in disposing() 835 mxShapes.clear(); in disposing() 920 ShapesMapType::iterator iter = mxShapes.find( pSdrHint->GetObject() ); in Notify() 922 if( iter != mxShapes.end() ) in Notify()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbasheetobjects.cxx | 137 uno::Reference< drawing::XShapes > mxShapes; member in ScVbaObjectContainer 160 mxShapes.set( xDrawPageSupp->getDrawPage(), uno::UNO_QUERY_THROW ); in ScVbaObjectContainer() 166 for( sal_Int32 nIndex = 0, nCount = mxShapes->getCount(); nIndex < nCount; ++nIndex ) in collectShapes() 168 … uno::Reference< drawing::XShape > xShape( mxShapes->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in collectShapes() 185 mxShapes->add( rxShape ); in insertShape() 188 return mxShapes->getCount() - 1; in insertShape() 407 uno::Reference< form::XFormsSupplier > xFormsSupp( mxShapes, uno::UNO_QUERY_THROW ); in createForm()
|
/trunk/main/slideshow/source/inc/ |
H A D | shapeimporter.hxx | 121 ::com::sun::star::drawing::XShapes> const mxShapes; 127 mxShapes( pGroupShape->getXShape(), in XShapesEntry() 129 mnCount(mxShapes->getCount()), mnPos(0) {} in XShapesEntry() 132 : mpGroupShape(), mxShapes(xShapes), in XShapesEntry()
|
/trunk/main/oox/inc/oox/vml/ |
H A D | vmldrawing.hxx | 112 inline ShapeContainer& getShapes() { return *mxShapes; } in getShapes() 114 inline const ShapeContainer& getShapes() const { return *mxShapes; } in getShapes() 201 ShapeContainerPtr mxShapes; /// All shapes and shape templates. member in oox::vml::Drawing
|
/trunk/main/oox/source/vml/ |
H A D | vmldrawing.cxx | 98 mxShapes( new ShapeContainer( *this ) ), in Drawing() 145 mxShapes->finalizeFragmentImport(); in finalizeFragmentImport() 151 mxShapes->convertAndInsert( xShapes ); in convertAndInsert()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unosrch.cxx | 65 uno::Reference< drawing::XShapes > mxShapes; member in SearchContext_impl 71 : mxShapes( xShapes ), mnIndex( -1 ), mpParent( pParent ) {} in SearchContext_impl() 84 if( mxShapes.is() && mxShapes->getCount() > mnIndex ) in nextShape() 86 mxShapes->getByIndex( mnIndex ) >>= xShape; in nextShape()
|
/trunk/main/svtools/source/filter/ |
H A D | exportdialog.cxx | 387 else if ( mxShapes.is() ) in GetOriginalSize() 389 const sal_Int32 nCount = mxShapes->getCount(); in GetOriginalSize() 393 mxShapes->getByIndex( nIndex ) >>= xShape; in GetOriginalSize() 418 if ( ! ( aAny >>= mxShapes ) ) in GetGraphicSource() 422 if ( !mxShape.is() && !mxShapes.is() ) in GetGraphicSource() 489 else if ( mxShapes.is() ) in GetGraphicStream() 490 xSourceDoc = uno::Reference< lang::XComponent >( mxShapes, uno::UNO_QUERY_THROW ); in GetGraphicStream()
|
H A D | exportdialog.hxx | 164 mxShapes; member in ExportDialog
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 610 DBG_ASSERT( !mxAnnotationData->mxShape.is() || mxAnnotationData->mxShapes.is(), in SetAnnotation() 612 if( mxAnnotationData->mxShape.is() && mxAnnotationData->mxShapes.is() ) in SetAnnotation() 614 …DBG_ASSERT( mxAnnotationData->mxShapes.get() == xShapes.get(), "ScXMLTableRowCellContext::SetAnnot… in SetAnnotation() 644 mxAnnotationData->mxShapes->remove( mxAnnotationData->mxShape ); in SetAnnotation()
|
H A D | xmlannoi.hxx | 56 mxShapes;
|
H A D | xmlannoi.cxx | 207 mrAnnotationData.mxShapes = rxShapes; in SetShape()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 551 rTop.mxShapes, in importBackgroundShape() 570 rTop.mxShapes->getByIndex( rTop.mnPos ), uno::UNO_QUERY ); in importShape()
|
/trunk/main/svx/source/inc/ |
H A D | GraphCtlAccessibleContext.hxx | 262 ShapesMapType mxShapes; member in SvxGraphCtrlAccessibleContext
|