| /trunk/main/framework/test/typecfg/ |
| H A D | xml2xcd.cxx | 215 AppMember m_aData; member in XCDGenerator 238 impl_parseCommandLine( m_aData ); in Main() 241 if( m_aData.nVersionOutput == 6 && m_aData.nVersionInput < 6 ) in Main() 243 XCDGenerator::impl_initFilterHashNew2Old( m_aData.aOldFilterNamesHash ); in Main() 250 m_aData.pFilterCache = new FilterCache( m_aData.nVersionInput, CONFIG_MODE_ALL_LOCALES ); in Main() 255 m_aData.nOriginalTypes = m_aData.pFilterCache->getAllTypeNames().getLength() ; in Main() 256 m_aData.nOriginalFilters = m_aData.pFilterCache->getAllFilterNames().getLength() ; in Main() 257 m_aData.nOriginalDetectors = m_aData.pFilterCache->getAllDetectorNames().getLength() ; in Main() 258 m_aData.nOriginalLoaders = m_aData.pFilterCache->getAllLoaderNames().getLength() ; in Main() 259 if( m_aData.nVersionInput >= 5 ) in Main() [all …]
|
| H A D | cfgview.cxx | 172 AppMember m_aData ; member in CFGView 191 impl_parseCommandLine( m_aData ); in Main() 194 m_aData.pCache = new FilterCache( m_aData.nVersion ); in Main() 200 delete m_aData.pCache; in Main() 201 m_aData.pCache = NULL; in Main() 432 css::uno::Sequence< ::rtl::OUString > lNames = m_aData.pCache->getAllTypeNames(); in impl_generateTypeListHTML() 437 FileType aItem = m_aData.pCache->getType( sName ); in impl_generateTypeListHTML() 566 css::uno::Sequence< ::rtl::OUString > lNames = m_aData.pCache->getAllFilterNames() ; in impl_generateFilterListHTML() 572 aFilter = m_aData.pCache->getFilter( lNames[nFilterCounter] ); in impl_generateFilterListHTML() 726 m_aData.pCache->queryFilters( FILTERQUERY_TEXTDOCUMENT_WITHDEFAULT ) >>= lWriter ; in impl_generateFilterModulListHTML() [all …]
|
| /trunk/main/chart2/source/tools/ |
| H A D | InternalData.cxx | 107 m_aData.resize( nSize ); in createDefaultData() 109 m_aData[i] = fDefaultData[i]; in createDefaultData() 132 m_aData.resize( m_nRowCount * m_nColumnCount ); in setData() 136 m_aData = fNan; in setData() 144 m_aData[nDataIdx] = rDataInRows[nRow][nCol]; in setData() 156 m_aData[ ::std::slice( i*m_nColumnCount, m_nColumnCount, 1 ) ] ); in getData() 165 m_aData[ ::std::slice( nColumnIndex, m_nRowCount, m_nColumnCount ) ] ); in getColumnValues() 172 m_aData[ ::std::slice( nRowIndex*m_nColumnCount, m_nColumnCount, 1 ) ] ); in getRowValues() 182 tDataType aSlice = m_aData[ ::std::slice( nColumnIndex, m_nRowCount, m_nColumnCount ) ]; in setColumnValues() 185 m_aData[ ::std::slice( nColumnIndex, m_nRowCount, m_nColumnCount ) ] = aSlice; in setColumnValues() [all …]
|
| /trunk/main/comphelper/source/container/ |
| H A D | enumerablemap.cxx | 249 MapData m_aData; member in comphelper::EnumerableMap 410 m_aData.m_aKeyType = aKeyType; in initialize() 411 m_aData.m_aValueType = aValueType; in initialize() 412 m_aData.m_pKeyCompare = pComparator; in initialize() 413 m_aData.m_pValues.reset( new KeyedValues( *m_aData.m_pKeyCompare ) ); in initialize() 414 m_aData.m_bMutable = bMutable; in initialize() 425 …OSL_PRECOND( m_aData.m_pValues.get() && m_aData.m_pValues->empty(), "EnumerableMap::impl_initValue… in impl_initValues_throw() 426 if ( !m_aData.m_pValues.get() || !m_aData.m_pValues->empty() ) in impl_initValues_throw() 435 (*m_aData.m_pValues)[ mapping->First ] = mapping->Second; in impl_initValues_throw() 446 TypeClass eAllowedTypeClass = m_aData.m_aValueType.getTypeClass(); in impl_checkValue_throw() [all …]
|
| /trunk/main/toolkit/source/controls/grid/ |
| H A D | defaultgriddatamodel.cxx | 73 ,m_aData( i_copySource.m_aData ) in DefaultGridDataModel() 113 if ( ( i_row < 0 ) || ( size_t( i_row ) > m_aData.size() ) in impl_getCellData_throw() 118 RowData const & rRow( m_aData[ i_row ] ); in impl_getCellData_throw() 130 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in impl_getRowDataAccess_throw() 133 RowData& rRowData( m_aData[ i_rowIndex ] ); in impl_getRowDataAccess_throw() 202 m_aData.insert( m_aData.begin() + i_position, newRow ); in impl_insertRow() 284 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in removeRow() 288 m_aData.erase( m_aData.begin() + i_rowIndex ); in removeRow() 303 m_aData.clear(); in removeAllRows() 331 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in updateRowData() [all …]
|
| H A D | defaultgriddatamodel.hxx | 108 ::sal_Int32 impl_getRowCount_nolck() const { return sal_Int32( m_aData.size() ); } in impl_getRowCount_nolck() 114 GridData m_aData; member in toolkit::DefaultGridDataModel
|
| /trunk/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchycontent.hxx | 67 : m_aData( rType ), in HierarchyContentProperties() 73 : m_aData( rData ), in HierarchyContentProperties() 78 const rtl::OUString & getName() const { return m_aData.getName(); } in getName() 79 void setName( const rtl::OUString & rName ) { m_aData.setName( rName ); }; in setName() 81 const rtl::OUString & getTitle() const { return m_aData.getTitle(); } in getTitle() 83 { m_aData.setTitle( rTitle ); }; in setTitle() 86 { return m_aData.getTargetURL(); } in getTargetURL() 88 { m_aData.setTargetURL( rURL ); }; in setTargetURL() 93 { return m_aData.getType() == HierarchyEntryData::FOLDER; } in getIsFolder() 100 const HierarchyEntryData & getHierarchyEntryData() const { return m_aData; } in getHierarchyEntryData() [all …]
|
| /trunk/main/comphelper/source/streaming/ |
| H A D | seqstream.cxx | 43 : m_aData(rData) in SequenceInputStream() 55 return m_aData.getLength() - m_nPos; in avail() 75 memcpy(aData.getArray(), m_aData.getConstArray() + m_nPos, nBytesToRead); in readBytes() 129 if ( location > m_aData.getLength() || location < 0 || location > SAL_MAX_INT32 ) in seek() 141 return m_aData.getLength(); in getLength()
|
| /trunk/main/dtrans/source/os2/dnd/ |
| H A D | OTransferable.cxx | 369 OUString m_aData; in getTransferData() local 397 m_aData = OUString( pszText, pszLen, RTL_TEXTENCODING_UTF8); in getTransferData() 412 m_aData = OUString( pSharedMem + sizeof(ULONG), realSize, RTL_TEXTENCODING_UTF8); in getTransferData() 425 m_aData = OUString( fullpath, strlen(fullpath), RTL_TEXTENCODING_UTF8); in getTransferData() 435 return makeAny( m_aData ); in getTransferData()
|
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 935 it->second->m_aData = Sequence< sal_Int8 >(); in getPasteData() 1017 it->second->m_aData.getLength() ) in getPasteData() 1019 rData = it->second->m_aData; in getPasteData() 1591 rInc.m_aData = aData; in sendData() 1922 it->second->m_aData = Sequence< sal_Int8 >( (sal_Int8*)pData, nItems*nUnitSize ); in handleReceivePropertyNotify() 1931 … Sequence< sal_Int8 > aData( it->second->m_aData.getLength() + nItems*nUnitSize ); in handleReceivePropertyNotify() 1932 … memcpy( aData.getArray(), it->second->m_aData.getArray(), it->second->m_aData.getLength() ); in handleReceivePropertyNotify() 1933 … memcpy( aData.getArray() + it->second->m_aData.getLength(), pData, nItems*nUnitSize ); in handleReceivePropertyNotify() 1934 it->second->m_aData = aData; in handleReceivePropertyNotify() 2010 int nBytes = rInc.m_aData.getLength() - rInc.m_nBufferPos; in handleSendPropertyNotify() [all …]
|
| H A D | X11_selection.hxx | 170 Sequence< sal_Int8 > m_aData; member 192 Sequence< sal_Int8 > m_aData; member
|
| /trunk/main/vcl/test/ |
| H A D | dndtest.cxx | 130 const OUString m_aData; member in StringTransferable 134 StringTransferable( const OUString& rString ) : m_aData( rString ), m_aFlavorList( 1 ) in StringTransferable() 424 return makeAny( m_aData ); in getTransferData()
|
| /trunk/main/extensions/source/dbpilots/ |
| H A D | commonpagesdbp.hxx | 43 FixedLine m_aData; member in dbp::OTableSelectionPage
|
| H A D | commonpagesdbp.cxx | 71 ,m_aData (this, ModuleRes(FL_DATA)) in OTableSelectionPage()
|
| /trunk/main/chart2/source/inc/ |
| H A D | InternalData.hxx | 98 tDataType m_aData; member in chart::InternalData
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | seqstream.hxx | 51 ByteSequence m_aData; member in comphelper::SequenceInputStream
|
| /trunk/main/scripting/source/stringresource/ |
| H A D | stringresource.cxx | 1503 Sequence< sal_Int8 > m_aData; member in stringresource::BinaryInput 1529 : m_aData( aData ) in BinaryInput() 1533 m_pData = m_aData.getConstArray(); in BinaryInput() 1535 m_nSize = m_aData.getLength(); in BinaryInput()
|