/aoo41x/main/framework/test/typecfg/ |
H A D | xml2xcd.cxx | 241 if( m_aData.nVersionOutput == 6 && m_aData.nVersionInput < 6 ) in Main() 569 if( m_aData.nVersionOutput==1 || m_aData.nVersionOutput==2 ) in impl_generateTypeTemplate() 654 if( m_aData.nVersionOutput==1 || m_aData.nVersionOutput==2 ) in impl_generateFilterTemplate() 896 if( m_aData.nVersionOutput == 6 && m_aData.nVersionInput < 6 ) in impl_generateTypeSet() 915 if( m_aData.nVersionOutput==1 || m_aData.nVersionOutput==2 ) in impl_generateTypeSet() 1039 if( m_aData.nVersionOutput == 6 && m_aData.nVersionInput < 6 ) in impl_generateFilterSet() 1060 if( m_aData.nVersionOutput==1 || m_aData.nVersionOutput==2 ) in impl_generateFilterSet() 1181 if( m_aData.nVersionOutput == 6 && m_aData.nVersionInput < 6 ) in impl_generateDetectorSet() 1210 if( m_aData.nVersionOutput == 6 && m_aData.nVersionInput < 6 ) in impl_generateDetectorSet() 1254 if( m_aData.nVersionOutput == 6 && m_aData.nVersionInput < 6 ) in impl_generateLoaderSet() [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() 437 FileType aItem = m_aData.pCache->getType( sName ); in impl_generateTypeListHTML() 1158 aFilter = m_aData.pCache->getFilter( lFilters[nFilter] ); in impl_generateInvalidFiltersHTML() 1162 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidFiltersHTML() 1236 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidDetectorsHTML() 1311 aType = m_aData.pCache->getType( lTypes[nType] ); in impl_generateInvalidLoadersHTML() [all …]
|
/aoo41x/main/chart2/source/tools/ |
H A D | InternalData.cxx | 107 m_aData.resize( nSize ); in createDefaultData() 136 m_aData = fNan; in setData() 249 m_aData[nIndex1] = m_aData[nIndex2]; in swapRowWithNext() 269 m_aData[nIndex1] = m_aData[nIndex2]; in swapColumnWithNext() 299 m_aData = aNewData; in enlargeData() 331 m_aData.resize( nNewSize ); in insertColumn() 332 m_aData = aNewData; in insertColumn() 383 m_aData.resize( nNewSize ); in insertRow() 384 m_aData = aNewData; in insertRow() 420 m_aData = aNewData; in deleteColumn() [all …]
|
/aoo41x/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() 413 m_aData.m_pValues.reset( new KeyedValues( *m_aData.m_pKeyCompare ) ); in initialize() 414 m_aData.m_bMutable = bMutable; in initialize() 426 if ( !m_aData.m_pValues.get() || !m_aData.m_pValues->empty() ) in impl_initValues_throw() 550 if ( !m_aData.m_bMutable ) in impl_checkMutable_throw() 581 return m_aData.m_aKeyType; in getKeyType() 588 return m_aData.m_aValueType; in getValueType() 597 m_aData.m_pValues->clear(); in clear() [all …]
|
/aoo41x/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() 347 RowData& rDataRow = m_aData[ i_rowIndex ]; 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
|
/aoo41x/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 …]
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 938 it->second->m_aData = Sequence< sal_Int8 >(); in getPasteData() 1020 it->second->m_aData.getLength() ) in getPasteData() 1022 rData = it->second->m_aData; in getPasteData() 1594 rInc.m_aData = aData; in sendData() 1925 it->second->m_aData = Sequence< sal_Int8 >( (sal_Int8*)pData, nItems*nUnitSize ); in handleReceivePropertyNotify() 1935 … memcpy( aData.getArray(), it->second->m_aData.getArray(), it->second->m_aData.getLength() ); in handleReceivePropertyNotify() 1937 it->second->m_aData = aData; in handleReceivePropertyNotify() 2013 int nBytes = rInc.m_aData.getLength() - rInc.m_nBufferPos; in handleSendPropertyNotify() 2020 (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos ); in handleSendPropertyNotify() 2124 it->second->m_aData = Sequence< sal_Int8 >((sal_Int8*)pData, nItems * nUnitSize); in handleSelectionNotify() [all …]
|
H A D | X11_selection.hxx | 174 Sequence< sal_Int8 > m_aData; member 196 Sequence< sal_Int8 > m_aData; member
|
/aoo41x/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()
|
/aoo41x/main/chart2/source/inc/ |
H A D | InternalData.hxx | 98 tDataType m_aData; member in chart::InternalData
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | seqstream.hxx | 51 ByteSequence m_aData; member in comphelper::SequenceInputStream
|
/aoo41x/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()
|