Home
last modified time | relevance | path

Searched refs:_rxObject (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/xmloff/source/forms/
H A Dlayerexport.cxx250 …OUString OFormLayerXMLExport_Impl::getObjectStyleName( const Reference< XPropertySet >& _rxObject ) in getObjectStyleName() argument
254 MapPropertySet2String::const_iterator aObjectStylePos = m_aGridColumnStyles.find( _rxObject ); in getObjectStyleName()
415 sal_Int32 nOwnFormatKey = implExamineControlNumberFormat( _rxObject ); in getImmediateNumberStyle()
544 sal_Bool OFormLayerXMLExport_Impl::checkExamineControl(const Reference< XPropertySet >& _rxObject) in checkExamineControl() argument
546 Reference< XPropertySetInfo > xCurrentInfo = _rxObject->getPropertySetInfo(); in checkExamineControl()
558 m_aCurrentPageIds->second[_rxObject] = sCurrentId; in checkExamineControl()
580 examineControlNumberFormat(_rxObject); in checkExamineControl()
585 Reference< XText > xControlText( _rxObject, UNO_QUERY ); in checkExamineControl()
594 _rxObject->getPropertyValue( PROPERTY_CLASSID ) >>= nControlType; in checkExamineControl()
597 collectGridColumnStylesAndIds( _rxObject ); in checkExamineControl()
[all …]
H A Dlayerexport.hxx179 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject );
257 …ontrol(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject);
269 …rmat( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject );
295 …tyle( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject );
/trunk/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx110 …t ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject ) const = 0;
126 …t ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject ) const = 0;
154 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject
160 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject ) const;
161 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject ) const;
196 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject ) const;
197 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject ) const;
/trunk/main/basctl/source/dlged/
H A Dpropbrw.cxx381 void PropBrw::implSetNewObject( const Reference< XPropertySet >& _rxObject ) in implSetNewObject() argument
387 makeAny( _rxObject ) in implSetNewObject()
391 SetText( GetHeadlineName( _rxObject ) ); in implSetNewObject()
397 ::rtl::OUString PropBrw::GetHeadlineName( const Reference< XPropertySet >& _rxObject ) in GetHeadlineName() argument
400 Reference< lang::XServiceInfo > xServiceInfo( _rxObject, UNO_QUERY ); in GetHeadlineName()
501 else if (!_rxObject.is()) // no properties in GetHeadlineName()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx119 …Source( const Reference< XConnection >& _rxConnection, const Reference< XPropertySet >& _rxObject ) in ObjectCopySource() argument
122 ,m_xObject( _rxObject, UNO_SET_THROW ) in ObjectCopySource()
123 ,m_xObjectPSI( _rxObject->getPropertySetInfo(), UNO_SET_THROW ) in ObjectCopySource()
124 …,m_xObjectColumns( Reference< XColumnsSupplier >( _rxObject, UNO_QUERY_THROW )->getColumns(), UNO_… in ObjectCopySource()
161 void ObjectCopySource::copyUISettingsTo( const Reference< XPropertySet >& _rxObject ) const in copyUISettingsTo()
169_rxObject->setPropertyValue( aCopyProperties[i], m_xObject->getPropertyValue( aCopyProperties[i] )… in copyUISettingsTo()
173 …To( const Reference< XConnection >& _xConnection,const Reference< XPropertySet >& _rxObject ) const in copyFilterAndSortingTo()
185 … const ::rtl::OUString sTargetName = ::dbtools::composeTableNameForSelect(_xConnection,_rxObject); in copyFilterAndSortingTo()
205 _rxObject->setPropertyValue( aProperties[i].first, makeAny(sFilter) ); in copyFilterAndSortingTo()
214_rxObject->setPropertyValue( PROPERTY_APPLYFILTER, m_xObject->getPropertyValue( PROPERTY_APPLYFILT… in copyFilterAndSortingTo()
[all …]
/trunk/main/svx/source/form/
H A Dformcontrolfactory.cxx660 …rmControlFactory::getDefaultName( sal_Int16 _nClassId, const Reference< XServiceInfo >& _rxObject ) in getDefaultName() argument
689 … if ( _rxObject.is() && _rxObject->supportsService( FM_SUN_COMPONENT_FORMATTEDFIELD ) ) in getDefaultName()
702 const Reference< XPropertySet >& _rxObject ) in getDefaultUniqueName_ByComponentType()
705 OSL_VERIFY( _rxObject->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in getDefaultUniqueName_ByComponentType()
706 …::rtl::OUString sBaseName = getDefaultName( nClassId, Reference< XServiceInfo >( _rxObject, UNO_QU… in getDefaultUniqueName_ByComponentType()
H A Dfmtools.cxx335 …tener* _pListener, const Reference< ::com::sun::star::lang::XComponent>& _rxObject, sal_Int16 _nId) in FmXDisposeMultiplexer() argument
336 :m_xObject(_rxObject) in FmXDisposeMultiplexer()
385 sal_Int16 getControlTypeByObject(const Reference< ::com::sun::star::lang::XServiceInfo>& _rxObject) in getControlTypeByObject() argument
389 Reference< ::com::sun::star::io::XPersistObject> xPersistence(_rxObject, UNO_QUERY); in getControlTypeByObject()
398 if (_rxObject->supportsService(FM_SUN_COMPONENT_FORMATTEDFIELD)) in getControlTypeByObject()
H A Dfmundo.cxx921 void FmXUndoEnvironment::switchListening( const Reference< XInterface >& _rxObject, bool _bStartLis… in switchListening() argument
924 …OSL_PRECOND( _rxObject.is(), "FmXUndoEnvironment::switchListening: how should I listen at a NULL o… in switchListening()
930 Reference< XPropertySet > xProps( _rxObject, UNO_QUERY ); in switchListening()
940 Reference< XModifyBroadcaster > xBroadcaster( _rxObject, UNO_QUERY ); in switchListening()
H A Dfmshimp.cxx1145 bool FmXFormShell::executeControlConversionSlot( const Reference< XFormComponent >& _rxObject, sal_… in executeControlConversionSlot() argument
1150 OSL_ENSURE( _rxObject.is(), "FmXFormShell::executeControlConversionSlot: invalid object!" ); in executeControlConversionSlot()
1151 if ( !_rxObject.is() ) in executeControlConversionSlot()
1160 OSL_ENSURE( isSolelySelected( _rxObject ), in executeControlConversionSlot()
1167 Reference< XInterface > xNormalizedObject( _rxObject, UNO_QUERY ); in executeControlConversionSlot()
2129 bool FmXFormShell::isSolelySelected( const Reference< XInterface >& _rxObject ) in isSolelySelected() argument
2131 return ( m_aCurrentSelection.size() == 1 ) && ( *m_aCurrentSelection.begin() == _rxObject ); in isSolelySelected()
/trunk/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx330 …llerObserver::switchListening( const uno::Reference< uno::XInterface >& _rxObject, bool _bStartLis… in switchListening() argument
332 …OSL_PRECOND( _rxObject.is(), "OXReportControllerObserver::switchListening: how should I listen at … in switchListening()
338 uno::Reference< beans::XPropertySet > xProps( _rxObject, uno::UNO_QUERY ); in switchListening()
348 uno::Reference< util::XModifyBroadcaster > xBroadcaster( _rxObject, uno::UNO_QUERY ); in switchListening()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx777 void OInterfaceContainer::approveNewElement( const Reference< XPropertySet >& _rxObject, ElementDes… in approveNewElement() argument
780 if ( !_rxObject.is() ) in approveNewElement()
784 Any aCorrectType = _rxObject->queryInterface( m_aElementType ); in approveNewElement()
789 if ( !hasProperty( PROPERTY_NAME, _rxObject ) ) in approveNewElement()
793 Reference< XChild > xChild( _rxObject, UNO_QUERY ); in approveNewElement()
815 _pElement->xPropertySet = _rxObject; in approveNewElement()
818 _pElement->xInterface = Reference< XInterface >( _rxObject, UNO_QUERY ); // normalized XInterface in approveNewElement()
/trunk/main/forms/source/component/
H A DGrid.cxx821 void OGridControlModel::implRemoved(const InterfaceRef& _rxObject) in implRemoved() argument
823 OInterfaceContainer::implRemoved(_rxObject); in implRemoved()
824 lostColumn(_rxObject); in implRemoved()
864 void OGridControlModel::approveNewElement( const Reference< XPropertySet >& _rxObject, ElementDescr… in approveNewElement() argument
866 OGridColumn* pCol = getColumnImplementation( _rxObject ); in approveNewElement()
870 OInterfaceContainer::approveNewElement( _rxObject, _pElement ); in approveNewElement()
H A DGrid.hxx187 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject,
198 virtual void implRemoved(const InterfaceRef& _rxObject);
/trunk/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx623 void OXUndoEnvironment::switchListening( const Reference< XInterface >& _rxObject, bool _bStartList… in switchListening() argument
625 …OSL_PRECOND( _rxObject.is(), "OXUndoEnvironment::switchListening: how should I listen at a NULL ob… in switchListening()
631 Reference< XPropertySet > xProps( _rxObject, UNO_QUERY ); in switchListening()
641 Reference< XModifyBroadcaster > xBroadcaster( _rxObject, UNO_QUERY ); in switchListening()
/trunk/main/comphelper/inc/comphelper/
H A Duno3.hxx262 …sal_Bool query_interface(const InterfaceRef& _rxObject, ::com::sun::star::uno::Reference<iface>& _… in query_interface() argument
265 if (_rxObject.is()) in query_interface()
267 ::com::sun::star::uno::Any aCheck = _rxObject->queryInterface( in query_interface()
/trunk/main/svx/source/inc/
H A Dformcontrolfactory.hxx95 … const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XServiceInfo >& _rxObject
100 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject
H A Dfmshimp.hxx409 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxObject
447 …m::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent >& _rxObject, sal_uInt16 _nSl…
/trunk/main/basctl/source/inc/
H A Dpropbrw.hxx86 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject);
89 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject);
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinExchange.cxx101 OJoinExchangeData OJoinExchObj::GetSourceDescription(const Reference< XTransferable >& _rxObject) in GetSourceDescription() argument
104 Reference< XUnoTunnel > xTunnel(_rxObject, UNO_QUERY); in GetSourceDescription()
/trunk/main/dbaccess/source/core/misc/
H A Dsdbcoretools.cxx66 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxObject,sal_Bool _bModif… in notifyDataSourceModified() argument
68 Reference< XInterface > xDs = getDataSource( _rxObject ); in notifyDataSourceModified()
/trunk/main/forms/source/inc/
H A DInterfaceContainer.hxx199 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject,
219 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject,
228 virtual void implRemoved(const InterfaceRef& _rxObject);
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx634 …ainer::approveNewObject(const ::rtl::OUString& _sName,const Reference< XContent >& _rxObject) const in approveNewObject()
649 if ( !_rxObject.is() ) in approveNewObject()
661 ::rtl::Reference< OContentHelper > pContent( OContentHelper::getImplementation( _rxObject ) ); in approveNewObject()
H A Ddatabasecontext.cxx441 …sterObject(const rtl::OUString& _rName, const Reference< XInterface > & _rxObject) throw( Exceptio… in registerObject() argument
449 Reference< XDocumentDataSource > xDocDataSource( _rxObject, UNO_QUERY ); in registerObject()
463 ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(_rName), makeAny(_rxObject), Any()); in registerObject()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx207 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent>& _rxObject, sal_Int16 _nId …
217 …ByObject(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XServiceInfo>& _rxObject);
/trunk/main/connectivity/source/manager/
H A Dmdrivermanager.cxx629 …erObject( const ::rtl::OUString& _rName, const Reference< XInterface >& _rxObject ) throw(Exceptio… in registerObject() argument
641 Reference< XDriver > xNewDriver(_rxObject, UNO_QUERY); in registerObject()

Completed in 175 milliseconds

12