/aoo4110/main/svx/source/form/ |
H A D | dataaccessdescriptor.cxx | 61 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 D | formcontroller.cxx | 437 Sequence< PropertyValue > m_aValues; member in svxform::OParameterContinuation 442 Sequence< PropertyValue > getValues() const { return m_aValues; } in getValues() 451 m_aValues = _rValues; in setParameters()
|
/aoo4110/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 257 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() 1499 m_aValues.begin(), in removeRedundantCurrentValue() 1500 m_aValues.end(), in removeRedundantCurrentValue() 1510 m_aValues.end(), in removeRedundantCurrentValue() 1513 m_aValues.resize( m_aValues.size() - 1 ); in removeRedundantCurrentValue() 1549 m_aValues.begin(), in adjustDefaultControlProperty() 1550 m_aValues.end(), in adjustDefaultControlProperty() 1563 m_aValues.end(), in adjustDefaultControlProperty() [all …]
|
H A D | propertyimport.hxx | 77 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 D | propertyimport.cxx | 310 m_aValues.reserve(nAttributeCount); in StartElement()
|
/aoo4110/main/sal/qa/osl/socket/ |
H A D | osl_StreamSocket.cxx | 325 ValueCheckProvider m_aValues; member in ReadSocketThread 357 …sal_Int32 nReadCount = m_aConnectorSocket.read( m_aValues.getWriteBuffer(), m_aValues.getBufferSiz… in run() 358 m_aValues.checkValues(nReadCount, m_nValue); in run() 378 sal_Int32 getCount() {return m_aValues.getBufferSize();} in getCount() 379 bool isOk() {return m_aValues.isFailure() == true ? false : true;} in isOk() 389 m_aValues.createBuffer(_nBufferSize, 0); in ReadSocketThread() 396 m_aValues.freeBuffer(); in ~ReadSocketThread() 405 ValueCheckProvider m_aValues; member in WriteSocketThread 486 … ssStreamConnection.write( m_aValues.getBuffer(), m_aValues.getBufferSize() ); in run() 511 m_aValues.createBuffer(_nBufferSize, _nValue); in WriteSocketThread() [all …]
|
H A D | osl_Socket.cxx | 485 ValueCheckProvider m_aValues; member in ReadSocketThread 504 …sal_Int32 nReadCount = csConnectorSocket.read( m_aValues.getWriteBuffer(), m_aValues.getBufferSize… in run() 505 m_aValues.checkValues(nReadCount, m_nValue); in run() 524 sal_Int32 getCount() {return m_aValues.getBufferSize();} in getCount() 525 bool isOk() {return m_aValues.isFailure() == true ? false : true;} in isOk() 535 m_aValues.createBuffer(_nBufferSize, 0); in ReadSocketThread() 542 m_aValues.freeBuffer(); in ~ReadSocketThread() 551 ValueCheckProvider m_aValues; member in WriteSocketThread 590 ssStreamConnection.write( m_aValues.getBuffer(), m_aValues.getBufferSize() ); in run() 609 m_aValues.createBuffer(_nBufferSize, _nValue); in WriteSocketThread() [all …]
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | stringrepresentation.cxx | 148 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()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.hxx | 92 ::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 D | PropertyMap.cxx | 68 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()
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | ParameterCont.hxx | 37 ::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()
|
/aoo4110/main/reportdesign/source/ui/misc/ |
H A D | RptUndo.cxx | 175 …m_aValues.push_back(::std::pair< ::rtl::OUString ,uno::Any>(pIter->Name,_xSection->getPropertyValu… in collectControls() 252 lcl_setValues(xSection,m_aValues); in implReInsert() 315 lcl_setValues(xSection,m_aValues); in implReInsert()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1708 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()
|
/aoo4110/main/embeddedobj/test/mtexecutor/ |
H A D | mainthreadexecutor.cxx | 125 , m_aValues( aValues ) in MainThreadExecutorRequest() 133 m_xJob->execute( m_aValues ); in doIt()
|
H A D | mainthreadexecutor.hxx | 39 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > m_aValues;
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 67 hash_type m_aValues; member in psp::PPDKey 90 { return m_aValues.size(); } in countValues()
|
/aoo4110/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 124 Sequence< PropertyValue> m_aValues; member in adabasui::ODatabaseCreator 133 : m_aValues(_rValues) in ODatabaseCreator() 152 m_xCreateCatalog->createCatalog(m_aValues); in run()
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | RptUndo.hxx | 52 m_aValues;
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 143 Sequence< PropertyValue > m_aValues; member in dbaui::OParameterContinuation 148 Sequence< PropertyValue > getValues() const { return m_aValues; } in getValues() 157 m_aValues = _rValues; in setParameters()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 1110 m_aValues = _rValues; in setParameters()
|