Home
last modified time | relevance | path

Searched refs:nPos (Results 176 – 200 of 1846) sorted by relevance

12345678910>>...74

/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx376 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
378 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
385 uno_copyAndConvertData( pCppArgs[nPos] = alloca(8), pUnoArgs[nPos], in cpp_call()
393 fprintf(stderr, "hyper is %lx\n", pCppArgs[nPos]); in cpp_call()
401 fprintf(stderr, "long is %x\n", pCppArgs[nPos]); in cpp_call()
412 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
432 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
442 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
445 pTempIndizes[nTempIndizes] = nPos; // has to be reconverted in cpp_call()
451 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx211 return GetSelEntryPos(nPos + 1); in GetNextSelEntryPos()
224 for (; nPos < nCnt; nPos++) in GetSelEntryPos()
226 String sEntry(GetText().GetToken(nPos, cSep)); in GetSelEntryPos()
230 return nPos; in GetSelEntryPos()
244 sal_uInt16 nPos = GetFirstSelEntryPos(); in GetSelectEntryCount() local
245 while (nPos != COMBOBOX_ENTRY_NOTFOUND) in GetSelectEntryCount()
247 nPos = GetNextSelEntryPos(nPos); in GetSelectEntryCount()
261 sal_uInt16 nPos = GetFirstSelEntryPos(); in GetSelectEntryPos() local
263 while (nPos != COMBOBOX_ENTRY_NOTFOUND) in GetSelectEntryPos()
268 String sEntry(GetText().GetToken(nPos, cSep)); in GetSelectEntryPos()
[all …]
H A Dredlndlg.cxx398 if ( nPos < nRedlineCount ) in InitAuthors()
674 sal_uInt16 nPos; in InsertChilds() local
764 --nPos; in RemoveParents()
894 sal_uLong nPos = LONG_MAX; in CallAcceptReject() local
909 if( bSelect && LONG_MAX == nPos ) in CallAcceptReject()
976 pEntry = pTable->GetEntry( nPos ); in CallAcceptReject()
977 if( !pEntry && nPos-- ) in CallAcceptReject()
978 pEntry = pTable->GetEntry( nPos ); in CallAcceptReject()
1357 if (nPos != STRING_NOTFOUND) in Initialize()
1366 String aStr = rExtraData.Copy(nPos, n2 - nPos + 1); in Initialize()
[all …]
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx1046 sal_uInt16 i,nPos; in FillEListWithUserCurrencys() local
1208 switch ( nPos ) in PosToCategory_Impl()
1666 return (nPos>nCount); in IsBankingSymbol()
1732 if(nPos!=(sal_uInt16)-1) in FindCurrencyFormat()
1769 nPos=i; in FindCurrencyTableEntry()
1787 nPos=i; in FindCurrencyTableEntry()
1793 nPos=i; in FindCurrencyTableEntry()
1799 return nPos; in FindCurrencyTableEntry()
1808 sal_uInt16 nPos=0; in FindCurrencyFormat() local
1813 nPos=i; in FindCurrencyFormat()
[all …]
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx586 aSection.Erase( nPos, 1 ); in lcl_html_OutSectionStartTag()
588 nPos = aSection.Search( '%', nPos+3 ); in lcl_html_OutSectionStartTag()
593 aSection.Erase( nPos, 1 ); in lcl_html_OutSectionStartTag()
595 nPos = aSection.Search( cDelim, nPos+3 ); in lcl_html_OutSectionStartTag()
910 nOldPos = nPos; in OutHeaderAttrs()
1089 sal_uInt16 nPos; in OutBookmarks() local
1090 for( nPos = 0; nPos < aOutlineMarkPoss.Count() && in OutBookmarks()
1091 aOutlineMarkPoss[nPos] < nNode; nPos++ ) in OutBookmarks()
1094 while( nPos < aOutlineMarkPoss.Count() && aOutlineMarkPoss[nPos] == nNode ) in OutBookmarks()
1112 sal_uInt16 nPos; in OutImplicitMark() local
[all …]
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx145 m_aName = rURL.copy( nPos + 1 ); in HierarchyEntry()
295 if ( nPos != -1 ) in setData()
298 nPos = m_aPath.lastIndexOf( '/', nPos - 1 ); in setData()
300 OSL_ENSURE( nPos != -1, in setData()
564 if ( nPos != -1 ) in move()
567 nPos = m_aPath.lastIndexOf( '/', nPos - 1 ); in move()
576 nPos = aNewPath.lastIndexOf( '/' ); in move()
577 if ( nPos != -1 ) in move()
580 nPos = aNewPath.lastIndexOf( '/', nPos - 1 ); in move()
871 if ( nPos != -1 ) in remove()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx177 sal_Int32 nPos; in call_java() local
178 for ( nPos = 0; nPos < nParams; ++nPos ) in call_java()
185 jni, &java_args[ nPos ], in call_java()
186 uno_args[ nPos ], in call_java()
194 for ( sal_Int32 n = 0; n < nPos; ++n ) in call_java()
317 for ( nPos = 0; nPos < nParams; ++nPos ) in call_java()
323 jni->DeleteLocalRef( java_args[ nPos ].l ); in call_java()
331 for ( nPos = 0; nPos < nParams; ++nPos ) in call_java()
339 jni, uno_args[ nPos ], in call_java()
347 for ( sal_Int32 n = 0; n < nPos; ++n ) in call_java()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx374 if( nPos ) in SwNode()
834 sal_uInt16 nPos; in FindOutlineNodeOfLevel() local
839 if( nPos ) in FindOutlineNodeOfLevel()
840 nPos = nPos-1; in FindOutlineNodeOfLevel()
872 --nPos; in FindOutlineNodeOfLevel()
1254 *pIdx = nPos; in GoNext()
1302 *pIdx = nPos; in GoPrevious()
1306 else if( nPos ) in GoPrevious()
1966 sal_uInt16 nPos; in IsAnyCondition() local
1970 if( !rOutlNds.Seek_Entry( (SwCntntNode*)this, &nPos ) && nPos ) in IsAnyCondition()
[all …]
/trunk/main/svx/source/dialog/
H A Dlangbox.cxx122 sal_uInt16 nPos = LISTBOX_ENTRY_NOTFOUND; in TypeToPos_Impl() local
127 nPos = i; in TypeToPos_Impl()
129 return nPos; in TypeToPos_Impl()
201 nRet = InsertEntry( rEntry, m_aCheckedImageHC, nPos ); in ImplInsertImgEntry()
203 nRet = InsertEntry( rEntry, m_aCheckedImage, nPos ); in ImplInsertImgEntry()
381 nAt = ImplInsertImgEntry( aStrEntry, nPos, bFound ); in ImplInsertLanguage()
384 nAt = InsertEntry( aStrEntry, nPos ); in ImplInsertLanguage()
400 sal_Bool bCheckEntry, sal_uInt16 nPos ) in InsertLanguage() argument
437 sal_uInt16 nPos = GetSelectEntryPos(); in GetSelectLanguage() local
439 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in GetSelectLanguage()
[all …]
/trunk/main/cui/source/tabpages/
H A Dtplneend.cxx229 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in CheckChanges_Impl()
242 nPos = aLbLineEnds.GetSelectEntryPos(); in CheckChanges_Impl()
244 if ( nPos != LISTBOX_ENTRY_NOTFOUND ) in CheckChanges_Impl()
245 *pPosLineEndLb = nPos; in CheckChanges_Impl()
277 int nPos = aLbLineEnds.GetSelectEntryPos(); in Reset() local
321 int nPos = aLbLineEnds.GetSelectEntryPos(); in IMPL_LINK() local
356 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
415 aLbLineEnds.Modify( *pEntry, nPos, maLineEndList->GetUiBitmap( nPos ) ); in IMPL_LINK()
556 if( nPos != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
563 delete maLineEndList->Remove( nPos ); in IMPL_LINK()
[all …]
H A Dautocdlg.cxx259 sal_uInt16 nPos = 0; in FillItemSet() local
307 sal_uInt16 nPos = 0; in Reset() local
404 sal_uInt16 nPos = 0; in Paint() local
858 GetEntry(nPos), in CheckEntryPos()
1096 while(!bFound && nPos) in FillItemSet()
1114 nPos--; in FillItemSet()
1116 nPos = nLastPos; in FillItemSet()
1426 nPos = j; in IMPL_LINK()
1431 nPos == USHRT_MAX ? LIST_APPEND : nPos); in IMPL_LINK()
2148 sal_uInt16 nPos = 0; in FillItemSet() local
[all …]
/trunk/main/tools/source/fsys/
H A Ddirent.cxx358 sal_uInt16 nPos; in ImpParseOs2Name() local
359 for ( nPos = 0; in ImpParseOs2Name()
363 nPos++ ) in ImpParseOs2Name()
371 for ( nPos = 2; aPfad.Len() > nPos; ++nPos ) in ImpParseOs2Name()
387 if ( nPos < aPfad.Len() && aPfad.GetChar(nPos) == ':' ) in ImpParseOs2Name()
1840 if ( nPos == 0 ) in ImpToRel()
1848 while ( nPos > 0 && aThisStr.GetChar(nPos) != '\\' ) in ImpToRel()
1849 --nPos; in ImpToRel()
1854 for ( nPos = 0; nPos < aCurStr.Len(); ++nPos ) in ImpToRel()
2293 nPos < aPfad.Len() && aPfad.GetChar(nPos) != '/'; in ImpParseUnixName()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx288 aName.Erase(nPos); in GetStyle()
621 xub_StrLen nPos = 0; in GetPseudoCharRuns() local
622 while (nPos != nLen) in GetPseudoCharRuns()
631 ++nPos; in GetPseudoCharRuns()
643 xub_StrLen nPos = 0; in GetPseudoCharRuns() local
644 while (nPos < nLen) in GetPseudoCharRuns()
1026 xub_StrLen nPos1 = nPos - 1; in IsPreviousAM()
1027 xub_StrLen nPos2 = nPos - 2; in IsPreviousAM()
1029 if(nPos1 > nPos || nPos2 > nPos){ in IsPreviousAM()
1039 xub_StrLen nPos1 = nPos + 1; in IsNextPM()
[all …]
H A Dwrtw8nds.cxx325 xub_StrLen nPos; in SearchNext() local
353 ++nPos; in SearchNext()
355 for ( ; nPos < m_rExport.pDoc->GetRedlineTbl().Count(); ++nPos ) in SearchNext()
396 if( nPos >= nStartPos && nPos <= nMinPos ) in SearchNext()
402 if( nPos >= nStartPos && nPos <= nMinPos ) in SearchNext()
409 if( nPos >= nStartPos && nPos <= nMinPos ) in SearchNext()
434 if (nPos >= nStartPos && nPos <= nMinPos) in SearchNext()
439 ++nPos; in SearchNext()
440 if (nPos >= nStartPos && nPos <= nMinPos) in SearchNext()
1240 nPos < m_rExport.pDoc->GetRedlineTbl().Count(); ++nPos ) in IsRedlineAtEnd()
[all …]
/trunk/main/sw/source/core/access/
H A Daccportions.hxx85 size_t nPos ) const;
112 sal_Bool IsInGrayPortion( sal_Int32 nPos );
113 sal_Int32 GetFieldIndex(sal_Int32 nPos);
123 sal_Int32 nPos ) const;
130 sal_Int32 GetLineNo( const sal_Int32 nPos ) const;
137 sal_uInt16 GetModelPosition( sal_Int32 nPos ) const;
146 sal_uInt16 FillSpecialPos( sal_Int32 nPos,
154 sal_Int32 nPos );
158 sal_Int32 nPos ) const;
160 sal_uInt16 GetAttrFldType( sal_Int32 nPos );
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java83 for ( int nPos = 0; nPos < m_supported_services.length; ++nPos ) in supportsService()
85 if (m_supported_services[ nPos ].equals( service_name )) in supportsService()
129 for ( int nPos = 0; nPos < supported_services.length; ++nPos ) in service_info_test()
131 if (! supported_services[ nPos ].equals( m_supported_services[ nPos ] )) in service_info_test()
136 if (! xInfo.supportsService( m_supported_services[ nPos ] )) in service_info_test()
183 for ( int nPos = 0; nPos < m_supported_services.length; ++nPos ) in main()
185 System.out.println( "testing factory " + m_supported_services[ nPos ] ); in main()
189 m_supported_services[ nPos ], xContext ) ); in main()
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx374 return pImp->pFact->nPos; in GetPosition()
451 aWinData.Erase(0,nPos+1); in InitializeChildWinFactory_Impl()
460 if (nPos != STRING_NOTFOUND) in InitializeChildWinFactory_Impl()
467 aWinData.Erase( nPos, nNextPos-nPos+1 ); in InitializeChildWinFactory_Impl()
665 if ( nPos == STRING_NOTFOUND ) in GetExtraData_Impl()
679 aStr = aExtraString.Copy(nPos, n2 - nPos + 1); in GetExtraData_Impl()
680 aStr.Erase(nPos, n1-nPos+1); in GetExtraData_Impl()
692 nPos = aStr.Search(','); in GetExtraData_Impl()
695 aStr.Erase(0, nPos+1); in GetExtraData_Impl()
700 nPos = aStr.Search(','); in GetExtraData_Impl()
[all …]
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx56 sal_uInt16 nPos = 0; in Insert() local
64 Remove( nPos, 1 ); // zusammenfassen in Insert()
75 if( nPos > 0 ) in Insert()
89 if( nPos < Count() ) in Insert()
96 Remove( nPos, 1 ); // zusammenfassen in Insert()
185 for (sal_uInt32 nPos = nStt; nPos<=nEnd; nPos++) { in SelectionHasNumber() local
231 for (sal_uInt32 nPos = nStt; nPos<=nEnd; nPos++) { in SelectionHasBullet() local
592 sal_uInt16 nPos; in IsProtectedOutlinePara() local
594 if( !rOutlNd.Seek_Entry( pNd, &nPos ) && nPos ) in IsProtectedOutlinePara()
595 --nPos; in IsProtectedOutlinePara()
[all …]
H A Dacorrect.cxx139 SwPaM aPam( rCrsr.GetPoint()->nNode.GetNode(), nPos ); in Insert()
156 return ReplaceRange( nPos, rTxt.Len(), rTxt ); in Replace()
161 if( pPam->GetPoint()->nContent.GetIndex() != nPos ) in ReplaceRange()
164 pPam->GetPoint()->nContent = nPos; in ReplaceRange()
180 && pNd->GetTxtAttrForCharAt( n + nPos ) ) in ReplaceRange()
207 xub_StrLen( nPos + nSourceLength )); in ReplaceRange()
219 xub_StrLen( nPos + nSourceLength )); in ReplaceRange()
366 if( USHRT_MAX != nPos && aTBlks.BeginGetDoc( nPos ) ) in ChgAutoCorrWord()
431 LanguageType eLang = GetLanguage(nPos, sal_False); in SaveCpltSttWord()
433 nNode, nPos, rExceptWord, cChar, eLang )); in SaveCpltSttWord()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx711 sal_uInt32 nPos = 0; in Offset32() local
719 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset32()
725 return nPos; in Offset32()
730 long nPos = 0; in Offset() local
738 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset()
744 return (sal_uInt16) nPos; in Offset()
786 sal_uInt32 nPos = 0; in Offset32() local
795 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset32()
801 return nPos; in Offset32()
807 if( nPos > (long) SBX_MAXINDEX ) in Offset()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1077 sal_Int32 nPos = 0; in map_to_uno() local
1083 for (; nPos < nMembers; ++nPos) in map_to_uno()
1369 for (sal_Int32 nPos = 0; nPos < nElements; ++nPos) in map_to_uno() local
1633 int nPos = -1; in map_to_cli() local
1644 nPos = i; in map_to_cli()
1648 OSL_ASSERT (nPos != -1); in map_to_cli()
1696 for (sal_Int32 nPos = comp_td->nMembers; nPos--; ) in map_to_cli() local
1875 for (sal_Int32 nPos = 0; nPos < nElements; ++nPos ) in map_to_cli() local
1921 for ( sal_Int32 nPos = 0; nPos < nElements; ++nPos ) in map_to_cli() local
1941 for ( sal_Int32 nPos = 0; nPos < nElements; ++nPos ) in map_to_cli() local
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dcpp2uno.cxx114 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call() local
127 pCppArgs[nPos] = pCppStack + 3; in cpp2uno_call()
128 pUnoArgs[nPos] = pCppStack + 3; in cpp2uno_call()
133 pCppArgs[nPos] = pCppStack + 2; in cpp2uno_call()
134 pUnoArgs[nPos] = pCppStack + 2; in cpp2uno_call()
139 pCppArgs[nPos] = pCppStack; in cpp2uno_call()
140 pUnoArgs[nPos] = pCppStack; in cpp2uno_call()
144 pCppArgs[nPos] = pCppStack; in cpp2uno_call()
145 pUnoArgs[nPos] = pCppStack; in cpp2uno_call()
153 pCppArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
[all …]
/trunk/main/cpputools/source/regsingleton/
H A Dregsingleton.cxx60 int nPos = 1; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
61 if ('-' == argv[ nPos ][ 0 ] && 'r' == argv[ nPos ][ 1 ]) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
63 if ('a' == argv[ nPos ][ 2 ] && '\0' == argv[ nPos ][ 3 ]) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
67 else if ('\0' != argv[ nPos ][ 2 ]) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
73 ++nPos; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
76 OUString sys_path( OUString::createFromAscii( argv[ nPos ] ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
81 fprintf( stderr, "\nerror: cannot make file url out of %s\n", argv[ nPos ] ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
84 ++nPos; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
113 for ( ; nPos < argc; ++nPos ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
115 OUString singleton( OUString::createFromAscii( argv[ nPos ] ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx315 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
317 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
323 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
330 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
335 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
340 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
344 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
363 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
373 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
382 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx309 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call() local
311 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
317 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
324 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
329 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
334 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
338 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
357 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
367 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
376 pCppArgs[nPos] = pUnoArgs[nPos]; in cpp_call()
[all …]

Completed in 203 milliseconds

12345678910>>...74