Home
last modified time | relevance | path

Searched refs:nMaxSize (Results 1 – 18 of 18) sorted by path

/aoo41x/main/autodoc/source/display/html/
H A Dhdimpl.cxx321 const uintt nMaxSize in Link2Ce() local
323 static char sLink[nMaxSize]; in Link2Ce()
324 static LinkCreator aLinkCreator( &sLink[0], nMaxSize ); in Link2Ce()
337 const uintt nMaxSize in Link2CppDefinition() local
339 static char sLink[nMaxSize]; in Link2CppDefinition()
340 static LinkCreator aLinkCreator( &sLink[0], nMaxSize ); in Link2CppDefinition()
/aoo41x/main/oox/source/xls/
H A Dbiffinputstream.cxx535 …sal_uInt16 nMaxSize = getLimitedValue< sal_uInt16, sal_Int32 >( nBytes, 0, maRecBuffer.getRecLeft(… in getMaxRawReadSize() local
536 if( (0 < nMaxSize) && (nMaxSize < nBytes) && (nAtomSize > 1) ) in getMaxRawReadSize()
539 sal_uInt16 nPadding = static_cast< sal_uInt16 >( nMaxSize % nAtomSize ); in getMaxRawReadSize()
541 nMaxSize = nMaxSize - nPadding; in getMaxRawReadSize()
543 return nMaxSize; in getMaxRawReadSize()
/aoo41x/main/package/qa/storages/
H A DBorderedStream.java47 public BorderedStream( int nMaxSize ) in BorderedStream() argument
49 m_nMaxSize = nMaxSize; in BorderedStream()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr3.cxx1757 size_t nMaxSize = ::std::min( cnNumer.max_size(), nMaxArraySize ); in ScHypGeomDist() local
1758 if ( nEstContainerSize > nMaxSize ) in ScHypGeomDist()
/aoo41x/main/sc/source/filter/excel/
H A Dxestring.cxx254 size_t nMaxSize = static_cast< size_t >( mbIsBiff8 ? EXC_STR_MAXLEN : EXC_STR_MAXLEN_8BIT ); in AppendFormat() local
255 …if( maFormats.empty() || ((maFormats.size() < nMaxSize) && (!bDropDuplicate || (maFormats.back().m… in AppendFormat()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1583 const sal_Int32 nMaxSize = 32*1024; in lcl_SkipBytesInBlocks() local
1590 sal_Int32 nSkip = std::min( nRemaining, nMaxSize ); in lcl_SkipBytesInBlocks()
/aoo41x/main/sd/source/ui/inc/
H A Dbmcache.hxx35 sal_uLong nMaxSize; member in BitmapCache
41 : nMaxSize(nMaxSizeKB), nCurSize(0) {} in BitmapCache()
/aoo41x/main/starmath/inc/
H A Dutility.hxx176 SmPickList(sal_uInt16 nInitSize = 0, sal_uInt16 nMaxSize = 5);
217 SmStringPickList(sal_uInt16 nInitSize, sal_uInt16 nMaxSize) in SmStringPickList() argument
218 : SmPickList(nInitSize, nMaxSize) {} in SmStringPickList()
276 SmFontPickList(sal_uInt16 nInitSize, sal_uInt16 nMaxSize) in SmFontPickList() argument
277 : SmPickList(nInitSize, nMaxSize) {} in SmFontPickList()
/aoo41x/main/starmath/source/
H A Dutility.cxx62 SmPickList::SmPickList(sal_uInt16 nInitSize, sal_uInt16 nMaxSize) : in SmPickList() argument
65 nSize = nMaxSize; in SmPickList()
/aoo41x/main/sw/inc/
H A Dcellfml.hxx42 sal_uInt16 nStackCnt, nMaxSize; member in SwTblCalcPara
53 sal_Bool IsStackOverFlow() const { return nMaxSize == nStackCnt; } in IsStackOverFlow()
54 sal_Bool IncStackCnt() { return nMaxSize == ++nStackCnt; } in IncStackCnt()
/aoo41x/main/sw/source/core/doc/
H A Dtblrwcl.cxx117 SwTwips nDiff, nSide, nMaxSize, nLowerDiff; member
125 nDiff( nDif ), nSide( nSid ), nMaxSize( nMax ), nLowerDiff( 0 ), in CR_SetBoxWidth()
138 nMaxSize( rCpy.nMaxSize ), nLowerDiff( 0 ), in CR_SetBoxWidth()
2569 nLowerDiff /= rParam.nMaxSize; in lcl_SetSelBoxWidth()
2610 nLowerDiff /= rParam.nMaxSize; in lcl_SetSelBoxWidth()
2671 nDiff /= rParam.nMaxSize; in lcl_SetOtherBoxWidth()
2710 nLowerDiff /= rParam.nMaxSize; in lcl_SetOtherBoxWidth()
3488 nWidth /= rParam.nMaxSize; in lcl_AjustLines()
3722 aParam.nMaxSize /= 2; in SetColWidth()
3965 aParam.nMaxSize = aParam.nSide; in SetColWidth()
[all …]
/aoo41x/main/sw/source/core/fields/
H A Dcellfml.cxx262 : pLastTblBox( 0 ), nStackCnt( 0 ), nMaxSize( cMAXSTACKSIZE ), in SwTblCalcPara()
278 sal_uInt16 nSaveMaxSize = nMaxSize; in CalcWithStackOverflow()
280 nMaxSize = cMAXSTACKSIZE - 5; in CalcWithStackOverflow()
293 nMaxSize = cMAXSTACKSIZE - 3; // es muss mind. 1 Stufe tiefer gehen! in CalcWithStackOverflow()
307 nMaxSize = nSaveMaxSize; in CalcWithStackOverflow()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par3.cxx1342 int nMaxSize = pParentListInfo->maParaSprms.size(); in WW8ListManager() local
1343 pLFOInfo->maParaSprms.resize(nMaxSize); in WW8ListManager()
1344 for (int i = 0; i < nMaxSize; ++i) in WW8ListManager()
/aoo41x/main/tools/inc/tools/
H A Dcachestr.hxx41 sal_uIntPtr nMaxSize; member in SvCacheStream
/aoo41x/main/tools/source/stream/
H A Dcachestr.cxx47 nMaxSize = nMaxMemSize; in SvCacheStream()
77 nMaxSize = nMaxMemSize; in SvCacheStream()
185 && pCurrentStream->Tell() + nSize > nMaxSize ) in PutData()
219 && ((SvMemoryStream*)pCurrentStream)->GetSize() > nMaxSize ) in FlushData()
/aoo41x/main/unotools/source/config/
H A Dhistoryoptions.cxx499 sal_Int32 nMaxSize = 0; in AppendItem() local
506 nMaxSize = GetSize(ePICKLIST); in AppendItem()
512 nMaxSize = GetSize(eHISTORY); in AppendItem()
518 nMaxSize = GetSize(eHELPBOOKMARKS); in AppendItem()
525 if (nMaxSize==0) in AppendItem()
581 if ( nLength == nMaxSize ) in AppendItem()
588 if ( nLength != nMaxSize ) in AppendItem()
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx1096 long nMaxSize; in ImplLineSizing() local
1133 nMaxSize = pThis->maOutDockRect.GetHeight() - 20; in ImplLineSizing()
1134 if ( nMaxSize < aWinSize.Height() ) in ImplLineSizing()
1135 nMaxSize = aWinSize.Height(); in ImplLineSizing()
1140 nMaxSize = pThis->maOutDockRect.GetWidth() - 20; in ImplLineSizing()
1141 if ( nMaxSize < aWinSize.Width() ) in ImplLineSizing()
1142 nMaxSize = aWinSize.Width(); in ImplLineSizing()
1159 if ( nSize > nMaxSize ) in ImplLineSizing()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx2526 UINT& rCount, UINT nMaxSize, in ImplGetKeyNameText() argument
2560 if( (rCount > 0) && (rCount < nMaxSize) ) in ImplGetKeyNameText()
2568 if( nKeyLen + rCount > nMaxSize ) in ImplGetKeyNameText()
2569 nKeyLen = nMaxSize - rCount; in ImplGetKeyNameText()
2575 while( *pReplace && (rCount < nMaxSize) ) in ImplGetKeyNameText()

Completed in 237 milliseconds