/aoo41x/main/oox/source/xls/ |
H A D | biffinputstream.cxx | 535 …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/autodoc/source/display/html/ |
H A D | hdimpl.cxx | 321 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/unotools/source/config/ |
H A D | historyoptions.cxx | 499 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/tools/source/stream/ |
H A D | cachestr.cxx | 47 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/starmath/inc/ |
H A D | utility.hxx | 176 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/sw/inc/ |
H A D | cellfml.hxx | 42 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/sd/source/ui/inc/ |
H A D | bmcache.hxx | 35 sal_uLong nMaxSize; member in BitmapCache 41 : nMaxSize(nMaxSizeKB), nCurSize(0) {} in BitmapCache()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 262 : 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/package/qa/storages/ |
H A D | BorderedStream.java | 47 public BorderedStream( int nMaxSize ) in BorderedStream() argument 49 m_nMaxSize = nMaxSize; in BorderedStream()
|
/aoo41x/main/starmath/source/ |
H A D | utility.cxx | 62 SmPickList::SmPickList(sal_uInt16 nInitSize, sal_uInt16 nMaxSize) : in SmPickList() argument 65 nSize = nMaxSize; in SmPickList()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 117 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/sc/source/filter/excel/ |
H A D | xestring.cxx | 254 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/tools/inc/tools/ |
H A D | cachestr.hxx | 41 sal_uIntPtr nMaxSize; member in SvCacheStream
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox.cxx | 1088 long nMaxSize; in ImplLineSizing() local 1125 nMaxSize = pThis->maOutDockRect.GetHeight() - 20; in ImplLineSizing() 1126 if ( nMaxSize < aWinSize.Height() ) in ImplLineSizing() 1127 nMaxSize = aWinSize.Height(); in ImplLineSizing() 1132 nMaxSize = pThis->maOutDockRect.GetWidth() - 20; in ImplLineSizing() 1133 if ( nMaxSize < aWinSize.Width() ) in ImplLineSizing() 1134 nMaxSize = aWinSize.Width(); in ImplLineSizing() 1151 if ( nSize > nMaxSize ) in ImplLineSizing()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 1363 int nMaxSize = pParentListInfo->maParaSprms.size(); in WW8ListManager() local 1364 pLFOInfo->maParaSprms.resize(nMaxSize); in WW8ListManager() 1365 for (int i = 0; i < nMaxSize; ++i) in WW8ListManager()
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 2526 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()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 1757 size_t nMaxSize = ::std::min( cnNumer.max_size(), nMaxArraySize ); in ScHypGeomDist() local 1758 if ( nEstContainerSize > nMaxSize ) in ScHypGeomDist()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 1583 const sal_Int32 nMaxSize = 32*1024; in lcl_SkipBytesInBlocks() local 1590 sal_Int32 nSkip = std::min( nRemaining, nMaxSize ); in lcl_SkipBytesInBlocks()
|