Home
last modified time | relevance | path

Searched refs:aCellEnd (Results 1 – 4 of 4) sorted by relevance

/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx218 …st ::std::vector< uno::Reference< report::XReportComponent> >::iterator aCellEnd = rCell.xElements… in EndElement() local
219 for (;aCellIter != aCellEnd ; ++aCellIter) in EndElement()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2850 SwPosition aCellEnd( SwNodeIndex( *rBox.GetSttNd()->EndOfSectionNode(), -1 ) ); in PrepareRedline() local
2851 pTxt = aCellEnd.nNode.GetNode().GetTxtNode(); in PrepareRedline()
2853 aCellEnd.nContent.Assign( pTxt, pTxt->GetTxt().Len() ); in PrepareRedline()
2854 if( aDeleteStart != aCellEnd ) in PrepareRedline()
2856 SwPaM aDeletePam( aDeleteStart, aCellEnd ); in PrepareRedline()
2862 aCellEnd = SwPosition( in PrepareRedline()
2864 SwPaM aTmpPam( aDeleteStart, aCellEnd ); in PrepareRedline()
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1916 ScfUInt16Vec::iterator aCellBeg = aXFIndexes.begin(), aCellEnd = aXFIndexes.end(), aCellIt; in Finalize() local
1924 for( aCellIt = aCellBeg; aCellIt != aCellEnd; ++aCellIt ) in Finalize()
1945 for( aCellIt = aCellBeg, aColIt = aColBeg; aCellIt != aCellEnd; ++aCellIt, ++aColIt ) in Finalize()
1967 for( aCellIt = aCellBeg, aColIt = aColBeg; aCellIt != aCellEnd; ++aCellIt, ++aColIt ) in Finalize()
1977 for( aCellIt = aCellBeg; aCellIt != aCellEnd; ++aCellIt ) in Finalize()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2197 std::vector<ScCellStyleEntry>::const_iterator aCellEnd = rCellEntries.end(); in _ExportAutoStyles() local
2198 while (aCellIter != aCellEnd) in _ExportAutoStyles()

Completed in 236 milliseconds