| /aoo4110/main/soldep/bootstrp/ | 
| H A D | sstring.cxx | 74 		if ( (nCurrent == nLower) || (nCurrent == nUpper) )  in GetPrevString()81 			nCurrent = (nCurrent + nLower) /2;  in GetPrevString()
 86 			nCurrent = (nUpper + nCurrent) /2;  in GetPrevString()
 89 			return nCurrent;  in GetPrevString()
 91 			return nCurrent;  in GetPrevString()
 92 		nRem = nCurrent;  in GetPrevString()
 234 		if ( (nCurrent == nLower) || (nCurrent == nUpper) )  in GetPrevString()
 241 			nCurrent = (nCurrent + nLower) /2;  in GetPrevString()
 246 			nCurrent = (nUpper + nCurrent) /2;  in GetPrevString()
 249 			return nCurrent;  in GetPrevString()
 [all …]
 
 | 
| H A D | prj.cxx | 521 	sal_uIntPtr nCurrent = nUpper / 2;  in GetPrevString()  local527 		if ( (nCurrent == nLower) || (nCurrent == nUpper) )  in GetPrevString()
 529 		pString = GetObject( nCurrent )->GetProject();  in GetPrevString()
 533 			nUpper = nCurrent;  in GetPrevString()
 534 			nCurrent = (nCurrent + nLower) /2;  in GetPrevString()
 538 			nLower = nCurrent;  in GetPrevString()
 539 			nCurrent = (nUpper + nCurrent) /2;  in GetPrevString()
 542 			return nCurrent;  in GetPrevString()
 543 		if ( nRem == nCurrent )  in GetPrevString()
 544 			return nCurrent;  in GetPrevString()
 [all …]
 
 | 
| /aoo4110/main/drawinglayer/source/primitive2d/ | 
| H A D | textbreakuphelper.cxx | 225                                     breakupPortion(aTempResult, nCurrent, a - nCurrent, false);  in breakup()226                                     nCurrent = a;  in breakup()
 231                             breakupPortion(aTempResult, nCurrent, a - nCurrent, false);  in breakup()
 243                                     if(a > nCurrent)  in breakup()
 245                                         breakupPortion(aTempResult, nCurrent, a - nCurrent, true);  in breakup()
 248                                     nCurrent = a;  in breakup()
 264                             if(a > nCurrent)  in breakup()
 266                                 breakupPortion(aTempResult, nCurrent, a - nCurrent, true);  in breakup()
 279                                     breakupPortion(aTempResult, nCurrent, a - nCurrent, false);  in breakup()
 280                                     nCurrent = a;  in breakup()
 [all …]
 
 | 
| /aoo4110/main/cppuhelper/test/ | 
| H A D | testpropshlp.cxx | 446 	sal_Int32			nCurrent;  member in test_OPropertySetHelper_Listener452 						, nCurrent( 0 )  in test_OPropertySetHelper_Listener()
 524 		nCurrent += 2;  in propertyChange()
 560 						nCurrent += 2;  in vetoableChange()
 584 		nCurrent += 2;  in vetoableChange()
 642 			nCurrent += 2;  in propertiesChange()
 1061 			pPS_L->nCurrent = 0;  in test_PropertySetHelper()
 1096 			pPS_L->nCurrent = 0;  in test_PropertySetHelper()
 1117 			pPS_L->nCurrent = 0;  in test_PropertySetHelper()
 1140 			pPS_L->nCurrent = 0;  in test_PropertySetHelper()
 [all …]
 
 | 
| /aoo4110/main/sw/source/ui/dbui/ | 
| H A D | createaddresslistdialog.cxx | 521     m_aSetNoNF.SetValue(nCurrent + 1);  in IMPL_LINK()523     m_pAddressControl->SetCurrentDataSet(nCurrent);  in IMPL_LINK()
 536         if(nCurrent)  in IMPL_LINK()
 537             --nCurrent;  in IMPL_LINK()
 546     m_pAddressControl->SetCurrentDataSet(nCurrent);  in IMPL_LINK()
 720     m_aStartPB.Enable(nCurrent != 1);  in UpdateButtons()
 721     m_aPrevPB.Enable(nCurrent != 1);  in UpdateButtons()
 722     m_aNextPB.Enable(nCurrent != nSize);  in UpdateButtons()
 723     m_aEndPB.Enable(nCurrent != nSize);  in UpdateButtons()
 736     sal_uInt32 nStart = nCurrent + 1;  in Find()
 [all …]
 
 | 
| H A D | mmlayoutpage.cxx | 530 …       sal_Int32 nCurrent = rConfigItem.GetCurrentGreeting((SwMailMergeConfigItem::Gender)eGender);  in InsertGreeting()  local531                 if( nCurrent >= 0 && nCurrent < aEntries.getLength())  in InsertGreeting()
 533                     sGreeting = aEntries[nCurrent];  in InsertGreeting()
 584 …       sal_Int32 nCurrent = rConfigItem.GetCurrentGreeting((SwMailMergeConfigItem::Gender)eGender);  in InsertGreeting()  local
 585                 if( nCurrent >= 0 && nCurrent < aEntries.getLength())  in InsertGreeting()
 587                     sGreeting = aEntries[nCurrent];  in InsertGreeting()
 671         sal_Int32 nCurrent = rConfigItem.GetCurrentGreeting(SwMailMergeConfigItem::NEUTRAL);  in InsertGreeting()  local
 672         if( nCurrent >= 0 && nCurrent < aEntries.getLength())  in InsertGreeting()
 673             sGreeting = aEntries[nCurrent];  in InsertGreeting()
 
 | 
| H A D | dbui.cxx | 138 void CreateMonitor::SetCurrentPosition( sal_Int32 nCurrent )  in SetCurrentPosition()  argument140     m_nCurrentPosition = nCurrent;  in SetCurrentPosition()
 
 | 
| /aoo4110/main/tools/source/memtools/ | 
| H A D | multisel.cxx | 1065     if( nRangeIndex >= 0 && nCurrent >= 0 && pEnumerator )  in operator ++()1072             if( nCurrent > rRange.nLast )  in operator ++()
 1073                 nCurrent--;  in operator ++()
 1080             if( nCurrent < rRange.nLast )  in operator ++()
 1081                 nCurrent++;  in operator ++()
 1091                 nRangeIndex = nCurrent = -1;  in operator ++()
 1094                 nCurrent = pEnumerator->maSequence[nRangeIndex].nFirst;  in operator ++()
 1096         if( nRangeIndex != -1 && nCurrent != -1 )  in operator ++()
 1098             if( ! pEnumerator->checkValue( nCurrent, pPossibleValues ) )  in operator ++()
 1107     return nCurrent;  in operator *()
 [all …]
 
 | 
| /aoo4110/main/sw/source/ui/misc/ | 
| H A D | numberingtypelistbox.cxx | 134 				sal_Int16 nCurrent = pTypes[nType];  in Reload()  local135 				if(nCurrent > style::NumberingType::CHARS_LOWER_LETTER_N)  in Reload()
 137 					if(LISTBOX_ENTRY_NOTFOUND == GetEntryPos((void*)(sal_uLong)nCurrent))  in Reload()
 139     					OUString aIdent = pImpl->xInfo->getNumberingIdentifier( nCurrent );  in Reload()
 141 						SetEntryData(nPos,(void*)(sal_uLong)nCurrent);  in Reload()
 
 | 
| /aoo4110/main/sw/source/core/access/ | 
| H A D | accportions.cxx | 539              sal_Int32 nCurrent = 0;  in GetSentenceBoundary()  local543                  pSentences->push_back( nCurrent );  in GetSentenceBoundary()
 545                  sal_uInt16 nModelPos = GetModelPosition( nCurrent );  in GetSentenceBoundary()
 548                      sAccessibleString, nCurrent,  in GetSentenceBoundary()
 553                  else if (nNew <= nCurrent)  in GetSentenceBoundary()
 554                      nNew = nCurrent + 1;   // ensure forward progress  in GetSentenceBoundary()
 556                  nCurrent = nNew;  in GetSentenceBoundary()
 558              while (nCurrent < nLength);  in GetSentenceBoundary()
 
 | 
| /aoo4110/main/sc/inc/ | 
| H A D | compressedarray.hxx | 266     A                               nCurrent;  member in ScCompressedArrayIterator287     nCurrent = GetRangeStart();  in NewLimits()
 309     if (nCurrent < GetRangeEnd())  in operator ++()
 311         ++nCurrent;  in operator ++()
 322     return nCurrent;  in GetPos()
 339     nCurrent = bEnd ? nIterEnd : GetRangeStart();  in NextRange()
 384     nCurrent = nPos;  in Resync()
 
 | 
| /aoo4110/main/extensions/source/oooimprovement/ | 
| H A D | invite_job.cxx | 51         for(sal_Int32 nCurrent=0; nCurrent<nCount; nCurrent++)  in lcl_IsInvitationAllowed()  local54             rtl_getAppCommandArg(nCurrent, &sArg.pData);  in lcl_IsInvitationAllowed()
 
 | 
| /aoo4110/main/vcl/unx/generic/app/ | 
| H A D | wmadaptor.cxx | 1300             sal_Int32 nCurrent = 0;  in setNetWMState()  local1307                 nCurrent = getCurrentWorkArea();  in setNetWMState()
 1308                 if( nCurrent < 0 )  in setNetWMState()
 1309                     nCurrent = 0;  in setNetWMState()
 1390             sal_Int32 nCurrent = 0;  in setGnomeWMState()  local
 1398                 if( nCurrent < 0 )  in setGnomeWMState()
 1399                     nCurrent = 0;  in setGnomeWMState()
 2294     int nCurrent = -1;  in getCurrentWorkArea()  local
 2325     return nCurrent;  in getCurrentWorkArea()
 2333     int nCurrent = -1;  in getWindowWorkArea()  local
 [all …]
 
 | 
| /aoo4110/main/svx/source/stbctrls/ | 
| H A D | zoomsliderctrl.cxx | 110         const long nCurrent = *aSnappingPointIter;  in Offset2Zoom()  local111         if ( Abs(nCurrent - nOffset) < nSnappingEpsilon )  in Offset2Zoom()
 113             nOffset = nCurrent;  in Offset2Zoom()
 243             const sal_uInt16 nCurrent = *aSnappingPointIter;  in StateChanged()  local
 244             const long nCurrentOffset = Zoom2Offset( nCurrent );  in StateChanged()
 249                 mpImpl->maSnappingPointZooms.push_back( nCurrent );  in StateChanged()
 
 | 
| /aoo4110/main/comphelper/source/misc/ | 
| H A D | accessibleeventnotifier.cxx | 69 			TClientId nCurrent = aLookup->first;  in generateId()  local70 …OSL_ENSURE( nCurrent > nBiggestUsedId, "AccessibleEventNotifier::generateId: map is expected to be…  in generateId()
 72 			if ( nCurrent - nBiggestUsedId > 1 )  in generateId()
 78 			nBiggestUsedId = nCurrent;  in generateId()
 
 | 
| /aoo4110/main/sc/source/ui/cctrl/ | 
| H A D | tbzoomsliderctrl.cxx | 185         const long nCurrent = *aSnappingPointIter;  in Offset2Zoom()  local186         if ( Abs(nCurrent - nOffset) < nSnappingEpsilon )  in Offset2Zoom()
 188             nOffset = nCurrent;  in Offset2Zoom()
 413            const sal_uInt16 nCurrent = *aSnappingPointIter;  in UpdateFromItem()  local
 414            const long nCurrentOffset = Zoom2Offset( nCurrent );  in UpdateFromItem()
 419                mpImpl->maSnappingPointZooms.push_back( nCurrent );  in UpdateFromItem()
 
 | 
| /aoo4110/main/sd/source/filter/ppt/ | 
| H A D | propread.cxx | 422 …sal_uInt32 i, nSecOfs, nSecSize, nPropCount, nPropId, nPropOfs, nPropType, nPropSize, nCurrent, nV…  in Read()  local434 		nCurrent = pStrm->Tell();  in Read()
 594 		pStrm->Seek( nCurrent );  in Read()
 678 		sal_uInt32	nCurrent;  in Read()  local
 693 				nCurrent = mpSvStream->Tell();  in Read()
 698 				mpSvStream->Seek( nCurrent );  in Read()
 
 | 
| /aoo4110/main/dbaccess/source/ui/dlg/ | 
| H A D | paramdialog.cxx | 322 			sal_uInt16 nCurrent = m_aAllParams.GetSelectEntryPos();  in IMPL_LINK()  local327 			sal_uInt16 nNext = (nCurrent + 1) % nCount;  in IMPL_LINK()
 328 			while ((nNext != nCurrent) && ( m_aVisitedParams[nNext] & EF_VISITED ))  in IMPL_LINK()
 333 				nNext = (nCurrent + 1) % nCount;  in IMPL_LINK()
 
 | 
| /aoo4110/main/sc/source/core/data/ | 
| H A D | compressedarray.cxx | 789     nCurrent = rIter.GetPos();  in Follow()790     if (GetRangeStart() <= nCurrent && nCurrent <= GetRangeEnd())  in Follow()
 792     else if (nCurrent > GetRangeEnd())  in Follow()
 794         A nPos = nCurrent;  // nCurrent gets changed in NextRange()  in Follow()
 800         nCurrent = nPos;  in Follow()
 803         nIndex = rArray.Search( nCurrent);  in Follow()
 
 | 
| /aoo4110/main/svgio/source/svgreader/ | 
| H A D | svgtextpathnode.cxx | 467                                 sal_Int32 nCurrent(0);  in decomposePathNode()  local469                                 while(fPosition < fBasegfxPathLength && nCurrent < nLength)  in decomposePathNode()
 472 …          const drawinglayer::primitive2d::Primitive2DReference xReference(rPathContent[nCurrent]);  in decomposePathNode()
 501                                     nCurrent++;  in decomposePathNode()
 
 | 
| /aoo4110/main/tools/inc/tools/ | 
| H A D | multisel.hxx | 135         sal_Int32                         nCurrent;  member in StringRangeEnumerator::Iterator143         , nRangeIndex( i_nRange ), nCurrent( i_nCurrent ) {}  in Iterator()
 145 …    Iterator() : pEnumerator( NULL ), pPossibleValues( NULL ), nRangeIndex( -1 ), nCurrent( -1 ) {}  in Iterator()
 
 | 
| /aoo4110/main/chart2/source/view/axes/ | 
| H A D | MinimumAndMaximumSupplier.cxx | 203         long nCurrent = (*aIt)->calculateTimeResolutionOnXAxis();  in calculateTimeResolutionOnXAxis()  local204         if(nRet>nCurrent)  in calculateTimeResolutionOnXAxis()
 205             nRet=nCurrent;  in calculateTimeResolutionOnXAxis()
 
 | 
| /aoo4110/main/xmloff/source/chart/ | 
| H A D | SchXMLSeries2Context.cxx | 332 					for( sal_Int32 nCurrent = 0; nCurrent < nNumOfAxes; nCurrent++ )  in StartElement()  local334 						if( aValue.equals( mrAxes[ nCurrent ].aName ) &&  in StartElement()
 335 							mrAxes[ nCurrent ].eDimension == SCH_XML_AXIS_Y )  in StartElement()
 337 							mpAttachedAxis = &( mrAxes[ nCurrent ] );  in StartElement()
 
 | 
| /aoo4110/main/sw/source/core/crsr/ | 
| H A D | crsrsh.cxx | 3375                              const SwWrongList& rSmartTagList, xub_StrLen nCurrent )  in lcl_FillRecognizerData()  argument3386         if ( nSTPos <= nCurrent && nCurrent < nSTPos + nSTLen )  in lcl_FillRecognizerData()
 3446             xub_StrLen nCurrent = aPos.nContent.GetIndex();  in GetSmartTagTerm()  local
 3447             xub_StrLen nBegin = nCurrent;  in GetSmartTagTerm()
 3457                     nCurrent = 0;  in GetSmartTagTerm()
 3460                 lcl_FillRecognizerData( rSmartTagTypes, rStringKeyMaps, *pSmartTagList, nCurrent );  in GetSmartTagTerm()
 3490         xub_StrLen nCurrent = aPos.nContent.GetIndex();  in GetSmartTagTerm()  local
 3491         xub_StrLen nBegin = nCurrent;  in GetSmartTagTerm()
 3501                 nCurrent = eTmpState.pSpecialPos->nCharOfst;  in GetSmartTagTerm()
 3504             lcl_FillRecognizerData( rSmartTagTypes, rStringKeyMaps, *pSmartTagList, nCurrent );  in GetSmartTagTerm()
 
 | 
| /aoo4110/main/sw/source/ui/fldui/ | 
| H A D | fldmgr.cxx | 650 						sal_Int16 nCurrent = pTypes[nType];  in GetFormatCount()  local652 						if(nCurrent > NumberingType::CHARS_LOWER_LETTER_N)  in GetFormatCount()
 701 				sal_Int16 nCurrent = pTypes[nType];  in GetFormatStr()  local
 702 				if(nCurrent > NumberingType::CHARS_LOWER_LETTER_N)  in GetFormatStr()
 771                 sal_Int16 nCurrent = pTypes[nType];  in GetFormatId()  local
 772                 if(nCurrent > NumberingType::CHARS_LOWER_LETTER_N)  in GetFormatId()
 
 |