| /aoo41x/main/sw/source/core/doc/ | 
| H A D | docdde.cxx | 358 				sal_uInt16 nTmpPos;  in SelectServerObj()  local359 				rOutlNds.Seek_Entry( pNd, &nTmpPos );  in SelectServerObj()
 363 				for( ++nTmpPos;  in SelectServerObj()
 364 						nTmpPos < rOutlNds.Count() &&  in SelectServerObj()
 365 						nLvl < rOutlNds[ nTmpPos ]->GetTxtNode()->  in SelectServerObj()
 368 					++nTmpPos )  in SelectServerObj()
 371 				if( nTmpPos < rOutlNds.Count() )  in SelectServerObj()
 372 					rpRange->aEnd = *rOutlNds[ nTmpPos ];  in SelectServerObj()
 
 | 
| H A D | docnum.cxx | 466     sal_uInt16 nTmpPos = 0;  in MoveOutlinePara()  local472     if( GetNodes().GetOutLineNds().Seek_Entry( pEndSrch, &nTmpPos ) )  in MoveOutlinePara()
 477             ++nTmpPos; // For sub outlines only!  in MoveOutlinePara()
 480     aEndRg = nTmpPos < GetNodes().GetOutLineNds().Count()  in MoveOutlinePara()
 481                     ? *GetNodes().GetOutLineNds()[ nTmpPos ]  in MoveOutlinePara()
 484         nAktPos = nTmpPos;  in MoveOutlinePara()
 
 | 
| /aoo41x/main/framework/source/uielement/ | 
| H A D | menubarmerger.cxx | 113             sal_uInt16 nTmpPos = FindMenuItem( aCmd, pCurrMenu );  in FindReferencePath()  local114             if ( nTmpPos != MENU_ITEM_NOTFOUND )  in FindReferencePath()
 115                 nPos = nTmpPos;  in FindReferencePath()
 116             eResult = ( nTmpPos != MENU_ITEM_NOTFOUND ) ? RP_OK : RP_MENUITEM_NOT_FOUND;  in FindReferencePath()
 121             sal_uInt16 nTmpPos = FindMenuItem( aCmd, pCurrMenu );  in FindReferencePath()  local
 122             if ( nTmpPos != MENU_ITEM_NOTFOUND )  in FindReferencePath()
 124                 sal_uInt16 nItemId = pCurrMenu->GetItemId( nTmpPos );  in FindReferencePath()
 130                     nPos    = nTmpPos;  in FindReferencePath()
 
 | 
| H A D | dropdownboxtoolbarcontroller.cxx | 290                 sal_Int32 nTmpPos = 0;  in executeControlCommand()  local291                 if ( rControlCommand.Arguments[i].Value >>= nTmpPos )  in executeControlCommand()
 293                     if (( nTmpPos >= 0 ) &&  in executeControlCommand()
 294                         ( nTmpPos < sal_Int32( m_pListBoxControl->GetEntryCount() )))  in executeControlCommand()
 295                         nPos = sal_uInt16( nTmpPos );  in executeControlCommand()
 
 | 
| H A D | togglebuttontoolbarcontroller.cxx | 240                     sal_Int32 nTmpPos = 0;  in executeControlCommand()  local241                     if ( rControlCommand.Arguments[i].Value >>= nTmpPos )  in executeControlCommand()
 243                         if (( nTmpPos >= 0 ) && ( nTmpPos < sal_Int32( nSize )))  in executeControlCommand()
 244                             nPos = nTmpPos;  in executeControlCommand()
 
 | 
| H A D | comboboxtoolbarcontroller.cxx | 354                 sal_Int32 nTmpPos = 0;  in executeControlCommand()  local355                 if ( rControlCommand.Arguments[i].Value >>= nTmpPos )  in executeControlCommand()
 357                     if (( nTmpPos >= 0 ) &&  in executeControlCommand()
 358                         ( nTmpPos < sal_Int32( m_pComboBox->GetEntryCount() )))  in executeControlCommand()
 359                         nPos = sal_uInt16( nTmpPos );  in executeControlCommand()
 
 | 
| /aoo41x/main/sw/source/core/text/ | 
| H A D | frmcrsr.cxx | 1010             xub_StrLen nTmpPos = nPos - nIdx;  in lcl_VisualMoveRecursion()  local1016             nPos = nTmpPos + nIdx;  in lcl_VisualMoveRecursion()
 1069             xub_StrLen nTmpPos = nPos - nIdx;  in lcl_VisualMoveRecursion()  local
 1081                 nTmpPos = nTmpPos - pPor->GetLen();  in lcl_VisualMoveRecursion()
 1086             nPos = nTmpPos + nIdx;  in lcl_VisualMoveRecursion()
 1150     xub_StrLen nTmpPos;  in PrepareVisualMove()  local
 1160             if ( nTmpPos + 1 < nStt + nLen )  in PrepareVisualMove()
 1161                 ++nTmpPos;  in PrepareVisualMove()
 1170             if ( nTmpPos )  in PrepareVisualMove()
 1171                 --nTmpPos;  in PrepareVisualMove()
 [all …]
 
 | 
| H A D | frminf.cxx | 40     const xub_StrLen nTmpPos = nStart;  in GetTxtStart()  local41     const xub_StrLen nEnd = nTmpPos + pCurr->GetLen();  in GetTxtStart()
 44     for( i = nTmpPos; i < nEnd; ++i )  in GetTxtStart()
 60     const xub_StrLen nTmpPos = nStart;  in GetTxtEnd()  local
 61     const xub_StrLen nEnd = nTmpPos + pCurr->GetLen();  in GetTxtEnd()
 63     for( i = nEnd - 1; i >= nTmpPos; --i )  in GetTxtEnd()
 
 | 
| H A D | itrtxt.cxx | 454                         const sal_uInt16 nTmpPos = *pHt->GetStart();  in TruncLines()  local455                         if ( nEnd <= nTmpPos && nTmpPos < nRangeEnd )  in TruncLines()
 457                                 SwCharRange( nTmpPos, nTmpPos ), 0 );  in TruncLines()
 
 | 
| /aoo41x/main/svtools/source/edit/ | 
| H A D | textdata.cxx | 95 	sal_uInt16 nTmpPos = 0;  in FindPortion()  local99 		nTmpPos = nTmpPos + pPortion->GetLen();  in FindPortion()
 100 		if ( nTmpPos >= nCharPos )  in FindPortion()
 103             if ( ( nTmpPos != nCharPos ) || !bPreferStartingPortion || ( nPortion == Count() - 1 ) )  in FindPortion()
 105 			    nPortionStart = nTmpPos - pPortion->GetLen();  in FindPortion()
 
 | 
| H A D | texteng.cxx | 1840 	sal_uInt16 nTmpPos = 0;  in SplitTextPortion()  local1847 		nTmpPos = nTmpPos + pTP->GetLen();  in SplitTextPortion()
 1848 		if ( nTmpPos >= nPos )  in SplitTextPortion()
 1859 	sal_uInt16 nOverlapp = nTmpPos - nPos;  in SplitTextPortion()
 2400 		sal_uInt16 nTmpPos = nIndex;  in CreateLines()  local
 2416 			nPortionStart = nTmpPos;  in CreateLines()
 2447 			nTmpPos = nTmpPos + pPortion->GetLen();  in CreateLines()
 2448 			nPortionEnd = nTmpPos;  in CreateLines()
 2456 			nPortionEnd = nTmpPos;  in CreateLines()
 2457 			nTmpPos = nTmpPos - pPortion->GetLen();  in CreateLines()
 [all …]
 
 | 
| /aoo41x/main/editeng/source/editeng/ | 
| H A D | impedit3.cxx | 908 			nPortionStart = nTmpPos;  in CreateLines()921 					nTmpPos = nTmpPos - pPrev->GetLen();  in CreateLines()
 1147 			nTmpPos = nTmpPos + pPortion->GetLen();  in CreateLines()
 1148 			nPortionEnd = nTmpPos;  in CreateLines()
 1163 			nPortionEnd = nTmpPos;  in CreateLines()
 1165 			nPortionStart = nTmpPos;  in CreateLines()
 1172 			nTmpPos++;  in CreateLines()
 1188 			nPortionEnd = nTmpPos;  in CreateLines()
 2241 	sal_uInt16 nTmpPos = 0;  in SplitTextPortion()  local
 2247 		nTmpPos = nTmpPos + pTP->GetLen();  in SplitTextPortion()
 [all …]
 
 | 
| H A D | editdoc2.cxx | 115 	sal_uInt16 nTmpPos = 0;  in FindPortion()  local119 		nTmpPos = nTmpPos + pPortion->GetLen();  in FindPortion()
 120 		if ( nTmpPos >= nCharPos )  in FindPortion()
 123             if ( ( nTmpPos != nCharPos ) || !bPreferStartingPortion || ( nPortion == Count() - 1 ) )  in FindPortion()
 125 			    nPortionStart = nTmpPos - pPortion->GetLen();  in FindPortion()
 
 | 
| /aoo41x/main/sw/source/core/crsr/ | 
| H A D | trvlreg.cxx | 176 		xub_StrLen nTmpPos = bMoveBackward ? pCNd->Len() : 0;  in GotoCurrRegion()  local177 		pPos->nContent.Assign( pCNd, nTmpPos );  in GotoCurrRegion()
 214 		xub_StrLen nTmpPos = bMoveBackward ? pCNd->Len() : 0;  in GotoCurrRegionAndSkip()  local
 215 		pPos->nContent.Assign( pCNd, nTmpPos );  in GotoCurrRegionAndSkip()
 
 | 
| H A D | swcrsr.cxx | 295             xub_StrLen nTmpPos = bIsValidPos ? (bGoNxt ? 0 : pCNd->Len()) : nCntntPos;  in IsSelOvr()  local296             GetPoint()->nContent.Assign( pCNd, nTmpPos );  in IsSelOvr()
 379                 xub_StrLen nTmpPos = bGoNxt ? 0 : pCNd->Len();  in IsSelOvr()  local
 380                 GetPoint()->nContent.Assign( pCNd, nTmpPos );  in IsSelOvr()
 536                         xub_StrLen nTmpPos = bSelTop ? pCNd->Len() : 0;  in IsSelOvr()  local
 537                         GetPoint()->nContent.Assign( pCNd, nTmpPos );  in IsSelOvr()
 1702                         const xub_StrLen nTmpPos = bLeft ? pCntntNode->Len() : 0;  in LeftRight()  local
 1703 		        		GetPoint()->nContent.Assign( pCntntNode, nTmpPos );  in LeftRight()
 1738                     const xub_StrLen nTmpPos = bLeft ? pCntntNode->Len() : 0;  in LeftRight()  local
 1739                		GetPoint()->nContent.Assign( pCntntNode, nTmpPos );  in LeftRight()
 
 | 
| H A D | findfmt.cxx | 50 		xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len();  in Find()  local51 		pPam->GetPoint()->nContent.Assign( pNd, nTmpPos );  in Find()
 
 | 
| H A D | findattr.cxx | 928 		xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len();  in Find()  local929 		pPam->GetPoint()->nContent.Assign( pNd, nTmpPos );  in Find()
 1022 		xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len();  in Find()  local
 1023 		pPam->GetPoint()->nContent.Assign( pNd, nTmpPos );  in Find()
 
 | 
| H A D | findtxt.cxx | 245 		xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len();  in Find()  local246 		rCntntIdx.Assign( pNd, nTmpPos );  in Find()
 
 | 
| /aoo41x/main/sw/source/ui/fldui/ | 
| H A D | fldvar.cxx | 480                     sal_uInt16 nTmpPos = sCmd.SearchAndReplace( sfx2::cTokenSeperator, ' ' );  in IMPL_LINK()  local481                     sCmd.SearchAndReplace( sfx2::cTokenSeperator, ' ', nTmpPos );  in IMPL_LINK()
 1082 …                        sal_uInt16 nTmpPos = sValue.SearchAndReplace( ' ', sfx2::cTokenSeperator );  in IMPL_LINK()  local
 1083                             sValue.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos );  in IMPL_LINK()
 1120                         sal_uInt16 nTmpPos = sValue.SearchAndReplace( ' ', sfx2::cTokenSeperator );  in IMPL_LINK()  local
 1121                         sValue.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos );  in IMPL_LINK()
 
 | 
| H A D | fldmgr.cxx | 1058             sal_uInt16 nTmpPos = sCmd.SearchAndReplace( ' ', sfx2::cTokenSeperator );  in InsertFld()  local1059             sCmd.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos );  in InsertFld()
 1504             sal_uInt16 nTmpPos = sPar2.SearchAndReplace( ' ', sfx2::cTokenSeperator );  in UpdateCurFld()  local
 1505             sPar2.SearchAndReplace( ' ', sfx2::cTokenSeperator, nTmpPos );  in UpdateCurFld()
 
 | 
| /aoo41x/main/editeng/source/misc/ | 
| H A D | svxacorr.cxx | 617 			xub_StrLen n, nLen = 1, nTmpPos = nSttPos - 2;  in FnChgToEnEmDash()  local618 			if( '-' == ( cCh = rTxt.GetChar( nTmpPos-1 )) )  in FnChgToEnEmDash()
 620 				--nTmpPos;  in FnChgToEnEmDash()
 622 				cCh = rTxt.GetChar( nTmpPos-1 );  in FnChgToEnEmDash()
 635 					for( n = nTmpPos-1; n && lcl_IsInAsciiArr(  in FnChgToEnEmDash()
 641 						rDoc.Delete( nTmpPos, nTmpPos + nLen );  in FnChgToEnEmDash()
 642                         rDoc.Insert( nTmpPos, bAlwaysUseEmDash ? cEmDash : cEnDash );  in FnChgToEnEmDash()
 
 | 
| /aoo41x/main/sw/source/core/edit/ | 
| H A D | editsh.cxx | 961 	sal_uLong nTmpPos;  in GetLineCount()  local965 	else if( rPtIdx > ( nTmpPos = GetDoc()->GetNodes().GetEndOfExtras().GetIndex()) )  in GetLineCount()
 967 		aStart = nTmpPos + 1;  in GetLineCount()
 
 | 
| /aoo41x/main/vcl/source/control/ | 
| H A D | edit.cxx | 934             xub_StrLen nTmpPos = static_cast< xub_StrLen >( aSelection.Min() );  in ImplInsertText()  local940             rtl::OUString aOldText( maText.Copy(0, nTmpPos) );  in ImplInsertText()
 944                 xISC->correctInputSequence( aTmpText, nTmpPos - 1, cChar, nCheckMode );  in ImplInsertText()
 960 …Text.Erase( static_cast< xub_StrLen >( nChgPos ), static_cast< xub_StrLen >( nTmpPos - nChgPos ) );  in ImplInsertText()
 973                 if (!xISC->checkInputSequence( aOldText, nTmpPos - 1, cChar, nCheckMode ))  in ImplInsertText()
 
 | 
| /aoo41x/main/sw/source/filter/ww8/dump/ | 
| H A D | dump8a.cxx | 250 			sal_uLong nTmpPos = xTableStream->Tell();  in DumpNumList()  local258 			xTableStream->Seek( nTmpPos );  in DumpNumList()
 292 			sal_uLong nTmpPos = xTableStream->Tell();  in DumpNumList()  local
 316 			xTableStream->Seek( nTmpPos );  in DumpNumList()
 
 | 
| /aoo41x/main/sw/source/core/table/ | 
| H A D | swnewtable.cxx | 720                 sal_uInt16 nTmpPos = aInsPos[nLastLine];  in NewInsertCol()  local722                     ++nTmpPos;  in NewInsertCol()
 724                     pTmpLine->GetTabBoxes()[nTmpPos+j]->setRowSpan( nDiff );  in NewInsertCol()
 
 |