Searched refs:xNewModel (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/vbahelper/source/msforms/ |
H A D | vbacontrols.cxx | 292 uno::Reference< awt::XControlModel > xNewModel; in Add() local 297 …xNewModel.set( xModelFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in Add() 314 …xNewModel.set( xModelFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in Add() 326 …xNewModel.set( xModelFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in Add() 332 …xNewModel.set( xModelFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in Add() 338 …xNewModel.set( xModelFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in Add() 339 uno::Reference< beans::XPropertySet > xProps( xNewModel, uno::UNO_QUERY_THROW ); in Add() 346 …xNewModel.set( xModelFactory->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.s… in Add() 347 uno::Reference< beans::XPropertySet > xProps( xNewModel, uno::UNO_QUERY_THROW ); in Add() 378 … uno::Reference< beans::XPropertySet > xModelProps( xNewModel, uno::UNO_QUERY_THROW ); in Add() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/inspection/ |
H A D | _XObjectInspector.java | 131 XObjectInspectorModel xNewModel = oObj.getInspectorModel(); in _InspectorModel() local 135 result &= xSetModel.equals(xNewModel); in _InspectorModel()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 415 Reference< XInterface > xNewModel = (::cppu::OWeakObject*)pNewModel; in createInstance() local 416 return xNewModel; in createInstance() 491 Reference< XControlModel > xNewModel; in replaceByName() local 492 aElement >>= xNewModel; in replaceByName() 493 if ( !xNewModel.is() ) in replaceByName() 504 aElementPos->first = xNewModel; in replaceByName() 505 startControlListening( xNewModel ); in replaceByName()
|
/aoo41x/main/svx/source/form/ |
H A D | fmshimp.cxx | 1189 …Reference< XControlModel> xNewModel( ::comphelper::getProcessServiceFactory()->createInstance( sNe… in executeControlConversionSlot() local 1190 if (!xNewModel.is()) in executeControlConversionSlot() 1198 Reference< XPropertySet> xNewSet(xNewModel, UNO_QUERY); in executeControlConversionSlot() 1224 Reference< XFormComponent> xComponent(xNewModel, UNO_QUERY); in executeControlConversionSlot() 1236 Reference< ::com::sun::star::lang::XComponent> xNewComponent(xNewModel, UNO_QUERY); in executeControlConversionSlot() 1245 Reference< ::com::sun::star::lang::XComponent> xNewComponent(xNewModel, UNO_QUERY); in executeControlConversionSlot() 1270 pFormObject->SetUnoControlModel(xNewModel); in executeControlConversionSlot() 1286 if (pControls[i]->getModel() == xNewModel) in executeControlConversionSlot() 1292 TransferEventScripts(xNewModel, xControl, aOldScripts); in executeControlConversionSlot() 1298 Reference< XBindableValue > xNewBindable( xNewModel, UNO_QUERY ); in executeControlConversionSlot() [all …]
|
H A D | datanavi.cxx | 1709 Reference< css::xforms::XModel > xNewModel( in IMPL_LINK() local 1712 … Reference< XPropertySet > xModelProps( xNewModel, UNO_QUERY_THROW ); in IMPL_LINK()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 3255 uno::Reference< frame::XModel > xNewModel = pShell->GetModel(); in createClone() local 3259 uno::Reference< document::XStorageBasedDocument > xStorageDoc( xNewModel, uno::UNO_QUERY ); in createClone() 3261 return uno::Reference< util::XCloneable >( xNewModel, UNO_QUERY ); in createClone()
|
Completed in 75 milliseconds