Searched refs:_xElement (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 72 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 …]
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlTable.cxx | 288 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 D | xmlExport.hxx | 85 Reference<XReportComponent> _xElement = Reference<XReportComponent>()) : in TCell() 90 ,xElement(_xElement) in TCell()
|
H A D | xmlTable.hxx | 87 …ll(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xElement);
|
/aoo42x/main/svx/source/form/ |
H A D | fmobj.cxx | 435 …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 D | fmshimp.cxx | 2662 void FmXFormShell::AddElement(const Reference< XInterface>& _xElement) in AddElement() argument 2666 impl_AddElement_nothrow(_xElement); in AddElement()
|
/aoo42x/main/connectivity/source/sdbcx/ |
H A D | VCollection.cxx | 524 void OCollection::insertElement(const ::rtl::OUString& _sElementName,const ObjectType& _xElement) in insertElement() argument 528 m_pElements->insert(_sElementName,_xElement); in insertElement()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 2152 ,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 D | elementimport.hxx | 757 ,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xElement);
|
/aoo42x/main/dbaccess/source/core/inc/ |
H A D | ContainerMediator.hxx | 100 ,const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xElement);
|
/aoo42x/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VCollection.hxx | 166 void insertElement(const ::rtl::OUString& _sElementName,const ObjectType& _xElement);
|
Completed in 81 milliseconds