Home
last modified time | relevance | path

Searched refs:nBoxStt (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx954 SwTwips nBoxStt, SwTwips nBoxWidth, in lcl_FndNxtPrvDelBox() argument
966 SwTwips nFndWidth = nBoxStt + nBoxWidth; in lcl_FndNxtPrvDelBox()
1037 SwTwips nBoxStt = 0; in lcl_SaveUpperLowerBorder() local
1039 nBoxStt += rTblBoxes[ n ]->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_SaveUpperLowerBorder()
1044 pPrvBox = ::lcl_FndNxtPrvDelBox( *pTblLns, nBoxStt, nBoxWidth, in lcl_SaveUpperLowerBorder()
1048 pNxtBox = ::lcl_FndNxtPrvDelBox( *pTblLns, nBoxStt, nBoxWidth, in lcl_SaveUpperLowerBorder()
3032 sal_uInt16 nBoxStt, sal_uInt16 nBoxEnd ) in _CheckBoxInRange() argument
3036 if( nBoxStt + COLFUZZY < nStt ) in _CheckBoxInRange()
3048 else if( nEnd > nBoxStt + COLFUZZY ) in _CheckBoxInRange()
3053 COLFUZZY > Abs( long(nStt) - long(nBoxStt) ) ) in _CheckBoxInRange()

Completed in 33 milliseconds