/aoo42x/main/store/source/ |
H A D | stordata.cxx | 254 if (!((nDouble < nLimit) && (nSingle < nLimit))) in read() 287 if (!((nTriple < nLimit) && (nDouble < nLimit) && (nSingle < nLimit))) in read() 357 if (!((nDouble < nLimit) && (nSingle < nLimit))) in write() 393 if (!((nTriple < nLimit) && (nDouble < nLimit) && (nSingle < nLimit))) in write() 472 if (!((nDouble < nLimit) && (nSingle < nLimit))) in truncate() 527 if (!((nTriple < nLimit) && (nDouble < nLimit) && (nSingle < nLimit))) in truncate() 606 if (nPage < nLimit) in scope() 617 nPage -= nLimit; in scope() 623 if (nPage < nLimit) in scope() 645 nPage -= nLimit; in scope() [all …]
|
/aoo42x/main/i18npool/source/search/ |
H A D | levdis.cxx | 147 if ( (nLenDiff * nInsQ0 > nLimit) in WLD() 248 && nSPMin <= (bSplitCount ? 2 * nLimit : nLimit) ) in WLD() 340 if ( (nSPMin <= nLimit) && (npDistance[nStringLen] <= nLimit) ) in WLD() 351 if ( (nSPMin <= 2 * nLimit) in WLD() 377 nLimit = KGV( nMid, nMax ); in CalcLPQR() 381 nRepP0 = ( nX ? nLimit / nX : nLimit + 1 ); in CalcLPQR() 382 nInsQ0 = ( nY ? nLimit / nY : nLimit + 1 ); in CalcLPQR() 383 nDelR0 = ( nZ ? nLimit / nZ : nLimit + 1 ); in CalcLPQR() 385 return( nLimit ); in CalcLPQR() 501 nLimit( LEVDISDEFAULTLIMIT ), in WLevDistance() [all …]
|
H A D | levdis.hxx | 128 int nLimit; // WLD Limit Ersetzungen/Einfuegungen/Loeschungen member in WLevDistance 166 inline int GetLimit() const { return( nLimit ); } // Limit holen in GetLimit() 191 int nTmp = nLimit; in SetLimit() 192 nLimit = nNewLimit; in SetLimit()
|
H A D | textsearch.cxx | 191 nLimit = pWLD->GetLimit(); in setOptions() 896 pWLD->WLD( aWTemp.getStr() + nStt, nEnd - nStt ) <= nLimit ) in ApproxSrchFrwrd() 943 pWLD->WLD( aWTemp.getStr() + nStt, nEnd - nStt ) <= nLimit ) in ApproxSrchBkwrd()
|
H A D | textsearch.hxx | 107 int nLimit; member in TextSearch
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 278 long SwRect::GetLeftDistance( long nLimit ) const { return m_Point.getX() - nLimit; } in GetLeftDistance() 280 long SwRect::GetTopDistance( long nLimit ) const { return m_Point.getY() - nLimit; } in GetTopDistance() 282 sal_Bool SwRect::OverStepLeft( long nLimit ) const in OverStepLeft() 283 { return nLimit > m_Point.getX() && m_Point.getX() + m_Size.getWidth() > nLimit; } in OverStepLeft() 284 sal_Bool SwRect::OverStepBottom( long nLimit ) const in OverStepBottom() 285 { return nLimit > m_Point.getY() && m_Point.getY() + m_Size.getHeight() > nLimit; } in OverStepBottom() 286 sal_Bool SwRect::OverStepTop( long nLimit ) const in OverStepTop() 287 { return nLimit > m_Point.getY() && m_Point.getY() + m_Size.getHeight() > nLimit; } in OverStepTop() 288 sal_Bool SwRect::OverStepRight( long nLimit ) const in OverStepRight() 289 { return nLimit > m_Point.getX() && m_Point.getX() + m_Size.getWidth() > nLimit; } in OverStepRight()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | collect.cxx | 59 nLimit ( nLim ), in ScCollection() 67 if (nLimit > MAXCOLLECTIONSIZE) in ScCollection() 68 nLimit = MAXCOLLECTIONSIZE; in ScCollection() 69 else if (nLimit < nDelta) in ScCollection() 70 nLimit = nDelta; in ScCollection() 71 pItems = new ScDataObject*[nLimit]; in ScCollection() 77 nLimit ( 0 ), in ScCollection() 117 pItems = new ScDataObject*[nLimit]; in FreeAll() 126 if (nCount == nLimit) in AtInsert() 131 nLimit = sal::static_int_cast<sal_uInt16>( nLimit + nDelta ); in AtInsert() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | markarr.cxx | 43 nLimit( 0 ), in ScMarkArray() 65 nCount = nLimit = 1; in Reset() 136 if ( nLimit < nNeeded ) in SetMarkArea() 138 nLimit += SC_MARKARRAY_DELTA; in SetMarkArea() 139 if ( nLimit < nNeeded ) in SetMarkArea() 140 nLimit = nNeeded; in SetMarkArea() 141 ScMarkEntry* pNewData = new ScMarkEntry[nLimit]; in SetMarkArea() 319 rDestMarkArray.nCount = rDestMarkArray.nLimit = nCount; in CopyMarksTo()
|
H A D | column3.cxx | 107 if (nCount + 1 > nLimit) in Insert() 112 nLimit = COLUMN_DELTA; in Insert() 115 nLimit *= 2; in Insert() 117 nLimit = MAXROWCOUNT; in Insert() 175 if (nCount + 1 > nLimit) in Append() 180 nLimit = COLUMN_DELTA; in Append() 183 nLimit *= 2; in Append() 185 nLimit = MAXROWCOUNT; in Append() 189 nLimit += COLUMN_DELTA; in Append() 262 nLimit = 0; in FreeAll() [all …]
|
H A D | compressedarray.cxx | 36 , nLimit(1) in ScCompressedArray() 50 , nLimit( nDataCount) in ScCompressedArray() 83 if ((nCount <= nNewLimit && nNewLimit < nLimit) || nLimit < nNewLimit) in Resize() 85 nLimit = nNewLimit; in Resize() 86 DataEntry* pNewData = new DataEntry[nLimit]; in Resize() 140 if (nLimit < nNeeded) in SetValue() 142 nLimit += nDelta; in SetValue() 143 if (nLimit < nNeeded) in SetValue() 144 nLimit = nNeeded; in SetValue() 145 DataEntry* pNewData = new DataEntry[nLimit]; in SetValue()
|
H A D | attarray.cxx | 71 nCount = nLimit = 1; in ScAttrArray() 171 nCount = nLimit = 1; in Reset() 182 nCount = nLimit = 0; in Reset() 304 nLimit = nReserve; in Reserve() 329 if ( nLimit < nNeeded ) in SetPatternArea() 331 nLimit += SC_ATTRARRAY_DELTA; in SetPatternArea() 332 if ( nLimit < nNeeded ) in SetPatternArea() 333 nLimit = nNeeded; in SetPatternArea() 334 ScAttrEntry* pNewData = new ScAttrEntry[nLimit]; in SetPatternArea() 2610 nCount = nLimit = nNewCount;
|
H A D | column.cxx | 72 nLimit( 0 ), in ScColumn() 800 nLimit = nNewSize; in Resize() 801 pNewItems = new ColEntry[nLimit]; in Resize() 805 nLimit = 0; in Resize() 1493 nTemp = rCol.nLimit; in SwapCol() 1494 rCol.nLimit = nLimit; in SwapCol() 1495 nLimit = nTemp; in SwapCol()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | tp_3D_SceneGeometry.cxx | 60 void lcl_SetMetricFieldLimits( MetricField& rField, sal_Int64 nLimit ) in lcl_SetMetricFieldLimits() argument 62 rField.SetMin(-1*nLimit); in lcl_SetMetricFieldLimits() 63 rField.SetFirst(-1*nLimit); in lcl_SetMetricFieldLimits() 64 rField.SetMax(nLimit); in lcl_SetMetricFieldLimits() 65 rField.SetLast(nLimit); in lcl_SetMetricFieldLimits()
|
/aoo42x/main/forms/source/xforms/ |
H A D | datatypes.cxx | 578 sal_Int32 nLimit = 0; in _validate() local 579 if ( m_aLength >>= nLimit ) in _validate() 581 if ( nLimit != nLength ) in _validate() 586 if ( ( m_aMaxLength >>= nLimit ) && ( nLength > nLimit ) ) in _validate() 588 else if ( ( m_aMinLength >>= nLimit ) && ( nLength < nLimit ) ) in _validate()
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1763 sal_uInt16 nLimit; in LoadColAttr() local 1770 nLimit = aFont.Count; in LoadColAttr() 1772 for( i = 0 ; i < nLimit ; i++, pColData++ ) in LoadColAttr() 1804 nLimit = aColor.Count; in LoadColAttr() 1806 for( i = 0 ; i < nLimit ; i++, pColData++ ) in LoadColAttr() 1823 nLimit = aAttr.Count; in LoadColAttr() 1825 for( i = 0 ; i < nLimit ; i++, pColData++ ) in LoadColAttr() 1848 nLimit = aJustify.Count; in LoadColAttr() 1850 for( i = 0 ; i < nLimit ; i++, pColData++ ) in LoadColAttr() 2121 nLimit = aValue.Count; in LoadColAttr() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | svxruler.cxx | 2115 int nLimit; in DragBorders() local 2130 nLimit=nIdx+1; in DragBorders() 2137 nLimit = 0; in DragBorders() 2142 nLimit=nIdx+1; in DragBorders() 2149 nLimit=0; in DragBorders() 2154 nLimit = 0; in DragBorders() 2161 for(int i = nStartLimit; i >= nLimit; --i) in DragBorders() 2209 int nLimit; in DragBorders() local 2213 nLimit=nIdx+1; in DragBorders() 2218 nLimit=0; in DragBorders() [all …]
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stgstrms.hxx | 47 sal_Int32 nLimit; // search limit recommendation member in StgFAT 59 void SetLimit( sal_Int32 n ) { nLimit = n; } in SetLimit()
|
/aoo42x/main/svtools/source/config/ |
H A D | helpopt.cxx | 577 sal_Int32 nLimit = GetHelpAgentRetryLimit(); in decAgentIgnoreURLCounter() local 578 sal_Int32 nIgnoreAgain = nLimit > 0 ? nLimit - 1 : 0; in decAgentIgnoreURLCounter()
|
/aoo42x/main/sc/inc/ |
H A D | compressedarray.hxx | 128 size_t nLimit; member in ScCompressedArray 142 nCount = nLimit = 1; in Reset()
|
H A D | markarr.hxx | 41 SCSIZE nLimit; member in ScMarkArray
|
H A D | collect.hxx | 57 sal_uInt16 nLimit; member in ScCollection
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.cxx | 203 sal_uInt32 nLimit = 64); 212 sal_uInt32 nLimit) in MultiBufferHex() argument 216 mnLimit(nLimit) in MultiBufferHex() 330 void MultiBuffer::appendHexData(const sal_uInt8 *pGraphicAry, sal_uInt32 nSize, sal_uInt32 nLimit) in appendHexData() argument 340 maContent.push_back(new MultiBufferHex(pGraphicAry, nSize, nLimit)); in appendHexData() 3408 static OString WriteHex(const sal_uInt8* pData, sal_uInt32 nSize, sal_uInt32 nLimit = 64) in WriteHex() argument 3419 if (++nBreak == nLimit) in WriteHex()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 564 long SwitchHorizontalToVertical( long nLimit ) const; 573 long SwitchVerticalToHorizontal( long nLimit ) const;
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 189 long SwTxtFrm::SwitchHorizontalToVertical( long nLimit ) const in SwitchHorizontalToVertical() 191 Point aTmp( 0, nLimit ); in SwitchHorizontalToVertical() 254 long SwTxtFrm::SwitchVerticalToHorizontal( long nLimit ) const in SwitchVerticalToHorizontal() 256 Point aTmp( nLimit, 0 ); in SwitchVerticalToHorizontal()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 1887 long nLimit = (nCacheSize) ? nCacheSize / 2 : 0; in RecalcRows() local 1890 if (nLimit < nLinesOnScreen) in RecalcRows() 1898 nLimit = nLinesOnScreen; in RecalcRows() 1906 if (nDelta < nLimit && (nDelta > 0 in RecalcRows() 1909 else if (nDelta < 0 && Abs(nDelta) < nLimit) in RecalcRows()
|