Home
last modified time | relevance | path

Searched refs:aEnd (Results 51 – 75 of 681) sorted by relevance

12345678910>>...28

/aoo42x/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx491 if ( rRef.aStart != rRef.aEnd ) in SetReference()
501 aNewRef.aEnd = aAdr; in SetReference()
789 rRange.aEnd.SetTab( rRange.aStart.Tab() ); in ParseRef()
790 return ( bAllowRange || rRange.aStart == rRange.aEnd ); in ParseRef()
793 return ( bAllowRange || rRange.aStart == rRange.aEnd ); in ParseRef()
863 sal_Int32 nAdd = ( aRange.aEnd.Col() - aRange.aStart.Col() + 1 ) * in CallSolver()
864 ( aRange.aEnd.Row() - aRange.aStart.Row() + 1 ); in CallSolver()
867 for (SCROW nRow = aRange.aStart.Row(); nRow <= aRange.aEnd.Row(); ++nRow) in CallSolver()
894 if ( aRightRange.aStart == aRightRange.aEnd ) in CallSolver()
897 …else if ( aRightRange.aEnd.Col()-aRightRange.aStart.Col() == aLeftRange.aEnd.Col()-aLeftRange.aSta… in CallSolver()
[all …]
/aoo42x/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx442 const B2DPoint aEnd(rEdge.getEndPoint() + aPerpendEndA); in createAreaGeometryForEdge() local
443 const B2DVector aEdge(aEnd - aStart); in createAreaGeometryForEdge()
450 …aBezierPolygon.appendBezierSegment(aStart + (fRelNext * fScale), aEnd + (fRelPrev * fScale), aEnd); in createAreaGeometryForEdge()
478 aBezierPolygon.append(aEnd + aPerpendEndA); in createAreaGeometryForEdge()
479 aBezierPolygon.append(aEnd + aPerpendEndB); in createAreaGeometryForEdge()
505 const B2DPoint aEnd(rEdge.getStartPoint() + aPerpendStartB); in createAreaGeometryForEdge() local
506 const B2DVector aEdge(aEnd - aStart); in createAreaGeometryForEdge()
513 …aBezierPolygon.appendBezierSegment(aStart + (fRelNext * fScale), aEnd + (fRelPrev * fScale), aEnd); in createAreaGeometryForEdge()
660 const basegfx::B2DPoint aEnd(rEdge.getEndPoint() + aTangent); in createAreaGeometryForEdge() local
662 aEdgePolygon.append(aEnd - aPerpend); in createAreaGeometryForEdge()
[all …]
/aoo42x/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx147 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in setTransformationSceneToScreen() local
148 for( ; aIt != aEnd; ++aIt ) in setTransformationSceneToScreen()
351 for(; aIt!=aEnd; ++aIt) in getMaximumAxisIndexByDimension()
470 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in createMaximumAxesLabels() local
471 for( ; aIt != aEnd; ++aIt ) in createMaximumAxesLabels()
485 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in createAxesLabels() local
486 for( ; aIt != aEnd; ++aIt ) in createAxesLabels()
501 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in updatePositions() local
502 for( ; aIt != aEnd; ++aIt ) in updatePositions()
517 tVAxisMap::const_iterator aEnd( m_aAxisMap.end() ); in createAxesShapes() local
[all …]
/aoo42x/main/sw/source/filter/ww8/
H A Dww8graf2.cxx93 myeiter aEnd = maEscherLayer.end(); in MapEscherIdxToIter() local
94 while (aIter != aEnd) in MapEscherIdxToIter()
136 myeiter aEnd = maEscherLayer.end(); in GetEscherObjectPos() local
141 while ( aIter != aEnd ) in GetEscherObjectPos()
152 while (aIter != aEnd) in GetEscherObjectPos()
201 while (aIter != aEnd) in InsertTextLayerObject()
208 if (aEnd != maEscherLayer.end()) in InsertTextLayerObject()
210 aEnd->mnNoInlines++; in InsertTextLayerObject()
211 nInsertPos += aEnd->mnNoInlines; in InsertTextLayerObject()
227 myditer aEnd = maDrawHeight.end(); in GetDrawingObjectPos() local
[all …]
/aoo42x/main/slideshow/source/engine/shapes/
H A Dbackgroundshape.cxx179 ViewBackgroundShapeVector::iterator aEnd( maViewShapes.end() ); in addViewLayer() local
183 aEnd, in addViewLayer()
188 ::boost::cref( rNewLayer ) ) ) != aEnd ) in addViewLayer()
206 const ViewBackgroundShapeVector::iterator aEnd( maViewShapes.end() ); in removeViewLayer() local
209 aEnd, in removeViewLayer()
220 aEnd, in removeViewLayer()
225 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
232 maViewShapes.erase( aIter, aEnd ); in removeViewLayer()
/aoo42x/main/sw/source/core/undo/
H A Dundel.cxx239 &aRg.aEnd.GetNode() != &pDoc->GetNodes().GetEndOfContent() ) in SwUndoDelete()
241 SwNode* pNode = aRg.aEnd.GetNode().StartOfSectionNode(); in SwUndoDelete()
243 aRg.aEnd++; // Deletion of a complete table in SwUndoDelete()
251 while( aRg.aEnd.GetIndex() + 2 < rDocNds.Count() && in SwUndoDelete()
252 ( (pTmpNd = rDocNds[ aRg.aEnd.GetIndex()+1 ])->IsEndNode() && in SwUndoDelete()
255 aRg.aEnd++; in SwUndoDelete()
259 aRg.aEnd++; in SwUndoDelete()
270 aRg.aEnd--; in SwUndoDelete()
282 pTmpNd->EndOfSectionIndex() < aRg.aEnd.GetIndex() ) ) in SwUndoDelete()
306 aRg.aEnd--; in SwUndoDelete()
[all …]
/aoo42x/main/sc/source/core/data/
H A Dbcaslot.cxx292 for ( aIter = aCopyForIteration.begin(); aIter != aEnd; ++aIter ) in AreaBroadcast()
313 for ( aIter = aCopyForIteration.begin(); aIter != aEnd; ++aIter ) in AreaBroadcast()
341 for ( aIter = aCopyForIteration.begin(); aIter != aEnd; ++aIter ) in AreaBroadcastInRange()
362 for ( aIter = aCopyForIteration.begin(); aIter != aEnd; ++aIter ) in AreaBroadcastInRange()
555 rEnd = ComputeSlotOffset( rRange.aEnd ); in ComputeAreaPoints()
558 ScAddress( rRange.aStart.Col(), rRange.aEnd.Row(), 0 ) ) - rStart; in ComputeAreaPoints()
594 !bDone && nTab <= rRange.aEnd.Tab(); ++nTab) in StartListeningArea()
648 SCTAB nEndTab = rRange.aEnd.Tab(); in EndListeningArea()
716 SCTAB nEndTab = rRange.aEnd.Tab(); in AreaBroadcastInRange()
740 SCTAB nEndTab = rRange.aEnd.Tab(); in DelBroadcastAreasInRange()
[all …]
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx571 for(;aIter != aEnd;++aIter) in GetNextJoin()
585 if(aIter == aEnd) in GetNextJoin()
589 for(;aIter != aEnd;++aIter) in GetNextJoin()
682 for(;aIter != aEnd;++aIter) in GenerateSelectList()
793 for(;aIter != aEnd;++aIter) in GenerateCriterias()
1063 for(;aIter != aEnd;++aIter) in GenerateInnerJoinCriterias()
1108 for(;aIter != aEnd;++aIter) in GenerateFromClause()
1183 for(;aIter != aEnd;++aIter) in GenerateFromClause()
1721 if(aIter != aEnd) in ComparisonPredicate()
2096 for(;aIter != aEnd;++aIter) in InitFromParseNodeImpl()
[all …]
/aoo42x/main/slideshow/source/engine/transitions/
H A Dslidetransitionfactory.cxx153 const UnoViewVector::const_iterator aEnd(rViewContainer.end()); in PluginSlideChange() local
154 while( aCurrView != aEnd ) in PluginSlideChange()
171 ::std::vector< TransitionViewPair* >::const_iterator aEnd(maTransitions.end()); in ~PluginSlideChange()
172 while( aCurrView != aEnd ) in ~PluginSlideChange()
218 ::std::vector< TransitionViewPair* >::const_iterator aEnd(maTransitions.end()); in viewAdded()
220 while( aCurrView != aEnd ) in viewAdded()
242 ::std::vector< TransitionViewPair* >::const_iterator aEnd(maTransitions.end()); in viewRemoved()
243 while( aCurrView != aEnd ) in viewRemoved()
261 ::std::vector< TransitionViewPair* >::const_iterator aEnd(maTransitions.end()); in viewChanged()
262 while( aCurrView != aEnd ) in viewChanged()
[all …]
/aoo42x/main/svx/source/table/
H A Dviewcontactoftableobj.cxx299 const basegfx::B2DPoint aEnd(getTransform() * basegfx::B2DPoint(0.0, 1.0)); in create2DDecomposition() local
301 if(!aStart.equal(aEnd)) in create2DDecomposition()
323 aEnd, in create2DDecomposition()
341 const basegfx::B2DPoint aEnd(getTransform() * basegfx::B2DPoint(1.0, 1.0)); in create2DDecomposition() local
343 if(!aStart.equal(aEnd)) in create2DDecomposition()
365 aEnd, in create2DDecomposition()
383 const basegfx::B2DPoint aEnd(getTransform() * basegfx::B2DPoint(1.0, 1.0)); in create2DDecomposition() local
385 if(!aStart.equal(aEnd)) in create2DDecomposition()
407 aEnd, in create2DDecomposition()
427 if(!aStart.equal(aEnd)) in create2DDecomposition()
[all …]
/aoo42x/main/sw/source/core/doc/
H A Ddoccorr.cxx128 SwPosition const aEnd( *rRange.End() ); in PaMCorrAbs() local
139 lcl_PaMCorrAbs( *_pStkCrsr, aStart, aEnd, aNewPos ); in PaMCorrAbs()
144 lcl_PaMCorrAbs( *PCURCRSR, aStart, aEnd, aNewPos ); in PaMCorrAbs()
148 lcl_PaMCorrAbs( *PCURSH->GetTblCrs(), aStart, aEnd, aNewPos ); in PaMCorrAbs()
170 bChange |= lcl_PaMCorrAbs( *PCURCRSR, aStart, aEnd, aNewPos ); in PaMCorrAbs()
179 lcl_PaMCorrAbs( *PCURCRSR, aStart, aEnd, aNewPos ); in PaMCorrAbs()
242 SwPosition aEnd(*rRange.End()); in CorrAbs() local
245 _DelBookmarks( aStart.nNode, aEnd.nNode, NULL, &aStart.nContent, &aEnd.nContent ); in CorrAbs()
/aoo42x/main/sc/source/core/tool/
H A Ddetfunc.cxx638 rRef.aEnd.Col(), rRef.aEnd.Row(), in DrawEntry()
652 rRef.aEnd.Col(), rRef.aEnd.Row(), in DrawAlienEntry()
872 sal_Bool bArea = (aRef.aStart != aRef.aEnd); in InsertPredLevel()
960 sal_Bool bArea = ( aRef.aStart != aRef.aEnd ); in FindPredLevel()
966 DeleteBox( aRef.aStart.Col(), aRef.aStart.Row(), aRef.aEnd.Col(), aRef.aEnd.Row() ); in FindPredLevel()
1075 aRef.aEnd.Col(),aRef.aEnd.Row() )) in InsertSuccLevel()
1166 aRef.aEnd.Col(),aRef.aEnd.Row() )) in FindSuccLevel()
1170 if (aRef.aStart != aRef.aEnd) in FindSuccLevel()
1173 aRef.aEnd.Col(), aRef.aEnd.Row() ); in FindSuccLevel()
1648 rSource.aEnd.Col(), rSource.aEnd.Row(), in InsertObject()
[all …]
H A Drefupdat.cxx429 rWhat.aEnd.SetCol( theCol2 ); in Update()
440 rWhat.aEnd.SetRow( theRow2 ); in Update()
451 rWhat.aEnd.SetTab( theTab2 ); in Update()
465 rWhat.aEnd.SetCol( theCol2 ); in Update()
474 rWhat.aEnd.SetRow( theRow2 ); in Update()
483 rWhat.aEnd.SetTab( theTab2 ); in Update()
505 SCCOL nCol2 = r.aEnd.Col(); in Update()
506 SCROW nRow2 = r.aEnd.Row(); in Update()
507 SCTAB nTab2 = r.aEnd.Tab(); in Update()
912 rRef.Ref1.nCol == rArea.aStart.Col() && rRef.Ref2.nCol == rArea.aEnd.Col() && in UpdateGrow()
[all …]
/aoo42x/main/slideshow/source/inc/
H A Dlistenercontainer.hxx94 const typename container_type::const_iterator aEnd( maListeners.end() ); in isAdded() local
96 aEnd, in isAdded()
97 rListener ) != aEnd ) in isAdded()
182 const typename container_type::iterator aEnd( maListeners.end() ); in remove() local
185 aEnd, in remove()
186 rListener)) == aEnd ) in remove()
191 maListeners.erase( aIter, aEnd ); in remove()
/aoo42x/main/sc/source/ui/view/
H A Ddbfunc.cxx119 if (aRange.aStart.Row() != aRange.aEnd.Row()) in GetDBData()
125 else if (aRange.aStart.Col() == aRange.aEnd.Col()) in GetDBData()
140 SCCOL nCol1 = aRange.aStart.Col(), nCol2 = aRange.aEnd.Col(); in GetDBData()
141 SCROW nRow1 = aRange.aStart.Row(), nRow2 = aRange.aEnd.Row(); in GetDBData()
145 aRange.aEnd.SetCol(nCol2); in GetDBData()
147 aRange.aEnd.SetRow(nRow2); in GetDBData()
156 SCCOL nCol1 = aRange.aStart.Col(), nCol2 = aRange.aEnd.Col(); in GetDBData()
157 SCROW nRow1 = aRange.aStart.Row(), nRow2 = aRange.aEnd.Row(); in GetDBData()
164 aRange.aEnd.SetCol(nCol2); in GetDBData()
166 aRange.aEnd.SetRow(nRow2); in GetDBData()
[all …]
H A Dcellsh2.cxx106 if ( rRange.aStart.Col() == rRange.aEnd.Col() ) in lcl_GetTextToColumnsRange()
126 rRange.aEnd.Row() ) ) in lcl_GetTextToColumnsRange()
158 SCROW nEndRow = aExternalRange.aEnd.Row(); in lcl_GetSortParam()
159 SCCOL nEndCol = aExternalRange.aEnd.Col(); in lcl_GetSortParam()
163 aExternalRange.aEnd.SetRow( nEndRow ); in lcl_GetSortParam()
164 aExternalRange.aEnd.SetCol( nEndCol ); in lcl_GetSortParam()
173 …art.Col(), aExternalRange.aStart.Row(), nTab, aExternalRange.aEnd.Col(), aExternalRange.aEnd.Row()… in lcl_GetSortParam()
190 …ge.aStart.Col(), aExternalRange.aStart.Row(), aExternalRange.aEnd.Col(), aExternalRange.aEnd.Row()… in lcl_GetSortParam()
831 aRange.aEnd.SetCol(nEndCol); in ExecuteDB()
856 if ( aRange.aEnd.Row()+2 <= MAXROW - 4 ) in ExecuteDB()
[all …]
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx954 while( aIter != aEnd ) in updateMotionPathImpl()
1460 while( aIter != aEnd ) in changeSelection()
2022 while( aIter != aEnd ) in onChange()
2158 while( aIter != aEnd ) in onRemove()
2209 while( aIter != aEnd ) in onChangeStart()
2242 while( aIter != aEnd ) in onChangeProperty()
2287 while( aIter != aEnd ) in onChangeSpeed()
2377 while( aIter != aEnd ) in moveSelection()
2407 while( aIter != aEnd ) in moveSelection()
2481 while( aIter != aEnd ) in onPreview()
[all …]
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx53 const basegfx::BColor aEnd(getFillGradient().getEndColor()); in generateMatricesAndColors() local
54 const sal_uInt32 nMaxSteps(sal_uInt32((aStart.getMaximumDistance(aEnd) * 127.5) + 0.5)); in generateMatricesAndColors()
80 aEnd, in generateMatricesAndColors()
93 aEnd, in generateMatricesAndColors()
105 aEnd, in generateMatricesAndColors()
118 aEnd, in generateMatricesAndColors()
132 aEnd, in generateMatricesAndColors()
146 aEnd, in generateMatricesAndColors()
/aoo42x/main/sc/source/ui/docshell/
H A Dimpex.cxx189 aRange.aEnd = aRange.aStart; in ScImportExport()
272 aRange.aEnd.Col(), aRange.aEnd.Row(), aRange.aEnd.Tab(), aDestMark, in EndPaste()
822 SCCOL nEndCol = aRange.aEnd.Col(); in Text2Doc()
823 SCROW nEndRow = aRange.aEnd.Row(); in Text2Doc()
879 aRange.aEnd.SetCol( nEndCol ); in Text2Doc()
880 aRange.aEnd.SetRow( nEndRow ); in Text2Doc()
1428 SCCOL nEndCol = aRange.aEnd.Col(); in Doc2Text()
1429 SCROW nEndRow = aRange.aEnd.Row(); in Doc2Text()
1535 SCCOL nEndCol = aRange.aEnd.Col(); in Sylk2Doc()
1771 aRange.aEnd.SetCol( nEndCol ); in Sylk2Doc()
[all …]
/aoo42x/main/sc/source/filter/excel/
H A Dxepivot.cxx615 …ScfUInt16Vec::const_iterator aIt = maGroupOrder.begin(), aEnd = maGroupOrder.end(); aIt != aEnd; +… in WriteSxgroupinfo() local
657 SCCOL nSrcCol2 = maExpSrcRange.aEnd.Col(); in XclExpPivotCache()
658 SCROW nSrcRow2 = maExpSrcRange.aEnd.Row(); in XclExpPivotCache()
676 maDocSrcRange.aEnd.SetRow( nSrcRow2 ); in XclExpPivotCache()
797 aColRange.aEnd.SetCol( nScCol ); in AddStdFields()
846 << static_cast< sal_uInt16 >( maExpSrcRange.aEnd.Row() ) in WriteDconref()
848 << static_cast< sal_uInt8 >( maExpSrcRange.aEnd.Col() ) in WriteDconref()
1322 …aFieldPosVec::const_iterator aIt = maDataFields.begin(), aEnd = maDataFields.end(); aIt != aEnd; +… in GetDataFieldIndex() local
1533 …for( ScfUInt16Vec::const_iterator aIt = rFields.begin(), aEnd = rFields.end(); aIt != aEnd; ++aIt ) in WriteSxivd() local
1545 …ScfUInt16Vec::const_iterator aIt = maPageFields.begin(), aEnd = maPageFields.end(); aIt != aEnd; +… in WriteSxpi() local
[all …]
/aoo42x/main/svtools/source/misc/
H A Dtransfer.cxx541 while( aIter != aEnd ) in isDataFlavorSupported()
545 aIter = aEnd; in isDataFlavorSupported()
688 while( aIter != aEnd ) in AddFormat()
707 aIter = aEnd; in AddFormat()
759 while( aIter != aEnd ) in RemoveFormat()
778 while( aIter != aEnd ) in HasFormat()
782 aIter = aEnd; in HasFormat()
1601 while( aIter != aEnd ) in HasFormat()
1605 aIter = aEnd; in HasFormat()
1622 while( aIter != aEnd ) in HasFormat()
[all …]
/aoo42x/main/oox/source/helper/
H A Dpropertymap.cxx89 …for( PropertyMap::const_iterator aIt = rPropMap.begin(), aEnd = rPropMap.end(); aIt != aEnd; ++aIt… in GenericPropertySet() local
123 …for( PropertyNameMap::iterator aIt = maPropMap.begin(), aEnd = maPropMap.end(); aIt != aEnd; ++aIt… in getProperties() local
178 for( const_iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt, ++pValues ) in makePropertyValueSequence() local
197 for( const_iterator aIt = begin(), aEnd = end(); aIt != aEnd; ++aIt, ++pNames, ++pValues ) in fillSequences() local
/aoo42x/main/sw/source/filter/rtf/
H A Drtffly.cxx298 …const bool bMakeEmptySection = aRg.aStart < aRg.aEnd || ((aRg.aStart == aRg.aEnd) && pFlySave->nEn… in SetFlysInDoc()
323 pNd = &aRg.aEnd.GetNode(); in SetFlysInDoc()
333 aRg.aEnd = nSectEnd+1; in SetFlysInDoc()
342 aRg.aEnd = *pNd; in SetFlysInDoc()
346 rNds.SplitTable( aRg.aEnd, sal_True ); in SetFlysInDoc()
372 aRg.aEnd++; in SetFlysInDoc()
378 pDoc->GetNodes().MakeTxtNode( aRg.aEnd, in SetFlysInDoc()
380 aRg.aEnd--; in SetFlysInDoc()
486 myIter aEnd = rDeque.end(); in SetFlysInDoc() local
514 myriter aEnd = aPrevFmts.rend(); in SetFlysInDoc() local
[all …]
/aoo42x/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx64 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in manageViews() local
65 while( aIter != aEnd ) in manageViews()
508 const LayerVector::const_iterator aEnd( maLayers.end() ); in isUpdatePending() local
510 aEnd, in isUpdatePending()
511 boost::mem_fn(&Layer::isUpdatePending)) != aEnd ) in isUpdatePending()
524 const ShapeUpdateSet::const_iterator aEnd=maUpdateShapes.end(); in updateSprites() local
526 while( aCurrShape != aEnd ) in updateSprites()
583 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in update() local
584 while( aIter != aEnd ) in update()
693 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in renderTo() local
[all …]
/aoo42x/main/connectivity/source/drivers/file/
H A DFStringFunctions.cxx79 ::std::vector<ORowSetValue>::const_reverse_iterator aEnd = lhs.rend(); in operate()
80 for (; aIter != aEnd; ++aIter) in operate()
101 ::std::vector<ORowSetValue>::const_reverse_iterator aEnd = lhs.rend(); in operate()
102 for (; aIter != aEnd; ++aIter) in operate()
117 ::std::vector<ORowSetValue>::const_iterator aEnd = lhs.end(); in operate()
118 for (; aIter != aEnd; ++aIter) in operate()
136 ::std::vector<ORowSetValue>::const_iterator aEnd = lhs.end(); in operate()
137 for (; aIter != aEnd; ++aIter) in operate()

Completed in 3571 milliseconds

12345678910>>...28