Home
last modified time | relevance | path

Searched refs:nCurrent (Results 1 – 25 of 41) sorted by last modified time

12

/trunk/main/sw/source/core/access/
H A Daccportions.cxx539 sal_Int32 nCurrent = 0; in GetSentenceBoundary() local
543 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()
/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx110 const long nCurrent = *aSnappingPointIter; in Offset2Zoom() local
111 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()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2788 sal_uInt32 nCurrent(0L); in SeekToShape() local
2791 nCurrent = pCList->nCurrent; in SeekToShape()
2827 pCList->nCurrent = nCurrent; in SeekToShape()
H A Dmsdffimp.cxx2980 nCurrent ( 0 ), in DffRecordList()
3049 nCurrent = 0; in Clear()
3056 if ( pCList->nCurrent < pCList->nCount ) in Current()
3067 pCList->nCurrent = 0; in First()
3076 sal_uInt32 nC = pCList->nCurrent + 1; in Next()
3079 pCList->nCurrent++; in Next()
3085 pCList->nCurrent = 0; in Next()
3094 sal_uInt32 nCur = pCList->nCurrent; in Prev()
3102 pCList->nCurrent = nCur; in Prev()
3116 pCList->nCurrent = nCnt; in Last()
[all …]
/trunk/main/automation/source/server/
H A DXMLParser.cxx89 sal_uLong nCurrent = pStream->Tell(); in available() local
91 sal_uLong nAvailable = nSize - nCurrent; in available()
92 pStream->Seek( nCurrent ); in available()
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx843 nCurrent(0), pMatch( pMatchP->pImpl) in SfxFilterMatcherIter()
855 while( nCurrent < pMatch->pList->Count() ) in Find_Impl()
857 pFilter = pMatch->pList->GetObject(nCurrent++); in Find_Impl()
869 nCurrent = 0; in First()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx332 for( sal_Int32 nCurrent = 0; nCurrent < nNumOfAxes; nCurrent++ ) in StartElement() local
334 if( aValue.equals( mrAxes[ nCurrent ].aName ) && in StartElement()
335 mrAxes[ nCurrent ].eDimension == SCH_XML_AXIS_Y ) in StartElement()
337 mpAttachedAxis = &( mrAxes[ nCurrent ] ); in StartElement()
H A DSchXMLAxisContext.cxx336 for( sal_Int32 nCurrent = 0; nCurrent < nNumOfAxes; nCurrent++ ) in StartElement() local
338 if( m_rAxes[ nCurrent ].eDimension == m_aCurrentAxis.eDimension ) in StartElement()
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx185 const long nCurrent = *aSnappingPointIter; in Offset2Zoom() local
186 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()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2812 sal_uInt32 nCurrent = (nLower + nUpper) / 2; in matchFamilyName() local
2813 const family_t* pHaystack = pFamilyMatch + nCurrent; in matchFamilyName()
2822 nUpper = nCurrent; in matchFamilyName()
2825 nLower = nCurrent + 1; in matchFamilyName()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1300 sal_Int32 nCurrent = 0; in setNetWMState() local
1307 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 …]
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx1065 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 …]
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx135 sal_Int32 nCurrent; member in StringRangeEnumerator::Iterator
143 , nRangeIndex( i_nRange ), nCurrent( i_nCurrent ) {} in Iterator()
145 … Iterator() : pEnumerator( NULL ), pPossibleValues( NULL ), nRangeIndex( -1 ), nCurrent( -1 ) {} in Iterator()
/trunk/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx134 sal_Int16 nCurrent = pTypes[nType]; in Reload() local
135 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()
/trunk/main/sw/source/ui/inc/
H A Ddbui.hxx60 void SetCurrentPosition( sal_Int32 nCurrent );
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx650 sal_Int16 nCurrent = pTypes[nType]; in GetFormatCount() local
652 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()
/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx530 … sal_Int32 nCurrent = rConfigItem.GetCurrentGreeting((SwMailMergeConfigItem::Gender)eGender); in InsertGreeting() local
531 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 Dcreateaddresslistdialog.cxx521 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 Ddbui.cxx138 void CreateMonitor::SetCurrentPosition( sal_Int32 nCurrent ) in SetCurrentPosition() argument
140 m_nCurrentPosition = nCurrent; in SetCurrentPosition()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx517 static sal_uInt8 nCurrent = 0; variable
523 nLast = nCurrent; in GetSize()
524 nCurrent = nId; in GetSize()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1206 xub_StrLen nCurrent = aPos.nContent.GetIndex(); in GetContentAtPos() local
1207 xub_StrLen nBegin = nCurrent; in GetContentAtPos()
1210 … if ( pSmartTagList && pSmartTagList->InWrongWord( nCurrent, nLen ) && !pTxtNd->IsSymbol(nBegin) ) in GetContentAtPos()
1216 nCurrent = aTmpState.pSpecialPos->nCharOfst; in GetContentAtPos()
1218 if ( pSubList->InWrongWord( nCurrent, nLen ) ) in GetContentAtPos()
H A Dcrsrsh.cxx3383 const SwWrongList& rSmartTagList, xub_StrLen nCurrent ) in lcl_FillRecognizerData() argument
3394 if ( nSTPos <= nCurrent && nCurrent < nSTPos + nSTLen ) in lcl_FillRecognizerData()
3454 xub_StrLen nCurrent = aPos.nContent.GetIndex(); in GetSmartTagTerm() local
3455 xub_StrLen nBegin = nCurrent; in GetSmartTagTerm()
3465 nCurrent = 0; in GetSmartTagTerm()
3468 lcl_FillRecognizerData( rSmartTagTypes, rStringKeyMaps, *pSmartTagList, nCurrent ); in GetSmartTagTerm()
3498 xub_StrLen nCurrent = aPos.nContent.GetIndex(); in GetSmartTagTerm() local
3499 xub_StrLen nBegin = nCurrent; in GetSmartTagTerm()
3509 nCurrent = eTmpState.pSpecialPos->nCharOfst; in GetSmartTagTerm()
3512 lcl_FillRecognizerData( rSmartTagTypes, rStringKeyMaps, *pSmartTagList, nCurrent ); in GetSmartTagTerm()
/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx467 sal_Int32 nCurrent(0); in decomposePathNode() local
469 while(fPosition < fBasegfxPathLength && nCurrent < nLength) in decomposePathNode()
472 … const drawinglayer::primitive2d::Primitive2DReference xReference(rPathContent[nCurrent]); in decomposePathNode()
501 nCurrent++; in decomposePathNode()
/trunk/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx160 sal_uInt16 nCurrent; member in SfxFilterMatcherIter
/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx422 …sal_uInt32 i, nSecOfs, nSecSize, nPropCount, nPropId, nPropOfs, nPropType, nPropSize, nCurrent, nV… in Read() local
434 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()

Completed in 251 milliseconds

12