Home
last modified time | relevance | path

Searched refs:xControlShape (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx67 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 Dvbacontrol.hxx107 const css::uno::Reference< css::drawing::XControlShape >& xControlShape,
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobjects.cxx47 …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 Dvbasheetobjects.cxx428 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 Dvbaoleobject.cxx49 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 Dvbaworksheet.cxx889 …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 Dvbaoleobject.hxx44 css::uno::Reference< css::drawing::XControlShape > xControlShape );
/trunk/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx322 uno::Reference< drawing::XControlShape > xControlShape(rPropSet, uno::UNO_QUERY); in FillPropertySet() local
323 …DBG_ASSERT(xControlShape.is(), "XMLShapeStyleContext::FillPropertySet: data style for a non-contro… in FillPropertySet()
324 if (xControlShape.is()) in FillPropertySet()
326 uno::Reference< beans::XPropertySet > xControlModel(xControlShape->getControl(), uno::UNO_QUERY); in FillPropertySet()
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.cxx277 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()
/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx255 …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()
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx340 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()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DShape.java52 protected XControlShape xControlShape; field in Shape
103 xControlShape = UnoRuntime.queryInterface(XControlShape.class, xShape); in createShape()
H A DTimeStampControl.java86 … XControlShape xControlShape = UnoRuntime.queryInterface(XControlShape.class, oControl); in getControlofGroupShapeByIndex() local
87 return UnoRuntime.queryInterface(XPropertySet.class, xControlShape.getControl()); in getControlofGroupShapeByIndex()
H A DFormHandler.java320 … 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 DGridControl.java63 xControlShape.setControl(xControlModel); in GridControl()
H A DControl.java105 xControlShape.setControl(xControlModel); in createControl()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DControlAndSelectDemo.java106 XControlShape xControlShape = (XControlShape)UnoRuntime.queryInterface( in main() local
108 xControlShape.setControl( xControlModel ); in main()
/trunk/main/writerfilter/source/dmapper/
H A DFormControlHelper.cxx297 uno::Reference<drawing::XControlShape> xControlShape(xShape, uno::UNO_QUERY); in insertControl() local
299 xControlShape->setControl(xControlModel); in insertControl()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx432 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()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx3721 Reference<XControlShape> xControlShape(xShapesEnum->nextElement(), UNO_QUERY); in PreventExportOfControlsInMuteSections() local
3722 if( xControlShape.is() ) in PreventExportOfControlsInMuteSections()
3728 Reference<XTextContent> xTextContent( xControlShape, UNO_QUERY ); in PreventExportOfControlsInMuteSections()
3738 xControlShape->getControl() ); in PreventExportOfControlsInMuteSections()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2729 uno::Reference< drawing::XControlShape > xControlShape( xShape, in InsertControl() local
2733 xControlShape->setControl( xControlModel ); in InsertControl()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1824 …::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()

Completed in 162 milliseconds