Home
last modified time | relevance | path

Searched refs:nPos (Results 1 – 25 of 3820) sorted by relevance

12345678910>>...153

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/segment/
H A Dcpcidskephemerissegment.cpp197 int nPos = 0; in ReadAvhrrEphemerisSegment() local
211 nPos = nStartBlock + 8*512; in ReadAvhrrEphemerisSegment()
260 nPos = nStartBlock + 512*10; in ReadAvhrrEphemerisSegment()
374 int nPos = 0; in WriteAvhrrEphemerisSegment() local
396 nPos = nStartBlock; in WriteAvhrrEphemerisSegment()
451 nPos = nStartBlock + 512*2; in WriteAvhrrEphemerisSegment()
562 int nPos = nStartBlock; in BinaryToEphemeris() local
576 nPos = nStartBlock + 512; in BinaryToEphemeris()
621 nPos = nStartBlock + 2*512; in BinaryToEphemeris()
656 nPos = nStartBlock + 3*512; in BinaryToEphemeris()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dcpcidskephemerissegment.cpp200 int nPos = 0; in ReadAvhrrEphemerisSegment() local
213 nPos = nStartBlock + 8*512; in ReadAvhrrEphemerisSegment()
261 nPos = nStartBlock + 512*10; in ReadAvhrrEphemerisSegment()
375 int nPos = 0; in WriteAvhrrEphemerisSegment() local
396 nPos = nStartBlock; in WriteAvhrrEphemerisSegment()
451 nPos = nStartBlock + 512*2; in WriteAvhrrEphemerisSegment()
562 int nPos = nStartBlock; in BinaryToEphemeris() local
578 nPos = nStartBlock + 512; in BinaryToEphemeris()
623 nPos = nStartBlock + 2*512; in BinaryToEphemeris()
658 nPos = nStartBlock + 3*512; in BinaryToEphemeris()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dcpcidskephemerissegment.cpp200 int nPos = 0; in ReadAvhrrEphemerisSegment() local
213 nPos = nStartBlock + 8*512; in ReadAvhrrEphemerisSegment()
261 nPos = nStartBlock + 512*10; in ReadAvhrrEphemerisSegment()
375 int nPos = 0; in WriteAvhrrEphemerisSegment() local
396 nPos = nStartBlock; in WriteAvhrrEphemerisSegment()
451 nPos = nStartBlock + 512*2; in WriteAvhrrEphemerisSegment()
562 int nPos = nStartBlock; in BinaryToEphemeris() local
578 nPos = nStartBlock + 512; in BinaryToEphemeris()
623 nPos = nStartBlock + 2*512; in BinaryToEphemeris()
658 nPos = nStartBlock + 3*512; in BinaryToEphemeris()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/segment/
H A Dcpcidskephemerissegment.cpp200 int nPos = 0; in ReadAvhrrEphemerisSegment() local
213 nPos = nStartBlock + 8*512; in ReadAvhrrEphemerisSegment()
261 nPos = nStartBlock + 512*10; in ReadAvhrrEphemerisSegment()
375 int nPos = 0; in WriteAvhrrEphemerisSegment() local
396 nPos = nStartBlock; in WriteAvhrrEphemerisSegment()
451 nPos = nStartBlock + 512*2; in WriteAvhrrEphemerisSegment()
562 int nPos = nStartBlock; in BinaryToEphemeris() local
578 nPos = nStartBlock + 512; in BinaryToEphemeris()
623 nPos = nStartBlock + 2*512; in BinaryToEphemeris()
658 nPos = nStartBlock + 3*512; in BinaryToEphemeris()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgtools.cxx140 while(nPos < nLen && nChar == rCandidate[nPos]) in skip_char()
142 nPos++; in skip_char()
148 while(nPos < nLen && (nCharA == rCandidate[nPos] || nCharB == rCandidate[nPos])) in skip_char()
150 nPos++; in skip_char()
156 if(nPos < nLen) in copySign()
163 nPos++; in copySign()
181 nPos++; in copyNumber()
201 nPos++; in copyHex()
228 while(nPos < nLen && nLimiter != rCandidate[nPos]) in copyToLimiter()
231 nPos++; in copyToLimiter()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgtools.cxx284 while(nPos < nLen && nChar == rCandidate[nPos]) in skip_char()
286 nPos++; in skip_char()
292 while(nPos < nLen && (nCharA == rCandidate[nPos] || nCharB == rCandidate[nPos])) in skip_char()
294 nPos++; in skip_char()
300 if(nPos < nLen) in copySign()
307 nPos++; in copySign()
325 nPos++; in copyNumber()
345 nPos++; in copyHex()
372 while(nPos < nLen && nLimiter != rCandidate[nPos]) in copyToLimiter()
375 nPos++; in copyToLimiter()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dxexptran.cxx368 if(nPos == aStr.indexOf(aString_rotate, nPos)) in SetString()
379 else if(nPos == aStr.indexOf(aString_scale, nPos)) in SetString()
393 else if(nPos == aStr.indexOf(aString_translate, nPos)) in SetString()
407 else if(nPos == aStr.indexOf(aString_skewX, nPos)) in SetString()
418 else if(nPos == aStr.indexOf(aString_skewY, nPos)) in SetString()
429 else if(nPos == aStr.indexOf(aString_matrix, nPos)) in SetString()
765 if(nPos == aStr.indexOf(aString_rotatex, nPos)) in SetString()
777 else if(nPos == aStr.indexOf(aString_rotatey, nPos)) in SetString()
789 else if(nPos == aStr.indexOf(aString_rotatez, nPos)) in SetString()
801 else if(nPos == aStr.indexOf(aString_scale, nPos)) in SetString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx61 if (nPos >= len) in toUpper()
63 if (nCount + nPos > len) in toUpper()
64 nCount = len - nPos; in toUpper()
73 if (nPos >= len) in toLower()
87 if (nPos >= len) in toTitle()
98 for (sal_Int32 i = nPos; i < nCount + nPos; i++, out++) { in toTitle()
123 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getType()
129 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getCharacterDirection()
136 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getScript()
211 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getCharacterType()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx61 if (nPos >= len) in toUpper()
63 if (nCount + nPos > len) in toUpper()
64 nCount = len - nPos; in toUpper()
73 if (nPos >= len) in toLower()
87 if (nPos >= len) in toTitle()
98 for (sal_Int32 i = nPos; i < nCount + nPos; i++, out++) { in toTitle()
123 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getType()
129 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getCharacterDirection()
136 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getScript()
211 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getCharacterType()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dxexptran.cxx377 if(nPos == aStr.indexOf(aString_rotate, nPos)) in SetString()
388 else if(nPos == aStr.indexOf(aString_scale, nPos)) in SetString()
402 else if(nPos == aStr.indexOf(aString_translate, nPos)) in SetString()
416 else if(nPos == aStr.indexOf(aString_skewX, nPos)) in SetString()
427 else if(nPos == aStr.indexOf(aString_skewY, nPos)) in SetString()
438 else if(nPos == aStr.indexOf(aString_matrix, nPos)) in SetString()
784 if(nPos == aStr.indexOf(aString_rotatex, nPos)) in SetString()
796 else if(nPos == aStr.indexOf(aString_rotatey, nPos)) in SetString()
808 else if(nPos == aStr.indexOf(aString_rotatez, nPos)) in SetString()
820 else if(nPos == aStr.indexOf(aString_scale, nPos)) in SetString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18nutil/source/utility/
H A Dscripttypedetector.cxx59 sal_Int32 cPos = nPos; in beginOfScriptDirection()
72 sal_Int32 cPos = nPos; in endOfScriptDirection()
81 return cPos == nPos ? -1 : cPos; in endOfScriptDirection()
100 if (nPos < 0) in beginOfCTLScriptType()
102 else if (nPos >= Text.getLength()) in beginOfCTLScriptType()
106 for (nPos--; nPos >= 0; nPos--) { in beginOfCTLScriptType()
110 return nPos + 1; in beginOfCTLScriptType()
117 if (nPos < 0) in endOfCTLScriptType()
119 else if (nPos >= Text.getLength()) in endOfCTLScriptType()
124 for (nPos++; nPos < len; nPos++) { in endOfCTLScriptType()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18nutil/source/utility/
H A Dscripttypedetector.cxx59 sal_Int32 cPos = nPos; in beginOfScriptDirection()
72 sal_Int32 cPos = nPos; in endOfScriptDirection()
81 return cPos == nPos ? -1 : cPos; in endOfScriptDirection()
100 if (nPos < 0) in beginOfCTLScriptType()
102 else if (nPos >= Text.getLength()) in beginOfCTLScriptType()
106 for (nPos--; nPos >= 0; nPos--) { in beginOfCTLScriptType()
110 return nPos + 1; in beginOfCTLScriptType()
117 if (nPos < 0) in endOfCTLScriptType()
119 else if (nPos >= Text.getLength()) in endOfCTLScriptType()
124 for (nPos++; nPos < len; nPos++) { in endOfCTLScriptType()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/numbers/
H A Dzforfind.cxx135 for ( nPos = 0, nLen = rStr.getLength(); nPos < nLen; ++nPos ) in TransformInput()
170 for (sal_Int32 nPos = 0; nPos < rStr.getLength(); ++nPos) in StringToDouble() local
527 nPos = nPos + rWhat.getLength(); in SkipString()
565 nPos = nPos + rSep.getLength(); in GetThousandSep()
656 nPos = nPos + 3; in GetMonth()
662 nPos = nPos + 3; in GetMonth()
674 nPos = nPos + 3; in GetMonth()
680 nPos = nPos + 4; in GetMonth()
860 nPos = nPos + rSep.getLength(); in GetDecSep()
896 nPos = nPos + rSep.getLength(); in GetTime100SecSep()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx82 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) variable
87 uno_args[ nPos ] = &uno_args_mem[ nPos ];
102 uno_args[ nPos ],args[nPos] , type, false /* no assign */);
107 for (sal_Int32 n = 0; n < nPos; ++n)
128 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) variable
184 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) variable
206 for (int nPos= 0; nPos < nParams; nPos++) variable
211 pin_ptr<System::Object^> ptr = &args[nPos];
238 for (int nPos = 0; nPos < nParams; ++nPos ) variable
247 uno_args[ nPos ], args[ nPos ], param.pTypeRef,
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx82 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) variable
87 uno_args[ nPos ] = &uno_args_mem[ nPos ];
102 uno_args[ nPos ],args[nPos] , type, false /* no assign */);
107 for (sal_Int32 n = 0; n < nPos; ++n)
128 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) variable
184 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) variable
206 for (int nPos= 0; nPos < nParams; nPos++) variable
211 pin_ptr<System::Object^> ptr = &args[nPos];
238 for (int nPos = 0; nPos < nParams; ++nPos ) variable
247 uno_args[ nPos ], args[ nPos ], param.pTypeRef,
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/numbers/
H A Dzforfind.cxx132 for ( nPos = 0, nLen = rStr.getLength(); nPos < nLen; ++nPos ) in TransformInput()
176 nPos++; in StringToDouble()
518 nPos = nPos + rWhat.getLength(); in SkipString()
556 nPos = nPos + rSep.getLength(); in GetThousandSep()
649 nPos = nPos + 3; in GetMonth()
655 nPos = nPos + 4; in GetMonth()
761 nPos = nPos + aUpperCurrSymbol.getLength(); in GetCurrency()
835 nPos = nPos + rSep.getLength(); in GetDecSep()
841 nPos = nPos + rSepAlt.getLength(); in GetDecSep()
871 nPos = nPos + rSep.getLength(); in GetTime100SecSep()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sax/source/tools/
H A Dconverter.cxx67 while( (nPos < nLen) && (rString[nPos] <= ' ') ) in convertMeasure()
70 if( nPos < nLen && '-' == rString[nPos] ) in convertMeasure()
86 if( nPos < nLen && '.' == rString[nPos] ) in convertMeasure()
103 while( (nPos < nLen) && (rString[nPos] <= ' ') ) in convertMeasure()
542 if( nPos < nLen && '-' == aString[nPos] ) in convertNumber64()
1845 for( ; nPos < nLen; nPos++ ) in indexOfComma()
2237 while( nPos < nLen && ' ' == rString[nPos] ) in GetUnitFromString()
2241 if( nPos < nLen && '-' == rString[nPos] ) in GetUnitFromString()
2245 while( nPos < nLen && '0' <= rString[nPos] && '9' >= rString[nPos] ) in GetUnitFromString()
2248 if( nPos < nLen && '.' == rString[nPos] ) in GetUnitFromString()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A DWNameMatch.cxx130 ++nPos; in LeavePage()
188 if (nPos == -1) in IMPL_LINK()
191 int nOrigPos = nPos; in IMPL_LINK()
193 --nPos; in IMPL_LINK()
195 ++nPos; in IMPL_LINK()
207 if (nPos == -1) in IMPL_LINK()
210 int nOrigPos = nPos; in IMPL_LINK()
212 --nPos; in IMPL_LINK()
214 ++nPos; in IMPL_LINK()
242 if (nPos == -1) in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A DWNameMatch.cxx133 ++nPos; in LeavePage()
191 if (nPos == -1) in IMPL_LINK()
194 int nOrigPos = nPos; in IMPL_LINK()
196 --nPos; in IMPL_LINK()
198 ++nPos; in IMPL_LINK()
210 if (nPos == -1) in IMPL_LINK()
213 int nOrigPos = nPos; in IMPL_LINK()
215 --nPos; in IMPL_LINK()
217 ++nPos; in IMPL_LINK()
245 if (nPos != -1) in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/qa/cppunit/
H A Dtest_breakiterator.cxx444 nPos = m_xBreak->getWordBoundary(aTest, nPos, aLocale, in testWordBoundaries()
484 nPos = m_xBreak->getWordBoundary(aTest, nPos, aLocale, in testWordBoundaries()
523 nPos = m_xBreak->getWordBoundary(aTest, nPos, aLocale, in testWordBoundaries()
547 nPos = m_xBreak->getWordBoundary(aTest, nPos, aLocale, in testWordBoundaries()
630 sal_Int32 nPos; in testGraphemeIteration() local
644 sal_Int32 nPos; in testGraphemeIteration() local
658 sal_Int32 nPos; in testGraphemeIteration() local
715 sal_Int32 nPos=0; in testGraphemeIteration() local
720 nPos = m_xBreak->nextCharacters(aTest, nPos, aLocale, in testGraphemeIteration()
728 nPos = m_xBreak->previousCharacters(aTest, nPos, aLocale, in testGraphemeIteration()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dstrarray.cxx29 OUString SvxFieldUnitTable::GetString(sal_uInt32 nPos) in GetString() argument
31 if (RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count()) in GetString()
36 FieldUnit SvxFieldUnitTable::GetValue(sal_uInt32 nPos) in GetValue() argument
38 if (RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count()) in GetValue()
39 return RID_SVXSTR_FIELDUNIT_TABLE[nPos].second; in GetValue()
43 OUString SvxAttrNameTable::GetString(sal_uInt32 nPos) in GetString() argument
45 if (RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count()) in GetString()
46 return SvxResId(RID_ATTR_NAMES[nPos].first); in GetString()
64 if (RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count()) in GetString()
71 int SvxNumberingTypeTable::GetValue(sal_uInt32 nPos) in GetValue() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dstrarray.cxx33 OUString SvxFieldUnitTable::GetString(sal_uInt32 nPos) in GetString() argument
35 if (RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count()) in GetString()
40 FieldUnit SvxFieldUnitTable::GetValue(sal_uInt32 nPos) in GetValue() argument
42 if (RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count()) in GetValue()
43 return RID_SVXSTR_FIELDUNIT_TABLE[nPos].second; in GetValue()
47 OUString SvxAttrNameTable::GetString(sal_uInt32 nPos) in GetString() argument
49 if (RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count()) in GetString()
50 return SvxResId(RID_ATTR_NAMES[nPos].first); in GetString()
71 if (RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count()) in GetString()
81 int SvxNumberingTypeTable::GetValue(sal_uInt32 nPos) in GetValue() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dconfigpaths.cxx83 if (nPos > 0 && _sInPath[ nPos ] == '/') in splitLastFromConfigurationPath()
86 --nPos; in splitLastFromConfigurationPath()
90 if (nPos > 0 && _sInPath[ nPos ] == ']') in splitLastFromConfigurationPath()
96 nEnd = nPos; in splitLastFromConfigurationPath()
109 if (nPos >= 0 && _sInPath[nPos] == '[') in splitLastFromConfigurationPath()
111 nPos = _sInPath.lastIndexOf('/',nPos); in splitLastFromConfigurationPath()
117 nPos = -1; in splitLastFromConfigurationPath()
123 nEnd = nPos+1; in splitLastFromConfigurationPath()
132 OSL_ASSERT(nPos == -1 || _sInPath[nPos] == '/'); in splitLastFromConfigurationPath()
136 _rsOutPath = (nPos > 0) ? _sInPath.copy(0,nPos) : OUString(); in splitLastFromConfigurationPath()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dcsvruler.cxx245 MoveCursor( nPos ); in MoveCursorToSplit()
269 sal_Int32 nNewPos = nPos; in GetNoScrollPos()
324 sal_Int32 nNewPos = nPos; in FindEmptyPos()
435 nPos = std::clamp( nPos, sal_Int32(1), GetPosCount() - 1 ); in MouseMove()
492 if( HasSplit( nPos ) ) in StartMouseTracking()
501 MoveCursor( nPos ); in MoveMouseTracking()
506 mnPosMTCurr = nPos; in MoveMouseTracking()
577 sal_Int32 nPos; in ImplDrawBackgrDev() local
582 for( nPos = nFirstPos; nPos <= nLastPos; ++nPos ) in ImplDrawBackgrDev()
585 if( nPos % 5 ) in ImplDrawBackgrDev()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dcsvruler.cxx193 Execute( CSVCMD_MOVERULERCURSOR, IsVisibleSplitPos( nPos ) ? nPos : CSV_POS_INVALID ); in MoveCursor()
269 sal_Int32 nNewPos = nPos; in GetNoScrollPos()
324 sal_Int32 nNewPos = nPos; in FindEmptyPos()
492 if( HasSplit( nPos ) ) in StartMouseTracking()
498 if( mnPosMTCurr != nPos ) in MoveMouseTracking()
501 MoveCursor( nPos ); in MoveMouseTracking()
506 mnPosMTCurr = nPos; in MoveMouseTracking()
577 sal_Int32 nPos; in ImplDrawBackgrDev() local
582 for( nPos = nFirstPos; nPos <= nLastPos; ++nPos ) in ImplDrawBackgrDev()
585 if( nPos % 5 ) in ImplDrawBackgrDev()
[all …]

12345678910>>...153