Searched refs:DriverPooling (Results 1 – 4 of 4) sorted by relevance
39 struct DriverPooling struct45 DriverPooling( const String& _rName, sal_Bool _bEnabled, const sal_Int32 _nTimeout );47 sal_Bool operator == (const DriverPooling& _rR) const;48 sal_Bool operator != (const DriverPooling& _rR) const { return !operator ==(_rR); } in operator !=() argument57 DECLARE_STL_VECTOR( DriverPooling, DriverSettings );75 void push_back(const DriverPooling& _rElement) { m_aDrivers.push_back(_rElement); } in push_back()
71 const DriverPooling* getCurrentRow() const;72 DriverPooling* getCurrentRow();172 const DriverPooling* DriverListControl::getCurrentRow() const in getCurrentRow()184 DriverPooling* DriverListControl::getCurrentRow() in getCurrentRow()447 const DriverPooling *pDriverPos = static_cast<const DriverPooling*>(_pRowIterator); in IMPL_LINK()462 if (DriverPooling* pCurrentDriver = m_pDriverList->getCurrentRow()) in commitTimeoutField()
38 DriverPooling::DriverPooling( const String& _rName, sal_Bool _bEnabled, const sal_Int32 _nTimeout ) in DriverPooling() function in offapp::DriverPooling46 sal_Bool DriverPooling::operator == (const DriverPooling& _rR) const in operator ==()
113 aSettings.push_back(DriverPooling(*aLoopDrivers, sal_False, 120)); in GetOptions()141 aSettings.push_back(DriverPooling(sThisDriverName, sal_False, 120)); in GetOptions()
Completed in 24 milliseconds