| /aoo4110/main/svl/source/items/ | 
| H A D | poolio.cxx | 669 				rStream.Seek(nLastPos);  in Load()856 		sal_uLong nLastPos = rStream.Tell();  in Load1_Impl()  local
 872 			rStream.Seek(nLastPos);  in Load1_Impl()
 878 			sal_uLong nPos = nLastPos;  in Load1_Impl()
 903 				nLastPos = rStream.Tell();  in Load1_Impl()
 913 				nLastPos = nPos + nAttrSize;  in Load1_Impl()
 914 				rStream.Seek( nLastPos );  in Load1_Impl()
 970 	sal_uLong nLastPos = rStream.Tell();  in Load1_Impl()  local
 981 		sal_uLong nPos = nLastPos;  in Load1_Impl()
 997 		nLastPos = rStream.Tell();  in Load1_Impl()
 [all …]
 
 | 
| /aoo4110/main/l10ntools/source/ | 
| H A D | tagtest.cxx | 89     sal_uInt16 nLastPos = 2;    // skip initial  \<  in SplitTag()  local90     sal_uInt16 nCheckPos = nLastPos;  in SplitTag()
 101     while ( nLastPos < aTokenString.Len() && aTokenString.GetChar( nLastPos ) == ' ')  in SplitTag()
 102         nLastPos++;  in SplitTag()
 104     nCheckPos = aTokenString.SearchChar( aDelims.GetBuffer(), nLastPos );  in SplitTag()
 107         aPortion = aTokenString.Copy( nLastPos, nCheckPos-nLastPos );  in SplitTag()
 370         nLastPos = nCheckPos;  in SplitTag()
 374             while ( nLastPos < aTokenString.Len() && aTokenString.GetChar( nLastPos ) == ' ')  in SplitTag()
 375                 nLastPos++;  in SplitTag()
 377         nCheckPos = aTokenString.SearchChar( aDelims.GetBuffer(), nLastPos );  in SplitTag()
 
 | 
| /aoo4110/main/filter/source/svg/ | 
| H A D | svgfontexport.cxx | 143                         sal_Int32                               nCurPos = 0, nLastPos = -1;  in implCollectGlyphs()  local145                         while( ( nCurPos < aText.getLength() ) && ( nCurPos > nLastPos ) )  in implCollectGlyphs()
 149                             nLastPos = nCurPos;  in implCollectGlyphs()
 154                             rGlyphSet.insert( aText.copy( nLastPos, nCurPos - nLastPos ) );  in implCollectGlyphs()
 
 | 
| H A D | svgwriter.cxx | 858 		sal_Int32 nCurPos = 0, nLastPos = 0, nX = aPos.X();  in ImplWriteText()  local872 					nLastPos = nCurPos;  in ImplWriteText()
 874 					nCount = nCurPos - nLastPos;  in ImplWriteText()
 913 					nLastPos = nCurPos;  in ImplWriteText()
 918 					nCount = nCurPos - nLastPos;  in ImplWriteText()
 923 						const ::rtl::OUString aGlyph( rText.Copy( nLastPos, nCount ) );  in ImplWriteText()
 
 | 
| /aoo4110/main/vcl/unx/generic/printergfx/ | 
| H A D | text_gfx.cxx | 472     int nDeltaAngle, nLastPos = 0;  in drawVerticalizedText()  local489         if( i <= nLen && i > nLastPos )  in drawVerticalizedText()
 491             for( int n = nLastPos; n < i; n++ )  in drawVerticalizedText()
 499             drawText( aPoint, pStr + nLastPos, i - nLastPos, pDelta + nLastPos );  in drawVerticalizedText()
 551         nLastPos = i;  in drawVerticalizedText()
 
 | 
| /aoo4110/main/xmloff/source/chart/ | 
| H A D | SchXMLChartContext.cxx | 185     sal_Int32 nLastPos = 0;  in lcl_getNumberSequenceFromString()  local189         nPos = rStr.indexOf( aSpace, nLastPos );  in lcl_getNumberSequenceFromString()
 190         if( nPos > nLastPos )  in lcl_getNumberSequenceFromString()
 192             aVec.push_back( rStr.copy( nLastPos, (nPos - nLastPos) ).toInt32() );  in lcl_getNumberSequenceFromString()
 195             nLastPos = nPos + 1;  in lcl_getNumberSequenceFromString()
 198     if( nLastPos != 0 &&  in lcl_getNumberSequenceFromString()
 199         rStr.getLength() > nLastPos )  in lcl_getNumberSequenceFromString()
 201         aVec.push_back( rStr.copy( nLastPos, (rStr.getLength() - nLastPos) ).toInt32() );  in lcl_getNumberSequenceFromString()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | rubydialog.hxx | 124 	long 				nLastPos;  member in SvxRubyDialog153 	long 				GetLastPos() const {return nLastPos;}  in GetLastPos()
 154 	void				SetLastPos(long nSet) {nLastPos = nSet;}  in SetLastPos()
 
 | 
| /aoo4110/main/svtools/source/filter/ixbm/ | 
| H A D | xbmread.cxx | 40 			nLastPos		( rStm.Tell() ),  in XBMReader()287 		rIStm.Seek( nLastPos );  in ReadXBM()
 302 					rIStm.Seek( nLastPos );  in ReadXBM()
 
 | 
| /aoo4110/main/framework/source/layoutmanager/ | 
| H A D | toolbarlayoutmanager.cxx | 2047     sal_Int32 nLastPos( 0 );  in implts_getDockingAreaElementInfos()  local2079                 nLastPos = 0;  in implts_getDockingAreaElementInfos()
 2094                 nLastPos = 0;  in implts_getDockingAreaElementInfos()
 2111                 nLastPos += aPosSize.Width;  in implts_getDockingAreaElementInfos()
 2137                 nLastPos = 0;  in implts_getDockingAreaElementInfos()
 2152                 nLastPos = 0;  in implts_getDockingAreaElementInfos()
 2161             if ( rElement.m_aDockedData.m_aPos.Y() > nLastPos )  in implts_getDockingAreaElementInfos()
 2169                 nLastPos += aPosSize.Height;  in implts_getDockingAreaElementInfos()
 2242     sal_Int32 nLastPos( 0 );  in implts_getDockingAreaElementInfoOnSingleRowCol()  local
 2260             if ( rElement.m_aDockedData.m_aPos.X() > nLastPos )  in implts_getDockingAreaElementInfoOnSingleRowCol()
 [all …]
 
 | 
| /aoo4110/main/svtools/source/filter/jpeg/ | 
| H A D | jpeg.cxx | 316 		nLastPos		( rStm.Tell() ),  in JPEGReader()321 	nFormerPos = nLastPos;  in JPEGReader()
 582 			rIStm.Seek( nLastPos );  in Read()
 588 	rIStm.Seek( nLastPos );  in Read()
 
 | 
| /aoo4110/main/sw/source/ui/app/ | 
| H A D | docstyle.cxx | 2445 	nLastPos = 0;  in SwStyleSheetIterator()2478 	nLastPos = 0;  in First()
 2801 		nLastPos = USHRT_MAX;  in First()
 2809 	nLastPos++;  in Next()
 2810 	if(aLst.Count() > 0 && nLastPos < aLst.Count())  in Next()
 2812 		mxIterSheet->PresetNameAndFamily(*aLst[nLastPos]);  in Next()
 2831 	nLastPos = lcl_FindName( aLst, nSearchFamily, rName );  in Find()
 2832 	if( USHRT_MAX != nLastPos )  in Find()
 2835 		mxStyleSheet->PresetNameAndFamily(*aLst[nLastPos]);  in Find()
 
 | 
| /aoo4110/main/svx/source/xoutdev/ | 
| H A D | xexch.cxx | 126 		const sal_uIntPtr nLastPos = rOStm.Tell();  in operator <<()  local129 		rOStm.Seek( nLastPos );  in operator <<()
 
 | 
| /aoo4110/main/sw/source/core/doc/ | 
| H A D | gctable.cxx | 104 	sal_uInt16 nPos, nLastPos = 0;  in lcl_FindEndPosOfBorder()  local115 		nLastPos = nPos;  in lcl_FindEndPosOfBorder()
 117 	return nLastPos;  in lcl_FindEndPosOfBorder()
 
 | 
| /aoo4110/main/editeng/source/editeng/ | 
| H A D | textconv.cxx | 328     aSelection.nStartPos = (sal_uInt16) (nLastPos + nUnitOffset + nUnitStart);  in SelectNewUnit_impl()329     aSelection.nEndPos   = (sal_uInt16) (nLastPos + nUnitOffset + nUnitEnd);  in SelectNewUnit_impl()
 351     nLastPos =  aSelection.nStartPos;  in GetNextPortion()
 
 | 
| /aoo4110/main/svtools/source/filter/igif/ | 
| H A D | gifread.cxx | 48 			nLastPos		( rStm.Tell() ),  in GIFReader()625 	rIStm.Seek( nLastPos );  in ProcessGIF()
 775 		nLastPos = rIStm.Tell();  in ProcessGIF()
 
 | 
| /aoo4110/main/sd/source/ui/unoidl/ | 
| H A D | unosrch.cxx | 497 	sal_Int32 nLastPos = 0, nLastPara = 0;  in Search()  local550 								nLastPos = aStartSel.nStartPos;  in Search()
 571 								nLastPos = aStartSel.nStartPos - 1;  in Search()
 582 				*pPos++ = nLastPos + 1;  in Search()
 
 | 
| /aoo4110/main/sw/source/core/docnode/ | 
| H A D | ndtbl.cxx | 451         sal_uInt16 nLastPos = (*pColArr)[ sal_uInt16(pColArr->Count()-1)];  in InsertTable()  local454             sal_uInt16 nFrmWidth = nLastPos;  in InsertTable()
 455             nLastPos = (*pColArr)[ sal_uInt16(pColArr->Count()-2)];  in InsertTable()
 458         nWidth = nLastPos - nSttPos;  in InsertTable()
 1091 		sal_uInt16 nLastPos = 0;  in TextToTable()  local
 1096 												aPosArr[ n ] - nLastPos ));  in TextToTable()
 1102 			nLastPos = aPosArr[ n ];  in TextToTable()
 1108         pBoxFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nLastPos ));  in TextToTable()
 1448         sal_uInt16 nLastPos = 0;  in TextToTable()  local
 1459             nLastPos = aPosArr[ n ];  in TextToTable()
 [all …]
 
 | 
| /aoo4110/main/sw/source/ui/lingu/ | 
| H A D | hhcwrp.cxx | 131     nLastPos        = 0;  in SwHHCWrapper()218     nLastPos =  pCrsr->Start()->nContent.GetIndex();  in GetNextPortion()
 225     pCrsr->GetPoint()->nContent = nLastPos;  in SelectNewUnit_impl()
 
 | 
| /aoo4110/main/sc/source/ui/dbgui/ | 
| H A D | csvruler.cxx | 585     sal_Int32 nLastPos = GetPosFromX( GetWidth() );  in ImplDrawBackgrDev()  local587     for( nPos = nFirstPos; nPos <= nLastPos; ++nPos )  in ImplDrawBackgrDev()
 599     for( nPos = ((nFirstPos + 9) / 10) * 10; nPos <= nLastPos; nPos += 10 )  in ImplDrawBackgrDev()
 
 | 
| /aoo4110/main/i18npool/source/search/ | 
| H A D | textsearch.cxx | 837 	int nLastPos = 0;  in RESrchBkwrd()  local840 		nLastPos = pRegexMatcher->start( nIcuErr);  in RESrchBkwrd()
 844 		if( nFoundEnd == nLastPos)  in RESrchBkwrd()
 849 	pRegexMatcher->find( nLastPos, nIcuErr);  in RESrchBkwrd()
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | impanmvw.cxx | 219 		const sal_uLong				nLastPos = mpParent->Count() - 1;  in ImplDraw()  local220 		const AnimationBitmap&	rAnm = mpParent->Get( (sal_uInt16) ( mnActPos = Min( nPos, nLastPos ) ) );  in ImplDraw()
 
 | 
| H A D | dibtools.cxx | 1288         sal_uLong nLastPos(0);  in ImplWriteDIBBody()  local1313         nLastPos = rOStm.Tell();  in ImplWriteDIBBody()
 1314 		nCodedSize = nLastPos - nCodedPos - 12;  in ImplWriteDIBBody()
 1317 		rOStm.Seek(nLastPos);  in ImplWriteDIBBody()
 
 | 
| /aoo4110/main/sc/source/filter/excel/ | 
| H A D | xecontent.cxx | 1244         size_t nLastPos = maDVList.GetSize() - 1;  in SearchOrCreateDv()  local1247         while( (nFirstPos <= nLastPos) && bLoop )  in SearchOrCreateDv()
 1249             nCurrPos = (nFirstPos + nLastPos) / 2;  in SearchOrCreateDv()
 1257                 nLastPos = nCurrPos - 1;  in SearchOrCreateDv()
 
 | 
| /aoo4110/main/svtools/source/brwbox/ | 
| H A D | brwbox1.cxx | 1720 		sal_uInt16 nLastPos = GetColumnAtXPosPixel(  in GoToColumnId()  local1723 		if ( bMakeVisible && nLastPos &&  in GoToColumnId()
 1724 			 nNewPos >= nFrozen && ( nNewPos < nFirstPos || nNewPos > nLastPos ) )  in GoToColumnId()
 1728 			else if ( nNewPos > nLastPos )  in GoToColumnId()
 1729 				ScrollColumns( nNewPos-nLastPos );  in GoToColumnId()
 
 | 
| /aoo4110/main/sw/source/core/layout/ | 
| H A D | ftnfrm.cxx | 1438     sal_uLong nLastPos = 0;  in InsertFtn()  local1493 				nLastPos = nCmpPos;  in InsertFtn()
 1523 					ASSERT( nCmpPos > nLastPos, "InsertFtn: Order of FtnFrm's buggy" );  in InsertFtn()
 1561 			nLastPos = nCmpPos;  in InsertFtn()
 1598 				if ( (nLastPos < nCmpPos) && (nCmpPos > nStPos) )  in InsertFtn()
 
 |