Home
last modified time | relevance | path

Searched refs:nIndex (Results 426 – 450 of 1876) sorted by relevance

1...<<11121314151617181920>>...76

/trunk/main/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx84 for (sal_uInt32 nIndex=0; nIndex<nCount; ++nIndex) in select() local
86 Reference<beans::XPropertySet> xSet (xPages[nIndex], UNO_QUERY); in select()
122 int nIndex = 0; in getSelection() local
123 while (aSelectedPages.HasMoreElements() && nIndex<nSelectedPageCount) in getSelection()
126 aPages[nIndex++] = pDescriptor->GetPage()->getUnoPage(); in getSelection()
/trunk/main/tools/bootstrp/
H A Drscdep.cxx266 for (sal_Int32 nIndex=0; nIndex<=nLastNonOption; ++nIndex) in main() local
270 printf("option at %d is [%s]\n", (int)nIndex, argv[nIndex]); in main()
275 aString += ByteString( argv[nIndex]); in main()
276 pDep->AddSource( argv[nIndex]); in main()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx273 sal_Int32 nIndex = (sal_Int32) eState; in getBubbleText() local
277 if ( ( UPDATESTATE_UPDATE_AVAIL <= nIndex ) && ( nIndex < UPDATESTATES_COUNT ) ) in getBubbleText()
289 sal_Int32 nIndex = (sal_Int32) eState; in getBubbleTitle() local
293 if ( ( UPDATESTATE_UPDATE_AVAIL <= nIndex ) && ( nIndex < UPDATESTATES_COUNT ) ) in getBubbleTitle()
626 sal_Int32 nIndex = rText.indexOf( rWhat ); in searchAndReplaceAll() local
628 while ( nIndex != -1 ) in searchAndReplaceAll()
631 nIndex = rText.indexOf( rWhat, nIndex ); in searchAndReplaceAll()
911 if ( nIndex == -1 ) in setFullVersion()
918 nIndex = aProductFullVersion.indexOf( '.', nIndex+1 ); in setFullVersion()
920 if ( nIndex == -1 ) in setFullVersion()
[all …]
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_datasupplier.hxx48 virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex );
51 queryContentIdentifier( sal_uInt32 nIndex );
53 queryContent( sal_uInt32 nIndex );
55 virtual sal_Bool getResult( sal_uInt32 nIndex );
62 queryPropertyValues( sal_uInt32 nIndex );
63 virtual void releasePropertyValues( sal_uInt32 nIndex );
/trunk/main/ucb/source/ucp/odma/
H A Dodma_datasupplier.hxx45 virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex );
48 queryContentIdentifier( sal_uInt32 nIndex );
50 queryContent( sal_uInt32 nIndex );
52 virtual sal_Bool getResult( sal_uInt32 nIndex );
59 queryPropertyValues( sal_uInt32 nIndex );
60 virtual void releasePropertyValues( sal_uInt32 nIndex );
/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx481 sal_Int32 nIndex = aURL.Path.indexOf( '.' ); in GetMasterUnoCommand() local
482 if ( nIndex > 0 ) in GetMasterUnoCommand()
483 aMasterCommand = aURL.Path.copy( 0, nIndex ); in GetMasterUnoCommand()
575 sal_Int32 nIndex = 0; in addParametersToArgs() local
643 while ( nIndex >= 0 ); in addParametersToArgs()
656 sal_Int32 nIndex = rURL.Path.indexOf( '.' ); in getSlaveCommand() local
657 if (( nIndex > 0 ) && ( nIndex < rURL.Path.getLength() )) in getSlaveCommand()
658 aSlaveCommand = rURL.Path.copy( nIndex+1 ); in getSlaveCommand()
725 sal_uInt32 nIndex( lNewArgs.getLength() ); in dispatch() local
729 lNewArgs[nIndex++] = aAddArgs[i]; in dispatch()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DAccessibleActionHandler.java60 int nIndex) in createChild() argument
69 if (nIndex == 0) in createChild()
74 nIndex -= 1; in createChild()
78 "Action " + nIndex + " : " in createChild()
79 + xAction.getAccessibleActionDescription (nIndex), in createChild()
81 nIndex); in createChild()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.hxx58 virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex );
59 …::Reference< com::sun::star::ucb::XContentIdentifier > queryContentIdentifier( sal_uInt32 nIndex );
60 … com::sun::star::uno::Reference< com::sun::star::ucb::XContent > queryContent( sal_uInt32 nIndex );
62 virtual sal_Bool getResult( sal_uInt32 nIndex );
68 …:sun::star::uno::Reference< com::sun::star::sdbc::XRow > queryPropertyValues( sal_uInt32 nIndex );
69 virtual void releasePropertyValues( sal_uInt32 nIndex );
/trunk/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.hxx46 virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex );
49 queryContentIdentifier( sal_uInt32 nIndex );
51 queryContent( sal_uInt32 nIndex );
53 virtual sal_Bool getResult( sal_uInt32 nIndex );
60 queryPropertyValues( sal_uInt32 nIndex );
61 virtual void releasePropertyValues( sal_uInt32 nIndex );
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavdatasupplier.hxx53 virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex );
56 queryContentIdentifier( sal_uInt32 nIndex );
58 queryContent( sal_uInt32 nIndex );
60 virtual sal_Bool getResult( sal_uInt32 nIndex );
67 queryPropertyValues( sal_uInt32 nIndex );
68 virtual void releasePropertyValues( sal_uInt32 nIndex );
/trunk/main/dbaccess/source/core/dataaccess/
H A Dmyucp_datasupplier.hxx54 virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex );
57 queryContentIdentifier( sal_uInt32 nIndex );
59 queryContent( sal_uInt32 nIndex );
61 virtual sal_Bool getResult( sal_uInt32 nIndex );
68 queryPropertyValues( sal_uInt32 nIndex );
69 virtual void releasePropertyValues( sal_uInt32 nIndex );
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx271 xub_StrLen nIndex; in read() local
361 for( nIndex = 0; nIndex < nLen && pLine[nIndex] != ';'; nIndex++ ) in read()
365 … OUString( pLine, nIndex, RTL_TEXTENCODING_UTF8 ), in read()
367 while( nIndex < nLen ) in read()
369 xub_StrLen nLastIndex = nIndex+1; in read()
370 for( nIndex = nLastIndex ; nIndex < nLen && pLine[nIndex] != ';'; nIndex++ ) in read()
372 if( nIndex - nLastIndex ) in read()
374 … OUString aAlias( pLine+nLastIndex, nIndex-nLastIndex, RTL_TEXTENCODING_UTF8 ); in read()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasupplier.hxx53 virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex );
56 queryContentIdentifier( sal_uInt32 nIndex );
58 queryContent( sal_uInt32 nIndex );
60 virtual sal_Bool getResult( sal_uInt32 nIndex );
67 queryPropertyValues( sal_uInt32 nIndex );
68 virtual void releasePropertyValues( sal_uInt32 nIndex );
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.hxx52 virtual rtl::OUString queryContentIdentifierString( sal_uInt32 nIndex );
55 queryContentIdentifier( sal_uInt32 nIndex );
57 queryContent( sal_uInt32 nIndex );
59 virtual sal_Bool getResult( sal_uInt32 nIndex );
66 queryPropertyValues( sal_uInt32 nIndex );
67 virtual void releasePropertyValues( sal_uInt32 nIndex );
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx98 sal_Int32 nIndex = rStr.indexOf(sal_Unicode('"')); in quoteAndEscape() local
99 if ( nIndex == -1 ) in quoteAndEscape()
109 aBuffer.append( pFrom, nIndex - nPrev ); in quoteAndEscape()
111 nIndex++; in quoteAndEscape()
112 pFrom = pStart + nIndex; in quoteAndEscape()
113 nPrev = nIndex; in quoteAndEscape()
115 while ( ( nIndex = rStr.indexOf( '"' , nIndex ) ) != -1 ); in quoteAndEscape()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx355 for (int nIndex=0; nIndex<nPageCount; nIndex++) in GetPageSelection() local
357 SharedPageDescriptor pDescriptor (mrModel.GetPageDescriptor(nIndex)); in GetPageSelection()
398 for (sal_Int32 nIndex=0; nIndex<nPageCount; ++nIndex) in UpdateCurrentPage() local
400 SharedPageDescriptor pDescriptor (mrModel.GetPageDescriptor(nIndex)); in UpdateCurrentPage()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx608 sal_Int32 nIndex = aListenerName.lastIndexOf( '.' ); in attachListener() local
610 if( nIndex == -1 ) in attachListener()
612 nIndex = 0; in attachListener()
614 nIndex++; in attachListener()
615 if( aListenerName[nIndex] == 'X' ) in attachListener()
617 aListenerName = aListenerName.copy( nIndex +1 ); in attachListener()
761 if( nIndex == -1 ) in removeListener()
763 nIndex = 0; in removeListener()
765 nIndex++; in removeListener()
766 if( aListenerName[nIndex] == 'X' ) in removeListener()
[all …]
/trunk/main/unotools/source/accessibility/
H A Daccessiblerelationsethelper.cxx47 AccessibleRelation getRelation( sal_Int32 nIndex )
80 AccessibleRelation AccessibleRelationSetHelperImpl::getRelation( sal_Int32 nIndex ) in getRelation() argument
84 if ((nIndex < 0) || (static_cast<sal_uInt32>(nIndex) >= maRelations.size())) in getRelation()
86 return maRelations[nIndex]; in getRelation()
184 AccessibleRelationSetHelper::getRelation( sal_Int32 nIndex ) in getRelation() argument
189 return mpHelperImpl->getRelation(nIndex); in getRelation()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletextcomponent.hxx69 …virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::Inde…
70 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
71 …:star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:…
72 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::…
81 …virtual ::com::sun::star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sa…
82 …:star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
83 …:star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy…
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DFormatter.java70 for (int nIndex=mnLastFormattedLine+1,nCount=aLines.GetLineCount(); nIndex<nCount; ++nIndex) in FormatLines()
72 final Line<TokenType> aLine = aLines.GetLine(nIndex); in FormatLines()
74 if (nIndex > 0) in FormatLines()
75 nY = aLines.GetLine(nIndex-1).GetBottom(); in FormatLines()
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx564 Sc10FontData* At(sal_uInt16 nIndex) { return (Sc10FontData*)ScCollection::At(nIndex); } in At() argument
600 Sc10NameData* At(sal_uInt16 nIndex) { return (Sc10NameData*)ScCollection::At(nIndex); } in At() argument
653 Sc10PatternData* At(sal_uInt16 nIndex) { return (Sc10PatternData*)ScCollection::At(nIndex); } in At() argument
684 Sc10DataBaseData* At(sal_uInt16 nIndex) { return (Sc10DataBaseData*)ScCollection::At(nIndex); } in At() argument
705 Sc10PageData* At(sal_uInt16 nIndex) { return (Sc10PageData*)ScCollection::At(nIndex); } in At() argument
/trunk/main/basic/source/classes/
H A Dsb.cxx1584 sal_uInt16 nIndex = 0; in GetVBErrorCode() local
1593 nIndex++; in GetVBErrorCode()
1631 sal_uInt16 nIndex = 0; in GetSfxFromVBError() local
1643 nIndex++; in GetSfxFromVBError()
2160 sal_Int32 nIndex = -1; in implGetIndex() local
2165 return nIndex; in implGetIndex()
2170 sal_Int32 nIndex = -1; in implGetIndexForName() local
2179 nIndex = i; in implGetIndexForName()
2183 return nIndex; in implGetIndexForName()
2274 if( nIndex >= 0 && nIndex < (sal_Int32)xItemArray->Count32() ) in CollItem()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterTopWindow.cxx62 sal_Int32 nIndex) throw (RuntimeException, IndexOutOfBoundsException) in getAccessibleChild() argument
64 if (nIndex >= getAccessibleChildCount()) in getAccessibleChild()
68 if (nIndex < nMenuCount) in getAccessibleChild()
69 return ScAccessibleFilterMenu::getAccessibleChild(nIndex); in getAccessibleChild()
71 nIndex -= nMenuCount; in getAccessibleChild()
72 switch (nIndex) in getAccessibleChild()
/trunk/main/toolkit/source/controls/
H A Dtabpagecontainer.cxx155 void SAL_CALL UnoControlTabPageContainerModel::insertByIndex( ::sal_Int32 nIndex, const com::sun::s… in insertByIndex() argument
161 if ( sal_Int32( m_aTabPageVector.size()) ==nIndex ) in insertByIndex()
163 else if ( sal_Int32( m_aTabPageVector.size()) > nIndex ) in insertByIndex()
166 aIter += nIndex; in insertByIndex()
174 aEvent.Accessor <<= ::rtl::OUString::valueOf(nIndex); in insertByIndex()
197 uno::Any SAL_CALL UnoControlTabPageContainerModel::getByIndex( ::sal_Int32 nIndex ) throw (lang::In… in getByIndex() argument
200 if ( nIndex < 0 || nIndex > sal_Int32(m_aTabPageVector.size()) ) in getByIndex()
202 return uno::makeAny(m_aTabPageVector[nIndex]); in getByIndex()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx422 sal_Bool SAL_CALL VCLXAccessibleBox::doAccessibleAction (sal_Int32 nIndex) in doAccessibleAction() argument
431 if (nIndex<0 || nIndex>=getAccessibleActionCount()) in doAccessibleAction()
460 ::rtl::OUString SAL_CALL VCLXAccessibleBox::getAccessibleActionDescription (sal_Int32 nIndex) in getAccessibleActionDescription() argument
464 if (nIndex<0 || nIndex>=getAccessibleActionCount()) in getAccessibleActionDescription()
470 …rence< XAccessibleKeyBinding > VCLXAccessibleBox::getAccessibleActionKeyBinding( sal_Int32 nIndex ) in getAccessibleActionKeyBinding() argument
477 if (nIndex<0 || nIndex>=getAccessibleActionCount()) in getAccessibleActionKeyBinding()

Completed in 114 milliseconds

1...<<11121314151617181920>>...76