Home
last modified time | relevance | path

Searched refs:m_aValues (Results 1 – 20 of 20) sorted by relevance

/trunk/main/svx/source/form/
H A Ddataaccessdescriptor.cxx61 DescriptorValues m_aValues; member in svx::ODADescriptorImpl
105 ,m_aValues( _rSource.m_aValues ) in ODADescriptorImpl()
129 m_aValues[eProperty] = pValues->Value; in buildFrom()
270 m_aAsSequence.realloc(m_aValues.size()); in updateSequence()
275 aLoop != m_aValues.end(); in updateSequence()
301 aLoop != m_aValues.end(); in updateSet()
421 m_pImpl->m_aValues.clear(); in clear()
431 m_pImpl->m_aValues.erase(_eWhich); in erase()
439 return m_pImpl->m_aValues.find(_eWhich) != m_pImpl->m_aValues.end(); in has()
456 return m_pImpl->m_aValues[_eWhich]; in operator []()
[all …]
H A Dformcontroller.cxx437 Sequence< PropertyValue > m_aValues; member in svxform::OParameterContinuation
442 Sequence< PropertyValue > getValues() const { return m_aValues; } in getValues()
451 m_aValues = _rValues; in setParameters()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx257 if ( m_aValues.empty() ) in implApplySpecificProperties()
288 ::std::sort( m_aValues.begin(), m_aValues.end(), PropertyValueLess()); in implApplySpecificProperties()
294 Sequence< Any > aValues(m_aValues.size()); in implApplySpecificProperties()
1500 m_aValues.begin(), in removeRedundantCurrentValue()
1501 m_aValues.end(), in removeRedundantCurrentValue()
1511 m_aValues.end(), in removeRedundantCurrentValue()
1514 m_aValues.resize( m_aValues.size() - 1 ); in removeRedundantCurrentValue()
1550 m_aValues.begin(), in adjustDefaultControlProperty()
1551 m_aValues.end(), in adjustDefaultControlProperty()
1564 m_aValues.end(), in adjustDefaultControlProperty()
[all …]
H A Dpropertyimport.hxx77 PropertyValueArray m_aValues; member in xmloff::OPropertyImport
142 m_aValues.push_back(_rProp); in implPushBackPropertyValue()
147 m_aValues.push_back( ::com::sun::star::beans::PropertyValue( in implPushBackPropertyValue()
H A Dpropertyimport.cxx310 m_aValues.reserve(nAttributeCount); in StartElement()
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx326 ValueCheckProvider m_aValues; member in ReadSocketThread
358 …sal_Int32 nReadCount = m_aConnectorSocket.read( m_aValues.getWriteBuffer(), m_aValues.getBufferSiz… in run()
359 m_aValues.checkValues(nReadCount, m_nValue); in run()
379 sal_Int32 getCount() {return m_aValues.getBufferSize();} in getCount()
380 bool isOk() {return m_aValues.isFailure() == true ? false : true;} in isOk()
390 m_aValues.createBuffer(_nBufferSize, 0); in ReadSocketThread()
397 m_aValues.freeBuffer(); in ~ReadSocketThread()
406 ValueCheckProvider m_aValues; member in WriteSocketThread
487 … ssStreamConnection.write( m_aValues.getBuffer(), m_aValues.getBufferSize() ); in run()
512 m_aValues.createBuffer(_nBufferSize, _nValue); in WriteSocketThread()
[all …]
H A Dosl_Socket.cxx486 ValueCheckProvider m_aValues; member in ReadSocketThread
505 …sal_Int32 nReadCount = csConnectorSocket.read( m_aValues.getWriteBuffer(), m_aValues.getBufferSize… in run()
506 m_aValues.checkValues(nReadCount, m_nValue); in run()
525 sal_Int32 getCount() {return m_aValues.getBufferSize();} in getCount()
526 bool isOk() {return m_aValues.isFailure() == true ? false : true;} in isOk()
536 m_aValues.createBuffer(_nBufferSize, 0); in ReadSocketThread()
543 m_aValues.freeBuffer(); in ~ReadSocketThread()
552 ValueCheckProvider m_aValues; member in WriteSocketThread
591 ssStreamConnection.write( m_aValues.getBuffer(), m_aValues.getBufferSize() ); in run()
610 m_aValues.createBuffer(_nBufferSize, _nValue); in WriteSocketThread()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx148 uno::Sequence< ::rtl::OUString > m_aValues; member in pcr::StringRepresentation
251 *pIter >>= m_aValues; in initialize()
284 …OSL_ENSURE(i < m_aValues.getLength() ,"StringRepresentation::convertSimpleToString: Index is not i… in convertSimpleToString()
285 sReturn = m_aValues[i]; in convertSimpleToString()
475 if ( m_aConstants.getLength() && m_aValues.getLength() ) in convertStringToSimple()
477 const ::rtl::OUString* pIter = m_aValues.getConstArray(); in convertStringToSimple()
478 const ::rtl::OUString* pEnd = pIter + m_aValues.getLength(); in convertStringToSimple()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.hxx92 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_aValues;
103 if(m_aValues.getLength()) in Invalidate()
104 m_aValues.realloc( 0 ); in Invalidate()
112 bool hasEmptyPropertyValues() const {return !m_aValues.getLength();} in hasEmptyPropertyValues()
H A DPropertyMap.cxx68 if(!m_aValues.getLength() && size()) in GetPropertyValues()
70 m_aValues.realloc( size() ); in GetPropertyValues()
71 ::com::sun::star::beans::PropertyValue* pValues = m_aValues.getArray(); in GetPropertyValues()
99 for( ; nValue < m_aValues.getLength(); ++aMapIter ) in GetPropertyValues()
109 return m_aValues; in GetPropertyValues()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1708 PPDKey::hash_type::const_iterator it = m_aValues.find( rOption ); in getValue()
1709 return it != m_aValues.end() ? &it->second : NULL; in getValue()
1731 PPDKey::hash_type::iterator it = m_aValues.find( rOption ); in eraseValue()
1732 if( it == m_aValues.end() ) in eraseValue()
1743 m_aValues.erase( it ); in eraseValue()
1750 if( m_aValues.find( rOption ) != m_aValues.end() ) in insertValue()
1755 m_aValues[ rOption ] = aValue; in insertValue()
1756 PPDValue* pValue = &m_aValues[rOption]; in insertValue()
/trunk/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx176m_aValues.push_back(::std::pair< ::rtl::OUString ,uno::Any>(pIter->Name,_xSection->getPropertyValu… in collectControls()
253 lcl_setValues(xSection,m_aValues); in implReInsert()
316 lcl_setValues(xSection,m_aValues); in implReInsert()
/trunk/main/connectivity/inc/connectivity/
H A DParameterCont.hxx37 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_aValues;
42 …ar::uno::Sequence< ::com::sun::star::beans::PropertyValue > getValues() const { return m_aValues; } in getValues()
/trunk/main/embeddedobj/test/mtexecutor/
H A Dmainthreadexecutor.cxx125 , m_aValues( aValues ) in MainThreadExecutorRequest()
133 m_xJob->execute( m_aValues ); in doIt()
H A Dmainthreadexecutor.hxx39 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > m_aValues;
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx67 hash_type m_aValues; member in psp::PPDKey
90 { return m_aValues.size(); } in countValues()
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx124 Sequence< PropertyValue> m_aValues; member in adabasui::ODatabaseCreator
133 : m_aValues(_rValues) in ODatabaseCreator()
152 m_xCreateCatalog->createCatalog(m_aValues); in run()
/trunk/main/reportdesign/source/ui/inc/
H A DRptUndo.hxx52 m_aValues;
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx143 Sequence< PropertyValue > m_aValues; member in dbaui::OParameterContinuation
148 Sequence< PropertyValue > getValues() const { return m_aValues; } in getValues()
157 m_aValues = _rValues; in setParameters()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1110 m_aValues = _rValues; in setParameters()

Completed in 219 milliseconds