Home
last modified time | relevance | path

Searched refs:_xObject (Results 1 – 15 of 15) sorted by relevance

/trunk/main/reportdesign/source/core/sdr/
H A DRptPage.cxx78 sal_uLong OReportPage::getIndexOf(const uno::Reference< report::XReportComponent >& _xObject) in getIndexOf() argument
87 if ( pObj && pObj->getReportComponent() == _xObject ) in getIndexOf()
95 void OReportPage::removeSdrObject(const uno::Reference< report::XReportComponent >& _xObject) in removeSdrObject() argument
98 sal_uLong nPos = getIndexOf(_xObject); in removeSdrObject()
146 void OReportPage::insertObject(const uno::Reference< report::XReportComponent >& _xObject) in insertObject() argument
149 OSL_ENSURE(_xObject.is(),"Object is not valid to create a SdrObject!"); in insertObject()
150 if ( !_xObject.is() ) // || !m_pView ) in insertObject()
152 sal_uLong nPos = getIndexOf(_xObject); in insertObject()
156 SvxShape* pShape = SvxShape::getImplementation( _xObject ); in insertObject()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx114 virtual void insert(const ::rtl::OUString& _sName,const ObjectType& _xObject) in insert() argument
116 m_aElements.push_back(m_aNameMap.insert(m_aNameMap.begin(), ObjectEntry(_sName,_xObject))); in insert()
219 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) in setObject() argument
222 m_aElements[_nIndex]->second = _xObject; in setObject()
371 ::rtl::OUString OCollection::getNameForObject(const ObjectType& _xObject) in getNameForObject() argument
373 OSL_ENSURE(_xObject.is(),"OCollection::getNameForObject: Object is NULL!"); in getNameForObject()
375_xObject->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME)) >>= sNa… in getNameForObject()
/trunk/main/reportdesign/inc/
H A DRptPage.hxx74 …Of(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent >& _xObject);
79 …ct(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent >& _xObject);
89 …ct(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent >& _xObject);
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx190 ::rtl::OUString OTables::getNameForObject(const sdbcx::ObjectType& _xObject) in getNameForObject() argument
192 OSL_ENSURE(_xObject.is(),"OTables::getNameForObject: Object is NULL!"); in getNameForObject()
193 …return ::dbtools::composeTableName( m_xMetaData, _xObject, ::dbtools::eInDataManipulation, false, … in getNameForObject()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTables.cxx223 ::rtl::OUString OTables::getNameForObject(const sdbcx::ObjectType& _xObject) in getNameForObject() argument
225 OSL_ENSURE(_xObject.is(),"OTables::getNameForObject: Object is NULL!"); in getNameForObject()
226 …return ::dbtools::composeTableName( m_xMetaData, _xObject, ::dbtools::eInDataManipulation, false, … in getNameForObject()
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVCollection.hxx78 virtual void insert(const ::rtl::OUString& _sName,const ObjectType& _xObject) = 0;
89 virtual void setObject(sal_Int32 _nIndex,const ObjectType& _xObject) = 0;
139 virtual ::rtl::OUString getNameForObject(const ObjectType& _xObject);
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx502 ::rtl::OUString OTables::getNameForObject(const sdbcx::ObjectType& _xObject) in getNameForObject() argument
504 OSL_ENSURE(_xObject.is(),"OTables::getNameForObject: Object is NULL!"); in getNameForObject()
506_xObject->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_SCHEMANAME)) >… in getNameForObject()
513_xObject->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME)) >>= sTe… in getNameForObject()
/trunk/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx428 ::rtl::OUString OFilteredContainer::getNameForObject(const ObjectType& _xObject) in getNameForObject() argument
430 OSL_ENSURE( _xObject.is(), "OFilteredContainer::getNameForObject: Object is NULL!" ); in getNameForObject()
431 …return ::dbtools::composeTableName( m_xMetaData, _xObject, ::dbtools::eInDataManipulation, false, … in getNameForObject()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHTables.hxx44 virtual ::rtl::OUString getNameForObject(const sdbcx::ObjectType& _xObject);
/trunk/main/connectivity/source/inc/adabas/
H A DBTables.hxx46 virtual ::rtl::OUString getNameForObject(const sdbcx::ObjectType& _xObject);
/trunk/main/connectivity/source/inc/mysql/
H A DYTables.hxx46 virtual ::rtl::OUString getNameForObject(const sdbcx::ObjectType& _xObject);
/trunk/main/dbaccess/source/core/inc/
H A DFilteredContainer.hxx66 virtual ::rtl::OUString getNameForObject(const ::connectivity::sdbcx::ObjectType& _xObject);
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx462 Reference< XInterface > getDataSourceOrModel(const Reference< XInterface >& _xObject) in getDataSourceOrModel() argument
465 Reference<XDocumentDataSource> xDocumentDataSource(_xObject,UNO_QUERY); in getDataSourceOrModel()
471 Reference<XOfficeDatabaseDocument> xOfficeDoc(_xObject,UNO_QUERY); in getDataSourceOrModel()
/trunk/main/sfx2/source/inc/
H A Dtplcomp.hxx160 SvDataObjectRef _xObject; member in TplContentsComponent
/trunk/main/dbaccess/source/ui/inc/
H A DUITools.hxx211 …urceOrModel(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xObject);

Completed in 49 milliseconds