Home
last modified time | relevance | path

Searched refs:aEnd (Results 626 – 650 of 681) sorted by relevance

1...<<2122232425262728

/aoo42x/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx245 if ( rRef.aStart != rRef.aEnd ) in SetReference()
/aoo42x/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx184 ScAddress& rEnd = theCurArea.aEnd; in Init()
/aoo42x/main/sw/source/core/access/
H A Daccmap.cxx804 Rectangles::const_iterator aEnd = maLogicRects.end(); in AdjustMapMode() local
805 Rectangles::const_iterator aFound = ::std::find_if( aBegin, aEnd, in AdjustMapMode()
808 if( aFound != aEnd ) in AdjustMapMode()
/aoo42x/main/sw/source/core/doc/
H A Ddocbm.cxx130 SwNodeIndex aEnd = SwNodeIndex(rEnd); in lcl_FindExpelPosition() local
131 pNode = rEnd.GetNodes().GoNext( &aEnd ); in lcl_FindExpelPosition()
/aoo42x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1834 const OValueRefVector::Vector::iterator aEnd = m_aInsertRow->get().end(); in clearInsertRow() local
1835 for(sal_Int32 nPos = 0;aIter != aEnd;++aIter,++nPos) in clearInsertRow()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx482 ::std::map<sal_Int32,sal_Int32>::iterator aEnd = aColumnMatching.end(); in getTablePrivileges()
483 for (;aIter != aEnd ; ++aIter) in getTablePrivileges()
/aoo42x/main/sc/source/ui/app/
H A Dscmod.cxx1730 SCTAB nEndTab = aNew.aEnd.Tab(); in SetReference()
1733 aNew.aEnd.SetTab(nEndTab); in SetReference()
H A Dinputhdl.cxx186 aRange.aEnd.SetTab( aRange.aStart.Tab() ); in InitRangeFinder()
2869 DBG_ASSERT(rRef.aStart.Tab()==rRef.aEnd.Tab(), "nStartTab!=nEndTab"); in SetReference()
2887 rRef.aStart.Tab() != rRef.aEnd.Tab() ) && pDoc ) in SetReference()
/aoo42x/main/animations/source/animcore/
H A Danimcore.cxx1186 ChildList_t::iterator aEnd( maChilds.end() ); in createClone() local
1187 while( aIter != aEnd ) in createClone()
/aoo42x/main/cui/source/options/
H A Doptgdlg.cxx586 const ServiceVector::const_iterator aEnd=maAvailableImplementations.end(); in IsHardwareAccelerationAvailable() local
587 while( aCurr != aEnd ) in IsHardwareAccelerationAvailable()
H A Doptcolor.cxx1006 ::std::vector< Window* >::iterator aEnd = aChapterWins.end(); in DataChanged()
1007 for(;aIter != aEnd; ++aIter ) in DataChanged()
/aoo42x/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx2016 const PolyPolyVector::const_iterator aEnd( aVCLPolyPolyVector.end() ); in createOutline() local
2017 for( ; aIter!= aEnd; ++aIter ) in createOutline()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1419 Controllers::iterator aEnd = aCopy.end(); in impl_closeControllerFrames_nolck_throw() local
1420 for ( Controllers::iterator aIter = aCopy.begin(); aIter != aEnd ; ++aIter ) in impl_closeControllerFrames_nolck_throw()
/aoo42x/main/sc/source/core/data/
H A Dtable4.cxx942 SCCOL nCol2 = rSource.aEnd.Col(); in GetAutoFillPreview()
943 SCROW nRow2 = rSource.aEnd.Row(); in GetAutoFillPreview()
/aoo42x/main/svtools/source/filter/
H A Dfilter.cxx1532 std::vector< vcl::PNGReader::ChunkData >::const_iterator aEnd ( rChunkData.end() ); in ImportGraphic() local
1533 while( aIter != aEnd ) in ImportGraphic()
/aoo42x/main/cui/source/dialogs/
H A DSpellDialog.cxx1574 TextPaM aEnd(0, pCharAttr->GetEnd()); in PreNotify() local
1575 TextSelection aNewSel(aStart, aEnd); in PreNotify()
/aoo42x/main/filter/source/flash/
H A Dswfwriter1.cxx404 const FontMap::iterator aEnd( maFonts.end() ); in Impl_getFont() local
406 while( aIter != aEnd ) in Impl_getFont()
/aoo42x/main/sc/source/ui/view/
H A Dviewfun5.cxx554 aSource.aEnd.SetTab( nSrcTab ); in PasteDataFormat()
/aoo42x/main/sc/source/filter/excel/
H A Dexcrecds.cxx885 aDestRange.aEnd.IncCol( nColCnt - 1 ); in ExcAutoFilterRecs()
/aoo42x/main/formula/source/ui/dlg/
H A Dformula.cxx1266 ::std::vector< ::rtl::OUString >::iterator aEnd = m_aArguments.end(); in EditFuncParas()
1267 for(sal_uInt16 i=0;aIter != aEnd;i++,++aIter) in EditFuncParas()
/aoo42x/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx527 ::std::vector<sal_Int32>::const_iterator aEnd = _aSize.end(); in collectStyleNames()
528 for (;aIter2 != aEnd ; ++aIter,++aIter2) in collectStyleNames()
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx1786 ::std::bit_vector::iterator aEnd = m_aSet.end(); in getByIndex()
1789 for(; aIter != aEnd && i <= Index; ++aIter) in getByIndex()
/aoo42x/main/connectivity/source/parse/
H A Dsqliterator.cxx2111 OSQLTables::const_iterator aEnd = _rTables.end(); in findColumn() local
2112 for(OSQLTables::const_iterator aIter = _rTables.begin(); aIter != aEnd; ++aIter) in findColumn()
/aoo42x/main/tools/source/generic/
H A Dpoly.cxx2365 const Point aEnd(FRound(aClosingPoint.getX()), FRound(aClosingPoint.getY())); in Polygon() local
2366 mpImplPolygon->mpPointAry[nArrayInsert] = aEnd; in Polygon()
/aoo42x/main/sc/source/ui/attrdlg/
H A Dcondfrmt.cxx364 if ( rRef.aStart != rRef.aEnd ) in SetReference()

Completed in 267 milliseconds

1...<<2122232425262728