Searched refs:rxCtrlModel (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/oox/source/ole/ |
H A D | vbacontrol.cxx | 335 void VbaSiteModel::bindToSources( const Reference< XControlModel >& rxCtrlModel, const ControlConve… in bindToSources() argument 337 rConv.bindToSources( rxCtrlModel, maControlSource, maRowSource ); in bindToSources() 455 bool VbaFormControl::convertProperties( const Reference< XControlModel >& rxCtrlModel, in convertProperties() argument 458 if( rxCtrlModel.is() && mxSiteModel.get() && mxCtrlModel.get() ) in convertProperties() 469 PropertySet aPropSet( rxCtrlModel ); in convertProperties() 475 Reference< XNameContainer > xCtrlModelNC( rxCtrlModel, UNO_QUERY_THROW ); in convertProperties()
|
H A D | axcontrol.cxx | 317 void ControlConverter::bindToSources( const Reference< XControlModel >& rxCtrlModel, in bindToSources() argument 324 Reference< XBindableValue > xBindable( rxCtrlModel, UNO_QUERY_THROW ); in bindToSources() 356 Reference< XListEntrySink > xEntrySink( rxCtrlModel, UNO_QUERY_THROW ); in bindToSources() 1781 bool EmbeddedControl::convertProperties( const Reference< XControlModel >& rxCtrlModel, const Contr… in convertProperties() argument 1783 if( mxModel.get() && rxCtrlModel.is() && (maName.getLength() > 0) ) in convertProperties() 1788 PropertySet aPropSet( rxCtrlModel ); in convertProperties()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | stdtabcontroller.cxx | 373 const Reference< XControlModel > & rxCtrlModel ) in FindControl() 409 DBG_ASSERT( rxCtrlModel.is(), "ImplFindControl - welches ?!" ); in FindControl() 416 if ( (XControlModel*)xModel.get() == (XControlModel*)rxCtrlModel.get() ) in FindControl()
|
/aoo41x/main/oox/inc/oox/ole/ |
H A D | vbacontrol.hxx | 85 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& rxCtrlModel, 149 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& rxCtrlModel,
|
H A D | axcontrol.hxx | 241 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& rxCtrlModel, 885 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& rxCtrlModel,
|
/aoo41x/main/toolkit/inc/toolkit/controls/ |
H A D | stdtabcontroller.hxx | 59 …ls, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & rxCtrlModel );
|
/aoo41x/main/svx/source/inc/ |
H A D | formcontroller.hxx | 497 …com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel>& rxCtrlModel, sal_Bool _bRem…
|
Completed in 51 milliseconds