Home
last modified time | relevance | path

Searched refs:_xElement (Results 1 – 11 of 11) sorted by relevance

/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx72 sal_uInt16 lcl_getImageId(const uno::Reference< report::XReportComponent>& _xElement) in lcl_getImageId() argument
75 uno::Reference< report::XFixedLine> xFixedLine(_xElement,uno::UNO_QUERY); in lcl_getImageId()
76 if ( uno::Reference< report::XFixedText>(_xElement,uno::UNO_QUERY).is() ) in lcl_getImageId()
80 else if ( uno::Reference< report::XFormattedField>(_xElement,uno::UNO_QUERY).is() ) in lcl_getImageId()
82 else if ( uno::Reference< report::XImageControl>(_xElement,uno::UNO_QUERY).is() ) in lcl_getImageId()
84 else if ( uno::Reference< report::XShape>(_xElement,uno::UNO_QUERY).is() ) in lcl_getImageId()
89 ::rtl::OUString lcl_getName(const uno::Reference< beans::XPropertySet>& _xElement) in lcl_getName() argument
91 OSL_ENSURE(_xElement.is(),"Found report element which is NULL!"); in lcl_getName()
93 _xElement->getPropertyValue(PROPERTY_NAME) >>= sTempName; in lcl_getName()
95 uno::Reference< report::XFixedText> xFixedText(_xElement,uno::UNO_QUERY); in lcl_getName()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx288 void OXMLTable::addCell(const Reference<XReportComponent>& _xElement) in addCell() argument
290 uno::Reference<report::XShape> xShape(_xElement,uno::UNO_QUERY); in addCell()
296 if ( _xElement.is() ) in addCell()
297 rCell.xElements.push_back( _xElement ); in addCell()
H A DxmlExport.hxx85 Reference<XReportComponent> _xElement = Reference<XReportComponent>()) : in TCell()
90 ,xElement(_xElement) in TCell()
H A DxmlTable.hxx87 …ll(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xElement);
/trunk/main/svx/source/form/
H A Dfmobj.cxx435 …String lcl_getFormComponentAccessPath(const Reference< XInterface >& _xElement, Reference< XInterf… in lcl_getFormComponentAccessPath() argument
437 Reference< ::com::sun::star::form::XFormComponent> xChild(_xElement, UNO_QUERY); in lcl_getFormComponentAccessPath()
H A Dfmshimp.cxx2662 void FmXFormShell::AddElement(const Reference< XInterface>& _xElement) in AddElement() argument
2666 impl_AddElement_nothrow(_xElement); in AddElement()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx524 void OCollection::insertElement(const ::rtl::OUString& _sElementName,const ObjectType& _xElement) in insertElement() argument
528 m_pElements->insert(_sElementName,_xElement); in insertElement()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx2152 ,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xElement) : in OXMLDataSourceImport()
2158 sal_Int16 nLength = (_xElement.is() && _xAttrList.is()) ? _xAttrList->getLength() : 0; in OXMLDataSourceImport()
2173 _xElement->setPropertyValue(PROPERTY_DATASOURCENAME,makeAny(sValue)); in OXMLDataSourceImport()
2175 _xElement->setPropertyValue(PROPERTY_URL,makeAny(sValue)); // the url is the "sdbc:" string in OXMLDataSourceImport()
H A Delementimport.hxx757 ,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xElement);
/trunk/main/dbaccess/source/core/inc/
H A DContainerMediator.hxx100 ,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xElement);
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx166 void insertElement(const ::rtl::OUString& _sElementName,const ObjectType& _xElement);

Completed in 85 milliseconds