/aoo4110/main/vbahelper/source/msforms/ |
H A D | vbacontrol.cxx | 67 uno::Reference< drawing::XControlShape > xControlShape( m_xControl, uno::UNO_QUERY ); in getWindowPeer() local 71 if ( !xControlShape.is() ) in getWindowPeer() 79 xControlModel.set( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in getWindowPeer() 135 uno::Reference< drawing::XControlShape > xControlShape( m_xControl, uno::UNO_QUERY ) ; in ScVbaControl() local 137 if ( xControlShape.is() ) // form control in ScVbaControl() 138 m_xProps.set( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in ScVbaControl() 409 const uno::Reference< drawing::XControlShape >& xControlShape, in createShapeControl() 412 … uno::Reference< beans::XPropertySet > xProps( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in createShapeControl() 417 uno::Reference< drawing::XShape > xShape( xControlShape, uno::UNO_QUERY_THROW ); in createShapeControl() 530 if ( xControlShape.is() ) in createControl() [all …]
|
H A D | vbacontrol.hxx | 107 const css::uno::Reference< css::drawing::XControlShape >& xControlShape,
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaoleobjects.cxx | 47 …uno::Reference< drawing::XControlShape > xControlShape( xIndexAccess->getByIndex( index), uno::UNO… in IndexAccessWrapper() local 48 if ( xControlShape.is() ) in IndexAccessWrapper() 49 vObjects.push_back( xControlShape ); in IndexAccessWrapper() 97 …uno::Reference< drawing::XControlShape > xControlShape ( m_xIndexAccess->getByIndex( nIndex++ ), … in nextElement() local 98 …Reference< ov::excel::XOLEObject >( new ScVbaOLEObject( m_xParent, m_xContext, xControlShape ) ) ); in nextElement() 125 uno::Reference< drawing::XControlShape > xControlShape( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject() local 127 …eference< ov::excel::XOLEObject >( new ScVbaOLEObject( getParent(), mxContext, xControlShape ) ) ); in createCollectionObject() 146 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY_THROW ); in getItemByStringIndex() local 147 uno::Reference< awt::XControlModel > xControlModel( xControlShape->getControl() ); in getItemByStringIndex()
|
H A D | vbasheetobjects.cxx | 428 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implPickShape() local 429 …uno::Reference< beans::XPropertySet > xModelProps( xControlShape->getControl(), uno::UNO_QUERY_THR… in implPickShape() 452 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName() local 453 …return uno::Reference< container::XNamed >( xControlShape->getControl(), uno::UNO_QUERY_THROW )->g… in implGetShapeName() 459 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implOnShapeCreated() local 468 xControlShape->setControl( xControlModel ); in implOnShapeCreated() 506 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implCreateVbaObject() local 507 return new ScVbaButton( mxParent, mxContext, mxModel, createForm(), xControlShape ); in implCreateVbaObject()
|
H A D | vbaoleobject.cxx | 49 css::uno::Reference< css::drawing::XControlShape > xControlShape ) in ScVbaOLEObject() 50 : OLEObjectImpl_BASE( xParent, xContext ), m_xControlShape( xControlShape ) in ScVbaOLEObject() 53 …uno::Reference< awt::XControlModel > xControlModel( xControlShape->getControl(), css::uno::UNO_QUE… in ScVbaOLEObject() 60 m_xControl.set( xControlProvider->createControl( xControlShape, xModel ) ); in ScVbaOLEObject()
|
H A D | vbaworksheet.cxx | 889 …uno::Reference< drawing::XControlShape > xControlShape( getControlShape( aPropertyName ), uno::UNO… in getValue() local 893 …uno::Reference< msforms::XControl > xControl( xControlProvider->createControl( xControlShape, get… in getValue() 955 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY ); in getControlShape() local 956 if( xControlShape.is() ) in getControlShape() 958 … uno::Reference< container::XNamed > xNamed( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in getControlShape()
|
H A D | vbaoleobject.hxx | 44 css::uno::Reference< css::drawing::XControlShape > xControlShape );
|
/aoo4110/main/xmloff/source/draw/ |
H A D | XMLShapeStyleContext.cxx | 305 uno::Reference< drawing::XControlShape > xControlShape(rPropSet, uno::UNO_QUERY); in FillPropertySet() local 306 …DBG_ASSERT(xControlShape.is(), "XMLShapeStyleContext::FillPropertySet: data style for a non-contro… in FillPropertySet() 307 if (xControlShape.is()) in FillPropertySet() 309 uno::Reference< beans::XPropertySet > xControlModel(xControlShape->getControl(), uno::UNO_QUERY); in FillPropertySet()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbadocument.cxx | 277 uno::Reference< drawing::XControlShape > xControlShape( aUnoObj, uno::UNO_QUERY ); in getControlShape() local 278 if( xControlShape.is() ) in getControlShape() 280 … uno::Reference< container::XNamed > xNamed( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in getControlShape() 313 …uno::Reference< drawing::XControlShape > xControlShape( getControlShape( aPropertyName ), uno::UNO… in getValue() local 317 …uno::Reference< msforms::XControl > xControl( xControlProvider->createControl( xControlShape, get… in getValue()
|
/aoo4110/main/svx/source/form/ |
H A D | fmpgeimp.cxx | 255 …Reference< XControlShape > xControlShape( const_cast< FmFormObj& >( _object ).getUnoShape(), UNO_Q… in lcl_insertFormObject_throw() local 256 … OSL_ENSURE( xControlShape.is(), "lcl_insertFormObject_throw: suspicious: no control shape!" ); in lcl_insertFormObject_throw() 257 if ( !xControlShape.is() ) in lcl_insertFormObject_throw() 260 _map->put( makeAny( xControlModel ), makeAny( xControlShape ) ); in lcl_insertFormObject_throw()
|
/aoo4110/main/extensions/source/dbpilots/ |
H A D | controlwizard.cxx | 340 Reference< XControlShape > xControlShape; in implDetermineShape() local 344 if (xPageObjects->getByIndex(i) >>= xControlShape) in implDetermineShape() 346 xControlModel = xControlShape->getControl(); in implDetermineShape() 350 m_aContext.xObjectShape = xControlShape; in implDetermineShape()
|
/aoo4110/main/wizards/com/sun/star/wizards/document/ |
H A D | Shape.java | 52 protected XControlShape xControlShape; field in Shape 103 xControlShape = UnoRuntime.queryInterface(XControlShape.class, xShape); in createShape()
|
H A D | TimeStampControl.java | 86 … XControlShape xControlShape = UnoRuntime.queryInterface(XControlShape.class, oControl); in getControlofGroupShapeByIndex() local 87 return UnoRuntime.queryInterface(XPropertySet.class, xControlShape.getControl()); in getControlofGroupShapeByIndex()
|
H A D | FormHandler.java | 320 … XControlShape xControlShape = UnoRuntime.queryInterface(XControlShape.class, _oDrawPageElement); in belongsToForm() local 321 XControlModel xControlModel = xControlShape.getControl(); in belongsToForm() 322 … xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, xControlShape.getControl()); in belongsToForm()
|
H A D | GridControl.java | 63 xControlShape.setControl(xControlModel); in GridControl()
|
H A D | Control.java | 105 xControlShape.setControl(xControlModel); in createControl()
|
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | ControlAndSelectDemo.java | 106 XControlShape xControlShape = (XControlShape)UnoRuntime.queryInterface( in main() local 108 xControlShape.setControl( xControlModel ); in main()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | FormControlHelper.cxx | 296 uno::Reference<drawing::XControlShape> xControlShape(xShape, uno::UNO_QUERY); in insertControl() local 298 xControlShape->setControl(xControlModel); in insertControl()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 432 uno::Reference< drawing::XControlShape > xControlShape( xShape, UNO_QUERY ); in SwHTMLImageWatcher() local 434 xControlShape->getControl() ); in SwHTMLImageWatcher() 1292 uno::Reference< drawing::XControlShape > xControlShape( xShape, UNO_QUERY ); in InsertControl() local 1294 xControlShape->setControl( xControlModel ); in InsertControl()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtparae.cxx | 3717 Reference<XControlShape> xControlShape(xShapesEnum->nextElement(), UNO_QUERY); in PreventExportOfControlsInMuteSections() local 3718 if( xControlShape.is() ) in PreventExportOfControlsInMuteSections() 3724 Reference<XTextContent> xTextContent( xControlShape, UNO_QUERY ); in PreventExportOfControlsInMuteSections() 3734 xControlShape->getControl() ); in PreventExportOfControlsInMuteSections()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 2708 uno::Reference< drawing::XControlShape > xControlShape( xShape, in InsertControl() local 2712 xControlShape->setControl( xControlModel ); in InsertControl()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 1824 …::com::sun::star::uno::Reference< ::com::sun::star::drawing::XControlShape > xControlShape( xShap… in InsertControl() 1828 if ( xControlShape.is() && xControlModel.is() ) in InsertControl() 1830 xControlShape->setControl( xControlModel ); in InsertControl()
|