Home
last modified time | relevance | path

Searched refs:nMaxCount (Results 1 – 25 of 32) sorted by last modified time

12

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3300 ::sal_Int16 nMaxCount ) in getDocumentLanguages() argument
3465 if (nMaxCount > static_cast< sal_Int16 >( aAllLangs.size() )) in getDocumentLanguages()
3466 nMaxCount = static_cast< sal_Int16 >( aAllLangs.size() ); in getDocumentLanguages()
3470 uno::Sequence< lang::Locale > aLanguages( nMaxCount ); in getDocumentLanguages()
3472 if (nMaxCount > 0) in getDocumentLanguages()
3477 if (nCount >= nMaxCount) in getDocumentLanguages()
/trunk/main/framework/inc/framework/
H A Dpreventduplicateinteraction.hxx105 sal_Int32 nMaxCount ) in InteractionInfo()
107 , m_nMaxCount (nMaxCount ) in InteractionInfo()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx2626 const long nMaxCount = maProgressRect.GetWidth() / nFullWidth; in Paint() local
2633 static_cast<sal_uInt16>(10000/nMaxCount), in Paint()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx442 sal_uInt16 nMaxCount = 10; in queryContentProperty() local
443 sal_Char* lpszDocId = new sal_Char[ODM_DOCID_MAX * nMaxCount]; in queryContentProperty()
444 sal_Char* lpszDocName = new sal_Char[ODM_NAME_MAX * nMaxCount]; in queryContentProperty()
450 if(nCount >= nMaxCount) in queryContentProperty()
453 nCount = nMaxCount; in queryContentProperty()
476 while(nCount > nMaxCount); in queryContentProperty()
H A Dodma_datasupplier.cxx291 sal_uInt16 nMaxCount = 10; in getResult() local
292 sal_Char* lpszDocId = new sal_Char[ODM_DOCID_MAX * nMaxCount]; in getResult()
293 sal_Char* lpszDocName = new sal_Char[ODM_NAME_MAX * nMaxCount]; in getResult()
300 if(nCount >= nMaxCount) in getResult()
302 nCount = nMaxCount; in getResult()
319 while(nCount > nMaxCount); in getResult()
/trunk/main/tools/source/stream/
H A Dstream.cxx2638 sal_Size nMaxCount = nEndOfData-nPos; in GetData() local
2639 if( nCount > nMaxCount ) in GetData()
2640 nCount = nMaxCount; in GetData()
2661 sal_Size nMaxCount = nSize-nPos; in PutData() local
2664 if( nCount > nMaxCount ) in PutData()
2669 nCount = nMaxCount; in PutData()
2680 if( (nCount-nMaxCount) < nResize ) in PutData()
2694 if( !ReAllocateMemory( nCount-nMaxCount+nNewResize ) ) in PutData()
/trunk/main/tools/source/debug/
H A Ddebug.cxx137 sal_uIntPtr nMaxCount; member
1018 pXtorData->nMaxCount, pXtorData->nStatics, in DebugDeInit()
1147 pXtorData->nMaxCount, pXtorData->nStatics, in DebugXTorInfo()
1463 pXtorData->nMaxCount = 0; in DbgXtor()
1552 if ( (pXtorData->nCtorCalls-pXtorData->nDtorCalls) > pXtorData->nMaxCount ) in DbgXtor()
1553 pXtorData->nMaxCount = pXtorData->nCtorCalls - pXtorData->nDtorCalls; in DbgXtor()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx277 const sal_Int16 nMaxCount = 7; in fillLangPopupMenu() local
280 …nce< lang::Locale > rLocales( xDocumentLanguages->getDocumentLanguages( nScriptType, nMaxCount ) ); in fillLangPopupMenu()
285 if (aLangItems.size() == (size_t)nMaxCount) in fillLangPopupMenu()
/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx260 nMaxCount( nWords ), in SwAutoCompleteWord()
313 if( aLRULst.Count() < nMaxCount ) in InsertWord()
319 String* pDel = (String*)aLRULst[ nMaxCount - 1 ]; in InsertWord()
322 memmove( ppData+1, ppData, (nMaxCount - 1) * sizeof( void* )); in InsertWord()
354 if( nNewMax < nMaxCount && aLRULst.Count() > nNewMax ) in SetMaxCount()
368 nMaxCount = nNewMax; in SetMaxCount()
/trunk/main/sw/inc/
H A Dacmplwrd.hxx42 sal_uInt16 nMaxCount, nMinWrdLen; member in SwAutoCompleteWord
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1560 const sal_uInt16 nMaxCount = 99; in GenerateName() local
1576 for( sal_Int32 i=0; i<nMaxCount; i++ ) in GenerateName()
/trunk/main/svtools/source/control/
H A Dprgsbar.cxx157 sal_uInt16 nMaxCount = (sal_uInt16)(nMaxWidth / (mnPrgsWidth+PROGRESSBAR_OFFSET)); in ImplDrawProgress() local
158 if ( nMaxCount <= 1 ) in ImplDrawProgress()
159 nMaxCount = 1; in ImplDrawProgress()
162 while ( ((10000/(10000/nMaxCount))*(mnPrgsWidth+PROGRESSBAR_OFFSET)) > nMaxWidth ) in ImplDrawProgress()
163 nMaxCount--; in ImplDrawProgress()
165 mnPercentCount = 10000/nMaxCount; in ImplDrawProgress()
166 nMaxWidth = ((10000/(10000/nMaxCount))*(mnPrgsWidth+PROGRESSBAR_OFFSET))-PROGRESSBAR_OFFSET; in ImplDrawProgress()
H A Dctrlbox.cxx874 const int nMaxCount = sizeof(aText)/sizeof(*aText) - 1; in UserDraw() local
875 int nSkip = aFontCharMap.GetCharCount() / nMaxCount; in UserDraw()
880 for( int i = 0; i < nMaxCount; ++i ) in UserDraw()
/trunk/main/sc/source/filter/inc/
H A Dxestring.hxx187 void LimitFormatCount( sal_uInt16 nMaxCount );
/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx264 void XclExpString::LimitFormatCount( sal_uInt16 nMaxCount ) in LimitFormatCount() argument
266 if( maFormats.size() > nMaxCount ) in LimitFormatCount()
267 maFormats.erase( maFormats.begin() + nMaxCount, maFormats.end() ); in LimitFormatCount()
H A Dxecontent.cxx189 … size_t nMaxIx = ::std::min( nIx + nInc, nSize ), nCount = 0, nMaxCount = 0, nStrings = 0; in Save() local
193 if( aVec[ nSubIx ] > nMaxCount ) nMaxCount = aVec[ nSubIx ]; in Save()
196 if( nMaxCount ) in Save()
200 aStr.Append( "\t\t" ).APPENDINT( nCount ).Append( '\t' ).APPENDINT( nMaxCount ); in Save()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4613 sal_uLong nMaxCount = 0, nCount = 0; in ScCountEmptyCells() local
4619 nMaxCount = 1; in ScCountEmptyCells()
4636 nMaxCount += in ScCountEmptyCells()
4656 PushDouble(nMaxCount - nCount); in ScCountEmptyCells()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx2419 sal_uInt16 nMaxCount = 0; in GetCommonWidth() local
2441 if ( nThisCount > nMaxCount ) in GetCommonWidth()
2443 nMaxCount = nThisCount; in GetCommonWidth()
H A Dcolumn.cxx337 size_t nMaxCount = 0; in GetMostUsedPattern() local
347 if( rnCount > nMaxCount ) in GetMostUsedPattern()
350 nMaxCount = rnCount; in GetMostUsedPattern()
/trunk/main/sal/inc/systools/win32/
H A Duser9x.h138 int nMaxCount // length of text buffer
/trunk/main/oox/source/xls/
H A Dexternallinkbuffer.cxx997 …size_t nMaxCount = getLimitedValue< size_t, sal_Int64 >( nRefCount, 0, rStrm.getRemaining() / 12 ); in importExternalSheets() local
998 maRefSheets.reserve( nMaxCount ); in importExternalSheets()
999 for( size_t nRefId = 0; !rStrm.isEof() && (nRefId < nMaxCount); ++nRefId ) in importExternalSheets()
H A Dautofilterbuffer.cxx264 ApiFilterSettings DiscreteFilter::finalizeImport( sal_Int32 nMaxCount ) in finalizeImport() argument
267 if( static_cast< sal_Int32 >( maValues.size() ) <= nMaxCount ) in finalizeImport()
626 ApiFilterSettings FilterColumn::finalizeImport( sal_Int32 nMaxCount ) in finalizeImport() argument
632 aSettings = mxSettings->finalizeImport( nMaxCount ); in finalizeImport()
680 sal_Int32 nMaxCount = 0; in finalizeImport() local
681 aDescProps.getProperty( nMaxCount, PROP_MaxFieldCount ); in finalizeImport()
682 … OSL_ENSURE( nMaxCount > 0, "AutoFilter::finalizeImport - invalid maximum filter field count" ); in finalizeImport()
703 ApiFilterSettings aSettings = (*aIt)->finalizeImport( nMaxCount ); in finalizeImport()
724 if( !rColumnFields.empty() && (nNewCount <= nMaxCount) && bRegExpCompatible ) in finalizeImport()
/trunk/main/oox/inc/oox/xls/
H A Dautofilterbuffer.hxx73 virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount );
94 virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount );
120 virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount );
169 virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount );
209 ApiFilterSettings finalizeImport( sal_Int32 nMaxCount );
/trunk/main/framework/source/fwi/helper/
H A Dmischelper.cxx218 const sal_Int16 nMaxCount = 7; in FillLangItems() local
221 … Sequence< Locale > rLocales( xDocumentLanguages->getDocumentLanguages( nScriptType, nMaxCount )); in FillLangItems()
226 if ( rLangItems.size() == static_cast< size_t >(nMaxCount) ) in FillLangItems()
/trunk/main/filter/source/graphicfilter/itiff/
H A Dlzwdecom.cxx79 sal_uLong LZWDecompressor::Decompress(sal_uInt8 * pTarget, sal_uLong nMaxCount) in Decompress() argument
90 if (((sal_uLong)nOutBufDataLen)>=nMaxCount) { in Decompress()
91 nOutBufDataLen = nOutBufDataLen - (sal_uInt16)nMaxCount; in Decompress()
92 nCount+=nMaxCount; in Decompress()
93 while (nMaxCount>0) { in Decompress()
95 nMaxCount--; in Decompress()
100 nMaxCount-=(sal_uLong)nOutBufDataLen; in Decompress()

Completed in 297 milliseconds

12