| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | wmadaptor.cxx | 251 unsigned long nItems = 0; in WMAdaptor() local 278 &nItems, in WMAdaptor() 281 && nItems) in WMAdaptor() 290 &nItems, in WMAdaptor() 293 && nItems)) in WMAdaptor() 322 &nItems, in WMAdaptor() 358 &nItems, in WMAdaptor() 375 &nItems, in WMAdaptor() 396 &nItems, in WMAdaptor() 437 unsigned long nItems = 0; in NetWMAdaptor() local [all …]
|
| /AOO41X/main/vcl/source/window/ |
| H A D | splitwin.cxx | 324 sal_uInt16 nItems = pSet->mnItems; in ImplFindSet() local 327 for ( i = 0; i < nItems; i++ ) in ImplFindSet() 333 for ( i = 0; i < nItems; i++ ) in ImplFindSet() 351 sal_uInt16 nItems = pSet->mnItems; in ImplFindItem() local 354 for ( i = 0; i < nItems; i++ ) in ImplFindItem() 363 for ( i = 0; i < nItems; i++ ) in ImplFindItem() 381 sal_uInt16 nItems = pSet->mnItems; in ImplFindItem() local 384 for ( i = 0; i < nItems; i++ ) in ImplFindItem() 408 sal_uInt16 nItems = pSet->mnItems; in ImplFindItem() local 411 for ( i = 0; i < nItems; i++ ) in ImplFindItem() [all …]
|
| H A D | menu.cxx | 396 sal_uInt16 nItems = 0, nPos; in GetItemCount() local 401 nItems++; in GetItemCount() 404 return nItems; in GetItemCount() 416 sal_uInt16 nItems = 0, nPos; in GetItemCount() local 432 nItems++; in GetItemCount() 437 return nItems; in GetItemCount() 607 sal_uInt16 nItems = GetItemCount(); in calcMinSize() local 608 for( sal_uInt16 i = 0; i < nItems; i++ ) in calcMinSize() 1502 sal_uInt16 nItems = 0; in ImplGetVisibleItemCount() local 1506 nItems++; in ImplGetVisibleItemCount() [all …]
|
| /AOO41X/main/sal/inc/osl/ |
| H A D | profile.hxx | 95 int nItems = rStrings.size(); in readIdent() local 96 const sal_Char** pStrings = new const sal_Char*[ nItems+1 ]; in readIdent() 98 nItems = 0; in readIdent() 101 pStrings[ nItems++ ] = (*it).getStr(); in readIdent() 104 pStrings[ nItems ] = NULL; in readIdent() 125 int nItems = rStrings.size(); in writeIdent() local 126 const sal_Char** pStrings = new const sal_Char*[ nItems+1 ]; in writeIdent() 128 nItems = 0; in writeIdent() 131 pStrings[ nItems++ ] = (*it).getStr(); in writeIdent() 134 pStrings[ nItems ] = NULL; in writeIdent()
|
| /AOO41X/main/rsc/source/tools/ |
| H A D | rsctools.cxx | 147 int nItems; in Append() local 158 nItems = fread( szBuf, sizeof( char ), MAX_BUF, fSource ); in Append() 159 fwrite( szBuf, sizeof( char ), nItems, fDest ); in Append() 160 } while( MAX_BUF == nItems ); in Append() 238 int nItems; in ResponseFile() local 250 nItems = fread( &szBuffer[ 0 ], 1, sizeof( char ), fFile ); in ResponseFile() 251 while( nItems ) in ResponseFile() 262 while( nItems && (!isspace( szBuffer[ n ] ) || bInQuotes) && in ResponseFile() 266 nItems = fread( &szBuffer[ n ], 1, in ResponseFile() 274 nItems = fread( &szBuffer[ 0 ], 1, sizeof( char ), fFile ); in ResponseFile()
|
| /AOO41X/main/tools/source/rc/ |
| H A D | resary.cxx | 41 const sal_uInt32 nItems = pMgr->ReadLong(); in ResStringArray() local 42 if ( nItems ) in ResStringArray() 44 m_aStrings.reserve( nItems ); in ResStringArray() 45 for ( sal_uInt32 i = 0; i < nItems; i++ ) in ResStringArray() 67 const sal_uInt32 nItems = m_aStrings.size(); in FindIndex() local 68 for ( sal_uInt32 i = 0; i < nItems; i++ ) in FindIndex()
|
| /AOO41X/main/extensions/source/scanner/ |
| H A D | sane.cxx | 915 int nItems, i; in GetRange() local 938 nItems = (int)((fMax - fMin)/fQuant)+1; in GetRange() 939 rpDouble = new double[ nItems ]; in GetRange() 941 for( i = 0; i < nItems; i++, fValue += fQuant ) in GetRange() 943 rpDouble[ nItems-1 ] = fMax; in GetRange() 944 return nItems; in GetRange() 958 nItems = mppOptions[n]->constraint.word_list[0]; in GetRange() 959 rpDouble = new double[nItems]; in GetRange() 960 for( i=0; i<nItems; i++ ) in GetRange() 967 rpDouble[ 0 ], rpDouble[ nItems-1 ] ); in GetRange() [all …]
|
| /AOO41X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 1159 unsigned long nItems = 0; in getPasteData() local 1162 …_pDisplay, m_aWindow, XA_PIXMAP, 0, 1, True, XA_PIXMAP, &type, &format, &nItems, &nBytes, &pReturn… in getPasteData() 1171 …splay, m_aWindow, XA_COLORMAP, 0, 1, True, XA_COLORMAP, &type, &format, &nItems, &nBytes, &pReturn… in getPasteData() 1183 …ring( getString( type ), RTL_TEXTENCODING_ISO_8859_1 ).getStr(), format, nItems, nBytes, pReturn ); in getPasteData() 1285 unsigned long nItems, nBytes; in getPasteDataTypes() local 1291 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getPasteDataTypes() 1293 fprintf( stderr, "have %ld data types in XdndTypeList\n", nItems ); in getPasteDataTypes() 1295 if( nItems == atomcount && nBytes > 0 ) in getPasteDataTypes() 1305 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getPasteDataTypes() 1307 … memcpy( aAtoms.getArray()+atomcount*sizeof(Atom), pBytes, nItems*sizeof(Atom) ); in getPasteDataTypes() [all …]
|
| /AOO41X/main/vcl/aqua/source/window/ |
| H A D | salmenu.cxx | 420 for( int nItems = [pMenu numberOfItems]; nItems > 1; nItems-- ) in unsetMainMenu() local 469 int nItems = [pMainMenu numberOfItems]; in enableMainMenu() local 470 for( int n = 1; n < nItems; n++ ) in enableMainMenu() 485 int nItems = rFallbackMenu.size(); in addFallbackMenuItem() local 486 for( int i = 0; i < nItems; i++ ) in addFallbackMenuItem() 505 unsigned int nItems = rFallbackMenu.size(); in removeFallbackMenuItem() local 506 for( unsigned int i = 0; i < nItems; i++ ) in removeFallbackMenuItem()
|
| /AOO41X/main/vcl/unx/generic/desktopdetect/ |
| H A D | desktopdetector.cxx | 102 unsigned long nItems = 0, nBytes = 0; in is_gnome_desktop() local 112 &nItems, in is_gnome_desktop() 166 unsigned long nItems = 0; in KDEVersion() local 177 &nItems, in KDEVersion() 180 if( !WasXError() && nItems != 0 && pProperty ) in KDEVersion()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | image.cxx | 520 void ImageList::ImplInit( sal_uInt16 nItems, const Size &rSize ) in ImplInit() argument 524 mpImplData->maImages.reserve( nItems ); in ImplInit() 615 sal_uInt16 nItems = sal::static_int_cast< sal_uInt16 >( rNameVector.size() ); in InsertFromHorizontalStrip() local 619 if (!nItems) in InsertFromHorizontalStrip() 623 DBG_ASSERT (rBitmapEx.GetSizePixel().Width() % nItems == 0, in InsertFromHorizontalStrip() 625 aSize.Width() /= nItems; in InsertFromHorizontalStrip() 626 ImplInit( nItems, aSize ); in InsertFromHorizontalStrip() 628 for (sal_uInt16 nIdx = 0; nIdx < nItems; nIdx++) in InsertFromHorizontalStrip()
|
| /AOO41X/main/extensions/source/update/check/ |
| H A D | updatecheckconfig.cxx | 396 const sal_uInt8 nItems = 2; in storeLocalFileName() local 397 const rtl::OUString aNameList[nItems] = { UNISTRING(LOCAL_FILE), UNISTRING(DOWNLOAD_SIZE) }; in storeLocalFileName() 398 const uno::Any aValueList[nItems] = { uno::makeAny(rLocalFileName), uno::makeAny(nFileSize) }; in storeLocalFileName() 400 for( sal_uInt8 i=0; i < nItems; ++i ) in storeLocalFileName() 416 const sal_uInt8 nItems = 2; in clearLocalFileName() local 417 const rtl::OUString aNameList[nItems] = { UNISTRING(LOCAL_FILE), UNISTRING(DOWNLOAD_SIZE) }; in clearLocalFileName() 419 for( sal_uInt8 i=0; i < nItems; ++i ) in clearLocalFileName()
|
| /AOO41X/main/fpicker/source/aqua/ |
| H A D | ControlHelper.cxx | 643 int nItems = [rMenu numberOfItems]; in HandleSetListValue() local 644 if (nItems == 0) { in HandleSetListValue() 649 for(sal_Int32 i = 0; i < nItems; i++) { in HandleSetListValue() 700 int nItems = [rMenu numberOfItems]; in HandleGetListValue() local 701 if (nItems > 0) { in HandleGetListValue() 702 aItemList.realloc(nItems); in HandleGetListValue() 704 for (int i = 0; i < nItems; i++) { in HandleGetListValue()
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | impastp3.cxx | 140 vector< XMLPropertyState>::size_type nItems = rProperties.size(); in Find() local 145 if( nItems > pIS->GetProperties().size() ) in Find() 149 else if( nItems < pIS->GetProperties().size() ) in Find()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbarange.cxx | 679 sal_Int32 nItems = m_xAreas->getCount(); in CellsEnumeration() local 680 for ( sal_Int32 index=1; index <= nItems; ++index ) in CellsEnumeration() 1088 sal_Int32 nItems = m_Areas->getCount(); in visit() local 1089 for ( sal_Int32 index=1; index <= nItems; ++index ) in visit() 1612 sal_Int32 nItems = m_Areas->getCount(); in ClearContents() local 1613 for ( sal_Int32 index=1; index <= nItems; ++index ) in ClearContents() 1776 sal_Int32 nItems = m_Areas->getCount(); in HasFormula() local 1778 for ( sal_Int32 index=1; index <= nItems; ++index ) in HasFormula() 2527 sal_Int32 nItems = m_Areas->getCount(); in setNumberFormat() local 2528 for ( sal_Int32 index=1; index <= nItems; ++index ) in setNumberFormat() [all …]
|
| H A D | vbachartobject.cxx | 62 sal_Int32 nItems = xDrawPage->getCount(); in setShape() local 63 for (int i = 0; i < nItems; i++) in setShape()
|
| H A D | vbachartobjects.cxx | 91 sal_Int32 nItems = sSheetNames.getLength(); in getChartObjectNames() local 92 for (sal_Int32 i = 0; i < nItems; i++) in getChartObjectNames()
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlfldw.cxx | 375 sal_uInt16 nItems = 0; in OutHTML_SwField() local 387 aItems[nItems++] = pItem; in OutHTML_SwField() 395 while( nItems ) in OutHTML_SwField() 396 Out( aHTMLAttrFnTab, *aItems[--nItems], rHTMLWrt ); in OutHTML_SwField()
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmlfonte.cxx | 79 sal_uInt32 nItems = rPool.GetItemCount2( nWhichId ); in SwXMLFontAutoStylePool_Impl() local 80 for( sal_uInt32 j = 0; j < nItems; ++j ) in SwXMLFontAutoStylePool_Impl()
|
| /AOO41X/main/vcl/source/components/ |
| H A D | stringmirror.cxx | 61 sal_Int32 nItems = io_rStrings.getLength(); in mapStrings() local 62 for( sal_Int32 n = 0; n < nItems; n++ ) in mapStrings()
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | xmlfonte.cxx | 73 sal_uInt32 nItems(pItemPool->GetItemCount2( nWhichId )); in AddFontItems() local 74 for( sal_uInt32 j = 0; j < nItems; ++j ) in AddFontItems()
|
| /AOO41X/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.cxx | 1216 gint nItems = 0; in HandleSetListValue() local 1219 nItems = in HandleSetListValue() 1222 for (gint nI = 0; nI < nItems; ++nI) in HandleSetListValue() 1225 while (nItems); in HandleSetListValue() 1242 gint nItems = gtk_tree_model_iter_n_children( in HandleSetListValue() local 1244 gtk_widget_set_sensitive(GTK_WIDGET(pWidget), nItems > 1 ? true : false); in HandleSetListValue()
|
| /AOO41X/main/svx/source/fmcomp/ |
| H A D | gridcell.cxx | 2495 sal_Int32 nItems = aTest.getLength(); in SetList() local 2496 for (sal_Int32 i = 0; i < nItems; ++i, ++pStrings ) in SetList() 2626 sal_Int32 nItems = aTest.getLength(); in SetList() local 2627 if (nItems) in SetList() 2629 for (sal_Int32 i = 0; i < nItems; ++i, ++pStrings ) in SetList() 2793 sal_Int32 nItems = aTest.getLength(); in SetList() local 2794 if (nItems) in SetList() 2799 for (sal_Int32 i = 0; i < nItems; ++i, ++pStrings ) in SetList() 2805 for (sal_Int32 i = 0; i < nItems; ++i, ++pStrings ) in SetList()
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | shutdowniconaqua.mm | 187 int nItems = [menu numberOfItems]; 188 while( nItems -- )
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | image.hxx | 169 SAL_DLLPRIVATE void ImplInit( sal_uInt16 nItems, const Size &rSize );
|