Home
last modified time | relevance | path

Searched refs:nPos (Results 251 – 275 of 1852) sorted by relevance

1...<<11121314151617181920>>...75

/aoo41x/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx53 virtual String GetEntry( sal_uInt16 nPos ) const in GetEntry()
55 return m_aComboListBox.GetEntry( nPos ); in GetEntry()
98 virtual sal_Bool IsEntryVisible( sal_uInt16 nPos ) const in IsEntryVisible()
102 return ( nPos >= nTopEntry && nPos < ( nTopEntry + nLines ) ); in IsEntryVisible()
130 virtual sal_Bool IsEntryPosSelected( sal_uInt16 nPos ) const in IsEntryPosSelected()
132 return m_aComboListBox.IsEntryPosSelected(nPos); in IsEntryPosSelected()
145 virtual void SelectEntryPos( sal_uInt16 nPos, sal_Bool bSelect = sal_True ) in SelectEntryPos() argument
147 m_aComboListBox.SelectEntryPos(nPos,bSelect); in SelectEntryPos()
183 long GetIndexForPoint( const Point& rPoint, sal_uInt16& nPos ) const in GetIndexForPoint()
185 return m_aComboListBox.GetIndexForPoint( rPoint, nPos ); in GetIndexForPoint()
/aoo41x/main/ucb/source/ucp/webdav/
H A DSerfUri.cxx191 sal_Int32 nPos = mPath.lastIndexOf ('/'); in GetPathBaseName() local
193 if (nPos == mPath.getLength () - 1) in GetPathBaseName()
197 nPos = mPath.lastIndexOf ('/', nPos); in GetPathBaseName()
199 if (nPos != -1) in GetPathBaseName()
202 mPath.copy (nPos + 1, mPath.getLength () - nPos - 1 - nTrail) ); in GetPathBaseName()
205 nPos = aTemp.indexOf( '?' ); in GetPathBaseName()
206 if ( nPos == -1 ) in GetPathBaseName()
207 nPos = aTemp.indexOf( '#' ); in GetPathBaseName()
209 if ( nPos != -1 ) in GetPathBaseName()
210 aTemp = aTemp.copy( 0, nPos ); in GetPathBaseName()
/aoo41x/main/sw/source/core/bastyp/
H A Dbreakit.cxx116 xub_StrLen nPos ) const in GetRealScriptOfText()
122 if( nPos && nPos == rTxt.Len() ) in GetRealScriptOfText()
123 --nPos; in GetRealScriptOfText()
124 nScript = xBreak->getScriptType( rTxt, nPos ); in GetRealScriptOfText()
126 if ( i18n::ScriptType::WEAK == nScript && nPos + 1 < rTxt.Len() ) in GetRealScriptOfText()
130 switch ( u_charType(rTxt.GetChar(nPos + 1) ) ) { in GetRealScriptOfText()
134 nScript = xBreak->getScriptType( rTxt, nPos+1 ); in GetRealScriptOfText()
138 if( i18n::ScriptType::WEAK == nScript && nPos && in GetRealScriptOfText()
139 0 < (nChgPos = xBreak->beginOfScript( rTxt, nPos, nScript )) ) in GetRealScriptOfText()
143 ( nChgPos = xBreak->endOfScript( rTxt, nPos, nScript ) ) && in GetRealScriptOfText()
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx548 sal_Int32 nPos; in _InvalidateFocus() local
703 return (nPos >= 0) && (nPos < nLength); in IsValidChar()
709 return (nPos >= 0) && (nPos <= nLength); in IsValidPosition()
889 while( pStr[nPos] == sal_Unicode(' ') && nPos < rText.getLength()) in GetSentenceBoundary()
890 nPos++; in GetSentenceBoundary()
1006 if((nPos == rText.getLength()) && nPos > 0) in GetTextBoundary()
3351 sal_uInt16 nPos; member in SwHyperlinkIter_Impl
3365 nPos( 0 ) in SwHyperlinkIter_Impl()
3390 ++nPos; in next()
3654 nPos++; in getHyperLinkIndex()
[all …]
/aoo41x/main/sw/source/core/text/
H A Dporlin.cxx121 KSHORT nPos; in PrePaint() local
134 nPos = KSHORT( rInf.X() ); in PrePaint()
136 nPos += nLastWidth - nHalfView; in PrePaint()
137 aInf.X( nPos ); in PrePaint()
140 nPos = KSHORT( rInf.Y() ); in PrePaint()
142 nPos -= nLastWidth + nHalfView; in PrePaint()
143 aInf.Y( nPos ); in PrePaint()
146 nPos = KSHORT( rInf.X() ); in PrePaint()
149 aInf.X( nPos ); in PrePaint()
152 nPos = KSHORT( rInf.Y() ); in PrePaint()
[all …]
H A Dtxtfly.cxx929 for( xub_StrLen nPos = rInf.GetIdx(); nPos < nEndPos; ++nPos ) in DrawTextOpaque() local
1677 memmove( (SdrObject**)pSdrObj + nPos, pSdrObj + nPos + 1, in ClrObject()
1679 memmove( pTextRanger + nPos, pTextRanger + nPos + 1, in ClrObject()
1755 while( nPos < GetCount() && pObj != pSdrObj[ nPos ] ) in ContourRect()
1756 ++nPos; in ContourRect()
1825 else if( nPos ) in ContourRect()
1882 while( nPos < POLY_CNT && pObj != pSdrObj[ nPos ] ) in ShowContour()
1883 ++nPos; in ShowContour()
1884 if( POLY_CNT != nPos ) in ShowContour()
2113 if( nPos == nFlyPos ) in CalcRightMargin()
[all …]
H A DSwGrammarMarkUp.cxx47 void SwGrammarMarkUp::MoveGrammar( xub_StrLen nPos, long nDiff ) in MoveGrammar() argument
49 Move( nPos, nDiff ); in MoveGrammar()
53 while( pIter != maSentence.end() && *pIter < nPos ) in MoveGrammar()
55 xub_StrLen nEnd = nDiff < 0 ? xub_StrLen(nPos - nDiff) : nPos; in MoveGrammar()
61 *pIter = nPos; in MoveGrammar()
135 xub_StrLen SwGrammarMarkUp::getSentenceStart( xub_StrLen nPos ) in getSentenceStart() argument
140 while( pIter != maSentence.end() && *pIter < nPos ) in getSentenceStart()
145 if( pIter != maSentence.end() && *pIter < nPos ) in getSentenceStart()
150 xub_StrLen SwGrammarMarkUp::getSentenceEnd( xub_StrLen nPos ) in getSentenceEnd() argument
155 while( pIter != maSentence.end() && *pIter <= nPos ) in getSentenceEnd()
/aoo41x/main/svx/source/svdraw/
H A Dsvdibrow.cxx386 if (nPos>=0 && (sal_uIntPtr)nPos<aList.Count()) { in GetCurrentPos()
387 nRet=(sal_uIntPtr)nPos; in GetCurrentPos()
407 BegChangeEntry(nPos); in DoubleClick()
467 long nPos=GetCurrentPos(); in ImpSaveWhich() local
471 nLastWhichOfs=nPos-nTop; in ImpSaveWhich()
497 long nPos=nNum-1; in ImpRestoreWhich() local
502 GoToRow(nPos); in ImpRestoreWhich()
1201 if (nPos==STRING_NOTFOUND) nPos=aNewText.Search(sal_Unicode(':')); in IMPL_LINK()
1202 if (nPos==STRING_NOTFOUND) nPos=aNewText.Search(sal_Unicode(' ')); in IMPL_LINK()
1203 …if (nPos==STRING_NOTFOUND) { nPos=aNewText.SearchAscii(".."); if (nPos!=STRING_NOTFOUND) nSepLen=2… in IMPL_LINK()
[all …]
/aoo41x/main/cui/source/dialogs/
H A Dhyphen.cxx319 nIdx = nPos; in EraseUnusableHyphens_Impl()
320 nStart = nPos + 1; in EraseUnusableHyphens_Impl()
332 while (nPos != STRING_NOTFOUND) in EraseUnusableHyphens_Impl()
333 nPos = aTxt.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
341 nPos = 0; in EraseUnusableHyphens_Impl()
342 while (nPos != STRING_NOTFOUND) in EraseUnusableHyphens_Impl()
344 nPos = aLeft.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
345 if (nPos != STRING_NOTFOUND) in EraseUnusableHyphens_Impl()
431 sal_uInt16 nPos = 0; in GetHyphIndex_Impl() local
440 nPos++; in GetHyphIndex_Impl()
[all …]
/aoo41x/main/cppu/source/uno/
H A Dlbenv.cxx224 for ( ::std::size_t nPos = 0; nPos < nSize; ++nPos ) in find()
378 sal_Int32 nPos; in s_stub_defenv_revokeInterface() local
379 for ( nPos = pOEntry->aInterfaces.size(); nPos--; ) in s_stub_defenv_revokeInterface()
389 for ( nPos = pOEntry->aInterfaces.size(); nPos--; ) in s_stub_defenv_revokeInterface()
526 sal_Int32 nPos = 0; in defenv_getRegisteredInterfaces() local
672 sal_Int32 nPos = 1; in writeLine() local
673 while (pLine[nPos] && pFilter[nPos] == pLine[nPos]) in writeLine()
675 ++nPos; in writeLine()
677 if (! pFilter[nPos]) in writeLine()
760 for ( ::std::size_t nPos = 0; in uno_dumpEnvironment()
[all …]
/aoo41x/main/sw/source/core/table/
H A Dswtable.cxx466 sal_uInt16 nPos = 0; in lcl_SortedTabColInsert() local
485 nPos = (sal_uInt16)nTmp; in lcl_SortedTabColInsert()
508 else if ( nPos < nCmp ) in lcl_SortedTabColInsert()
823 if( nPos && rTblBoxes[ nPos - 1 ]->getRowSpan() != 1 ) in lcl_ProcessBoxSet()
1201 ColChange aTmp( nPos, nPos ); in lcl_CalcNewWidths()
1409 xub_StrLen nPos = 0; in _GetBoxNum() local
1426 ++nPos; in _GetBoxNum()
1447 rStr.Erase( 0, nPos+1 ); in _GetBoxNum()
1929 sal_uInt16 nPos; in GetName() local
2542 sal_uLong nPos = ULONG_MAX; in IsValidNumTxtNd() local
[all …]
/aoo41x/main/sfx2/source/control/
H A Dshell.cxx335 for ( sal_uInt16 nPos = 0; nPos < pImp->aItems.Count(); ++nPos ) in GetItem() local
336 if ( pImp->aItems.GetObject(nPos)->Which() == nSlotId ) in GetItem()
337 return pImp->aItems.GetObject(nPos); in GetItem()
364 for ( sal_uInt16 nPos = 0; nPos < pImp->aItems.Count(); ++nPos ) in RemoveItem() local
368 SfxPoolItem *pItem = pImp->aItems.GetObject(nPos); in RemoveItem()
370 pImp->aItems.Remove(nPos); in RemoveItem()
418 sal_uInt16 nPos; in PutItem() local
419 for ( nPos = 0; nPos < pImp->aItems.Count(); ++nPos, ++ppLoopItem ) in PutItem()
425 pImp->aItems.Remove(nPos); in PutItem()
426 pImp->aItems.Insert( (SfxPoolItemPtr) pItem, nPos ); in PutItem()
[all …]
/aoo41x/main/sw/source/ui/fldui/
H A Dflddinf.cxx269 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() local
275 if (nPos == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
310 nPos = 0; in IMPL_LINK()
360 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK()
361 if (nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
363 nSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK()
439 nSelPos = nPos; in FillSelectionLB()
473 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in FillItemSet() local
479 if (nPos != LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
485 nPos = aFormatLB.GetSelectEntryPos(); in FillItemSet()
[all …]
/aoo41x/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx197 sal_Int32 nPos( -1 ); in executeControlCommand() local
199 rControlCommand.Arguments[i].Value >>= nPos; in executeControlCommand()
200 if ( nPos >= 0 && in executeControlCommand()
201 ( sal::static_int_cast< sal_uInt32 >(nPos) in executeControlCommand()
209 aInfo[0].Value <<= nPos; in executeControlCommand()
233 sal_Int32 nPos( COMBOBOX_APPEND ); in executeControlCommand() local
244 nPos = nTmpPos; in executeControlCommand()
252 aIter += nPos; in executeControlCommand()
261 sal_Int32 nPos( -1 ); in executeControlCommand() local
262 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
[all …]
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx211 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
213 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
220 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
242 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
244 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
253 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
254 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
257 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
263 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx202 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
204 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
211 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
233 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
235 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
244 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
245 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
248 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
254 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx188 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
190 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
196 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
215 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
217 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
225 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
226 pUnoArgs[nPos], pParamTypeDescr, &pThis->pBridge->aUno2Cpp ); in cpp_call()
228 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
234 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx195 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
197 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
204 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
223 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
225 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
234 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
235 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
238 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
244 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/aoo41x/main/svx/inc/svx/
H A Dsvdhlpln.hxx92 … Insert(const SdrHelpLine& rHL, sal_uInt16 nPos=0xFFFF) { aList.Insert(new SdrHelpLine(rHL)… in Insert() argument
93 …void Delete(sal_uInt16 nPos) { delete (SdrHelpLine*)… in Delete() argument
94 …void Move(sal_uInt16 nPos, sal_uInt16 nNewPos) { aList.Insert(aLis… in Move() argument
95 …SdrHelpLine& operator[](sal_uInt16 nPos) { return *GetObject(nPo… in operator []() argument
96 …const SdrHelpLine& operator[](sal_uInt16 nPos) const { return *GetObject(nPo… in operator []()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx168 sal_Int32 nPos = 0; in implRemoveIndex() local
173 ++aSearch, ++nPos in implRemoveIndex()
184 if ((sal_uInt32)nPos == _rList.size()) in implRemoveIndex()
185 _rDisplay.SelectEntryPos((sal_uInt16)nPos-1); in implRemoveIndex()
187 _rDisplay.SelectEntryPos((sal_uInt16)nPos); in implRemoveIndex()
275 for( sal_uInt16 nPos = 0; nPos < nCnt; ++nPos ) variable
289 for( sal_uInt16 nPos = 0; nPos < nCnt; ++nPos ) variable
543 sal_uInt16 nPos = 0; in WriteInfFile() local
546 ++aIndex, ++nPos in WriteInfFile()
551 aKeyName += ByteString::CreateFromInt32( nPos ); in WriteInfFile()
[all …]
/aoo41x/main/sfx2/source/dialog/
H A Ddockwin.cxx454 sal_uInt16 nPos; member in SfxDockingWindow_Impl
633 pImp->nPos = pImp->nDockPos; in ToggleFloatingMode()
695 pImp->nDockPos = pImp->nPos; in StartDocking()
854 pImp->nPos = pImp->nDockPos; in EndDocking()
947 pImp->nPos = pImp->nDockPos = 0; in SfxDockingWindow()
1059 aStr = pInfo->aExtraString.Copy(nPos, n2 - nPos + 1); in Initialize()
1060 pInfo->aExtraString.Erase(nPos, n2 - nPos + 1); in Initialize()
1061 aStr.Erase(nPos, n1-nPos+1); in Initialize()
1527 sal_uInt16 nLine, nPos; in CalcAlignment() local
1534 pImp->nDockPos = nPos; in CalcAlignment()
[all …]
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Duno2cpp.cxx220 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
222 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
229 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
250 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
252 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
261 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
262 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
265 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
271 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx204 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
206 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
213 uno_copyAndConvertData( pCppArgs[nPos] = pCppStack, pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
232 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
234 pTempIndizes[nTempIndizes] = nPos; // default constructed for cpp call in cpp_call()
243 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
244 pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
247 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
253 *(void **)pCppStack = pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx88 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
90 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
96 …pCppArgs[nPos] = pUnoArgs[nPos] = CPPU_CURRENT_NAMESPACE::adjustPointer(pCppStack, pParamTypeDescr… in cpp2uno_call()
111 pCppArgs[nPos] = pUnoArgs[nPos] = pDest; in cpp2uno_call()
124 pCppArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
129 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call()
130 pTempIndizes[nTempIndizes] = nPos; in cpp2uno_call()
138 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
141 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp2uno_call()
147 pUnoArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx89 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
91 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
97 …pCppArgs[nPos] = pUnoArgs[nPos] = CPPU_CURRENT_NAMESPACE::adjustPointer(pCppStack, pParamTypeDescr… in cpp2uno_call()
112 pCppArgs[nPos] = pUnoArgs[nPos] = pDest; in cpp2uno_call()
123 pCppArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
128 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call()
129 pTempIndizes[nTempIndizes] = nPos; in cpp2uno_call()
137 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
140 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp2uno_call()
146 pUnoArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()

Completed in 248 milliseconds

1...<<11121314151617181920>>...75