/aoo41x/main/soldep/bootstrp/ |
H A D | sstring.cxx | 67 sal_uIntPtr nLower = 0; in GetPrevString() local 74 if ( (nCurrent == nLower) || (nCurrent == nUpper) ) in GetPrevString() 75 return nLower; in GetPrevString() 81 nCurrent = (nCurrent + nLower) /2; in GetPrevString() 85 nLower = nCurrent; in GetPrevString() 227 sal_uIntPtr nLower = 0; in GetPrevString() local 234 if ( (nCurrent == nLower) || (nCurrent == nUpper) ) in GetPrevString() 235 return nLower; in GetPrevString() 241 nCurrent = (nCurrent + nLower) /2; in GetPrevString() 245 nLower = nCurrent; in GetPrevString()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drtxtob1.cxx | 177 long nLower = pNewItem->GetLower(); in Execute() local 179 nLower += 100; in Execute() 182 nLower -= 100; in Execute() 183 nLower = Max( (long) nLower, 0L ); in Execute() 185 pNewItem->SetLower( (sal_uInt16) nLower ); in Execute() 218 long nLower = pNewItem->GetLower(); in Execute() local 220 nLower += 100; in Execute() 223 nLower -= 100; in Execute() 224 nLower = Max( (long) nLower, 0L ); in Execute() 226 pNewItem->SetLower( (sal_uInt16) nLower ); in Execute()
|
H A D | viewshe2.cxx | 534 long nUpper, long nLower, sal_Bool bScaleAll, in SetPageSizeAndBorder() argument 567 nUpper, nLower, in SetPageSizeAndBorder() 575 nLeft >= 0 || nRight >= 0 || nUpper >= 0 || nLower >= 0) in SetPageSizeAndBorder() 577 Rectangle aNewBorderRect(nLeft, nUpper, nRight, nLower); in SetPageSizeAndBorder() 584 if( nLeft >= 0 || nRight >= 0 || nUpper >= 0 || nLower >= 0 ) in SetPageSizeAndBorder() 586 pPage->SetBorder(nLeft, nUpper, nRight, nLower); in SetPageSizeAndBorder() 618 nUpper, nLower, in SetPageSizeAndBorder() 626 nLeft >= 0 || nRight >= 0 || nUpper >= 0 || nLower >= 0) in SetPageSizeAndBorder() 628 Rectangle aNewBorderRect(nLeft, nUpper, nRight, nLower); in SetPageSizeAndBorder() 635 if( nLeft >= 0 || nRight >= 0 || nUpper >= 0 || nLower >= 0 ) in SetPageSizeAndBorder() [all …]
|
H A D | drviewsa.cxx | 525 long nLower, in SetupPage() argument 544 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in SetupPage() 554 pPage->SetLwrBorder(nLower); in SetupPage() 579 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in SetupPage() 588 pPage->SetLwrBorder(nLower); in SetupPage()
|
H A D | drviews3.cxx | 600 long nLower = Max(0L, rULSpace.GetLower() + aPagePos.Y() + in ExecRuler() local 612 nUpper, nLower); in ExecRuler() 615 pPage->SetLwrBorder(nLower); in ExecRuler() 626 nUpper, nLower); in ExecRuler() 629 pPage->SetLwrBorder(nLower); in ExecRuler()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | ulspitem.hxx | 48 sal_uInt16 nLower; //Unterer Rand member in SvxULSpaceItem 80 void SetLowerValue( const sal_uInt16 nL ) { nLower = nL; } in SetLowerValue() 85 sal_uInt16 GetLower() const { return nLower; } in GetLower() 93 nLower = rCpy.GetLower(); in operator =() 105 nLower = sal_uInt16((sal_uInt32(nL) * nProp ) / 100); nPropLower = nProp; in SetLower()
|
H A D | txtrange.hxx | 65 sal_uInt16 nLower; // Abstand Text-Kontur member in TextRanger 87 sal_uInt16 GetLower() const { return nLower; } in GetLower() 98 void SetLower( sal_uInt16 nNew ){ nLower = nNew; } in SetLower()
|
/aoo41x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 53 nLower( 0 ), in TextRanger() 153 long nLower; member in SvxBoundArgs 216 nLower = nBottom + nLowDiff; in SvxBoundArgs() 257 nYps = CalcMax( rLst, rNxt, nBottom, nLower ); in CheckCut() 259 _NoteFarPoint( Cut( nYps, rLst, rNxt ), nLower-nYps, nLowDiff ); in CheckCut() 369 NoteFarPoint( A(rNull), nLower - B(rNull), nLowDiff ); in Calc() 403 NoteUpLow( Cut( nLower, rLast, rNext ), 2 ); in Calc() 427 NoteFarPoint( A(rNext), nLower-B(rNext), nLowDiff ); in Calc() 623 if( nB >= nLower ) in Area()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 792 sal_uInt32 nLower = 0; in ChangeMedium() local 835 nLower=1000; in ChangeMedium() 842 nLower=0; in ChangeMedium() 853 nLower=0; in ChangeMedium() 863 nLower=0; in ChangeMedium() 882 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in ChangeMedium() 885 pPage->SetBorder(nLeft, nUpper, nRight, nLower); in ChangeMedium() 905 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in ChangeMedium() 908 pPage->SetBorder(nLeft, nUpper, nRight, nLower); in ChangeMedium()
|
/aoo41x/main/svx/inc/svx/ |
H A D | paraprev.hxx | 59 sal_uInt16 nLower; member in SvxParaPrevWindow 83 void SetLower( sal_uInt16 nNew ) { nLower = nNew; } in SetLower() 95 sal_uInt16 GetLower() const { return nLower; } in GetLower()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtftn.cxx | 190 SwTwips lcl_GetFtnLower( const SwTxtFrm* pFrm, SwTwips nLower ) in lcl_GetFtnLower() argument 200 SwTwips nRet = nLower; in lcl_GetFtnLower() 234 if ( nMin && (*fnRect->fnYDiff)( nMin, nLower ) > 0 ) in lcl_GetFtnLower() 879 SwTwips nLower = Y() + nReal; in NewFtnPortion() local 883 nLower = pFrm->SwitchHorizontalToVertical( nLower ); in NewFtnPortion() 885 nLower = lcl_GetFtnLower( pFrm, nLower ); in NewFtnPortion() 892 pFrm->ConnectFtn( pFtn, nLower ); in NewFtnPortion()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fupage.cxx | 509 sal_Int32 nLeft = -1, nRight = -1, nUpper = -1, nLower = -1; in ApplyItemSet() local 552 nLower = ((const SvxULSpaceItem*) pPoolItem)->GetLower(); in ApplyItemSet() 554 if( mpPage->GetUppBorder() != nUpper || mpPage->GetLwrBorder() != nLower ) in ApplyItemSet() 590 nLower = mpPage->GetLwrBorder(); in ApplyItemSet() 594 …mpDrawViewShell->SetPageSizeAndBorder(ePageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAl… in ApplyItemSet()
|
/aoo41x/main/sw/inc/ |
H A D | fmtclds.hxx | 40 sal_uInt16 nLower; //Unterer Rand member in SwColumn 52 void SetLower( sal_uInt16 nNew ) { nLower = nNew; } in SetLower() 58 sal_uInt16 GetLower() const { return nLower; } in GetLower()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | listsh.cxx | 268 sal_uInt8 nLower = 0; in GetState() local 269 rSh.GetCurrentOutlineLevels( nUpper, nLower ); in GetState() 270 if(nLower == (MAXLEVEL - 1)) in GetState()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 567 sal_uInt32 nLower, nUpper; in ImplLoad() local 568 rStrm >> nLower >> nUpper; in ImplLoad() 569 ::DateTime aDateTime = DateTime::CreateFromWin32FileDateTime( nLower, nUpper ); in ImplLoad() 604 sal_uInt32 nLower, nUpper; in ImplSave() local 605 aDateTimeUtc.GetWin32FileDateTime( nLower, nUpper ); in ImplSave() 606 rStrm << nLower << nUpper; in ImplSave()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impfont.cxx | 137 int nLower = 0; in ImplFindRangeIndex() local 140 while( nLower < nUpper ) in ImplFindRangeIndex() 143 nLower = nMid; in ImplFindRangeIndex() 146 nMid = (nLower + nUpper + 1) / 2; in ImplFindRangeIndex()
|
/aoo41x/main/sd/source/core/ |
H A D | stlpool.cxx | 267 sal_uInt16 nLower = 100; in CreateLayoutStyleSheets() local 274 nLower = 500; in CreateLayoutStyleSheets() 282 nLower = 400; in CreateLayoutStyleSheets() 290 nLower = 300; in CreateLayoutStyleSheets() 296 nLower = 200; in CreateLayoutStyleSheets() 317 aSvxULSpaceItem.SetLower(nLower); in CreateLayoutStyleSheets()
|
H A D | drawdoc3.cxx | 483 sal_Int32 nLower = pRefPage->GetLwrBorder(); in InsertBookmarkAsPage() local 914 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in InsertBookmarkAsPage() 918 pRefPage->SetBorder(nLeft, nUpper, nRight, nLower); in InsertBookmarkAsPage() 952 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in InsertBookmarkAsPage() 956 pRefPage->SetBorder(nLeft, nUpper, nRight, nLower); in InsertBookmarkAsPage()
|
/aoo41x/main/svx/source/dialog/ |
H A D | paraprev.cxx | 45 nLower ( 0 ), in SvxParaPrevWindow() 213 long nBottom = nLower * aLineSiz.Height() / aSize.Height(); in DrawParagraph()
|
/aoo41x/main/editeng/source/items/ |
H A D | frmitems.cxx | 807 nLower( 0 ), in SvxULSpaceItem() 821 nLower( nLow ), in SvxULSpaceItem() 839 …aUpperLowerMarginScale.Lower = (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(nLower) : nPropUpper); in QueryValue() 846 …case MID_LO_MARGIN: rVal <<= (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED(nLower) : nLower); brea… in QueryValue() 917 nLower == ( (SvxULSpaceItem&)rAttr ).nLower && in operator ==() 955 rText += GetMetricText( (long)nLower, eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 975 rText += GetMetricText( (long)nLower, eCoreUnit, ePresUnit, pIntl ); in GetPresentation() 1034 nLower = (sal_uInt16)Scale( nLower, nMult, nDiv ); in ScaleMetrics()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlctxt.cxx | 625 sal_uInt16 nUpper = 0, nLower = 0; in InsertAttrs() local 626 GetULSpaceFromContext( nUpper, nLower ); in InsertAttrs() 631 aULSpace.SetLower( nLower ); in InsertAttrs()
|
H A D | swhtml.hxx | 310 inline void SetULSpace( sal_uInt16 nUpper, sal_uInt16 nLower ); 995 inline void _HTMLAttrContext::SetULSpace( sal_uInt16 nUpper, sal_uInt16 nLower ) in SetULSpace() argument 998 nLowerSpace = nLower; in SetULSpace()
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods1.cxx | 1155 short nLower, nUpper; in lcl_WriteReadSbxArray() local 1156 if( !rArr.GetDim( nCurDim, nLower, nUpper ) ) in lcl_WriteReadSbxArray() 1158 for( short nCur = nLower; nCur <= nUpper; nCur++ ) in lcl_WriteReadSbxArray() 1670 short nLower, nUpper; in RTLFUNC() local 1671 pArr->GetDim( 1, nLower, nUpper ); in RTLFUNC() 1672 for( short i = nLower ; i <= nUpper ; ++i ) in RTLFUNC()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1023 sal_Int32 nLower, nUpper; in getUnoTypeForSbxValue() local 1024 if( nDims == 1 && pArray->GetDim32( 1, nLower, nUpper ) ) in getUnoTypeForSbxValue() 1032 sal_Int32 nSize = nUpper - nLower + 1; in getUnoTypeForSbxValue() 1033 sal_Int32 nIdx = nLower; in getUnoTypeForSbxValue() 1250 sal_Int32 nLower = pLowerBounds[nActualDim]; in implRekMultiDimArrayToSequence() local 1251 sal_Int32 nSeqSize = nUpper - nLower + 1; in implRekMultiDimArrayToSequence() 1257 for( ri = nLower,i = 0 ; ri <= nUpper ; ri++,i++ ) in implRekMultiDimArrayToSequence() 1470 sal_Int32 nLower, nUpper; in sbxToUnoValue() local 1471 if( nDims == 1 && pArray->GetDim32( 1, nLower, nUpper ) ) in sbxToUnoValue() 1473 sal_Int32 nSeqSize = nUpper - nLower + 1; in sbxToUnoValue() [all …]
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 639 int nLeft = 0, nRight = 0, nUpper = 0, nLower = 0; in InitPaperSize() local 642 pParser->getMargins (aPaper, nLeft, nRight, nUpper, nLower); in InitPaperSize() 657 mnBMarginPt = nLower; in InitPaperSize()
|