Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 5454) sorted by last modified time

12345678910>>...219

/trunk/main/sal/rtl/source/
H A Dunload.cxx273 for ( sal_uInt32 i=0; i < refCount; i++) in rtl_unloadUnusedModules() local
366 static inline void recycleCookie( sal_Int32 i) in recycleCookie() argument
368 getCookieQueue().push_back(i); in recycleCookie()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java226 for (int i = 0; i < itemsTables.length; i++) in initializeData()
495 for (int i = 0; i < _allItems.size(); i++) in initializeTitles()
554 for (int i = 0; i < ia.getCount(); i++) in searchFillInItems()
585 for (int i = 0; i < itemsTables.length; i++) in initializeItemsSections()
721 for (int i = 0; i < allSections.length; i++) in deleteHiddenSections()
968 for (int i = 0; i < _allItems.size(); i++) in ItemsTable()
1028 for (int i = 0; i < items.size(); i++) in write()
1209 for (int i = 0; i < _allItems.size(); i++) in Topics()
1559 for (int i = 0; i < formats.size(); i++) in formatTable()
1583 for (int i = 0; i < allNames.length; i++) in getNamesWhichStartWith()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx102 for( sal_Int16 i=0; i < nAttrCount; i++ ) in XMLCharContext() local
386 for ( sal_Int16 i = 0; i < nAttrCount; i++ ) in XMLImpHyperlinkContext_Impl() local
609 for( sal_Int16 i=0; i < nAttrCount; i++ ) in XMLImpRubyTextContext_Impl() local
653 for( sal_Int16 i=0; i < nAttrCount; i++ ) in XMLImpRubyContext_Impl() local
781 for ( sal_Int16 i = 0; i < nAttrCount; ++i ) in StartElement() local
1206 for(sal_Int16 i=0; i<nLength; i++) in ProcessAttributes() local
1213 xAttrList->getValueByIndex(i), in ProcessAttributes()
1590 for( sal_Int16 i=0; i < nAttrCount; i++ ) in XMLImpSpanContext_Impl() local
1925 for( sal_Int16 i=0; i < nAttrCount; i++ ) in XMLParaContext() local
2147 for( sal_uInt16 i=0; i<pHints->Count(); i++ ) in ~XMLParaContext() local
[all …]
/trunk/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm99 my $i = 1;
116 $i++;
189 for ($i=0;$i <= $#args; $i++)
191 if (! -f "@args[$i]")
352 my $i;
382 for ($i=0; $i < $timeout; $i++)
384 $tmp = $i + 1;
411 for ($i=0; $i < $timeout && $stay_in_loop == 1; $i++)
722 my $i;
749 for ($i=0; $i < $row; $i++)
[all …]
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx101 for (sal_Int32 i = 0; i < nEntries && nRes == -1; ++i) in lcl_FindEntry() local
104 nRes = i; in lcl_FindEntry()
120 for (sal_Int32 i = 0; i < nEntries; ++i) in lcl_RemoveMissingEntries() local
122 if (pEntry[i].getLength() && lcl_FindEntry( pEntry[i], rAvailSvcs )) in lcl_RemoveMissingEntries()
183 for (sal_Int32 i = 0; i < nLen; ++i) in lcl_GetNewEntries() local
210 for (sal_Int32 i = 0; i < nLen; ++i) in lcl_MergeSeq() local
273 for (i = 0; i < nNodeNames; ++i) in UpdateAll()
298 for (i = 0; i < nAvailLocales; ++i) in UpdateAll()
334 for (i = 0; i < nAvailLocales; ++i) in UpdateAll()
359 for (int i = 0; i < 2; ++i) in UpdateAll() local
[all …]
/trunk/main/linguistic/source/
H A Dmisc.cxx229 for (i = 0; i <= nLen1; ++i) in LevDistance()
230 aData.Value(i, 0) = i; in LevDistance()
233 for (i = 1; i <= nLen1; ++i) in LevDistance()
273 for ( i = 0; i < nLen; ++i) in IsUseDicList()
301 for ( i = 0; i < nLen; ++i) in IsIgnoreControlChars()
353 for (i = 0; i < nDics; i++) in SearchDicList()
393 for (sal_Int32 i = 0; i < nCount; i++) in SaveDictionaries() local
491 for (sal_Int32 i = 0; i < nCount; ++i) in LangSeqToLocaleSeq() local
507 for (sal_Int32 i = 0; i < nCount; ++i) in LocaleSeqToLangSeq() local
614 return sal::static_int_cast< sal_Int16 >((0 <= i && i < nLen) ? i : -1); in GetOrigWordPos()
[all …]
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx379 for( MSHORT i = 0; i < aHints.Count(); ++i ) in _ChkSpecialUnderline() local
381 MSHORT nWhich = aHints[i]->Which(); in _ChkSpecialUnderline()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx412 for ( int i = 0; i < nCertificates && verifyResult == X509_V_OK; i++ ) { in verifyServerX509Certificate() local
413 X509 *certificate = sk_X509_value( chain, i ); in verifyServerX509Certificate()
513 for (sal_Int32 i = 0 ; i < extensions.getLength(); ++i) in verifyCertificateChain() local
515 uno::Reference< security::XCertificateExtension >element = extensions[i]; in verifyCertificateChain()
536 for ( int i = 0; i < certHostNames.getLength() && !bHostnameMatchesCertHostnames; ++i ) in verifyCertificateChain() local
538 bHostnameMatchesCertHostnames = isDomainMatch( certHostNames[i] ); in verifyCertificateChain()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx2103 size_t i; in TempName() local
2143 i = strlen(dir); in TempName()
2146 ret_val = new char[i + TMPNAME_SIZE ]; in TempName()
2153 if ( i>0 && ret_val[i-1] != '\\' && ret_val[i-1] != '/' && in TempName()
2154 ret_val[i-1] != ':') in TempName()
2155 ret_val[i++] = '\\'; in TempName()
2157 if (i>0 && ret_val[i-1] != '/') in TempName()
2158 ret_val[i++] = '/'; in TempName()
2163 strncpy(ret_val + i, pfx, 5); in TempName()
2165 i = strlen(ret_val); /* than 'n' chars. */ in TempName()
[all …]
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx112 for ( int i = 0; i < nPickListMenuItems; i++ ) in fillPopupMenu() local
114 Sequence< PropertyValue >& rPickListEntry = aHistoryList[i]; in fillPopupMenu()
138 for ( sal_uInt32 i = 0; i < nCount; i++ ) in fillPopupMenu() local
141 if ( i <= 9 ) in fillPopupMenu()
143 if ( i == 9 ) in fillPopupMenu()
148 aMenuShortCut.setCharAt( 1, sal_Unicode( i + '1' ) ); in fillPopupMenu()
153 aMenuShortCut.append( sal_Int32( i + 1 ) ); in fillPopupMenu()
159 aStrBuffer.append( sal_Int32( i ) ); in fillPopupMenu()
165 INetURLObject aURL( m_aRecentFilesItems[i].aURL ); in fillPopupMenu()
190 pVCLPopupMenu->SetTipHelpText( sal_uInt16( i+1 ), aTipHelpText ); in fillPopupMenu()
[all …]
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx2613 for( sal_Int32 i = 0; i < nSlideCount; i++ ) in createSlideList() local
2615 bool bVisible = ( mpDoc->GetSdPage( (sal_uInt16)i, PK_STANDARD ) )->IsExcluded() ? false : true; in createSlideList()
2617 mpSlideController->insertSlideNumber( i, bVisible ); in createSlideList()
2682 …for( sal_uLong i = 0, nCount = sizeof( aShowChilds ) / sizeof( FncGetChildWindowId ); i < nCount; in hideChildWindows() local
2684 const sal_uInt16 nId = ( *aShowChilds[ i ] )(); in hideChildWindows()
2689 mnChildMask |= 1 << i; in hideChildWindows()
2707 …for( sal_uLong i = 0, nCount = sizeof( aShowChilds ) / sizeof( FncGetChildWindowId ); i < nCount; in showChildWindows() local
2709 if( mnChildMask & ( 1 << i ) ) in showChildWindows()
2710 pViewFrame->SetChildWindow( ( *aShowChilds[ i ] )(), sal_True ); in showChildWindows()
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl138 USHORT i;
143 for( i = 1; i < nMonth; i++ )
144 nDays += DaysInMonth(i,nYear);
169 long i = 0;
175 *pYear = (USHORT)((nTempDays / 365) - i);
181 i++;
190 i--;
/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx711 for (int i=TBG__FIRST; i<=TBG__LAST; ++i) in ResetAllToolBars() local
712 ResetToolBars((ToolBarGroup)i); in ResetAllToolBars()
1477 for (int i=sd::ToolBarManager::TBG__FIRST; i<=sd::ToolBarManager::TBG__LAST; ++i) in MakeRequestedToolBarList() local
1479 ::sd::ToolBarManager::ToolBarGroup eGroup = (::sd::ToolBarManager::ToolBarGroup)i; in MakeRequestedToolBarList()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx92 getAccessibleChild (sal_Int32 i)
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx73 for( int i = 0; i < nProps; i++ ) in SetSystemParent_Impl() local
75 if( pProps[i].Name.equalsAscii( "WINDOW" ) ) in SetSystemParent_Impl()
76 pProps[i].Value >>= nHandle; in SetSystemParent_Impl()
77 else if( pProps[i].Name.equalsAscii( "XEMBED" ) ) in SetSystemParent_Impl()
78 pProps[i].Value >>= bXEmbed; in SetSystemParent_Impl()
H A Dvclxtoolkit.cxx997 for( int i = 0; i < nProps; i++ ) in ImplCreateWindow() local
1209 for( int i = 0; i < nProps; i++ ) in createSystemChild() local
1211 if( pProps[i].Name.equalsAscii( "WINDOW" ) ) in createSystemChild()
1212 pProps[i].Value >>= nWindowHandle; in createSystemChild()
1213 else if( pProps[i].Name.equalsAscii( "XEMBED" ) ) in createSystemChild()
1214 pProps[i].Value >>= bXEmbed; in createSystemChild()
1647 for (::sal_Int32 i = 0; i < aListeners.getLength(); ++i) in callTopWindowListeners()
1693 for (::sal_Int32 i = 0; i < aHandlers.getLength(); ++i) in callKeyHandlers()
1696 aHandlers[i], ::css::uno::UNO_QUERY); in callKeyHandlers()
1742 for (::sal_Int32 i = 0; i < aListeners.getLength(); ++i) in callFocusListeners()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx796 for ( sal_uInt16 i = 0; !bFlyInCnt && i < rMarkList.GetMarkCount(); ++i ) in group() local
798 const SdrObject *pObj = rMarkList.GetMark( i )->GetMarkedSdrObj(); in group()
1061 for(long i = 0; i < aAggTypes.getLength(); i++) in getTypes() local
1062 pBaseTypes[nIndex++] = pAggTypes[i]; in getTypes()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx256 for (sal_uInt16 i=0; i<nCount; i++) in lcl_GetPageNum() local
257 if ( rModel.GetPage(i) == pPage ) in lcl_GetPageNum()
259 rNum = static_cast<SCTAB>(i); in lcl_GetPageNum()
936 for(sal_Int32 i = 0; i < aPropertyNames.getLength(); i++) in getPropertyStates() local
937 pStates[i] = getPropertyState(pNames[i]); in getPropertyStates()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx742 int i=0; in DrawGrip()
743 while( i< POPUP_DRAGGRIP ) in DrawGrip()
748 i+=2; in DrawGrip()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx723 for( size_t i = 0; i < aFieldPosition.size() - 1; i += 2 ) in GetAttrFldType() local
725 if( nPos < aFieldPosition[ i + 1 ] && nPos >= aFieldPosition[ i ] ) in GetAttrFldType()
737 for( size_t i = 0; i < aFieldPosition.size() - 1; i += 2 ) in FillBoundaryIFDateField() local
739 if( nPos < aFieldPosition[ i + 1 ] && nPos >= aFieldPosition[ i ] ) in FillBoundaryIFDateField()
741 rBound.startPos = aFieldPosition[i]; in FillBoundaryIFDateField()
742 rBound.endPos = aFieldPosition[i + 1]; in FillBoundaryIFDateField()
843 for( sal_uInt32 i = 0; i < aFieldPosition.size() - 1; i += 2 ) in GetFieldIndex() local
845 if( nPos <= aFieldPosition[ i + 1 ] && nPos >= aFieldPosition[ i ] ) in GetFieldIndex()
847 nIndex = i/2; in GetFieldIndex()
/trunk/main/
H A DLICENSE19 "control" means (i) the power, direct or indirect, to cause the
334 License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
434 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
686 (i) the header or similar file in such software and (ii) prominently in its
1511 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
1612 License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
/trunk/main/oox/source/core/
H A Dencryption.cxx146 for( sal_uInt32 i = 0; i < nHashLen; ++i ) in deriveKey() local
147 pnBuffer[ i ] ^= pnHash[ i ]; in deriveKey()
156 for( sal_uInt32 i = 0; i < nHashLen; ++i ) in deriveKey() local
157 pnBuffer[ i ] ^= pnHash[ i ]; in deriveKey()
181 for( sal_Int32 i = 0, nLen = rPassword.getLength(); i < nLen; ++i, ++pStr, pnPasswordLoc += 2 ) in verifyPassword() local
193 for( sal_uInt32 i = 0; i < 50000; ++i ) in verifyPassword() local
696 for ( int i = 0; i < password.getLength(); i++ ) in hashPassword() local
705 for (sal_uInt32 i = 0; i < spinCount; i++) in hashPassword() local
723 for (; i < size; i++) in toBlock36()
737 for (; i < size; i++) in toBlock0()
[all …]
/trunk/main/oox/source/token/
H A Dtokens.txt2678 i
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1479 for( sal_Int32 i = 0; i < rDataFlavorSeq.getLength(); i++ ) in FillDataFlavorExVector() local
1481 const DataFlavor& rFlavor = rDataFlavorSeq[ i ]; in FillDataFlavorExVector()
2284 for( sal_uInt32 i = 0, nFormatCount = GetFormatCount(); ( i < nFormatCount ) && !bRet; ++i ) in GetFileList() local
2286 if( SOT_FORMAT_FILE_LIST == GetFormat( i ) ) in GetFileList()
2288 const DataFlavor aFlavor( GetFormatDataFlavor( i ) ); in GetFileList()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx245 for (sal_Int32 i=0; i<aProperties.getLength(); ++i, ++pProperties) in examinePersistence() local
446 for (sal_Int32 i=0; i<xStylePropertiesSupplier->GetEntryCount(); ++i) in flagStyleProperties() local
447 exportedProperty(xStylePropertiesSupplier->GetEntryAPIName(i)); in flagStyleProperties()

Completed in 203 milliseconds

12345678910>>...219