Searched refs:m_xSet (Results 1 – 12 of 12) sorted by relevance
/trunk/main/comphelper/source/property/ |
H A D | propmultiplex.cxx | 87 :m_xSet(_rxSet) in OPropertyChangeMultiplexer() 122 m_xSet->removePropertyChangeListener(*pProperties, static_cast< XPropertyChangeListener*>(this)); in dispose() 130 m_xSet = NULL; in dispose() 152 m_xSet = NULL; in disposing() 166 if (m_xSet.is()) in addProperty() 168 m_xSet->addPropertyChangeListener(_sPropertyName, static_cast< XPropertyChangeListener*>(this)); in addProperty()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | propertysetitem.cxx | 52 ,m_xSet(_rxSet) in OPropertySetItem() 59 ,m_xSet(_rSource.m_xSet) in OPropertySetItem() 67 if ((!pCompare) || (pCompare->m_xSet.get() != m_xSet.get())) in operator ==()
|
/trunk/main/comphelper/source/misc/ |
H A D | SelectionMultiplex.cxx | 88 :m_xSet(_rxSet) in OSelectionChangeMultiplexer() 98 m_xSet->addSelectionChangeListener(xPreventDelete); in OSelectionChangeMultiplexer() 127 m_xSet->removeSelectionChangeListener(xPreventDelete); in dispose() 135 m_xSet = NULL; in dispose() 157 m_xSet = NULL; in disposing()
|
/trunk/main/unotools/source/config/ |
H A D | viewoptions.cxx | 322 css::uno::Reference< css::container::XNameAccess > m_xSet; member in SvtViewOptionsBase_Impl 365 m_xRoot->getByName(sList) >>= m_xSet; in SvtViewOptionsBase_Impl() 370 m_xSet.clear(); in SvtViewOptionsBase_Impl() 400 m_xSet.clear(); in ~SvtViewOptionsBase_Impl() 423 if (m_xSet.is()) in Exists() 424 bExists = m_xSet->hasByName(sName); in Exists() 454 … css::uno::Reference< css::container::XNameContainer > xSet(m_xSet, css::uno::UNO_QUERY_THROW); in Delete() 780 if (m_xSet.is() && m_xSet->hasByName(sNode) ) in impl_getSetNode() 781 m_xSet->getByName(sNode) >>= xNode; in impl_getSetNode()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | KeySet.cxx | 938 m_xSet = m_xStatement->executeQuery(); in tryRefetch() 939 OSL_ENSURE(m_xSet.is(),"No resultset form statement!"); in tryRefetch() 940 bRefetch = m_xSet->next(); in tryRefetch() 1219 ::comphelper::disposeComponent(m_xSet); in beforeFirst() 1229 ::comphelper::disposeComponent(m_xSet); in afterLast() 1357 ::comphelper::disposeComponent(m_xSet); in refreshRow() 1400 m_xSet = m_xStatement->executeQuery(); in refreshRow() 1401 OSL_ENSURE(m_xSet.is(),"No resultset form statement!"); in refreshRow() 1402 sal_Bool bOK = m_xSet->next(); in refreshRow() 1413 m_xRow.set(m_xSet,UNO_QUERY); in refreshRow()
|
H A D | RowSetCache.cxx | 92 :m_xSet(_xRs) in DBG_NAME() 381 m_xSet = WeakReference< XResultSet>(); in ~ORowSetCache() 492 throwFunctionSequenceException(m_xSet.get()); in getBookmark() 1501 throwFunctionSequenceException(m_xSet.get()); in checkUpdateConditions()
|
H A D | RowSetCache.hxx | 120 ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XResultSet> m_xSet;
|
H A D | RowSetBase.cxx | 1257 Reference< XWarningsSupplier > xWarnings( m_pCache->m_xSet.get(), UNO_QUERY ); in getWarnings() 1272 Reference< XWarningsSupplier > xWarnings( m_pCache->m_xSet.get(), UNO_QUERY ); in clearWarnings()
|
H A D | KeySet.hxx | 107 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet> m_xSet;
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | propertysetitem.hxx | 46 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xSet; 59 getPropertySet() const { return m_xSet; } in getPropertySet()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | SelectionMultiplex.hxx | 79 ::com::sun::star::uno::Reference< ::com::sun::star::view::XSelectionSupplier> m_xSet;
|
H A D | propmultiplex.hxx | 79 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xSet;
|
Completed in 61 milliseconds