Home
last modified time | relevance | path

Searched refs:nLower (Results 26 – 44 of 44) sorted by relevance

12

/trunk/main/sw/source/filter/html/
H A Dhtmlgrin.cxx245 sal_uInt16 nUpper=0, nLower=0; in SetAnchorAndAdjustment() local
246 GetULSpaceFromContext( nUpper, nLower ); in SetAnchorAndAdjustment()
253 NewAttr( &aAttrTab.pULSpace, SvxULSpaceItem( 0, nLower, RES_UL_SPACE ) ); in SetAnchorAndAdjustment()
H A Dsvxcss1.cxx2273 sal_uInt16 nLower = 0; in ParseCSS1_margin_bottom() local
2282 nLower = (sal_uInt16)nTmp; in ParseCSS1_margin_bottom()
2293 nLower = (sal_uInt16)nPHeight; in ParseCSS1_margin_bottom()
2311 aULItem.SetLower( nLower ); in ParseCSS1_margin_bottom()
2317 aULItem.SetLower( nLower ); in ParseCSS1_margin_bottom()
H A Dhtmlcss1.cxx2330 sal_uInt16& nLower ) const in GetULSpaceFromContext()
2341 pCntxt->GetULSpace( nUpper, nLower ); in GetULSpaceFromContext()
2359 nLower = rULSpace.GetLower(); in GetULSpaceFromContext()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx613 const sal_Int32 nLower(xCurrentCell->GetTextLowerDistance()); in createViewIndependentPrimitive2DSequence() local
621 &nLower); in createViewIndependentPrimitive2DSequence()
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx1063 SwTwips nLower = CalcLowerSpace( &rAttrs ); in MakePrtArea() local
1076 (Prt().*fnRect->fnSetPosY)( (!bVert || bReverse) ? nUpper : nLower); in MakePrtArea()
1077 nUpper += nLower; in MakePrtArea()
H A Dtabfrm.cxx2935 SwTwips nLower = pAttrs->CalcBottomLine(); in Format() local
2938 nLower += GetBottomLineSize(); in Format()
3120 nLower += pAttrs->GetULSpace().GetLower(); in Format()
3123 (this->*fnRect->fnSetYMargins)( nUpper, nLower ); in Format()
3161 nRemaining += nUpper + nLower; in Format()
H A Dwsfrm.cxx3210 const sal_uInt16 nLower = pAttrs->CalcBottom(); in Format() local
3218 (this->*fnRect->fnSetYMargins)( nUpper, nLower ); in Format()
3225 const SwTwips nBorder = nUpper + nLower; in Format()
H A Datrfrm.cxx808 nLower( 0 ), in SwColumn()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1822 sal_Int32 nLower = rNewBorderRect.Bottom(); in ScaleObjects() local
1846 if (nLower < 0) in ScaleObjects()
1848 nLower = GetLwrBorder(); in ScaleObjects()
1858 aBackgroundSize.Height() -= nUpper + nLower; in ScaleObjects()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx3863 sal_Int32 nLower, nUpper; in RTLFUNC() local
3865 if( !pArr->GetDim32( nDim, nLower, nUpper ) ) in RTLFUNC()
3868 rPar.Get(0)->PutLong( nLower ); in RTLFUNC()
3890 sal_Int32 nLower, nUpper; in RTLFUNC() local
3892 if( !pArr->GetDim32( nDim, nLower, nUpper ) ) in RTLFUNC()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx1650 sal_uInt8 nLower = nSrchNum, nUpper = nSrchNum; in lcl_GotoNextPrevNum() local
1668 if( ::lcl_IsNumOk( nSrchNum, nLower, nUpper, bOverUpper, in lcl_GotoNextPrevNum()
1712 *pLower = nLower; in lcl_GotoNextPrevNum()
H A Dpoolfmt.cxx294 SwTwips nUpper, SwTwips nLower ) in lcl_SetNumBul() argument
299 aUL.SetUpper( sal_uInt16(nUpper) ); aUL.SetLower( sal_uInt16(nLower) ); in lcl_SetNumBul()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1366 int nLower = 0; in getGlyph12() local
1373 while( nLower < nUpper ) { in getGlyph12()
1374 int nIndex = (nLower + nUpper) / 2; in getGlyph12()
1381 nLower = nIndex + 1; in getGlyph12()
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx280 long nLeft, long nRight, long nUpper, long nLower,
H A DDrawViewShell.hxx416 void SetupPage( Size &rSize, long nLeft, long nRight, long nUpper, long nLower,
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx791 sal_uInt16 nLower = ((const SvxULSpaceItem&)rItem).GetLower(); in WriteItemAsRTF() local
792 nLower = (sal_uInt16)LogicToTwips( nLower ); in WriteItemAsRTF()
793 rOutput.WriteNumber( nLower ); in WriteItemAsRTF()
H A Dimpedit3.cxx4310 sal_uInt32 nLower = pNewUL->GetLower(); in DoStretchChars() local
4311 nLower *= nY; in DoStretchChars()
4312 nLower /= 100; in DoStretchChars()
4313 pNewUL->SetLower( (sal_uInt16)nLower ); in DoStretchChars()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2807 sal_uInt32 nLower = 0; in matchFamilyName() local
2810 while( nLower < nUpper ) in matchFamilyName()
2812 sal_uInt32 nCurrent = (nLower + nUpper) / 2; in matchFamilyName()
2825 nLower = nCurrent + 1; in matchFamilyName()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx1894 SwTwips nLower = (pFrm->*fnRect->fnGetBottomMargin)(); in SwTestFormat()
1916 (pFrm->Prt().*fnRect->fnGetTop)() - nLower ) ); in SwTestFormat()

Completed in 233 milliseconds

12