Searched refs:getControlModel (Results  1 – 12 of 12) sorted by relevance
| /trunk/main/xmlscript/source/xmldlg_imexp/ | 
| H A D | xmldlg_impmodels.cxx | 371 		ctx.getControlModel()->setPropertyValue(  in endElement() 385             ctx.getControlModel()->setPropertyValue(  in endElement() 391             ctx.getControlModel()->setPropertyValue(  in endElement() 398     ctx.getControlModel()->setPropertyValue(  in endElement() 448             ctx.getControlModel()->setPropertyValue(  in endElement() 543 		ctx.getControlModel()->setPropertyValue(  in endElement() 635 		ctx.getControlModel()->setPropertyValue(  in endElement() 720 		ctx.getControlModel()->setPropertyValue(  in endElement() 817 		ctx.getControlModel()->setPropertyValue(  in endElement() 1953 		ctx.getControlModel()->setPropertyValue(  in endElement() [all …] 
 | 
| H A D | imp_share.hxx | 387     inline css::uno::Reference< css::beans::XPropertySet > getControlModel()  in getControlModel()  function in xmlscript::ImportContext
  | 
| /trunk/main/forms/qa/integration/forms/ | 
| H A D | FormControlTest.java | 164         XPropertySet xImageModel = getControlModel( "f_blob" );  in checkImageControl() 237         XPropertySet checkModel = getControlModel( "f_tinyint" );  in checkCrossUpdates_checkBox() 268         XPropertySet tinyFormattedModel = getControlModel( "f_tinyint_format" );  in checkCrossUpdates_checkBox() 340         XPropertySet textModel = getControlModel( "f_text_enum_text" );  in checkCrossUpdates_radioButton() 424         m_document.getCurrentView().grabControlFocus( getControlModel( "ID" ) );  in checkRowUpdates() 514 …private XPropertySet getControlModel( String name ) throws com.sun.star.uno.Exception, java.lang.E…  in getControlModel()  method in FormControlTest 672         Object value = getControlModel( fieldName ).getPropertyValue( propertyName );  in checkNullValue() 756         String currentValue = (String)getControlModel( fieldName ).getPropertyValue( propertyName );  in checkStringValue() 798         XPropertySet controlModel = getControlModel( modelName );  in userTextInput() 809             m_document.getCurrentView().grabControlFocus( getControlModel( "dummy" ) );  in userTextInput() [all …] 
 | 
| H A D | FormLayer.java | 320     public XPropertySet getControlModel( int[] _accessPath ) throws com.sun.star.uno.Exception  in getControlModel()  method in FormLayer 340     public XPropertySet getControlModel( String[] _accessPath ) throws com.sun.star.uno.Exception  in getControlModel()  method in FormLayer
  | 
| H A D | FormPropertyBags.java | 183         XPropertySet textFieldModel = m_formLayer.getControlModel( new int[] { 0, 0 } );  in impl_checkPropertyPersistence()
  | 
| /trunk/main/drawinglayer/source/primitive2d/ | 
| H A D | controlprimitive2d.cxx | 59 			if(!mxXControl.is() && getControlModel().is())  in createXControl() 61 				uno::Reference< beans::XPropertySet > xSet(getControlModel(), uno::UNO_QUERY);  in createXControl() 80 									xXControl->setModel(getControlModel());  in createXControl() 311                     bool bRetval(getControlModel().is() == rCompare.getControlModel().is());  in operator ==() 313                     if(bRetval && getControlModel().is())  in operator ==() 316 				        bRetval = (getControlModel() == rCompare.getControlModel());  in operator ==()
  | 
| /trunk/main/dbaccess/source/ui/browser/ | 
| H A D | brwctrlr.cxx | 869 		getBrowserView()->Construct(getControlModel());  in Construct() 931 	addModelListeners(getControlModel());  in Construct() 1108 	removeModelListeners(getControlModel());  in disposingGridModel() 1169 	if (getControlModel() == Source.Source)  in disposing() 1345 	removeModelListeners(getControlModel());  in disposing() 1549 …DBG_ASSERT(rEvent.Source == getControlModel(), "SbaXDataBrowserController::resetted : where did th…  in resetted() 2019 	Reference< XPropertySet >  xModelSet(getControlModel(), UNO_QUERY);  in ExecuteSearch() 2354 					Reference< ::com::sun::star::form::XReset >  xReset(getControlModel(), UNO_QUERY);  in Execute() 2537 	Reference< ::com::sun::star::container::XIndexContainer >  xCols(getControlModel(), UNO_QUERY);  in getBoundField() 2604 	Reference< XPropertySet >  xModelSet(getControlModel(), UNO_QUERY);  in IMPL_LINK() [all …] 
 | 
| H A D | exsrcbrw.cxx | 215 …Reference< ::com::sun::star::form::XGridColumnFactory >  xColFactory(getControlModel(), UNO_QUERY);  in dispatch() 242 …Reference< ::com::sun::star::container::XIndexContainer >  xColContainer(getControlModel(), UNO_QU…  in dispatch() 459 …Reference< ::com::sun::star::container::XIndexContainer >  xColContainer(getControlModel(), UNO_QU…  in ClearView()
  | 
| H A D | unodatbr.cxx | 3102 		Reference< XNameContainer > xConta(getControlModel(),UNO_QUERY);  in unloadAndCleanup()
  | 
| /trunk/main/drawinglayer/inc/drawinglayer/primitive2d/ | 
| H A D | controlprimitive2d.hxx | 89 …const com::sun::star::uno::Reference< com::sun::star::awt::XControlModel >& getControlModel() cons…  in getControlModel()  function in drawinglayer::primitive2d::ControlPrimitive2D
  | 
| /trunk/main/wizards/com/sun/star/wizards/ui/ | 
| H A D | UnoDialog2.java | 370     public static Object getControlModel(Object unoControl)  in getControlModel()  method in UnoDialog2
  | 
| /trunk/main/dbaccess/source/ui/inc/ | 
| H A D | brwctrlr.hxx | 146 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > 		getControlModel()	const…  in getControlModel()  function in dbaui::SbaXDataBrowserController
  | 
        Completed in 103 milliseconds