Searched refs:aColIter (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 203 for (; aColIter != aColEnd; ++aColIter) in lcl_adjustColumnSpanOverRows() 205 if ( aColIter->nRowSpan > 1 ) in lcl_adjustColumnSpanOverRows() 775 for (; aColIter != aColEnd; ++aColIter) in exportTableColumns() 777 AddAttribute( m_sTableStyle,*aColIter ); in exportTableColumns() 811 for (; aColIter != aColEnd; ++aColIter) in exportContainer() 829 if ( aColIter->nColSpan > 1 ) in exportContainer() 833 aColIter = aColIter + (aColIter->nColSpan - 1); in exportContainer() 835 else if ( aColIter->bSet ) in exportContainer() 851 nSpan = aColIter->nRowSpan; in exportContainer() 857 if ( aColIter->xElement.is() ) in exportContainer() [all …]
|
H A D | xmlTable.cxx | 210 ::std::vector<TCell>::iterator aColIter = (*aRowIter).begin(); in EndElement() 212 for (sal_Int32 j = 0; aColIter != aColEnd; ++aColIter,++j) in EndElement() 214 TCell& rCell = *aColIter; in EndElement() 232 ::std::vector<TCell>::iterator aWidthIter = aColIter + 1; in EndElement()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | OptimisticSet.cxx | 688 SelectColumnsMetaData::const_iterator aColIter = m_pColumnNames->begin(); in fillMissingValues() local 690 for(;aColIter != aColEnd;++aColIter) in fillMissingValues() 692 …const ::rtl::OUString sQuotedColumnName = ::dbtools::quoteName( aQuote,aColIter->second.sRealName); in fillMissingValues() 693 if ( m_aJoinedKeyColumns.find(aColIter->second.nPosition) != m_aJoinedKeyColumns.end() ) in fillMissingValues() 695 …lcl_fillKeyCondition(aColIter->second.sTableName,sQuotedColumnName,io_aRow[aColIter->second.nPosit… in fillMissingValues() 697 ::rtl::OUStringBuffer& rPart = aSql[aColIter->second.sTableName]; in fillMissingValues() 743 aColIter = m_pColumnNames->begin(); in fillMissingValues() 744 for(;aColIter != aColEnd;++aColIter) in fillMissingValues() 746 if ( aColIter->second.sTableName == aSqlIter->first ) in fillMissingValues() 748 …io_aRow[aColIter->second.nPosition].fill(i++,aColIter->second.nType,aColIter->second.bNullable,xRo… in fillMissingValues() [all …]
|
H A D | SingleSelectQueryComposer.cxx | 295 ::std::vector<OPrivateColumns*>::iterator aColIter = m_aColumnsCollection.begin(); in ~OSingleSelectQueryComposer() 297 for(;aColIter != aEnd;++aColIter) in ~OSingleSelectQueryComposer() 298 delete *aColIter; in ~OSingleSelectQueryComposer()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 168 ScSubOutlineIterator aColIter( pArray ); in TestRemoveOutline() local 169 while ((pEntry=aColIter.GetNext()) != NULL && !bColFound) in TestRemoveOutline() 307 ScSubOutlineIterator aColIter( pArray ); in OutlinePossible() local 308 while ((pEntry=aColIter.GetNext()) != NULL && !bEnable) in OutlinePossible()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 494 ScSubOutlineIterator aColIter( pArray ); in ShowMarkedOutlines() local 495 while ((pEntry=aColIter.GetNext()) != NULL) in ShowMarkedOutlines()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table1.cxx | 1158 ScColumnIterator aColIter( &aCol[rCol], nStart, nEnd ); in GetNextMarkedCell() local 1161 while ( aColIter.Next( nCellRow, pCell ) ) in GetNextMarkedCell()
|
Completed in 83 milliseconds