Home
last modified time | relevance | path

Searched refs:nTotal (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1280 int nTotal = 0, nResult = 0; in ConvertString() local
1291 if (!nTotal) in ConvertString()
1292 nTotal = nBitfield; in ConvertString()
1295 if (nTotal != nBitfield) //Allow a series of failures in ConvertString()
1297 nTotal &= nBitfield; in ConvertString()
1298 if (!nTotal) in ConvertString()
1302 nResult = nTotal; in ConvertString()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1845 sal_uLong nTotal = 0; in GetWeightedCount() local
1856 ++nTotal; in GetWeightedCount()
1859 nTotal += 5 + ((ScFormulaCell*)pCell)->GetCode()->GetCodeLen(); in GetWeightedCount()
1862 nTotal += 50; in GetWeightedCount()
1871 return nTotal; in GetWeightedCount()
H A Ddptabsrc.cxx598 long nTotal = 1; in lcl_CountMinMembers() local
634 nTotal = 1; // empty level -> start counting from here in lcl_CountMinMembers()
639 if ( nTotal >= LONG_MAX / nThisCount ) in lcl_CountMinMembers()
641 nTotal *= nThisCount; in lcl_CountMinMembers()
647 if ( nTotal >= LONG_MAX / nDataCount ) in lcl_CountMinMembers()
649 nTotal *= nDataCount; in lcl_CountMinMembers()
651 return nTotal; in lcl_CountMinMembers()
H A Ddptabres.cxx2586 double nTotal; in UpdateRunningTotals() local
2588 nTotal = pRowTotalData->GetAuxiliary(); in UpdateRunningTotals()
2590 nTotal = pColTotalData->GetAuxiliary(); in UpdateRunningTotals()
2592 nTotal = pGrandTotalData->GetAuxiliary(); in UpdateRunningTotals()
2594 if ( nTotal == 0.0 ) in UpdateRunningTotals()
2597 pAggData->SetResult( pAggData->GetResult() / nTotal ); in UpdateRunningTotals()
2973 long nTotal = 0; in GetSize() local
2980 nTotal = nMemberCount * maMemberArray[0]->GetSize(0); // all measures have equal size in GetSize()
2986 nTotal += maMemberArray[nMem]->GetSize(nMeasure); in GetSize()
2988 return nTotal; in GetSize()
H A Dattarray.cxx1146 long nTotal = 0; in lcl_LineSize() local
1155 nTotal += ( nDist > 20 ) ? nDist : 20; in lcl_LineSize()
1156 nTotal += ( nWidth > 20 ) ? nWidth : 20; in lcl_LineSize()
1160 nTotal += ( nWidth > 20 ) ? nWidth : 20; in lcl_LineSize()
1164 return nTotal; in lcl_LineSize()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx635 sal_uInt16 nTotal = nCount > 1 ? nCount+1: nCount; in getFiles() local
637 Sequence< rtl::OUString > aPath( nTotal ); in getFiles()
/trunk/main/automation/source/simplecm/
H A Dpackethandler.cxx73 #define READ_SOCKET_LEN( pBuffer, nLength, nTotal )\ argument
76 {nTotal += nLength;}
H A Dsimplecm.cxx267 #define READ_SOCKET_LEN( pBuffer, nLength, nTotal )\ argument
270 {nTotal += nLength;}
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx203 const sal_uLong nTotal = nSize * sizeof( Point ); in ImplSetSize() local
211 mpArray = (Point*) rtl_allocateMemory( nTotal ); in ImplSetSize()
212 memset( (HPBYTE) mpArray, 0, nTotal ); in ImplSetSize()
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx173 ULONG nTotal; in GetPrinterQueueInfo() local
176 rc = SplEnumQueue( (PSZ)NULL, 3, NULL, 0, &nReturned, &nTotal, &nNeeded, NULL ); in GetPrinterQueueInfo()
184 rc = SplEnumQueue( (PSZ)NULL, 3, pQueueData, nNeeded, &nReturned, &nTotal, &nNeeded, NULL ); in GetPrinterQueueInfo()
269 ULONG nTotal; in GetPrinterQueueState() local
272 rc = SplEnumQueue( (PSZ)NULL, 3, NULL, 0, &nReturned, &nTotal, &nNeeded, NULL ); in GetPrinterQueueState()
280 rc = SplEnumQueue( (PSZ)NULL, 3, pQueueData, nNeeded, &nReturned, &nTotal, &nNeeded, NULL ); in GetPrinterQueueState()
317 ULONG nTotal; in GetDefaultPrinter() local
331 rc = SplEnumQueue( (PSZ)NULL, 3, NULL, 0, &nReturned, &nTotal, &nNeeded, NULL ); in GetDefaultPrinter()
339 rc = SplEnumQueue ((PSZ)NULL, 3, pQueueData, nNeeded, &nReturned, &nTotal, &nNeeded, NULL ); in GetDefaultPrinter()
/trunk/main/sw/source/ui/inc/
H A Ddbui.hxx59 void SetTotalCount( sal_Int32 nTotal );
/trunk/main/sw/source/ui/dbui/
H A Ddbui.cxx132 void CreateMonitor::SetTotalCount( sal_Int32 nTotal ) in SetTotalCount() argument
134 m_nTotalCount = nTotal; in SetTotalCount()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx507 sal_uInt16 nTotal = rSet.TotalCount(); in GetPoolItems() local
508 for( sal_uInt16 nItem =0; nItem < nTotal; ++nItem ) in GetPoolItems()
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx542 if (nTotal && nPage > 0) in Execute()
552 if (nTotal && (nPage+1 < nTotal || !bAllTested)) in Execute()
561 if (nTotal && nPage != 0) in Execute()
573 if (nTotal && nPage+1 != nTotal) in Execute()
574 pPreview->SetPageNo( nTotal-1 ); in Execute()
742 long nTotal = pPreview->GetTotalPages(); in GetState() local
763 if (!nTotal || nPage==0) in GetState()
769 if (!nTotal || nPage==nTotal-1) in GetState()
979 if( nPage<nTotal-1 ) in DoScroll()
1023 if( nPage<nTotal-1 ) in DoScroll()
[all …]
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx572 sal_uInt16 nTotal = 0; in SetWidths() local
579 nTotal = nTotal + pWidths[nCol]; in SetWidths()
591 if ( bFound && pE->nWidth > nTotal ) in SetWidths()
592 pWidths[nHere] = pE->nWidth - nTotal; in SetWidths()
/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx81 sal_Int32 nLength, nTotal = 0; in updateStream() local
87 nTotal += nLength; in updateStream()
91 return nTotal; in updateStream()
H A DXUnbufferedStream.cxx177 sal_Int32 nRead = 0, nLastRead = 0, nTotal = 0; in readBytes() local
297 nTotal = nRead + nLastRead; in readBytes()
298 if ( nTotal < nRequestedBytes) in readBytes()
299 aData.realloc ( nTotal ); in readBytes()
327 return nTotal; in readBytes()
H A DZipFile.cxx743 sal_uInt16 nCount, nTotal; in readCEN() local
751 aGrabber >> nTotal; in readCEN()
755 if ( nTotal * CENHDR > nCenLen ) in readCEN()
758 if ( nTotal > ZIP_MAXENTRIES ) in readCEN()
782 for (nCount = 0 ; nCount < nTotal; nCount++) in readCEN()
834 if (nCount != nTotal) in readCEN()
/trunk/main/migrationanalysis/src/wizard/
H A DCollectedFiles.cls307 Dim nTotal As Long
326 nTotal = mDocCount + mDotCount + mXlsCount + _
328 SearchDocs.SD_UpdateProgress str$(nTotal), sRoot
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx1580 DWORD nTotal, nFree; in getAvailableSurfaceMem() local
1584 …if( FAILED(const_cast<IDirectDraw2&>(*mpDirectDraw).GetAvailableVidMem( &aSurfaceCaps, &nTotal, &n… in getAvailableSurfaceMem()
1593 …if( FAILED(const_cast<IDirectDraw2&>(*mpDirectDraw).GetAvailableVidMem( &aSurfaceCaps, &nTotal, &n… in getAvailableSurfaceMem()
1614 DWORD nTotal, nFree; in getAvailableTextureMem() local
1620 …if( FAILED(const_cast<IDirectDraw2&>(*mpDirectDraw).GetAvailableVidMem( &aSurfaceCaps, &nTotal, &n… in getAvailableTextureMem()
1629 …if( FAILED(const_cast<IDirectDraw2&>(*mpDirectDraw).GetAvailableVidMem( &aSurfaceCaps, &nTotal, &n… in getAvailableTextureMem()

Completed in 176 milliseconds