/aoo41x/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 251 unsigned long nItems = 0; in WMAdaptor() local 281 && nItems) in WMAdaptor() 293 && nItems)) in WMAdaptor() 322 &nItems, in WMAdaptor() 358 &nItems, in WMAdaptor() 375 &nItems, in WMAdaptor() 396 &nItems, in WMAdaptor() 479 && nItems in NetWMAdaptor() 654 && nItems != 0 in GnomeWMAdaptor() 675 && nItems != 0 in GnomeWMAdaptor() [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/vcl/source/window/ |
H A D | splitwin.cxx | 327 for ( i = 0; i < nItems; i++ ) in ImplFindSet() 333 for ( i = 0; i < nItems; i++ ) in ImplFindSet() 354 for ( i = 0; i < nItems; i++ ) in ImplFindItem() 363 for ( i = 0; i < nItems; i++ ) in ImplFindItem() 384 for ( i = 0; i < nItems; i++ ) in ImplFindItem() 799 if ( i > nItems-1 ) in ImplCalcSet() 3260 sal_uInt16 nItems; in SplitItem() local 3274 nItems = pSet->mnItems; in SplitItem() 3293 nMax = nItems; in SplitItem() 3543 sal_uInt16 nItems; in GetItemSize() local [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/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 | 1285 unsigned long nItems, nBytes; in getPasteDataTypes() local 1295 if( nItems == atomcount && nBytes > 0 ) in getPasteDataTypes() 1313 aAtoms.realloc( sizeof(Atom)*nItems ); in getPasteDataTypes() 1733 if( pData && nItems ) in handleSelectionRequest() 1870 unsigned long nItems = 0, nBytes = 0; in handleReceivePropertyNotify() local 1881 &nItems, &nBytes, in handleReceivePropertyNotify() 1887 nFormat, nItems ); in handleReceivePropertyNotify() 1910 &nItems, &nBytes, in handleReceivePropertyNotify() 1914 nItems, in handleReceivePropertyNotify() 1931 if( nItems ) in handleReceivePropertyNotify() [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 1088 sal_Int32 nItems = m_Areas->getCount(); in visit() local 1612 sal_Int32 nItems = m_Areas->getCount(); in ClearContents() local 1776 sal_Int32 nItems = m_Areas->getCount(); in HasFormula() local 2527 sal_Int32 nItems = m_Areas->getCount(); in setNumberFormat() local 2545 sal_Int32 nItems = m_Areas->getCount(); in getNumberFormat() local 2597 sal_Int32 nItems = m_Areas->getCount(); in setWrapText() local 2617 sal_Int32 nItems = m_Areas->getCount(); in getWrapText() local 3282 sal_Int32 nItems = props.getLength(); in findSortPropertyIndex() local 3288 if ( count == nItems ) in findSortPropertyIndex() [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 );
|