Home
last modified time | relevance | path

Searched refs:nPos (Results 26 – 50 of 1846) sorted by relevance

12345678910>>...74

/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx113 for (sal_uInt16 nPos = 0; nPos<pSVMenu->GetItemCount(); nPos++) in Update() local
395 for ( sal_uInt16 nPos=0; nPos<nCount; ++nPos, ++nSVPos ) in CreateFromSVMenu() local
698 for ( sal_uInt16 nPos=0; nPos < nItemCount; ++nPos ) in UpdateImages() local
732 for ( sal_uInt16 nPos=0; nPos < nItemCount; ++nPos ) in RemoveMenuImages() local
752 for ( sal_uInt16 nPos = 0; nPos < nCount; ++nPos ) in Bind_Impl() local
813 for ( nPos = 0; nPos < nCount; ++nPos ) in BindControllers()
821 for ( nPos=0; nPos<rCtrlArr.Count(); nPos++ ) in BindControllers()
838 for ( nPos = 0; nPos < nCount; ++nPos ) in UnbindControllers()
846 for ( nPos=0; nPos<rCtrlArr.Count(); nPos++ ) in UnbindControllers()
1015 for ( sal_uInt16 nPos = 0; nPos < nCount; ++nPos ) in IMPL_LINK() local
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx88 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in call_uno() local
93 uno_args[ nPos ] = &uno_args_mem[ nPos ]; in call_uno()
108 uno_args[ nPos ],args[nPos] , type, false /* no assign */); in call_uno()
113 for (sal_Int32 n = 0; n < nPos; ++n) in call_uno()
134 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in call_uno() local
143 &args[nPos], uno_args[nPos], param.pTypeRef, in call_uno()
189 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in call_uno() local
211 for (int nPos= 0; nPos < nParams; nPos++) in call_cli() local
216 map_to_cli( &args[nPos], in call_cli()
247 for (int nPos = 0; nPos < nParams; ++nPos ) in call_cli() local
[all …]
/trunk/main/xmloff/source/core/
H A Dxmlehelp.cxx420 while( nPos < nLen && sal_Unicode(' ') == rString[nPos] ) in GetUnitFromString()
421 nPos++; in GetUnitFromString()
424 if( nPos < nLen && sal_Unicode('-') == rString[nPos] ) in GetUnitFromString()
425 nPos++; in GetUnitFromString()
428 while( nPos < nLen && sal_Unicode('0') <= rString[nPos] && sal_Unicode('9') >= rString[nPos] ) in GetUnitFromString()
429 nPos++; in GetUnitFromString()
431 if( nPos < nLen && sal_Unicode('.') == rString[nPos] ) in GetUnitFromString()
433 nPos++; in GetUnitFromString()
434 while( nPos < nLen && sal_Unicode('0') <= rString[nPos] && sal_Unicode('9') >= rString[nPos] ) in GetUnitFromString()
435 nPos++; in GetUnitFromString()
[all …]
/trunk/main/starmath/source/
H A Dutility.cxx77 sal_uInt16 nPos; in operator =() local
81 for (nPos = 0; nPos < rList.Count(); nPos++) in operator =()
82 InsertPtr(nPos, CreateItem(rList.Get(nPos))); in operator =()
103 sal_uInt16 nPos; in Update() local
105 for (nPos = 0; nPos < Count(); nPos++) in Update()
116 sal_uInt16 nPos; in Remove() local
118 for (nPos = 0; nPos < Count(); nPos++) in Remove()
131 for (nPos = 0; nPos < Count(); nPos++) in Clear()
236 if (nPos != 0)
264 for (nPos = 0; nPos < Count(); nPos++) in operator =()
[all …]
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx140 for ( nPos = nMembers; nPos--; ) in createCTD()
161 for ( nPos = nMembers; nPos--; ) in createCTD()
199 for ( nPos = nMembers; nPos--; ) in createCTD()
219 for ( nPos = nMembers; nPos--; ) in createCTD()
270 for ( nPos = nMembers; nPos--; ) in createCTD()
295 for ( nPos = nMembers; nPos--; ) in createCTD()
360 for ( nPos = nParams; nPos--; ) in createCTD()
382 for ( nPos = nExceptions; nPos--; ) in createCTD()
401 for ( nPos = nParams; nPos--; ) in createCTD()
450 for ( nPos = nMembers; nPos--; ) in createCTD()
[all …]
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx309 sal_Int16 nPos = 0; in StaticFillData() local
650 aGrabber.seek(nPos); in readLOC()
708 nEnd = nPos >= 0 ? nPos : 0 ; in findEND()
718 …if (pBuffer[nPos] == 'P' && pBuffer[nPos+1] == 'K' && pBuffer[nPos+2] == 5 && pBuffer[nPos+3] == 6… in findEND()
720 nPos--; in findEND()
875 …if ( nPos < nBufSize - 30 && pBuffer[nPos] == 'P' && pBuffer[nPos+1] == 'K' && pBuffer[nPos+2] == … in recover()
944 nPos += 4; in recover()
946 …else if (pBuffer[nPos] == 'P' && pBuffer[nPos+1] == 'K' && pBuffer[nPos+2] == 7 && pBuffer[nPos+3]… in recover()
994 nPos += 4; in recover()
997 nPos++; in recover()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx223 nPos++; in GetNumbers()
240 aValue.Copy(nPos,nEnd-nPos).ToInt32(); in GetNumbers()
275 c = nPos<aTmp.Len() ? aTmp.GetChar(nPos++) : '0'; in GetColor()
277 c = nPos<aTmp.Len() ? aTmp.GetChar(nPos++) : '0'; in GetColor()
1476 nPos++; in UnescapeToken()
1508 nPos++; in GetOptions()
1527 nPos++; in GetOptions()
1532 nPos++; in GetOptions()
1650 nPos++; in GetOptions()
1957 for( xub_StrLen nPos = 2; nPos < nLen; nPos += 2 ) in IsHTMLFormat() local
[all …]
/trunk/main/svtools/inc/svtools/
H A Dctrlbox.hxx218 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in SelectEntry()
225 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in IsEntrySelected()
226 return IsEntryPosSelected( nPos ); in IsEntrySelected()
235 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in GetSelectEntryColor()
236 aColor = GetEntryColor( nPos ); in GetSelectEntryColor()
307 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in SelectEntry()
314 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in GetSelectEntryLine1()
315 return GetEntryLine1( nPos ); in GetSelectEntryLine1()
324 return GetEntryLine2( nPos ); in GetSelectEntryLine2()
333 return GetEntryDistance( nPos ); in GetSelectEntryDistance()
[all …]
/trunk/main/vcl/source/control/
H A Dilstbox.cxx293 nPos = n; in FindMatchingEntry()
301 return nPos; in FindMatchingEntry()
314 nPos = n; in FindEntry()
318 return nPos; in FindEntry()
498 return nPos; in FindFirstSelectable()
502 for( nPos = nPos + 1; nPos < GetEntryCount(); nPos++ ) in FindFirstSelectable()
510 while( nPos ) in FindFirstSelectable()
512 nPos--; in FindFirstSelectable()
888 nPos++; in GetLastVisibleEntry()
1109 for ( sal_uInt16 nPos = 0; nPos < nEntryCount; nPos++ ) in SelectEntries() local
[all …]
/trunk/main/sw/source/core/access/
H A Daccportions.cxx350 sal_Int32 nPos ) const in GetLineBoundary()
436 size_t nPos ) const in FillBoundary()
438 rBound.startPos = rPositions[nPos]; in FillBoundary()
439 rBound.endPos = rPositions[nPos+1]; in FillBoundary()
523 sal_Int32 nPos ) in GetSentenceBoundary() argument
578 sal_Int32 nPos) const in GetAttributeBoundary()
624 sal_Int32 nPos, in FillSpecialPos() argument
725 if( nPos < aFieldPosition[ i + 1 ] && nPos >= aFieldPosition[ i ] ) in GetAttrFldType()
739 if( nPos < aFieldPosition[ i + 1 ] && nPos >= aFieldPosition[ i ] ) in FillBoundaryIFDateField()
749 sal_Int32 nPos, in AdjustAndCheck() argument
[all …]
/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx94 if (nPos > 0 && _sInPath[ nPos ] == sal_Unicode('/')) in splitLastFromConfigurationPath()
97 --nPos; in splitLastFromConfigurationPath()
101 if (nPos > 0 && _sInPath[ nPos ] == sal_Unicode(']')) in splitLastFromConfigurationPath()
107 nEnd = nPos; in splitLastFromConfigurationPath()
120 if (nPos >= 0 && _sInPath[nPos] == '[') in splitLastFromConfigurationPath()
122 nPos = _sInPath.lastIndexOf('/',nPos); in splitLastFromConfigurationPath()
127 nPos = -1; in splitLastFromConfigurationPath()
133 nEnd = nPos+1; in splitLastFromConfigurationPath()
142 OSL_ASSERT(nPos == -1 || _sInPath[nPos] == '/'); in splitLastFromConfigurationPath()
146 _rsOutPath = (nPos > 0) ? _sInPath.copy(0,nPos) : OUString(); in splitLastFromConfigurationPath()
[all …]
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx419 for ( sal_Int16 nPos = 0; nPos < nAttributes; ++nPos ) in ExtendedAttributes() local
421 m_pValues[ nPos ] = xAttributeList->getValueByIndex( nPos ); in ExtendedAttributes()
455 for ( sal_Int32 nPos = names.getLength(); nPos--; ) in supportsService() local
578 for ( nPos = 0; nPos < nAttribs; ++nPos ) in startElement()
584 pQNames[ nPos ] = xAttribs->getNameByIndex( nPos ); in startElement()
614 for ( nPos = 0; nPos < nAttribs; ++nPos ) in startElement()
637 pUids[ nPos ] = getUidByPrefix( pPrefixes[ nPos ] ); in startElement()
718 for ( sal_Int32 nPos = pEntry->m_prefixes.size(); nPos--; ) in endElement() local
775 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getIndexByQName() local
836 for ( sal_Int32 nPos = m_nAttributes; nPos--; ) in getIndexByUidName() local
[all …]
/trunk/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx78 sal_Int32 pos=nPos; in skipSpace()
101 return nPos; in skipSpace()
150 result.startPos = nPos; in previousWord()
151 …if (nPos != nStartPos && nPos > 0 && !isCJK(rLocale) && getScriptClass(Text.iterateCodePoints(&nPo… in previousWord()
164 if( nPos < 0 || len == 0 ) in getWordBoundary()
166 else if (nPos > len) in getWordBoundary()
198 if (nPos < 0 || nPos >= len) return sal_False; in isBeginWord()
214 if (nPos <= 0 || nPos > len) return sal_False; in isEndWord()
222 return result.endPos == nPos; in isEndWord()
253 return (nPos < 0 || nPos >= Text.getLength()) ? ScriptType::WEAK : in getScriptType()
[all …]
/trunk/main/svtools/source/control/
H A Dtabbar.cxx746 if ( nPos < mnFirstPos ) in ImplShowPage()
1631 if ( nPos != PAGE_NOT_FOUND ) in GetTabBgColor()
1641 if ( nPos != PAGE_NOT_FOUND ) in SetTabBgColor()
1673 if ( mnFirstPos > nPos ) in RemovePage()
1693 Pair aPair( nPos, nNewPos ); in MovePage()
1695 if ( nPos < nNewPos ) in MovePage()
1698 if ( nPos == nNewPos ) in MovePage()
1974 if ( nPos < mnFirstPos ) in MakeVisible()
2033 nNewPos = nPos; in SetFirstPageId()
2085 nPos++; in SelectPageRange()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1392 nPos++; in CustomAnimationEffectTabPage()
1412 nPos++; in CustomAnimationEffectTabPage()
1414 nPos++; in CustomAnimationEffectTabPage()
1466 nPos = 1; in CustomAnimationEffectTabPage()
1837 nPos = 0; in openSoundFileDialog()
1951 nPos = 0; in CustomAnimationDurationTabPage()
1953 nPos = 1; in CustomAnimationDurationTabPage()
1955 nPos = 2; in CustomAnimationDurationTabPage()
1957 nPos = 3; in CustomAnimationDurationTabPage()
2332 while( (nPos > 2) && (nPos > nMaxParaDepth) ) in CustomAnimationTextAnimTabPage()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx107 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) local
123 pCppArgs[nPos] = fpreg;
124 pUnoArgs[nPos] = fpreg;
140 pCppArgs[nPos] = ovrflw;
141 pUnoArgs[nPos] = ovrflw;
187 pCppArgs[nPos] = gpreg;
188 pUnoArgs[nPos] = gpreg;
193 pCppArgs[nPos] = ovrflw;
194 pUnoArgs[nPos] = ovrflw;
232 pCppArgs[nPos] = gpreg;
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dcpp2uno.cxx107 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) local
123 pCppArgs[nPos] = fpreg;
124 pUnoArgs[nPos] = fpreg;
140 pCppArgs[nPos] = ovrflw;
141 pUnoArgs[nPos] = ovrflw;
187 pCppArgs[nPos] = gpreg;
188 pUnoArgs[nPos] = gpreg;
193 pCppArgs[nPos] = ovrflw;
194 pUnoArgs[nPos] = ovrflw;
232 pCppArgs[nPos] = gpreg;
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dflddok.cxx121 sal_uInt16 nPos, nTypeId; in Reset() local
249 sal_uInt16 nPos; in IMPL_LINK() local
487 if(nPos == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
488 nPos = 0; in IMPL_LINK()
538 aFormatLB.SelectEntryPos( nPos ); in FillFormatLB()
568 if(nPos == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
569 nPos = 0; in IMPL_LINK()
605 if(nPos == LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
606 nPos = 0; in FillItemSet()
618 if(nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
[all …]
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx235 nInvalidStart = nPos; in TextInserted()
236 nInvalidEnd = nPos+nNew; in TextInserted()
241 nInvalidStart = nPos; in TextInserted()
245 nInvalidEnd = nPos+nNew; in TextInserted()
268 else if ( ( rWrong.nStart < nPos ) && ( rWrong.nEnd > nPos ) ) in TextInserted()
302 sal_uInt16 nNewInvalidStart = nPos ? nPos - 1 : 0; in TextDeleted()
309 nInvalidStart = nPos; in TextDeleted()
315 nInvalidEnd = nPos+1; in TextDeleted()
337 else if ( ( rWrong.nStart <= nPos ) && ( rWrong.nEnd > nPos ) ) in TextDeleted()
340 rWrong.nEnd = nPos; in TextDeleted()
[all …]
/trunk/main/formula/source/ui/dlg/
H A Dparawin.cxx147 sal_uInt16 nPos; in UpdateArgDesc() local
149 nPos = nArg; in UpdateArgDesc()
204 nPos = nArg; in UpdateArgInput()
541 for ( sal_uInt16 nPos=0; nPos<5;nPos++) in IMPL_LINK() local
545 nEdFocus=nPos; in IMPL_LINK()
563 for ( sal_uInt16 nPos=0; nPos<5;nPos++) in IMPL_LINK() local
567 nEdFocus=nPos; in IMPL_LINK()
587 for ( sal_uInt16 nPos=0; nPos<5;nPos++) in IMPL_LINK() local
591 nEdFocus=nPos; in IMPL_LINK()
620 for ( sal_uInt16 nPos=0; nPos<5;nPos++) in IMPL_LINK() local
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx211 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in call_uno() local
216 uno_args[ nPos ] = &uno_args_mem[ nPos ]; in call_uno()
256 if (uno_args[ nPos ] && uno_args[ nPos ] != &uno_args_mem[ nPos ]) in call_uno()
257 free( uno_args[ nPos ] ); in call_uno()
276 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in call_uno() local
302 if (uno_args[ nPos ] && uno_args[ nPos ] != &uno_args_mem[ nPos ]) in call_uno()
319 if (uno_args[ nPos ] && uno_args[ nPos ] != &uno_args_mem[ nPos ]) in call_uno()
320 free( uno_args[ nPos ] ); in call_uno()
362 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in call_uno() local
368 if (uno_args[ nPos ] && uno_args[ nPos ] != &uno_args_mem[ nPos ]) in call_uno()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx515 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
518 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
521 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
524 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
527 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
530 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
533 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
536 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
539 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
542 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo()
[all …]
/trunk/main/i18npool/source/characterclassification/
H A Dscripttypedetector.cxx80 sal_Int32 cPos = nPos; in beginOfScriptDirection()
94 sal_Int32 cPos = nPos; in endOfScriptDirection()
103 return cPos == nPos ? -1 : cPos; in endOfScriptDirection()
124 if (nPos < 0) in beginOfCTLScriptType()
126 else if (nPos >= Text.getLength()) in beginOfCTLScriptType()
130 for (nPos--; nPos >= 0; nPos--) { in beginOfCTLScriptType()
134 return nPos + 1; in beginOfCTLScriptType()
142 if (nPos < 0) in endOfCTLScriptType()
144 else if (nPos >= Text.getLength()) in endOfCTLScriptType()
149 for (nPos++; nPos < len; nPos++) { in endOfCTLScriptType()
[all …]
/trunk/main/cppu/source/uno/
H A Ddestr.hxx221 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() local
223 ::rtl_uString_release( pDest[nPos] ); in idestructElements()
230 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() local
239 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() local
241 _destructAny( &pDest[nPos], release ); in idestructElements()
253 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() local
269 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() local
285 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() local
288 pDest[nPos], in idestructElements()
299 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() local
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dcustomizeaddresslistdialog.cxx107 if(nPos == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
108 nPos = 0; in IMPL_LINK()
123 m_aFieldsLB.RemoveEntry(nPos); in IMPL_LINK()
140 m_aFieldsLB.SelectEntryPos(nPos); in IMPL_LINK()
153 m_aFieldsLB.SelectEntryPos(nPos > m_aFieldsLB.GetEntryCount() - 1 ? nPos - 1 : nPos); in IMPL_LINK()
170 sal_uInt16 nPos; in IMPL_LINK() local
173 m_aFieldsLB.RemoveEntry( nPos ); in IMPL_LINK()
175 --nPos; in IMPL_LINK()
177 ++nPos; in IMPL_LINK()
178 m_aFieldsLB.InsertEntry(aTemp, nPos); in IMPL_LINK()
[all …]

Completed in 163 milliseconds

12345678910>>...74