Home
last modified time | relevance | path

Searched refs:getControlModel (Results 1 – 12 of 12) sorted by relevance

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx371 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 Dimp_share.hxx387 inline css::uno::Reference< css::beans::XPropertySet > getControlModel() in getControlModel() function in xmlscript::ImportContext
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java157 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 DFormLayer.java320 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 DFormPropertyBags.java172 XPropertySet textFieldModel = m_formLayer.getControlModel( new int[] { 0, 0 } ); in impl_checkPropertyPersistence()
/trunk/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx59 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 Dbrwctrlr.cxx869 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 Dexsrcbrw.cxx215 …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 Dunodatbr.cxx3102 Reference< XNameContainer > xConta(getControlModel(),UNO_QUERY); in unloadAndCleanup()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dcontrolprimitive2d.hxx89 …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 DUnoDialog2.java370 public static Object getControlModel(Object unoControl) in getControlModel() method in UnoDialog2
/trunk/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx146 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > getControlModel() const… in getControlModel() function in dbaui::SbaXDataBrowserController

Completed in 87 milliseconds