Home
last modified time | relevance | path

Searched refs:nLimit (Results 26 – 37 of 37) sorted by relevance

12

/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx263 const sal_Int32 nLimit[done] = {0,12,31,0,59,59,0}; in ConvertStringToValue() local
293 if (nLimit[eState] && nLimit[eState] < nUnit[eState]) in ConvertStringToValue()
367 if (nLimit[eState] && nLimit[eState] < nUnit[eState]) in ConvertStringToValue()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx56 nLimit = 0; in StgFAT()
124 || ( bFound && ( nEntry >= nLimit ) ) ) in FindBlock()
/trunk/main/sal/osl/w32/
H A Dfile.cxx820 static SIZE_T const nLimit = std::numeric_limits< SIZE_T >::max(); in osl_mapFile() local
821 if (uLength > nLimit) in osl_mapFile()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3254 long nLimit; member in SwShortCut
3258 { return (rRect.*fnCheck)( nLimit ) > 0; } in Stop()
3270 nLimit = rRect.Top(); in SwShortCut()
3275 nLimit = rRect.Left() + rRect.Width(); in SwShortCut()
3281 nLimit = rRect.Top() + rRect.Height(); in SwShortCut()
3289 nLimit = rRect.Right(); in SwShortCut()
3294 nLimit = rRect.Left(); in SwShortCut()
H A Dwsfrm.cxx3262 const SwTwips nLimit = (GetUpper()->*fnRect->fnGetPrtBottom)(); in Format() local
3263 if( (this->*fnRect->fnSetLimit)( nLimit ) && in Format()
/trunk/main/sc/inc/
H A Dattarray.hxx86 SCSIZE nLimit; member in ScAttrArray
H A Dcolumn.hxx101 SCSIZE nLimit; member in ScColumn
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx66 void appendHexData(const sal_uInt8 *pGraphicAry, sal_uInt32 nSize, sal_uInt32 nLimit = 64);
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1728 SwTwips nLimit = (pUp->*fnRect->fnGetPrtBottom)(); in FillCrsrPos()
1733 if( (*fnRect->fnYDiff)( nLimit, nRectBottom ) < 0 ) in FillCrsrPos()
H A Dfrmform.cxx1961 const SwTwips nLimit = (GetUpper()->*fnRect->fnGetPrtBottom)(); in Format() local
1962 const SwTwips nDiff = - (Frm().*fnRect->fnBottomDist)( nLimit ); in Format()
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx2243 _HTMLAttrContext *SwHTMLParser::PopContext( sal_uInt16 nToken, sal_uInt16 nLimit, in PopContext() argument
2262 else if( nCntxtToken == nLimit ) // 0 als Token kommt nicht vor in PopContext()
H A Dswhtml.hxx586 _HTMLAttrContext *PopContext( sal_uInt16 nToken=0, sal_uInt16 nLimit=0,

Completed in 134 milliseconds

12