| /aoo41x/main/tools/source/communi/ | 
| H A D | geninfo.cxx | 201 	sal_uIntPtr nActPos = nStart + (( nEnd - nStart ) / 2 );  in Search()  local202 	rPos = nActPos;  in Search()
 206 		return GetObject( nActPos ); // found !!!  in Search()
 210 		return Search( rPos, sKey, nActPos + 1, nEnd );  in Search()
 212 		return Search( rPos, sKey, nStart, nActPos );  in Search()
 305 	sal_uIntPtr nActPos = nStart + (( nEnd - nStart ) / 2 );  in InsertSorted()  local
 312 		return nActPos;  in InsertSorted()
 327 	if ( nActPos == Count() - 1 ) {  in InsertSorted()
 330 		return ( nActPos + 1 );  in InsertSorted()
 336 		Insert( pInfo, nActPos + 1 );  in InsertSorted()
 [all …]
 
 | 
| /aoo41x/main/sw/source/ui/docvw/ | 
| H A D | srcedtw.cxx | 99 	while(nActPos < nStrLen)  in lcl_Highlight()102 		if(rSource.GetChar(nActPos) == cOpenBracket && nActPos < nStrLen - 2 )  in lcl_Highlight()
 123 					nActPos < nStrLen - 3 && cMinus == rSource.GetChar((xub_StrLen)(nActPos + 3)))  in lcl_Highlight()
 129 				nPortStart = nActPos;  in lcl_Highlight()
 130 				nPortEnd = nActPos + 1;  in lcl_Highlight()
 135 				nPortStart = nActPos;  in lcl_Highlight()
 136 				nActPos++;  in lcl_Highlight()
 159 					String sToken = rSource.Copy(nActPos + 1, nSrchPos - nActPos - 1 );  in lcl_Highlight()
 167 						nPortStart = nActPos;  in lcl_Highlight()
 212 		nActPos++;  in lcl_Highlight()
 [all …]
 
 | 
| /aoo41x/main/filter/source/xsltdialog/ | 
| H A D | xmlfileview.cxx | 694 	while(nActPos < nStrLen)  in lcl_Highlight()697 		if(rSource.GetChar(nActPos) == cOpenBracket && nActPos < nStrLen - 2 )  in lcl_Highlight()
 718 					nActPos < nStrLen - 3 && cMinus == rSource.GetChar((xub_StrLen)(nActPos + 3)))  in lcl_Highlight()
 724 				nPortStart = nActPos;  in lcl_Highlight()
 725 				nPortEnd = nActPos + 1;  in lcl_Highlight()
 730 				nPortStart = nActPos;  in lcl_Highlight()
 731 				nActPos++;  in lcl_Highlight()
 754 					String sToken = rSource.Copy(nActPos + 1, nSrchPos - nActPos - 1 );  in lcl_Highlight()
 762 						nPortStart = nActPos;  in lcl_Highlight()
 809 		nActPos++;  in lcl_Highlight()
 [all …]
 
 | 
| /aoo41x/main/sw/source/ui/shells/ | 
| H A D | listsh.cxx | 80     const sal_uInt16 nActPos = rSh.GetOutlinePos();  in TYPEINIT1()  local81     if ( nActPos < USHRT_MAX && rSh.IsOutlineMovable( nActPos ) )  in TYPEINIT1()
 84         rSh.MakeOutlineSel( nActPos, nActPos, sal_True );  in TYPEINIT1()
 89             const sal_uInt16 nActLevel = static_cast<sal_uInt16>(pIDoc->getOutlineLevel( nActPos ));  in TYPEINIT1()
 90             sal_uInt16 nActEndPos = nActPos + 1;  in TYPEINIT1()
 116                 if ( nActPos > 0 )  in TYPEINIT1()
 119                     sal_uInt16 nDest = nActPos - 1;  in TYPEINIT1()
 123                     nDir = nDest - nActPos;  in TYPEINIT1()
 130                 rSh.GotoOutline( nActPos + nDir );  in TYPEINIT1()
 
 | 
| /aoo41x/main/sw/source/ui/utlui/ | 
| H A D | content.cxx | 1684 				const sal_uInt16 nActPos = pShell->GetOutlinePos(MAXLEVEL);  in Display()  local2280 			if ( nActPos < USHRT_MAX &&  in ExecCommand()
 2281 					( !nMove || pShell->IsOutlineMovable( nActPos )) )  in ExecCommand()
 2286 				pShell->MakeOutlineSel( nActPos, nActPos,  in ExecCommand()
 2291 					if( !bModifier && ((nDir == -1 && nActPos > 0) ||  in ExecCommand()
 2292 						(nDir == 1 && nActPos < GetEntryCount() - 2 )) )  in ExecCommand()
 2296 						pShell->GotoOutline( nActPos + nDir);  in ExecCommand()
 2300 						sal_uInt16 nActEndPos = nActPos;  in ExecCommand()
 2352 							nDest = nActPos;  in ExecCommand()
 2366 							nDir = nDest - nActPos;  in ExecCommand()
 [all …]
 
 | 
| /aoo41x/main/cui/source/tabpages/ | 
| H A D | backgrnd.cxx | 87     sal_uInt16          nActPos;  member99 	sal_uInt16 			nActPos;  member
 591 			pTableBck_Impl->nActPos = nValue;  in Reset()
 630 			pParaBck_Impl->nActPos = nValue;  in Reset()
 1666 	if( pTableBck_Impl && pTableBck_Impl->nActPos != nSelPos)  in IMPL_LINK()
 1670         switch(pTableBck_Impl->nActPos)  in IMPL_LINK()
 1685 		pTableBck_Impl->nActPos = nSelPos;  in IMPL_LINK()
 1745 	if( pParaBck_Impl && pParaBck_Impl->nActPos != nSelPos)  in IMPL_LINK()
 1748 		switch(pParaBck_Impl->nActPos)  in IMPL_LINK()
 1757 		pParaBck_Impl->nActPos = nSelPos;  in IMPL_LINK()
 
 | 
| H A D | page.cxx | 599 	sal_uInt16 nActPos = LISTBOX_ENTRY_NOTFOUND;  in Reset()  local616 			nActPos = nPos;  in Reset()
 621     aPaperSizeBox.SelectEntryPos( nActPos != LISTBOX_ENTRY_NOTFOUND ? nActPos : nUserPos );  in Reset()
 
 | 
| /aoo41x/main/sw/source/core/txtnode/ | 
| H A D | txtedt.cxx | 1150 …TxtFrm::_AutoSpell( const SwCntntNode* pActNode, const SwViewOption& rViewOpt, xub_StrLen nActPos )  in _AutoSpell()  argument1161     if( pNode != pActNode || !nActPos )  in _AutoSpell()
 1162         nActPos = STRING_LEN;  in _AutoSpell()
 1268                             nBegin, nLen, nInsertPos, nActPos ) )  in _AutoSpell()
 1301                                       nEnd, 0, nInsertPos, nActPos );  in _AutoSpell()
 1462 void SwTxtFrm::CollectAutoCmplWrds( SwCntntNode* pActNode, xub_StrLen nActPos )  in CollectAutoCmplWrds()  argument
 1465 	if( pNode != pActNode || !nActPos )  in CollectAutoCmplWrds()
 1466 		nActPos = STRING_LEN;  in CollectAutoCmplWrds()
 1490 				if( nActPos < nBegin || ( nBegin + nLen ) < nActPos )  in CollectAutoCmplWrds()
 
 | 
| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 348         nError = xLockBytes->ReadAt( nActPos, pData, nSize, &nRet );  in GetData()349         nActPos += nRet;  in GetData()
 370         nError = xLockBytes->WriteAt( nActPos, pData, nSize, &nRet );  in PutData()
 371         nActPos += nRet;  in PutData()
 386         nActPos = aStat.nSize;  in SeekPos()
 389         nActPos = nPos;  in SeekPos()
 390     return nActPos;  in SeekPos()
 414     nActPos             = 0;  in ImpInit()
 
 | 
| /aoo41x/main/sw/source/core/access/ | 
| H A D | accdoc.cxx | 734 					sal_uInt16 nActPos = 0;  in getExtendedAttributes()  local746 						nActPos = pPoint->nContent.GetIndex();  in getExtendedAttributes()
 747 						nLineNum += pCurrTxtFrm->GetLineCount( nActPos );  in getExtendedAttributes()
 755 							nActPos = pPoint->nContent.GetIndex();  in getExtendedAttributes()
 756 							nLineNum += pCurrTxtFrm->GetLineCount( nActPos );  in getExtendedAttributes()
 
 | 
| /aoo41x/main/svtools/source/filter/wmf/ | 
| H A D | emfwr.cxx | 302 		sal_Int32 nFillBytes, nActPos = mpStm->Tell();  in ImplEndRecord()  local304 		nFillBytes = nActPos - mnRecordPos;  in ImplEndRecord()
 308 		*mpStm << (sal_uInt32)( ( nActPos - mnRecordPos ) + nFillBytes );  in ImplEndRecord()
 309 		mpStm->Seek( nActPos );  in ImplEndRecord()
 
 | 
| /aoo41x/main/sw/source/core/crsr/ | 
| H A D | swcrsr.cxx | 70 	sal_uLong nActPos;  member76 		nActPos = nStt;  in _PercentHdl()
 100 		nActPos = nStt;  in _PercentHdl()
 111 		{ ::SetProgressState( bBack ? nActPos - nPos : nPos, pDSh ); }  in NextPos()
 120 			::SetProgressState( bBack ? nActPos - nPos : nPos, pDSh );  in NextPos()
 894 			pPHdl->NextPos( ++pPHdl->nActPos );  in lcl_FindSelection()
 
 | 
| /aoo41x/main/svx/source/gallery2/ | 
| H A D | galexpl.cxx | 301 …for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(), nActPos = 0; ( i < nCount ) && !bRet; i…  in GetSdrObj()  local305 					if( nActPos++ == nSdrModelPos )  in GetSdrObj()
 
 | 
| /aoo41x/main/svtools/source/filter/jpeg/ | 
| H A D | jpeg.cxx | 203                 long nActPos = pSvStm->Tell();  in StreamRead()  local214                         pSvStm->Seek( nActPos );  in StreamRead()
 
 | 
| /aoo41x/main/sw/source/core/edit/ | 
| H A D | editsh.cxx | 1001 			xub_StrLen nActPos = bActPos && aStart == rPtIdx ?  in GetLineCount()  local1003 			nRet = nRet + ((SwTxtFrm*)pCntFrm)->GetLineCount( nActPos );  in GetLineCount()
 
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | impgraph.cxx | 1800 				    sal_uLong	nActPos = rIStm.Tell();  in operator >>()  local1803 				    rIStm.Seek( nActPos );  in operator >>()
 
 | 
| H A D | cvtsvm.cxx | 1417 	const sal_uLong nActPos = rOStm.Tell();  in ImplConvertToSVM1()  local1421 	rOStm.Seek( nActPos );  in ImplConvertToSVM1()
 
 | 
| /aoo41x/main/sw/source/core/inc/ | 
| H A D | txtfrm.hxx | 224                                  xub_StrLen nInsertPos, xub_StrLen nActPos,
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 244 	sal_Size		nActPos;		//  member in SvStream
 |