Searched refs:getControlModel (Results 1 – 12 of 12) sorted by relevance
/aoo42x/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
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | FormControlTest.java | 157 XPropertySet xImageModel = getControlModel( "f_blob" ); in checkImageControl() 229 XPropertySet checkModel = getControlModel( "f_tinyint" ); in checkCrossUpdates_checkBox() 260 XPropertySet tinyFormattedModel = getControlModel( "f_tinyint_format" ); in checkCrossUpdates_checkBox() 331 XPropertySet textModel = getControlModel( "f_text_enum_text" ); in checkCrossUpdates_radioButton() 414 m_document.getCurrentView().grabControlFocus( getControlModel( "ID" ) ); in checkRowUpdates() 502 …private XPropertySet getControlModel( String name ) throws com.sun.star.uno.Exception, java.lang.E… in getControlModel() method in FormControlTest 660 Object value = getControlModel( fieldName ).getPropertyValue( propertyName ); in checkNullValue() 744 String currentValue = (String)getControlModel( fieldName ).getPropertyValue( propertyName ); in checkStringValue() 786 XPropertySet controlModel = getControlModel( modelName ); in userTextInput() 797 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 | 172 XPropertySet textFieldModel = m_formLayer.getControlModel( new int[] { 0, 0 } ); in impl_checkPropertyPersistence()
|
/aoo42x/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 ==()
|
/aoo42x/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()
|
/aoo42x/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
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog2.java | 370 public static Object getControlModel(Object unoControl) in getControlModel() method in UnoDialog2
|
/aoo42x/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 80 milliseconds