Home
last modified time | relevance | path

Searched refs:aEnd (Results 101 – 125 of 681) sorted by relevance

12345678910>>...28

/aoo42x/main/sw/source/core/docnode/
H A Dndindex.cxx39 : aStart( rS ), aEnd( rE ) in SwNodeRange()
43 : aStart( rRange.aStart ), aEnd( rRange.aEnd ) in SwNodeRange()
47 : aStart( rNds, nSttIdx ), aEnd( rNds, nEndIdx ) in SwNodeRange()
53 : aStart( rS, nSttDiff ), aEnd( rE, nEndDiff ) in SwNodeRange()
58 : aStart( rS, nSttDiff ), aEnd( rE, nEndDiff ) in SwNodeRange()
/aoo42x/main/sc/source/ui/undo/
H A Dundoutil.cxx79 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab() ); in MarkSimpleBlock()
136 SCCOL nCol2 = rRange.aEnd.Col(); in PaintMore()
137 SCROW nRow2 = rRange.aEnd.Row(); in PaintMore()
144 nCol2,nRow2,rRange.aEnd.Tab(), PAINT_GRID ); in PaintMore()
/aoo42x/main/sc/source/core/data/
H A Ddocumen8.cxx695 rSpellRange.aEnd.Col(), rSpellRange.aEnd.Row() ); in OnlineSpellInRange()
796 if ( nCol > rSpellRange.aEnd.Col() ) in OnlineSpellInRange()
800 if ( nRow > rSpellRange.aEnd.Row() ) in OnlineSpellInRange()
808 if ( nTab > rSpellRange.aEnd.Tab() || !pTab[nTab] ) in OnlineSpellInRange()
867 aOnlineSpellPos = aVisSpellRange.aEnd; in SetOnlineSpellPos()
879 rNewRange.aEnd.Col() == aVisSpellRange.aEnd.Col() ); in SetVisibleSpellRange()
891 aOnlineSpellPos = aVisSpellRange.aEnd; in SetVisibleSpellRange()
1392 SCCOL nCol2 = aOutRange.aEnd.Col(); in UpdateRefAreaLinks()
1393 SCROW nRow2 = aOutRange.aEnd.Row(); in UpdateRefAreaLinks()
1394 SCTAB nTab2 = aOutRange.aEnd.Tab(); in UpdateRefAreaLinks()
[all …]
/aoo42x/main/sc/source/filter/dif/
H A Ddifexp.cxx51 ScAddress aEnd( nEndCol, nEndRow, rOutPos.Tab() ); in ScExportDif() local
54 aStart.PutInOrder( aEnd ); in ScExportDif()
56 return ScExportDif( rStream, pDoc, ScRange( aStart, aEnd ), eNach, nDifOption ); in ScExportDif()
63 DBG_ASSERT( rRange.aStart <= rRange.aEnd, "*ScExportDif(): Range unsortiert!" ); in ScExportDif()
64 DBG_ASSERTWARNING( rRange.aStart.Tab() == rRange.aEnd.Tab(), in ScExportDif()
107 SCCOL nEndCol = rRange.aEnd.Col(); in ScExportDif()
108 SCROW nEndRow = rRange.aEnd.Row(); in ScExportDif()
/aoo42x/main/chart2/source/view/axes/
H A DTickmarkHelper.cxx758 ::basegfx::B2DVector aEnd( m_aAxisEndScreenPosition2D ); in createShiftedTickmarkHelper()
760 std::swap( aStart, aEnd ); in createShiftedTickmarkHelper()
762 …return new TickmarkHelper_2D( m_rScale, aShiftedIncrement, aStart, aEnd, m_aAxisLineToLabelLineShi… in createShiftedTickmarkHelper()
819 B2DVector aEnd = aStart - aOrthoDirection*rTickmarkProperties.Length; in addPointSequenceForTickLine() local
824 rPoints[nSequenceIndex][1].X = static_cast<sal_Int32>(aEnd.getX()); in addPointSequenceForTickLine()
825 rPoints[nSequenceIndex][1].Y = static_cast<sal_Int32>(aEnd.getY()); in addPointSequenceForTickLine()
845 B2DVector aStart(0,0), aEnd(0,0); in getDistanceAxisTickToText() local
850 aEnd = aStart - aOrthoDirection*aProps.Length; in getDistanceAxisTickToText()
861 if(aNewEnd.getLength()>aEnd.getLength()) in getDistanceAxisTickToText()
862 aEnd=aNewEnd; in getDistanceAxisTickToText()
[all …]
/aoo42x/main/slideshow/source/engine/
H A Deventmultiplexer.cxx445 aEnd( mrViewContainer.end() ); aIter != aEnd; ++aIter ) in forEachView() local
465 const UnoViewVector::const_iterator aEnd ( mrViewContainer.end() ); in findUnoView() local
467 aEnd, in findUnoView()
471 boost::bind( &UnoView::getUnoView, _1 )))) == aEnd ) in findUnoView()
562 aEnd=mrViewContainer.end(); in clear() local
563 aIter!=aEnd; in clear()
574 aEnd=mrViewContainer.end(); in clear() local
575 aIter!=aEnd; in clear()
618 const UnoViewVector::const_iterator aEnd ( mrViewContainer.end() ); in notifyMouseHandlers() local
620 aBegin, aEnd, in notifyMouseHandlers()
[all …]
/aoo42x/main/comphelper/source/property/
H A DMasterPropertySetInfo.cxx59 PropertyDataHash::iterator aEnd = maMap.end(), aIter = maMap.begin(); in ~MasterPropertySetInfo() local
60 while (aIter != aEnd ) in ~MasterPropertySetInfo()
94 PropertyInfoHash::iterator aIter = rHash.begin(), aEnd = rHash.end(); in add() local
96 while ( aIter != aEnd ) in add()
126 const PropertyDataHash::iterator aEnd = maMap.end(); in getProperties() local
127 for ( ; aIter != aEnd; ++aIter, ++pProperties) in getProperties()
H A DMasterPropertySet.cxx104 SlaveMap::iterator aEnd = maSlaveMap.end(), aIter = maSlaveMap.begin(); in ~MasterPropertySet() local
105 while (aIter != aEnd ) in ~MasterPropertySet()
240 PropertyDataHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in setPropertyValues() local
252 if ( aIter == aEnd ) in setPropertyValues()
305 PropertyDataHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in getPropertyValues() local
317 if ( aIter == aEnd ) in getPropertyValues()
414 PropertyDataHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in getPropertyStates() local
420 if ( aIter == aEnd ) in getPropertyStates()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx85 OConnectionLineDataVec::const_iterator aEnd = pLineData->end(); in Init() local
87 for(;aIter != aEnd;++aIter) in Init()
128 ::std::vector<OConnectionLine*>::const_iterator aEnd = pLine->end(); in operator =()
130 for(;aIter != aEnd;++aIter) in operator =()
222 ::std::vector<OConnectionLine*>::const_iterator aEnd = m_vConnLine.end(); in GetBoundingRect()
223 …for(::std::vector<OConnectionLine*>::const_iterator aIter = m_vConnLine.begin();aIter != aEnd;++aI… in GetBoundingRect()
/aoo42x/main/svtools/source/misc/
H A Dtransfer2.cxx336 DataFlavorExVector::iterator aIter( mpFormats->begin() ), aEnd( mpFormats->end() ); in IsDropFormatSupported() local
339 while( aIter != aEnd ) in IsDropFormatSupported()
344 aIter = aEnd; in IsDropFormatSupported()
355 DataFlavorExVector::iterator aIter( mpFormats->begin() ), aEnd( mpFormats->end() ); in IsDropFormatSupported() local
358 while( aIter != aEnd ) in IsDropFormatSupported()
363 aIter = aEnd; in IsDropFormatSupported()
431 aEnd( pImpl->aFmtList.end() ); in GetData() local
436 for( ; aIter != aEnd; ++aIter ) in GetData()
/aoo42x/main/svx/source/unodraw/
H A Dunomtabl.cxx120 const ItemPoolVector::iterator aEnd = maItemSetVector.end(); in dispose() local
122 while( aIter != aEnd ) in dispose()
214 const ItemPoolVector::iterator aEnd = maItemSetVector.end(); in removeByName() local
219 while( aIter != aEnd ) in removeByName()
245 const ItemPoolVector::iterator aEnd = maItemSetVector.end(); in replaceByName() local
250 while( aIter != aEnd ) in replaceByName()
391 const std::set< OUString, comphelper::UStringLess >::iterator aEnd( aNameSet.end() ); in getElementNames() local
393 while( aIter != aEnd ) in getElementNames()
/aoo42x/main/vcl/source/gdi/
H A Doutdev5.cxx189 const Point aEnd( ImplLogicToDevicePixel( rEndPt ) ); in DrawArc() local
190 Polygon aArcPoly( aRect, aStart, aEnd, POLY_ARC ); in DrawArc()
236 const Point aEnd( ImplLogicToDevicePixel( rEndPt ) ); in DrawPie() local
237 Polygon aPiePoly( aRect, aStart, aEnd, POLY_PIE ); in DrawPie()
290 const Point aEnd( ImplLogicToDevicePixel( rEndPt ) ); in DrawChord() local
291 Polygon aChordPoly( aRect, aStart, aEnd, POLY_CHORD ); in DrawChord()
/aoo42x/main/sd/source/core/
H A DCustomAnimationEffect.cxx1797 if( aIter != aEnd ) in reset()
2024 if( aIter != aEnd ) in implRebuild()
2571 while( aIter != aEnd ) in updateTextGroups()
2600 while( aIter != aEnd ) in createTextGroup()
2690 while( aIter != aEnd ) in createTextGroupParagraphEffects()
2774 while( aIter != aEnd ) in setTextGrouping()
2795 while( aIter != aEnd ) in setTextGrouping()
2909 while( aIter != aEnd ) in setTextGroupingAuto()
3003 if( aIter != aEnd ) in setTextReverse()
3663 while( aIter != aEnd ) in implRebuild()
[all …]
/aoo42x/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx200 SelectColumnsMetaData::const_iterator aEnd = m_pColumnNames->end(); in updateRow() local
201 for(;aIter != aEnd;++aIter) in updateRow()
280 SelectColumnsMetaData::const_iterator aEnd = m_pColumnNames->end(); in insertRow() local
281 for(;aIter != aEnd;++aIter) in insertRow()
393 SelectColumnsMetaData::const_iterator aEnd = m_pColumnNames->end(); in deleteRow() local
394 for(;aIter != aEnd;++aIter) in deleteRow()
432 SelectColumnsMetaData::const_iterator aEnd = m_pKeyColumnNames->end(); in executeDelete() local
434 for(;aIter != aEnd;++aIter) in executeDelete()
625 for ( ;aIter != aEnd;++aIter ) in updateColumnValues()
643 SelectColumnsMetaData::const_iterator aEnd = m_pColumnNames->end(); in columnValuesUpdated() local
[all …]
/aoo42x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3749 Min( aTemp.aEnd.Col(), aMask.aEnd.Col() ), in queryIntersection()
3750 Min( aTemp.aEnd.Row(), aMask.aEnd.Row() ), in queryIntersection()
3751 Min( aTemp.aEnd.Tab(), aMask.aEnd.Tab() ) ) ); in queryIntersection()
5484 nCount = aRange.aEnd.Row() - aSourceRange.aEnd.Row(); in fillAuto()
5489 nCount = aRange.aEnd.Col() - aSourceRange.aEnd.Col(); in fillAuto()
5763 aRange.aEnd.Col(), aRange.aEnd.Row(), in createFilterDescriptorByObject()
9416 aTotalRange.aEnd.Col(), aTotalRange.aEnd.Row() ); in GetObjectByIndex_Impl()
9451 aTotalRange.aEnd.Col(), aTotalRange.aEnd.Row() ); in getCount()
9514 rRange.aEnd.Col(), rRange.aEnd.Row() ); in ScCellFormatsEnumeration()
9725 rOldRange.aEnd.SetCol( rNewRange.aEnd.Col() ); in Join()
[all …]
/aoo42x/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx75 const basegfx::BColor aEnd(rFillGradient.getEndColor()); in impRenderGradientTexturePrimitive3D() local
76 … const sal_uInt32 nMaxSteps(sal_uInt32((aStart.getMaximumDistance(aEnd) * 127.5) + 0.5)); in impRenderGradientTexturePrimitive3D()
106 aEnd, in impRenderGradientTexturePrimitive3D()
119 aEnd, in impRenderGradientTexturePrimitive3D()
131 aEnd, in impRenderGradientTexturePrimitive3D()
144 aEnd, in impRenderGradientTexturePrimitive3D()
158 aEnd, in impRenderGradientTexturePrimitive3D()
172 aEnd, in impRenderGradientTexturePrimitive3D()
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx741 for(;aIter != aEnd;++aIter) in appendColumns()
978 for(;aIter != aEnd;++aIter) in checkColumns()
986 for(;aIter2 != aEnd;++aIter2) in checkColumns()
1060 ::std::vector< ::boost::shared_ptr<OTableRow> >::iterator aEnd = m_vRowList.end(); in alterColumns()
1063 for(;aIter != aEnd;++aIter,++nPos) in alterColumns()
1212 for(nPos = 0;aIter != aEnd;++aIter,++nPos) in alterColumns()
1291 for(;aIter != aEnd;++aIter) in alterColumns()
1329 for(;aIter != aEnd;++aIter) in alterColumns()
1503 for(;aIter != aEnd;++aIter) in reSyncRows()
1528 for(sal_Int32 i=0;aIter != aEnd;++aIter) in createUniqueName()
[all …]
/aoo42x/main/xmloff/source/draw/
H A Dximpcustomshape.cxx471 std::vector< double >::const_iterator aEnd = vDirection.end(); in GetDoubleSequence() local
474 while ( aIter != aEnd ) in GetDoubleSequence()
532 while ( aIter != aEnd ) in GetEnhancedParameterPairSequence()
565 while ( aIter != aEnd ) in GetEnhancedRectangleSequence()
822 while ( aIter != aEnd ) in GetAdjustmentValues()
1137 while ( aIter != aEnd ) in SdXMLCustomShapePropertyMerge()
1155 std::vector< rtl::OUString >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge() local
1158 while ( aIter != aEnd ) in SdXMLCustomShapePropertyMerge()
1179 while ( aIter != aEnd ) in SdXMLCustomShapePropertyMerge()
1429 std::vector< beans::PropertyValue >::const_iterator aEnd = aHandle.end(); in CreateChildContext() local
[all …]
/aoo42x/main/oox/source/xls/
H A Dpivottablebuffer.cxx550 …( ::std::vector< OUString >::iterator aIt = aItems.begin(), aEnd = aItems.end(); aIt != aEnd; ++aI… in finalizeImport()
626 …for( ItemModelVector::iterator aIt = maItems.begin(), aEnd = maItems.end(); (aIt != aEnd) && !bHas… in convertPageField() local
833 … for( ItemModelVector::iterator aIt = maItems.begin(), aEnd = maItems.end(); aIt != aEnd; ++aIt ) in convertRowColPageField() local
1391 …for( IndexVector::iterator aIt = maRowFields.begin(), aEnd = maRowFields.end(); aIt != aEnd; ++aIt… in finalizeImport() local
1396 …for( IndexVector::iterator aIt = maColFields.begin(), aEnd = maColFields.end(); aIt != aEnd; ++aIt… in finalizeImport() local
1401 …r( PageFieldVector::iterator aIt = maPageFields.begin(), aEnd = maPageFields.end(); aIt != aEnd; +… in finalizeImport() local
1409 …r( PageFieldVector::iterator aIt = maPageFields.begin(), aEnd = maPageFields.end(); aIt != aEnd; +… in finalizeImport() local
1411 …FieldVector::iterator aBeg = maFields.begin(), aIt = aBeg, aEnd = maFields.end(); aIt != aEnd; ++a… in finalizeImport() local
1416 …r( DataFieldVector::iterator aIt = maDataFields.begin(), aEnd = maDataFields.end(); aIt != aEnd; +… in finalizeImport() local
/aoo42x/main/sc/source/ui/view/
H A Dviewfunc.cxx165 if ( nCol == aFormatArea.aEnd.Col()+1 ) in TestFormatArea()
168 aNewRange.aEnd.SetCol( nCol ); in TestFormatArea()
180 if ( nRow == aFormatArea.aEnd.Row()+1 ) in TestFormatArea()
183 aNewRange.aEnd.SetRow( nRow ); in TestFormatArea()
1215 aCopyRange.aEnd.SetTab(nTabCount-1); in ApplyPatternLines()
1222 aMarkRange.aEnd.Col(), aMarkRange.aEnd.Row(), aMarkRange.aEnd.Tab(), in ApplyPatternLines()
1316 aCopyRange.aEnd.SetTab(nTabCount-1); in ApplySelectionPattern()
1924 aMarkRange.aEnd = aMarkRange.aStart; in DeleteContents()
1985 /*!*/ aMarkRange.aEnd.Col(), aMarkRange.aEnd.Row(), in DeleteContents()
2000 aCopyRange.aEnd.SetTab(nTabCount-1); in DeleteContents()
[all …]
/aoo42x/main/l10ntools/source/help/
H A DHelpLinker.cxx168 cIter aEnd = _idList.end(); in getString() local
169 for (cIter aIter = _idList.begin(); aIter != aEnd; ++aIter) in getString()
222 DataHashtable::const_iterator aEnd = _hash.end(); in dump_DBHelp() local
506 HashSet::const_iterator aEnd = hidlist->end(); in link() local
508 hidListIter != aEnd; ++hidListIter) in link()
530 Hashtable::const_iterator aEnd = anchorToLL->end(); in link() local
532 enumer != aEnd; ++enumer) in link()
556 Stringtable::const_iterator aEnd = helpTextHash->end(); in link() local
558 helpTextIter != aEnd; ++helpTextIter) in link()
610 Stringtable::iterator aEnd = additionalFiles.end(); in link() local
[all …]
/aoo42x/main/sc/source/core/tool/
H A Drangeseq.cxx75 long nColCount = rRange.aEnd.Col() + 1 - rRange.aStart.Col(); in FillLongArray()
76 long nRowCount = rRange.aEnd.Row() + 1 - rRange.aStart.Row(); in FillLongArray()
131 long nColCount = rRange.aEnd.Col() + 1 - rRange.aStart.Col(); in FillDoubleArray()
132 long nRowCount = rRange.aEnd.Row() + 1 - rRange.aStart.Row(); in FillDoubleArray()
187 long nColCount = rRange.aEnd.Col() + 1 - rRange.aStart.Col(); in FillStringArray()
188 long nRowCount = rRange.aEnd.Row() + 1 - rRange.aStart.Row(); in FillStringArray()
276 long nColCount = rRange.aEnd.Col() + 1 - rRange.aStart.Col(); in FillMixedArray()
277 long nRowCount = rRange.aEnd.Row() + 1 - rRange.aStart.Row(); in FillMixedArray()
H A Dreftokenhelper.cxx158 rRange.aEnd = rRange.aStart; in getRangeFromToken()
178 rRange.aEnd.SetCol(rRefData.Ref2.nCol); in getRangeFromToken()
179 rRange.aEnd.SetRow(rRefData.Ref2.nRow); in getRangeFromToken()
180 rRange.aEnd.SetTab(rRefData.Ref2.nTab); in getRangeFromToken()
212 aData.Ref2.nCol = rRange.aEnd.Col(); in getTokenFromRange()
213 aData.Ref2.nRow = rRange.aEnd.Row(); in getTokenFromRange()
214 aData.Ref2.nTab = rRange.aEnd.Tab(); in getTokenFromRange()
/aoo42x/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx283 …r::iterator aIt = mrModel.maSeries.begin(), aEnd = mrModel.maSeries.end(); !xLabeledSeq.is() && (a… in createCategorySequence() local
334 …SeriesVector::iterator aIt = mrModel.maSeries.begin(), aEnd = mrModel.maSeries.end(); aIt != aEnd;… in convertFromModel() local
363 …SeriesConvVector::iterator aIt = aSeries.begin(), aEnd = aSeries.end(); (nRoleIdx < 4) && (aIt != in convertFromModel() local
407 … for( SeriesConvVector::iterator aIt = aSeries.begin(), aEnd = aSeries.end(); aIt != aEnd; ++aIt ) in convertFromModel() local
/aoo42x/main/sc/source/filter/excel/
H A Dxestyle.cxx411 …lorIdDataVec::iterator aIt = maColorIdDataVec.begin(), aEnd = maColorIdDataVec.end(); aIt != aEnd;… in Finalize() local
495 …clPaletteColorVec::const_iterator aIt = maPalette.begin(), aEnd = maPalette.end(); aIt != aEnd; ++… in WriteBody() local
507 …clPaletteColorVec::const_iterator aIt = maPalette.begin(), aEnd = maPalette.end(); aIt != aEnd; ++… in SaveXml() local
624 …lorIdDataVec::iterator aIt = maColorIdDataVec.begin(), aEnd = maColorIdDataVec.end(); aIt != aEnd;… in RawReducePalette() local
711 aIt != aEnd; ++aIt ) in GetNearestPaletteColor()
734 aIt != aEnd; ++aIt ) in GetNearPaletteColors()
1255 …clExpNumFmtVec::const_iterator aIt = maFormatMap.begin(), aEnd = maFormatMap.end(); aIt != aEnd; +… in Save() local
1268 …clExpNumFmtVec::const_iterator aIt = maFormatMap.begin(), aEnd = maFormatMap.end(); aIt != aEnd; +… in SaveXml() local
2577 aIt != aEnd; ++aIt ) in SaveXml()
2587 aIt != aEnd; ++aIt ) in SaveXml()
[all …]

Completed in 469 milliseconds

12345678910>>...28