Home
last modified time | relevance | path

Searched refs:aEnd (Results 226 – 250 of 681) sorted by relevance

12345678910>>...28

/aoo42x/main/sw/source/core/undo/
H A Dunmove.cxx112 nEndNode = rRg.aEnd.GetIndex(); in SwUndoMove()
121 SwPosition aPtPos( rRg.aEnd ); in SwUndoMove()
122 SwCntntNode* pCNd = rRg.aEnd.GetNode().GetCntntNode(); in SwUndoMove()
200 aRg.aEnd = nDestEndNode; in UndoImpl()
/aoo42x/main/oox/source/ole/
H A Daxbinaryreader.cxx336 …ropVector::iterator aIt = maLargeProps.begin(), aEnd = maLargeProps.end(); ensureValid() && (aIt !… in finalizeImport() local
346 …opVector::iterator aIt = maStreamProps.begin(), aEnd = maStreamProps.end(); ensureValid() && (aIt … in finalizeImport() local
/aoo42x/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx235 const ViewsVecT::const_iterator aEnd( endViews() ); in end() local
236 while( aCurr != aEnd ) in end()
463 ViewsVecT::iterator const aEnd ( maViewData.end() ); in viewsChanged() local
464 while( aIter != aEnd ) in viewsChanged()
/aoo42x/main/ucb/source/ucp/webdav/
H A DDAVSessionFactory.cxx51 Map::iterator aEnd( m_aMap.end() ); in createDAVSession() local
53 while ( aIt != aEnd ) in createDAVSession()
61 if ( aIt == aEnd ) in createDAVSession()
/aoo42x/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx296 ::std::vector<OPrivateColumns*>::iterator aEnd = m_aColumnsCollection.end(); in ~OSingleSelectQueryComposer()
297 for(;aColIter != aEnd;++aColIter) in ~OSingleSelectQueryComposer()
767 OSQLTables::const_iterator aEnd = aTables.end(); in getTables() local
768 for(OSQLTables::const_iterator aIter = aTables.begin(); aIter != aEnd;++aIter) in getTables()
1401 OSQLColumns::Vector::const_iterator aEnd = aCols->get().end(); in getParameters() local
1402 for(OSQLColumns::Vector::const_iterator aIter = aCols->get().begin(); aIter != aEnd;++aIter) in getParameters()
1426 ::std::vector<OPrivateColumns*>::iterator aEnd = m_aCurrentColumns.end(); in clearCurrentCollections()
1427 for (;aIter != aEnd;++aIter) in clearCurrentCollections()
1456 OSQLColumns::Vector::const_iterator aEnd = _rCols->get().end(); in setCurrentColumns() local
1838 ::std::vector< ::std::vector < PropertyValue > >::const_iterator aEnd = aFilters.end(); in getStructuredCondition()
[all …]
/aoo42x/main/sc/source/core/tool/
H A Ddetdata.cxx84 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab(), nDx, nDy, nDz, in UpdateReference()
H A Dchartpos.cxx124 if ( pR->aStart.Tab() == pR->aEnd.Tab() ) in GlueState()
153 if ( (n2 = pR->aEnd.Col()) > nEndCol ) in GlueState()
159 if ( (n2 = pR->aEnd.Row()) > nEndRow ) in GlueState()
199 nCol2 = pR->aEnd.Col() - nStartCol; in GlueState()
201 nRow2 = pR->aEnd.Row() - nStartRow; in GlueState()
H A Dinterpr4.cxx137 if ( rRange.aStart == rRange.aEnd ) in IsTableOpInRange()
1314 rRange.aEnd.Set( nCol, nRow, nTab ); in DoubleRefToRange()
1799 if( rRange.aStart == rRange.aEnd ) in DoubleRefToPosSingleRef()
1809 bOk = rRange.aStart.Tab() == rRange.aEnd.Tab(); in DoubleRefToPosSingleRef()
1821 rAdr.Row() <= rRange.aEnd.Row(); in DoubleRefToPosSingleRef()
1838 if ( nRow == rRange.aEnd.Row() ) in DoubleRefToPosSingleRef()
1843 else if ( nTab != nMyTab && nTab == rRange.aEnd.Tab() in DoubleRefToPosSingleRef()
1854 if ( nCol == rRange.aEnd.Col() ) in DoubleRefToPosSingleRef()
1859 else if ( nTab != nMyTab && nTab == rRange.aEnd.Tab() in DoubleRefToPosSingleRef()
1869 if ( nTab == rRange.aEnd.Tab() ) in DoubleRefToPosSingleRef()
[all …]
/aoo42x/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx339 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw() local
342 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * i / 100; in UserDraw()
343 pVDev->DrawLine(aStart, aEnd); in UserDraw()
344 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * (i + 11) / 100; in UserDraw()
345 pVDev->DrawLine(aStart, aEnd); in UserDraw()
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx458 TWeakPairVector::iterator aEnd = m_aConnections.end(); in getDataDefinitionByConnection() local
459 for (TWeakPairVector::iterator i = m_aConnections.begin(); aEnd != i; ++i) in getDataDefinitionByConnection()
601 TWeakPairVector::iterator aEnd = m_aConnections.end(); in shutdownConnections() local
602 for (TWeakPairVector::iterator i = m_aConnections.begin(); aEnd != i; ++i) in shutdownConnections()
619 TWeakPairVector::iterator aEnd = m_aConnections.end(); in flushConnections() local
620 for (TWeakPairVector::iterator i = m_aConnections.begin(); aEnd != i; ++i) in flushConnections()
/aoo42x/main/sc/source/core/data/
H A Ddocumen5.cxx527 SCCOL theCol2 = pR->aEnd.Col(); in UpdateChartRef()
528 SCROW theRow2 = pR->aEnd.Row(); in UpdateChartRef()
529 SCTAB theTab2 = pR->aEnd.Tab(); in UpdateChartRef()
545 ((pR->aEnd.Col() - pR->aStart.Col() in UpdateChartRef()
547 || (pR->aEnd.Row() - pR->aStart.Row() in UpdateChartRef()
549 || (pR->aEnd.Tab() - pR->aStart.Tab() in UpdateChartRef()
/aoo42x/main/oox/source/xls/
H A Dworksheetfragment.cxx218 …for( Relations::const_iterator aIt = xTableRels->begin(), aEnd = xTableRels->end(); aIt != aEnd; +… in WorksheetFragment() local
473 …for( Relations::const_iterator aIt = xQueryRels->begin(), aEnd = xQueryRels->end(); aIt != aEnd; +… in initializeImport() local
478 …for( Relations::const_iterator aIt = xPivotRels->begin(), aEnd = xPivotRels->end(); aIt != aEnd; +… in initializeImport() local
1147 …for( ApiCellRangeList::const_iterator aIt = aRanges.begin(), aEnd = aRanges.end(); aIt != aEnd; ++… in importMergedCells() local
/aoo42x/main/sc/inc/
H A Dhints.hxx52 SCCOL GetEndCol() const { return aRange.aEnd.Col(); } in GetEndCol()
53 SCROW GetEndRow() const { return aRange.aEnd.Row(); } in GetEndRow()
54 SCTAB GetEndTab() const { return aRange.aEnd.Tab(); } in GetEndTab()
/aoo42x/main/sc/source/filter/xml/
H A DXMLColumnRowGroupExport.cxx92 ScMyColumnRowGroupVec::iterator aEnd(aTableStart.end()); in IsGroupStart() local
93 while ( aItr != aEnd && nItrField < nField ) in IsGroupStart()
96 if ( aItr != aEnd ) in IsGroupStart()
/aoo42x/main/slideshow/source/engine/
H A Dsmilfunctionparser.cxx552 StringIteratorT aEnd( rAsciiSmilValue.getStr()+rAsciiSmilValue.getLength() ); in parseSmilValue() local
571 aEnd, in parseSmilValue()
598 StringIteratorT aEnd( rAsciiSmilFunction.getStr()+rAsciiSmilFunction.getLength() ); in parseSmilFunction() local
617 aEnd, in parseSmilFunction()
/aoo42x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx545 const ScAddress& e = rRange.aEnd; in getCellRangeData()
758 SCROW nRow1 = rRange.aStart.Row(), nRow2 = rRange.aEnd.Row(); in setCellRangeData()
759 SCCOL nCol1 = rRange.aStart.Col(), nCol2 = rRange.aEnd.Col(); in setCellRangeData()
793 size_t nTabLastId = nTabFirstId + rRange.aEnd.Tab() - rRange.aStart.Tab(); in setCellRangeData()
1346 ScAddress& e = rRange.aEnd; in lcl_convertToTokenArray()
1463 e.SetCol(pUsedRange->aEnd.Col()); in lcl_convertToTokenArray()
1464 e.SetRow(pUsedRange->aEnd.Row()); in lcl_convertToTokenArray()
1471 SCSIZE nC = static_cast<SCSIZE>(rRange.aEnd.Col()-rRange.aStart.Col()+1); in lcl_fillEmptyMatrix()
1758 SCTAB nTabSpan = aRange.aEnd.Tab() - aRange.aStart.Tab(); in getDoubleRefTokens()
1777 aRange.aEnd.SetTab(nTab1 + nTabSpan); in getDoubleRefTokens()
[all …]
H A Deditable.cxx112 SCCOL nEndCol = rRange.aEnd.Col(); in TestRange()
113 SCROW nEndRow = rRange.aEnd.Row(); in TestRange()
114 SCTAB nEndTab = rRange.aEnd.Tab(); in TestRange()
/aoo42x/main/xmloff/source/style/
H A Dxmlexppr.cxx250 FilterOropertiesHashMap_Impl::iterator aEnd = end(); in ~FilterPropertiesInfos_Impl() local
251 while( aIter != aEnd ) in ~FilterPropertiesInfos_Impl()
304 FilterPropertyInfoList_Impl::iterator aEnd = aPropInfos.end(); in GetApiNames() local
308 while ( aCurrent != aEnd ) in GetApiNames()
332 FilterPropertyInfoList_Impl::iterator aEnd = aPropInfos.end(); in GetApiNames() local
333 for ( ; aItr != aEnd; aItr++, pNames++) in GetApiNames()
/aoo42x/main/sc/source/ui/view/
H A Dselect.cxx428 aDelRange.aEnd.Col(), aDelRange.aEnd.Row() ); in SetCursorAtCell()
464 aDelRange.aEnd.Col(), aDelRange.aEnd.Row(), SC_UPDATE_MARKS ); in SetCursorAtCell()
534 pView->InitRefMode( aRange.aEnd.Col(), aRange.aEnd.Row(), nTab, eRefMode ); in SetCursorAtCell()
H A Dviewfun4.cxx180 AdjustRowHeight( nStartRow, aImpEx.GetRange().aEnd.Row() ); in PasteRTF()
206 aMarkRange.aEnd.Col(), aMarkRange.aEnd.Row(),rMark ); in DoRefConversion()
231 aCopyRange.aEnd.SetTab(nTabCount-1); in DoRefConversion()
247 aRange.aEnd.SetTab(i); in DoRefConversion()
291 aCopyRange.aEnd.SetTab(nTabCount-1); in DoRefConversion()
/aoo42x/main/sw/source/core/doc/
H A Ddocedt.cxx237 rRg.aStart <= pAPos->nNode && pAPos->nNode < rRg.aEnd ) in _SaveFlyInRange()
596 if( pREnd->nNode > rRg.aStart && pREnd->nNode < rRg.aEnd ) in lcl_SaveRedlines()
611 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
618 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
623 else if( pRStt->nNode < rRg.aEnd ) in lcl_SaveRedlines()
626 if( pREnd->nNode < rRg.aEnd || in lcl_SaveRedlines()
639 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
648 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
1171 bUpdateFtn = lcl_SaveFtn( rRange.aStart, rRange.aEnd, rPos, in MoveNodeRange()
1204 _DelBookmarks(rRange.aStart, rRange.aEnd, &aSaveBkmks); in MoveNodeRange()
[all …]
/aoo42x/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx110 const basegfx::B2DPoint aEnd(aCandidate.getB2DPoint(nNextIndex)); in SetSegmentsKind() local
112 aCandidate.setNextControlPoint(nPntNum, interpolate(aStart, aEnd, (1.0 / 3.0))); in SetSegmentsKind()
113 aCandidate.setPrevControlPoint(nNextIndex, interpolate(aStart, aEnd, (2.0 / 3.0))); in SetSegmentsKind()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx464 sal_uInt32 nCount(static_cast<sal_uInt32>(rRange.aEnd.Col() - in AddRelation()
465 rRange.aStart.Col() + 1) * (rRange.aEnd.Row() - in AddRelation()
472 …32 nRow = rRange.aStart.Row(); nRow <= sal::static_int_cast<sal_uInt32>(rRange.aEnd.Row()); ++nRow) in AddRelation()
474 …32 nCol = rRange.aStart.Col(); nCol <= sal::static_int_cast<sal_uInt32>(rRange.aEnd.Col()); ++nCol) in AddRelation()
615 bHasScenario = (aRange.aStart.Col() == nPosX && aRange.aEnd.Row() == nPosY-1); in IsDropdown()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx115 …ainer::XNamed > >::const_iterator aIt = rElements.begin(), aEnd = rElements.end(); aIt != aEnd; ++… in SequenceToContainer()
132 …ans::NamedValue >::const_iterator aIt = rElements.begin(), aEnd = rElements.end(); aIt != aEnd; ++… in SequenceToContainer()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DJoinController.cxx412 OJoinTableView::OTableWindowMap::iterator aEnd = pTabWinList->end(); in SaveTabWinsPosSize() local
413 for(;aIter != aEnd;++aIter) in SaveTabWinsPosSize()
511 TTableWindowData::const_iterator aEnd = m_vTableData.end(); in saveTableWindows() local
512 for ( sal_Int32 i = 1; aIter != aEnd; ++aIter, ++i ) in saveTableWindows()

Completed in 559 milliseconds

12345678910>>...28