Home
last modified time | relevance | path

Searched refs:nIndex (Results 1 – 25 of 1876) sorted by last modified time

12345678910>>...76

/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx457 sal_Int32 nIndex = 0; in verifyCertificateChain() local
458 while (nIndex >= 0) in verifyCertificateChain()
460 const ::rtl::OUString sToken (sServerCertificateSubject.getToken(0, ',', nIndex)); in verifyCertificateChain()
492 for (nIndex=0; nIndex < asn1DerCertificates.size(); ++nIndex) in verifyCertificateChain()
495 m_xSecurityEnv->createCertificateFromRaw( asn1DerCertificates[ nIndex ] ) ); in verifyCertificateChain()
498 m_aLogger.log( LogLevel::WARNING, "Failed to create XCertificate $1$", nIndex ); in verifyCertificateChain()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx1776 sal_uInt16 nIndex = 0; in Find() local
1781 … ByteString aPath = ByteString(rPfad, osl_getThreadTextEncoding()).GetToken( 0, cDelim, nIndex ); in Find()
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx214 void RecentFilesMenuController::executeEntry( sal_Int32 nIndex ) in executeEntry() argument
227 if (( nIndex >= 0 ) && in executeEntry()
228 ( nIndex < sal::static_int_cast<sal_Int32>( m_aRecentFilesItems.size() ))) in executeEntry()
230 const RecentFile& rRecentFile = m_aRecentFilesItems[ nIndex ]; in executeEntry()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx187 …bool isValidIndex( sal_Int32 nIndex ) const { return (nIndex >= 0) && (nIndex < (sal_Int32)maSlide… in isValidIndex()
215 if( nIndex != -1 ) in isVisibleSlideNumber()
264 sal_Int32 nIndex; in getStartSlideIndex() local
267 for( nIndex = 0; nIndex < nCount; nIndex++ ) in getStartSlideIndex()
270 return nIndex; in getStartSlideIndex()
383 sal_Int32 nIndex; in findSlideIndex() local
386 for( nIndex = 0; nIndex < nCount; nIndex++ ) in findSlideIndex()
389 return nIndex; in findSlideIndex()
535 for (int nIndex=0,nCount=aProperties.size();nIndex<nCount; ++nIndex) in displayCurrentSlide() local
536 aPropertySequence[nIndex] = aProperties[nIndex]; in displayCurrentSlide()
[all …]
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx112 virtual sal_Bool SAL_CALL doAccessibleAction (sal_Int32 nIndex)
118 virtual ::rtl::OUString SAL_CALL getAccessibleActionDescription (sal_Int32 nIndex)
125 getAccessibleActionKeyBinding( sal_Int32 nIndex )
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1432 VCLXToolkit::getTopWindow(::sal_Int32 nIndex) in getTopWindow() argument
1435 ::Window * p = ::Application::GetTopWindow(static_cast< long >(nIndex)); in getTopWindow()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx539 long nIndex = aPageTypes.getLength(); in getTypes() local
547 pPageTypes[nIndex++] = pSvxTypes[nPos]; in getTypes()
549 pPageTypes[nIndex] = ::getCppuType((uno::Reference<form::XFormsSupplier2>*)0); in getTypes()
567 uno::Any SwXDrawPage::getByIndex(sal_Int32 nIndex) in getByIndex() argument
578 return pDrawPage->getByIndex( nIndex ); in getByIndex()
1056 long nIndex = aRet.getLength(); in getTypes() local
1058 aRet.realloc(nIndex + aAggTypes.getLength()); in getTypes()
1062 pBaseTypes[nIndex++] = pAggTypes[i]; in getTypes()
2906 uno::Any SwXGroupShape::getByIndex(sal_Int32 nIndex) in getByIndex() argument
2920 return xAcc->getByIndex(nIndex); in getByIndex()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1421 sal_Int32 nIndex; in replaceByName() local
1423 for( nIndex = 0; nIndex < nCount; nIndex++, pProperties++ ) in replaceByName()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx817 sal_Bool SwAccessiblePortionData::IsIndexInFootnode(sal_Int32 nIndex) in IsIndexInFootnode() argument
823 if(nIndex >= pairPos.first && nIndex < pairPos.second ) in IsIndexInFootnode()
840 sal_Int32 nIndex = -1; in GetFieldIndex() local
847 nIndex = i/2; in GetFieldIndex()
852 return nIndex; in GetFieldIndex()
H A Daccpara.cxx732 for(int nIndex = 0; nIndex<nSize; nIndex++ ) in GetTOXSortTabBase() local
1818 sal_Int32 nIndex, in getCharacterAttributes() argument
2770 if ( nIndex > 0 ) in getIndexAtPoint()
2970 nIndex = min( nIndex, preBound.startPos ) - 1; in getTextBeforeIndex()
2975 if (nIndex>=0) in getTextBeforeIndex()
2988 nIndex = min( nIndex, aBound.startPos ) - 1; in getTextBeforeIndex()
2989 if( nIndex >= 0 ) in getTextBeforeIndex()
3031 nIndex = max( sal_Int32(nIndex+1), aBound.endPos ); in getTextBehindIndex()
3147 setSelection( nIndex, nIndex ); in pasteText()
3161 return replaceText( nIndex, nIndex, sText ); in insertText()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx132 void GrabFocusAndSelect( size_t nIndex );
/trunk/main/editeng/inc/editeng/
H A DAccessibleContextBase.hxx194 getAccessibleChild (sal_Int32 nIndex)
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx410 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
413 if (pParams[nIndex].bIn) in cpp_call()
415 if (pParams[nIndex].bOut) // inout in cpp_call()
417 uno_destructData( pUnoArgs[nIndex], pParamTypeDescr, 0 ); // destroy uno value in cpp_call()
418 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
424 uno_copyAndConvertData( pUnoArgs[nIndex], pCppArgs[nIndex], pParamTypeDescr, in cpp_call()
428 uno_destructData( pCppArgs[nIndex], pParamTypeDescr, cpp_release ); in cpp_call()
449 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp_call() local
451 uno_destructData( pCppArgs[nIndex], ppTempParamTypeDescr[nTempIndizes], cpp_release ); in cpp_call()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx728 sal_Int32 nIndex = -1; in getIndexAtPoint() local
737 nIndex = aLayoutData.GetIndexForPoint( aPnt ); in getIndexAtPoint()
740 return nIndex; in getIndexAtPoint()
823 checkActionIndex_Impl( nIndex ); in doAccessibleAction()
826 if( nIndex == 0 && (treeFlag & TREEFLAG_CHKBTN) ) in doAccessibleAction()
837 }else if( (nIndex == 1 && (treeFlag & TREEFLAG_CHKBTN) ) || (nIndex == 0) ) in doAccessibleAction()
857 checkActionIndex_Impl( nIndex ); in getAccessibleActionDescription()
867 if(nIndex == 0 && (treeFlag & TREEFLAG_CHKBTN)) in getAccessibleActionDescription()
881 }else if( (nIndex == 1 && (treeFlag & TREEFLAG_CHKBTN)) || nIndex == 0 ) in getAccessibleActionDescription()
898 checkActionIndex_Impl( nIndex ); in getAccessibleActionKeyBinding()
[all …]
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3368 static void GetCommandFromSequence( rtl::OUString& rCommand, sal_Int32& nIndex, const uno::Sequence… in GetCommandFromSequence() argument
3371 nIndex = -1; in GetCommandFromSequence()
3378 nIndex = i; in GetCommandFromSequence()
3396 sal_Int32 nIndex( -1 ); in ConvertSlotsToCommands() local
3401 GetCommandFromSequence( aCommand, nIndex, aSeqPropValue ); in ConvertSlotsToCommands()
3402 if ( nIndex >= 0 && ( aCommand.indexOf( aSlotCmd ) == 0 )) in ConvertSlotsToCommands()
3414 aSeqPropValue[nIndex].Value <<= aCommand; in ConvertSlotsToCommands()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx2072 Rectangle TabControl::GetCharacterBounds( sal_uInt16 nPageId, long nIndex ) const in GetCharacterBounds()
2085 if( (aPair.B() - aPair.A()) >= nIndex ) in GetCharacterBounds()
2086 aRet = mpControlData->mpLayoutData->GetCharacterBounds( aPair.A() + nIndex ); in GetCharacterBounds()
2104 int nIndex = mpControlData->mpLayoutData->GetIndexForPoint( rPoint ); in GetIndexForPoint() local
2105 if( nIndex != -1 ) in GetIndexForPoint()
2113 if( aPair.A() <= nIndex && aPair.B() >= nIndex ) in GetIndexForPoint()
2115 nRet = nIndex - aPair.A(); in GetIndexForPoint()
/trunk/main/sd/source/ui/framework/factories/
H A DFullScreenPane.cxx250 sal_Int32 nIndex = 0; in ExtractArguments() local
251 while (nIndex >= 0) in ExtractArguments()
253 const OUString aToken = aURL.Arguments.getToken(0, '&', nIndex); in ExtractArguments()
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx260 sal_uInt16 ParaPortion::GetLineNumber( sal_uInt16 nIndex ) in GetLineNumber() argument
267 if ( aLineList[nLine]->IsIn( nIndex ) ) in GetLineNumber()
272 DBG_ASSERT( nIndex == aLineList[ aLineList.Count() - 1 ]->GetEnd(), "Index voll daneben!" ); in GetLineNumber()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5597 GetGlyphBoundRects( rStartPt, rStr, nIndex, nLen, nIndex, aTmp ); in DrawText()
6871 if ( (nIndex > 1) || (nIndex == aStr.Len()) ) in ImplGetEllipsisString()
7007 --nIndex; in DrawCtrlText()
7118 nIndex--; in GetCtrlTextWidth()
7536 if( nBase != nIndex ) in GetTextBoundRect()
7731 if( nBase != nIndex ) in GetTextOutlines()
7840 xub_StrLen nStart = ((nBase < nIndex) ? nBase : nIndex); in GetTextOutlines()
7841 xub_StrLen nLength = ((nBase > nIndex) ? nBase : nIndex) - nStart; in GetTextOutlines()
8038 return nIndex; in HasGlyphs()
8055 return nIndex; in HasGlyphs()
[all …]
/trunk/main/unotools/source/misc/
H A Dfontdefs.cxx485 xub_StrLen nIndex = 0; in ImplIsFontToken() local
488 aTempName = GetNextFontToken( rName, nIndex ); in ImplIsFontToken()
492 while ( nIndex != STRING_NOTFOUND ); in ImplIsFontToken()
522 xub_StrLen nIndex = 0; in GetSubsFontName() local
523 String aOrgName = GetNextFontToken( rName, nIndex ); in GetSubsFontName()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx449 if(pFormArr[nIndex]) in Ok()
473 if(!pFormArr[nIndex]) in GetForm()
475 return pFormArr[nIndex]; in GetForm()
483 if(!pDescArr[nIndex]) in GetTOXDescription()
3342 if ( nIndex == 1 ) in InsertItem()
3393 if ( nIndex ) in InsertItem()
3546 if ( nIndex == 1) in InsertAtSelection()
3596 if ( nIndex ) in InsertAtSelection()
4048 sal_uInt32 nIndex = 0; in GetControlIndex() local
4058 nIndex++; in GetControlIndex()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbarangehelper.cxx70 sal_Int32 nIndex = 0; in insertString() local
73 while(( nIndex = rStr.indexOf('\n', nlastIndex)) >= 0 ) in insertString()
76 if( nlastIndex < ( nIndex - 1 ) ) in insertString()
78 … rText->insertString( xRange, rStr.copy( nlastIndex, ( nIndex - 1 - nlastIndex ) ), _bAbsorb ); in insertString()
83 nlastIndex = nIndex + 1; in insertString()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2010 … sal_uLong nIndex = pSD->GetIdx() & 0xFFFF; //Index is (stupidly) multiplexed for WW8PLCFx_SubDocs in Read_And() local
2011 if (pWwFib->lcbAtrdExtra/18 > nIndex) in Read_And()
2012 nDateTime = SVBT32ToUInt32(*(SVBT32*)(pExtended+(nIndex*18))); in Read_And()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx801 nIndex = ULONG_MAX; in CtorInitTxtFly()
1349 if( ULONG_MAX == nIndex ) in GetTop()
1350 nIndex = pCurrFrm->GetNode()->GetIndex(); in GetTop()
1352 if( nIndex >= nTmpIndex ) in GetTop()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx2052 SdrText* SdrTextObj::getText( sal_Int32 nIndex ) const in getText()
2054 if( nIndex == 0 ) in getText()

Completed in 298 milliseconds

12345678910>>...76