Home
last modified time | relevance | path

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

12345678910>>...219

/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()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx1302 for ( sal_uInt16 i = 0; i < rSource.GetSpzFrmFmts()->Count(); ++i ) in Paste() local
1305 const SwFrmFmt& rCpyFmt = *(*rSource.GetSpzFrmFmts())[i]; in Paste()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DURLHelper.java268 for (int i=0; i<lAllFiles.length; ++i) in getSystemFilesFromDir()
270 if (lAllFiles[i].isFile()) in getSystemFilesFromDir()
271 lFilteredFiles.add(lAllFiles[i]); in getSystemFilesFromDir()
273 if (lAllFiles[i].isDirectory()) in getSystemFilesFromDir()
276 Vector lSubFiles = URLHelper.getSystemFilesFromDir(lAllFiles[i].getPath()); in getSystemFilesFromDir()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx379 for(vector< Tag* >::iterator i = maTags.begin(); i != maTags.end(); i++) in ~Sprite() local
380 delete *i; in ~Sprite()
388 for(vector< Tag* >::iterator i = maTags.begin(); i != maTags.end(); i++) in write() local
389 (*i)->write( aTmp ); in write()
475 sal_uInt16 i,n; in getGlyph() local
476 for( i = 0; i < nCount; i++ ) in getGlyph()
514 for(vector< sal_uInt16 >::iterator i = maGlyphOffsets.begin(); i != maGlyphOffsets.end(); i++) in write() local
515 aTag.addUI16( nOffset + (*i) ); in write()
682 …for(std::vector< GradRecord >::iterator i = aGradientRecords.begin(); i != aGradientRecords.end();… in Impl_addGradient() local
684 pTag->addUI8( (*i).mnRatio ); in Impl_addGradient()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx359 SvLBoxEntry* pEntry =GetRealChild(i); in getAccessibleChild()
943 sal_Int32 i, nCount = 0; in clearAccessibleSelection() local
945 for ( i = 0; i < nCount; ++i ) in clearAccessibleSelection()
947 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in clearAccessibleSelection()
963 sal_Int32 i, nCount = 0; in selectAllAccessibleChildren() local
965 for ( i = 0; i < nCount; ++i ) in selectAllAccessibleChildren()
967 SvLBoxEntry* pEntry = getListBox()->GetEntry( pParent, i ); in selectAllAccessibleChildren()
980 sal_Int32 i, nSelCount = 0, nCount = 0; in getSelectedAccessibleChildCount() local
986 for ( i = 0; i < nCount; ++i ) in getSelectedAccessibleChildCount()
1007 sal_Int32 i, nSelCount = 0, nCount = 0; in getSelectedAccessibleChild() local
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java222 for (int i=0; i<c; ++i) in getSystemFilesFromDir()
225 if (lAllFiles[i].isFile()) in getSystemFilesFromDir()
226 lFilteredFiles.add(lAllFiles[i]); in getSystemFilesFromDir()
229 if (bRecursive && lAllFiles[i].isDirectory()) in getSystemFilesFromDir()
258 int i = 0; in convertName2FileName() local
263 for (i=0; i<nLength; ++i) in convertName2FileName()
265 char c = lBuffer[i]; in convertName2FileName()
482 int i = 0; in readAndCheckUTF8File() local
491 i=0; in readAndCheckUTF8File()
492 while (i<nReadCount) in readAndCheckUTF8File()
[all …]
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf128 basctl source\basicide\basidesh.src 0 string RID_STR_SAVE 1 kid fswm-i‖Save 20130829 23:02:48
9489 …help par_id3154754 41 0 kid 3t=6lq‖ total$ = total$ + TheArray(i) + Str(Len(TheArray(i))) + Chr$…
10504 …asic\shared\03102100.xhp 0 help par_id3152994 50 0 kid 4]fnfx‖stext(i,ii) = str(i) & sDim & str(…
17509 … 0 kid qvoas9‖ \<item type=\"input\"\>=IMPOWER("2+3i";2)\</item\> returns -5+12i. 20…
17559 … zhjr59‖ \<item type=\"input\"\>=IMDIV("-238+240i";"10+24i")\</item\> returns 5+12i. …
17657 …3 0 kid u6khq0‖ \<item type=\"input\"\>=IMSQRT("3+4i")\</item\> returns 2+1i. 2013…
36476 helpcontent2 source\text\shared\guide\digital_signatures.xhp 0 help hd_id9354228 0 kid 0i=+8i‖Se…
61915 sd source\core\glob.src 0 string STR_LAYER_LAYOUT 0 kid i=a[ht‖Layout 20130829 23:02:48
61965 sd source\core\glob.src 0 string STR_POOLSHEET_TEXT 0 kid o]+h+i‖Text 20130829 23:02:48
62263 … 0 menuitem MN_PRESENTATION SID_PRESENTATION CMD_SID_PRESENTATION 0 kid i[4+-i‖Slide Sho~w 201…
[all …]

Completed in 1448 milliseconds

12345678910>>...219