/aoo42x/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 425 mxShape = xShape; in AddShape() 537 if(mxShape.is()) in SetTransformation() 1042 if(mxShape.is()) in StartElement() 1138 if(mxShape.is()) in StartElement() 1292 if(mxShape.is()) in StartElement() 1721 if( mxShape.is() ) in StartElement() 2030 if(mxShape.is()) in StartElement() 2186 if(mxShape.is()) in StartElement() 2313 if(mxShape.is()) in StartElement() 2492 if(mxShape.is()) in StartElement() [all …]
|
H A D | animexp.cxx | 208 Reference<XShape> mxShape; member 346 if( !aEffect.mxShape.is() ) in collect() 349 aEffect.mxShape = xShape; in collect() 365 if( !aEffect.mxShape.is() ) in collect() 368 aEffect.mxShape = xShape; in collect() 395 if( !aEffect.mxShape.is() ) in collect() 398 aEffect.mxShape = xShape; in collect() 423 if( !aEffect.mxShape.is() ) in collect() 426 aEffect.mxShape = xShape; in collect() 458 DBG_ASSERT( rEffect.mxShape.is(), "shape id creation failed for animation effect?" ); in exportAnimations() [all …]
|
H A D | ximp3dobject.cxx | 100 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() 253 if(mxShape.is()) in StartElement() 260 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() 364 if(mxShape.is()) in StartElement() 371 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() 452 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in StartElement() 527 if(mxShape.is()) in StartElement() 570 if(mxShape.is()) in StartElement()
|
H A D | ximpgrp.cxx | 71 pContext = new SdXMLDescriptionContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext() 75 pContext = new SdXMLEventsContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext() 104 if(mxShape.is()) in StartElement() 108 mxChilds = uno::Reference< drawing::XShapes >::query( mxShape ); in StartElement() 113 GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes ); in StartElement()
|
H A D | ximp3dscene.cxx | 124 if( mxShape.is() ) in StartElement() 128 mxChilds = uno::Reference< drawing::XShapes >::query( mxShape ); in StartElement() 150 if(mxShape.is()) in StartElement() 161 if(mxShape.is()) in EndElement() 163 uno::Reference< beans::XPropertySet > xPropSet(mxShape, uno::UNO_QUERY); in EndElement() 189 pContext = new SdXMLDescriptionContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext() 193 pContext = new SdXMLEventsContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext()
|
H A D | eventimp.cxx | 87 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape; member in SdXMLEventContext 176 …mxShape( rxShape ), mbScript( sal_False ), mbActionEvent( sal_False ), meClickAction( ClickAction_… in SdXMLEventContext() 178 mxShape( rxShape ), mbScript( sal_False ), meClickAction( ClickAction_NONE ), in SdXMLEventContext() 330 Reference< XEventsSupplier > xEventsSupplier( mxShape, UNO_QUERY ); in EndElement() 559 : SvXMLImportContext(rImport, nPrfx, rLocalName), mxShape( rxShape ) in SdXMLEventsContext() 570 return new SdXMLEventContext( GetImport(), nPrfx, rLocalName, xAttrList, mxShape ); in CreateChildContext()
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | chartdrawingfragment.cxx | 162 mxShape.reset( new Shape( "com.sun.star.drawing.CustomShape" ) ); in onCreateContext() 163 return new ShapeContext( *this, ShapePtr(), mxShape ); in onCreateContext() 165 mxShape.reset( new Shape( "com.sun.star.drawing.ConnectorShape" ) ); in onCreateContext() 166 return new ConnectorShapeContext( *this, ShapePtr(), mxShape ); in onCreateContext() 168 mxShape.reset( new Shape( "com.sun.star.drawing.GraphicObjectShape" ) ); in onCreateContext() 169 return new GraphicShapeContext( *this, ShapePtr(), mxShape ); in onCreateContext() 173 mxShape.reset( new Shape( "com.sun.star.drawing.GraphicObjectShape" ) ); in onCreateContext() 176 mxShape.reset( new Shape( "com.sun.star.drawing.GroupShape" ) ); in onCreateContext() 177 return new ShapeGroupContext( *this, ShapePtr(), mxShape ); in onCreateContext() 212 if( mxDrawPage.is() && mxShape.get() && mxAnchor.get() ) in onEndElement() [all …]
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 125 mxShape (rShapeInfo.mxShape), in AccessibleShape() 132 m_pShape = GetSdrObjectFromXShape(mxShape); in AccessibleShape() 144 mxShape (rxShape), in AccessibleShape() 151 m_pShape = GetSdrObjectFromXShape(mxShape); in AccessibleShape() 612 if ( mxShape.is() ) in getBounds() 653 awt::Size aSize (mxShape->getSize()); in getBounds() 1172 if ( xShape.get() == mxShape.get() ) in notifyEvent() 1384 DescriptionGenerator aDG (mxShape); in CreateAccessibleDescription() 1454 return( mxShape ); in GetXShape() 1497 mxShape = NULL; in disposing() [all …]
|
H A D | ChildrenManagerImpl.cxx | 136 return I->mxShape; in GetChildShape() 177 rChildDescriptor.mxShape, in GetChild() 213 if ( I->mxShape.get() == xShape.get() ) in GetChild() 375 if (I->mxShape.is()) in RemoveNonVisibleChildren() 412 RegisterAsDisposeListener (I->mxShape); in MergeAccessibilityInformation() 529 UnregisterAsDisposeListener (I->mxShape); in RemoveShape() 697 I->mxShape = NULL; in disposing() 916 if ( I->mxShape.get() == xShape.get() ) in GetAccessibleCaption() 978 if (I->mxShape == xSelectedShape) in UpdateSelection() 1154 : mxShape (xShape), in ChildDescriptor() [all …]
|
H A D | ChildrenManagerImpl.hxx | 498 ::com::sun::star::drawing::XShape> mxShape; 561 (mxShape.get() == aDescriptor.mxShape.get() ) && in operator ==() 562 (mxShape.is() || mxAccessibleShape.get() == aDescriptor.mxAccessibleShape.get()) in operator ==() 573 return (mxShape.get() < aDescriptor.mxShape.get()); in operator <()
|
H A D | AccessibleControlShape.cxx | 180 return GetSdrObjectFromXShape (mxShape); in getSdrObject() 362 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() 370 Reference< XShapeDescriptor > xDescriptor (mxShape, UNO_QUERY); in CreateAccessibleBaseName() 387 DescriptionGenerator aDG (mxShape); in CreateAccessibleDescription() 388 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription() 413 Reference< XShapeDescriptor > xDescriptor (mxShape, UNO_QUERY); in CreateAccessibleDescription() 548 OSL_VERIFY( mpParent->ReplaceChild ( this, mxShape, mnIndex, maShapeTreeInfo ) ); in modeChanged() 773 Reference< XControlShape > xShape( mxShape, UNO_QUERY ); in ensureControlModelAccess() 954 OSL_VERIFY( mpParent->ReplaceChild ( this, mxShape, mnIndex, maShapeTreeInfo ) ); in elementInserted()
|
H A D | AccessibleShapeInfo.cxx | 40 : mxShape (rxShape), in AccessibleShapeInfo() 57 : mxShape (rxShape), in AccessibleShapeInfo() 66 : mxShape (rOther.mxShape), in AccessibleShapeInfo()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbasheetobject.cxx | 171 mxShape( rxShape, uno::UNO_SET_THROW ), in ScVbaSheetObjectBase() 180 return HmmToPoints( mxShape->getPosition().X ); in getLeft() 187 mxShape->setPosition( awt::Point( PointsToHmm( fLeft ), mxShape->getPosition().Y ) ); in setLeft() 192 return HmmToPoints( mxShape->getPosition().Y ); in getTop() 199 mxShape->setPosition( awt::Point( mxShape->getPosition().X, PointsToHmm( fTop ) ) ); in setTop() 204 return HmmToPoints( mxShape->getSize().Width ); in getWidth() 211 mxShape->setSize( awt::Size( PointsToHmm( fWidth ), mxShape->getSize().Height ) ); in setWidth() 216 return HmmToPoints( mxShape->getSize().Height ); in getHeight() 223 mxShape->setSize( awt::Size( mxShape->getSize().Width, PointsToHmm( fHeight ) ) ); in setHeight() 239 SvxShape* pShape = SvxShape::getImplementation( mxShape ); in getPlacement() [all …]
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shape.cxx | 376 if ( !mxShape.is() ) in createAndInsert() 379 Reference< XPropertySet > xSet( mxShape, UNO_QUERY ); in createAndInsert() 380 if( mxShape.is() && xSet.is() ) in createAndInsert() 384 Reference< container::XNamed > xNamed( mxShape, UNO_QUERY ); in createAndInsert() 388 rxShapes->add( mxShape ); in createAndInsert() 403 uno::Reference< text::XText > xText( mxShape, uno::UNO_QUERY ); in createAndInsert() 497 Reference < XText > xText( mxShape, UNO_QUERY ); in createAndInsert() 517 if( mxShape.is() ) in createAndInsert() 520 return mxShape; in createAndInsert() 594 PropertySet aShapeProp( mxShape ); in finalizeXShape() [all …]
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessiblePresentationShape.cxx | 80 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() 115 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() 133 DescriptionGenerator aDG (mxShape); in CreateAccessibleDescription() 134 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription() 184 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleDescription() 198 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in GetStyle() 233 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in GetStyle()
|
H A D | AccessiblePresentationGraphicShape.cxx | 77 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() 85 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() 102 DescriptionGenerator aDG (mxShape); in CreateAccessibleDescription() 103 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription() 112 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleDescription()
|
H A D | AccessiblePresentationOLEShape.cxx | 77 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleBaseName() 92 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleBaseName() 109 DescriptionGenerator aDG (mxShape); in CreateAccessibleDescription() 110 ShapeTypeId nShapeType = ShapeTypeHandler::Instance().GetTypeId (mxShape); in CreateAccessibleDescription() 133 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleDescription()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 101 uno::Reference<lang::XComponent>(mxShape, uno::UNO_QUERY), in forceScrollTextMetaFile() 171 uno::Reference<lang::XComponent>(mxShape, uno::UNO_QUERY), in ensureVerboseMtfComments() 415 mxShape( xShape ), in DrawShape() 446 ENSURE_OR_THROW( mxShape.is(), "DrawShape::DrawShape(): Invalid XShape" ); in DrawShape() 451 uno::Reference<beans::XPropertySet> xPropSet( mxShape, in DrawShape() 477 mxShape( xShape ), in DrawShape() 520 ENSURE_OR_THROW( mxShape.is(), "DrawShape::DrawShape(): Invalid XShape" ); in DrawShape() 528 mxShape( rSrc.mxShape ), in DrawShape() 559 ENSURE_OR_THROW( mxShape.is(), "DrawShape::DrawShape(): Invalid XShape" ); in DrawShape() 674 return mxShape; in getXShape()
|
H A D | externalshapebase.cxx | 97 mxShape( xShape ), in ExternalShapeBase() 104 … ENSURE_OR_THROW( mxShape.is(), "ExternalShapeBase::ExternalShapeBase(): Invalid XShape" ); in ExternalShapeBase() 132 return mxShape; in getXShape()
|
H A D | viewmediashape.cxx | 82 mxShape( rxShape ), in ViewMediaShape() 88 ENSURE_OR_THROW( mxShape.is(), "ViewMediaShape::ViewMediaShape(): Invalid Shape" ); in ViewMediaShape() 269 if( !mxPlayer.is() && mxShape.is() ) in implInitialize() 283 xPropSet.set( mxShape, uno::UNO_QUERY ); in implInitialize()
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeEngine.cxx | 115 rProp.Value >>= mxShape; in initialize() 185 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in ImplForceGroupWithText() 264 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in REF() 356 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in getTextBounds() 357 …::com::sun::star::uno::Reference< ::com::sun::star::document::XActionLockable > xLockable( mxShape… in getTextBounds() 377 SdrObject* pSdrObjCustomShape( GetSdrObjectFromXShape( mxShape ) ); in getLineGeometry() 457 SdrObject* pSdrObjCustomShape = GetSdrObjectFromXShape( mxShape ); in SEQ() 465 aSeq[ i ] = new EnhancedCustomShapeHandle( mxShape, i ); in SEQ()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 639 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape; member 646 mxShape(rOld.mxShape), in ScShapeChild() 667 if (rChild1.mxShape.is() && rChild2.mxShape.is()) in operator ()() 668 bResult = (rChild1.mxShape.get() < rChild2.mxShape.get()); in operator ()() 826 if (aNewItr->mxShape.get() == aOldItr->mxShape.get()) in FindChanged() 831 else if (aNewItr->mxShape.get() < aOldItr->mxShape.get()) in FindChanged() 1100 …::accessibility::AccessibleShapeInfo aShapeInfo(rShape.mxShape, mpAccDoc, const_cast<ScShapeChilds… in GetAccShape() 1158 aShape.mxShape = xShape; in FillShapes()
|
/aoo42x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 73 mxShape( rxShape ) in ShapeMacroAttacher() 81 Reference< XEventsSupplier > xSupplier( mxShape, UNO_QUERY_THROW ); in attachMacro() 108 if( (maMacroName.getLength() > 0) && mxShape.is() ) in finalizeXShape() 110 VbaMacroAttacherRef xAttacher( new ShapeMacroAttacher( maMacroName, mxShape ) ); in finalizeXShape() 214 …rn GroupShapeContext::createShapeContext( *this, *this, nElement, rAttribs, ShapePtr(), &mxShape ); in onCreateContext() 253 if( mxDrawPage.is() && mxShape.get() && mxAnchor.get() ) in onEndElement() 264 mxShape->addShape( getOoxFilter(), &getTheme(), mxDrawPage, &aShapeRectEmu32 ); in onEndElement() 273 mxShape.reset(); in onEndElement()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 186 Reference< XShape > mxShape; member in svx::GraphicExporter 689 if ( !mxShape.is() ) in GetGraphic() 872 SdrObject* pObj = GetSdrObjectFromXShape( mxShape ); in GetGraphic() 1164 mxShape = Reference< XShape >::query( xComponent ); in setSourceDocument() 1167 if( !mxPage.is() && !mxShape.is() && mxShapes.is() ) in setSourceDocument() 1174 mxShapes->getByIndex(0) >>= mxShape; in setSourceDocument() 1182 if( mxShape.is() ) in setSourceDocument() 1184 if( NULL == GetSdrObjectFromXShape( mxShape ) ) in setSourceDocument() 1188 Reference< XChild > xChild( mxShape, UNO_QUERY ); in setSourceDocument()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 140 { mxShape = rXShape; }; in setXShape() 142 getXShape() const { return mxShape; } in getXShape() 183 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxShape;
|