Home
last modified time | relevance | path

Searched refs:nUpper (Results 1 – 25 of 54) sorted by last modified time

123

/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx420 sal_Int16 nUpper = (sal_Int16)floor(fValue); in getFixed() local
423 sal_uInt32 temp = ((sal_Int32)nUpper)<<16; in getFixed()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4337 sal_uInt16 nUpper = GetYValue( rULItem.GetUpper() ); in CalcHeight() local
4338 pPortion->nHeight += nUpper; in CalcHeight()
4339 pPortion->nFirstLineOffset = nUpper; in CalcHeight()
H A Dimpedit3.cxx4306 sal_uInt32 nUpper = pNewUL->GetUpper(); in DoStretchChars() local
4307 nUpper *= nY; in DoStretchChars()
4308 nUpper /= 100; in DoStretchChars()
4309 pNewUL->SetUpper( (sal_uInt16)nUpper ); in DoStretchChars()
H A Dimpedit4.cxx787 sal_uInt16 nUpper = ((const SvxULSpaceItem&)rItem).GetUpper(); in WriteItemAsRTF() local
788 nUpper = (sal_uInt16)LogicToTwips( nUpper ); in WriteItemAsRTF()
789 rOutput.WriteNumber( nUpper ); in WriteItemAsRTF()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1821 sal_Int32 nUpper = rNewBorderRect.Top(); in ScaleObjects() local
1842 if (nUpper < 0) in ScaleObjects()
1844 nUpper = GetUppBorder(); in ScaleObjects()
1851 Point aBackgroundPos(nLeft, nUpper); in ScaleObjects()
1858 aBackgroundSize.Height() -= nUpper + nLower; in ScaleObjects()
2058 aNewPos.Y() = long((aTopLeft.Y() - GetUppBorder()) * (double)aFractY) + nUpper; in ScaleObjects()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1367 int nUpper = nGroups; in getGlyph12() local
1369 if( nUpper > (nLength-16)/12 ) in getGlyph12()
1370 nUpper = (nLength-16)/12; in getGlyph12()
1373 while( nLower < nUpper ) { in getGlyph12()
1374 int nIndex = (nLower + nUpper) / 2; in getGlyph12()
1379 nUpper = nIndex; in getGlyph12()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx308 inline void SetULSpace( sal_uInt16 nUpper, sal_uInt16 nLower );
979 inline void _HTMLAttrContext::SetULSpace( sal_uInt16 nUpper, sal_uInt16 nLower ) in SetULSpace() argument
981 nUpperSpace = nUpper; in SetULSpace()
H A Dsvxcss1.cxx2213 sal_uInt16 nUpper = 0; in ParseCSS1_margin_top() local
2222 nUpper = (sal_uInt16)nTmp; in ParseCSS1_margin_top()
2233 nUpper = (sal_uInt16)nPHeight; in ParseCSS1_margin_top()
2251 aULItem.SetUpper( nUpper ); in ParseCSS1_margin_top()
2257 aULItem.SetUpper( nUpper ); in ParseCSS1_margin_top()
H A Dhtmlgrin.cxx245 sal_uInt16 nUpper=0, nLower=0; in SetAnchorAndAdjustment() local
246 GetULSpaceFromContext( nUpper, nLower ); in SetAnchorAndAdjustment()
247 InsertAttr( SvxULSpaceItem( nUpper, 0, RES_UL_SPACE ), sal_False, sal_True ); in SetAnchorAndAdjustment()
251 if( nUpper ) in SetAnchorAndAdjustment()
H A Dhtmlcss1.cxx2329 void SwHTMLParser::GetULSpaceFromContext( sal_uInt16& nUpper, in GetULSpaceFromContext() argument
2341 pCntxt->GetULSpace( nUpper, nLower ); in GetULSpaceFromContext()
2358 nUpper = rULSpace.GetUpper(); in GetULSpaceFromContext()
H A Dhtmlctxt.cxx625 sal_uInt16 nUpper = 0, nLower = 0; in InsertAttrs() local
626 GetULSpaceFromContext( nUpper, nLower ); in InsertAttrs()
629 aULSpace.SetUpper( nUpper ); in InsertAttrs()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx789 sal_uInt32 nUpper = 0; in ChangeMedium() local
830 nUpper=1000; in ChangeMedium()
837 nUpper=0; in ChangeMedium()
848 nUpper=0; in ChangeMedium()
858 nUpper=0; in ChangeMedium()
868 nUpper=0; in ChangeMedium()
878 nUpper=0; in ChangeMedium()
898 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in ChangeMedium()
901 pPage->SetBorder(nLeft, nUpper, nRight, nLower); in ChangeMedium()
921 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in ChangeMedium()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3463 sal_uInt8 nUpper = (sal_uInt8)( nColorCode >> 24 ); in MSO_CLR_ToColor() local
3468 if( nUpper & 0x19 ) // if( nUpper & 0x1f ) in MSO_CLR_ToColor()
3470 if( ( nUpper & 0x08 ) || ( ( nUpper & 0x10 ) == 0 ) ) in MSO_CLR_ToColor()
3473 if ( !GetColorFromPalette( ( nUpper & 8 ) ? (sal_uInt16)nColorCode : nUpper, aColor ) ) in MSO_CLR_ToColor()
3672 else if ( ( nUpper & 4 ) && ( ( nColorCode & 0xfffff8 ) == 0 ) ) in MSO_CLR_ToColor()
3674 GetColorFromPalette( nUpper, aColor ); in MSO_CLR_ToColor()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx473 long nUpper = 0L; in GetAttrState() local
478 nUpper = Max( nUpper, (long)rItem.GetUpper() ); in GetAttrState()
480 if( nUpper == 0L ) in GetAttrState()
H A Ddrtxtob1.cxx167 long nUpper = pNewItem->GetUpper(); in Execute() local
169 nUpper += 100; in Execute()
172 nUpper -= 100; in Execute()
173 nUpper = Max( (long) nUpper, 0L ); in Execute()
175 pNewItem->SetUpper( (sal_uInt16) nUpper ); in Execute()
207 long nUpper = pNewItem->GetUpper(); in Execute() local
210 nUpper += 100; in Execute()
213 nUpper -= 100; in Execute()
214 nUpper = Max( (long) nUpper, 0L ); in Execute()
216 pNewItem->SetUpper( (sal_uInt16) nUpper ); in Execute()
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx139 int nUpper = 2 * mnRangeCount - 1; in ImplFindRangeIndex() local
140 while( nLower < nUpper ) in ImplFindRangeIndex()
145 nUpper = nMid - 1; in ImplFindRangeIndex()
146 nMid = (nLower + nUpper + 1) / 2; in ImplFindRangeIndex()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx2922 SwTwips nUpper = CalcUpperSpace( pAttrs ); in Format() local
2931 if( CalcFlyOffsets( nUpper, nLeftOffset, nTmpRight ) ) in Format()
3123 (this->*fnRect->fnSetYMargins)( nUpper, nLower ); in Format()
3161 nRemaining += nUpper + nLower; in Format()
H A Dcalcmove.cxx972 SwTwips nUpper = 0; in MakePrtArea() local
1060 nUpper = CalcUpperSpace( &rAttrs, NULL ); in MakePrtArea()
1077 nUpper += nLower; in MakePrtArea()
1083 if ( nUpper ) in MakePrtArea()
1085 if ( nUpper > 0 ) in MakePrtArea()
1086 GrowFrm( nUpper ); in MakePrtArea()
1088 ShrinkFrm( -nUpper ); in MakePrtArea()
1970 SwTwips nUpper; in _WouldFit() local
1991 nUpper : in _WouldFit()
1995 nUpper += bCommonBorder ? in _WouldFit()
[all …]
H A Dwsfrm.cxx3207 const sal_uInt16 nUpper = pAttrs->CalcTop(); in Format() local
3218 (this->*fnRect->fnSetYMargins)( nUpper, nLower ); in Format()
3225 const SwTwips nBorder = nUpper + nLower; in Format()
/trunk/main/cui/source/dialogs/
H A Dcuifmsearch.cxx66 sal_Int32 nUpper = m_cbApprox.GetPosPixel().Y(); in initCommon() local
67 sal_Int32 nDifference = m_aSoundsLikeCJKSettings.GetPosPixel().Y() - nUpper; in initCommon()
161 sal_Int32 nUpper = m_lbForm.GetPosPixel().Y(); in FmSearchDialog() local
162 sal_Int32 nDifference = m_rbAllFields.GetPosPixel().Y() - nUpper; in FmSearchDialog()
/trunk/main/sw/source/ui/shells/
H A Dlistsh.cxx267 sal_uInt8 nUpper = 0; in GetState() local
269 rSh.GetCurrentOutlineLevels( nUpper, nLower ); in GetState()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx639 int nLeft = 0, nRight = 0, nUpper = 0, nLower = 0; in InitPaperSize() local
642 pParser->getMargins (aPaper, nLeft, nRight, nUpper, nLower); in InitPaperSize()
656 mnTMarginPt = nUpper; in InitPaperSize()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2808 sal_uInt32 nUpper = sizeof(pFamilyMatch) / sizeof(pFamilyMatch[0]); in matchFamilyName() local
2810 while( nLower < nUpper ) in matchFamilyName()
2812 sal_uInt32 nCurrent = (nLower + nUpper) / 2; in matchFamilyName()
2822 nUpper = nCurrent; in matchFamilyName()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx899 sal_uInt8 nUpper = rFmt.GetIncludeUpperLevels(); in BuildAnlvBase() local
900 if( (nUpper <= WW8ListManager::nMaxLevel) && in BuildAnlvBase()
901 … (rRul.Get(nUpper).GetNumberingType() != SVX_NUM_NUMBER_NONE ) ) // Nummerierung drueber ? in BuildAnlvBase()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx1911 SwTwips nUpper = pFrm->CalcUpperSpace( &rAttrs, pPre ); in SwTestFormat() local
1912 (pFrm->Prt().*fnRect->fnSetPosY)( nUpper ); in SwTestFormat()

Completed in 421 milliseconds

123