Home
last modified time | relevance | path

Searched refs:nLeft (Results 26 – 50 of 258) sorted by relevance

1234567891011

/trunk/main/sw/source/ui/table/
H A Dswtablerep.cxx156 SwTwips nLeft = GetLeftSpace(); in FillTabCols() local
157 rTabCols.SetLeft(nLeft); in FillTabCols()
207 rTabCols[i] = nPos + nLeft; in FillTabCols()
211 rTabCols.SetRight(nLeft + nTblWidth); in FillTabCols()
222 rTabCols.SetRight(nLeft + pTColumns[nAllCols - 1].nWidth + nPos); in FillTabCols()
/trunk/main/writerfilter/source/doctok/
H A DWW8FKPImpl.cxx33 sal_uInt32 nLeft = 0;
36 while (nRight - nLeft > 1)
38 sal_uInt32 nMiddle = (nLeft + nRight) / 2;
43 nLeft = nMiddle;
51 return nLeft;
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx2201 if( nLeft > nFlyLeft ) in CalcLeftMargin()
2202 nLeft = rFly.Left(); in CalcLeftMargin()
2205 (aLine.*fnRect->fnSetLeft)( nLeft ); in CalcLeftMargin()
2248 if ( nLeft <= nTmpRight ) in CalcLeftMargin()
2249 nLeft = nTmpRight; in CalcLeftMargin()
2255 (rFly.*fnRect->fnSetLeft)( nLeft ); in CalcLeftMargin()
2395 if( nLeft < nRight ) in _GetSurroundForTextWrap()
2396 nLeft = 0; in _GetSurroundForTextWrap()
2400 if( nLeft < TEXT_MIN ) in _GetSurroundForTextWrap()
2401 nLeft = 0; in _GetSurroundForTextWrap()
[all …]
H A Dfrminf.cxx291 SwTwips nLeft = GetLineStart( aLine ); in GetFirstIndent() local
297 if( nLeft + TOLERANCE < nCurrLeft || in GetFirstIndent()
298 nLeft - TOLERANCE > nCurrLeft ) in GetFirstIndent()
304 if( nLeft == nFirst ) in GetFirstIndent()
307 if( nLeft > nFirst ) in GetFirstIndent()
H A Ditrtxt.hxx134 SwTwips nLeft; member in SwTxtMargin
171 inline SwTwips GetLeftMin() const { return nFirst < nLeft ? nFirst : nLeft; } in GetLeftMin()
172 inline sal_Bool HasNegFirst() const { return nFirst < nLeft; } in HasNegFirst()
331 return (nDropLines >= nLineNr && 1 != nLineNr) ? nFirst + nDropLeft : nLeft; in Left()
H A Ditrcrsr.cxx202 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
225 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
240 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
248 if( nLeft >= nRight && in CtorInitTxtMargin()
256 nLeft = pFrm->Prt().Left() + pFrm->Frm().Left(); in CtorInitTxtMargin()
258 nRight = nLeft + 1; // einen goennen wir uns immer in CtorInitTxtMargin()
262 nFirst = nLeft; in CtorInitTxtMargin()
332 nFirst = nLeft + nFirstLineOfs; in CtorInitTxtMargin()
1792 SwTwips nLeft = (aRect.*fnRect->fnGetLeft)(); in FillSelection() local
1820 aPoint.Y() = nLeft; in FillSelection()
[all …]
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx51 nLeft( nLft ), in TextRanger()
554 long nLeft = (*pLongArr)[ i++ ]; in Concat() local
557 while( nLeftPos < nOldCount && nLeft > (*pOld)[ nLeftPos ] ) in Concat()
577 if( nLeft > ( nOld = (*pOld)[ nLeftPos - 1 ] ) ) in Concat()
579 if( nLeft - 1 > nOld ) in Concat()
582 pOld->Insert( nLeft - 1, nLeftPos ); in Concat()
596 if( nLeft < (*pOld)[ nLeftPos - 1 ] ) in Concat()
597 (*pOld)[ nLeftPos - 1 ] = nLeft; in Concat()
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx504 SwTwips nLeft; in ActivatePage() local
509 nLeft = aVal.nHPos - aVal.nMinHPos; in ActivatePage()
516 nLeft = nRight = ( nLeft + nRight ) / 2; in ActivatePage()
523 nLeft = nRight; in ActivatePage()
537 nLeft += nRight; in ActivatePage()
542 nRight = nLeft; in ActivatePage()
545 aLeftMarginED.SetMax(aLeftMarginED.Normalize(nLeft), FUNIT_TWIP); in ActivatePage()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx201 SvxIconChoiceCtrlEntry* IcnCursor_Impl::SearchRow(sal_uInt16 nRow,sal_uInt16 nLeft,sal_uInt16 nRigh… in SearchRow() argument
245 if( nRight < nLeft ) in SearchRow()
248 nRight = nLeft; in SearchRow()
249 nLeft = nTemp; in SearchRow()
259 if( nX >= nLeft && nX <= nRight ) in SearchRow()
688 const long nLeft = nGridX * _pView->nGridDX+ LROFFS_WINBORDER; in GetGridRect() local
691 nLeft, nTop, in GetGridRect()
692 nLeft + _pView->nGridDX, in GetGridRect()
/trunk/main/vcl/inc/
H A Dregionband.hxx70 void Union(long nLeft, long nTop, long nRight, long nBottom);
71 void Intersect(long nLeft, long nTop, long nRight, long nBottom);
73 void Exclude(long nLeft, long nTop, long nRight, long nBottom);
74 void XOr(long nLeft, long nTop, long nRight, long nBottom);
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx307 const double nLeft, in SetOffset() argument
310 mnLeftOffset = nLeft; in SetOffset()
1210 double nLeft = nX + rCellBox.X1; in GetCharacterBounds() local
1215 nRight = rLine.mnWidth - nLeft; in GetCharacterBounds()
1216 nLeft = rLine.mnWidth - nOldRight; in GetCharacterBounds()
1225 nLeft = nRight-2; in GetCharacterBounds()
1226 if (nLeft < nX) in GetCharacterBounds()
1227 nLeft = nX; in GetCharacterBounds()
1228 nRight = nLeft+2; in GetCharacterBounds()
1235 const sal_Int32 nX1 = sal_Int32(floor(nLeft)); in GetCharacterBounds()
/trunk/main/svx/source/items/
H A Dalgitem.cxx545 SvxMarginItem::SvxMarginItem( sal_Int16 nLeft, in SvxMarginItem() argument
552 nLeftMargin ( nLeft ), in SvxMarginItem()
651 sal_Int16 nLeft; in Create() local
655 rStream >> nLeft; in Create()
659 return new SvxMarginItem( nLeft, nTop, nRight, nBottom, Which() ); in Create()
735 sal_Bool SvxMarginItem::SetLeftMargin( sal_Int16 nLeft ) in SetLeftMargin() argument
737 nLeftMargin = nLeft; in SetLeftMargin()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx509 sal_Int32 nLeft = -1, nRight = -1, nUpper = -1, nLower = -1; in ApplyItemSet() local
540 nLeft = ((const SvxLRSpaceItem*) pPoolItem)->GetLeft(); in ApplyItemSet()
543 if( mpPage->GetLftBorder() != nLeft || mpPage->GetRgtBorder() != nRight ) in ApplyItemSet()
580 if (nLeft == -1 && nUpper != -1) in ApplyItemSet()
583 nLeft = mpPage->GetLftBorder(); in ApplyItemSet()
586 else if (nLeft != -1 && nUpper == -1) in ApplyItemSet()
594 …mpDrawViewShell->SetPageSizeAndBorder(ePageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAl… in ApplyItemSet()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx240 sal_uInt32 nLeft = 0, nTop = 0; in Commit() local
244 nLeft = it->nPropValue; in Commit()
250 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit()
254 OString::valueOf(sal_Int32(sal_Int32( nLeft ))))); in Commit()
263 sal_uInt32 nLeft = 0, nRight = 0, nTop = 0, nBottom = 0; in Commit() local
264 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit()
279 … OString::valueOf(sal_Int32(sal_Int32( nRight ) - sal_Int32( nLeft ))))); in Commit()
/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx63 sal_uInt16 nLeft; // Abstand Text-Kontur member in TextRanger
80 sal_uInt16 nCacheSize, sal_uInt16 nLeft, sal_uInt16 nRight,
85 sal_uInt16 GetLeft() const { return nLeft; } in GetLeft()
92 sal_Bool HasBorder() const { return nRight || nLeft; } in HasBorder()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx372 sal_uInt32 nLeft = 0, nTop = 0; in Commit() local
376 nLeft = it->nPropValue; in Commit()
382 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit()
386 OStringBuffer( 20 ).append( sal_Int32( nLeft ) ) in Commit()
398 sal_uInt32 nLeft = 0, nRight = 0, nTop = 0, nBottom = 0; in Commit() local
399 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit()
414 OStringBuffer( 20 ).append( sal_Int32( nRight ) - sal_Int32( nLeft ) ) in Commit()
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx251 void SwRect::_Left( const long nLeft ){ m_Size.Width() += m_Point.getX() - nLeft; m_Point.setX(nLef… in _Left() argument
290 void SwRect::SetLeftAndWidth( long nLeft, long nNew ) in SetLeftAndWidth() argument
292 m_Point.setX(nLeft); in SetLeftAndWidth()
H A Dtabcol.cxx35 nLeft( 0 ), in SwTabCols()
46 nLeft( rCpy.GetLeft() ), in SwTabCols()
71 nLeft = rCpy.GetLeft(); in operator =()
87 nLeft == rCmp.GetLeft() && in operator ==()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx302 inline void SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, short nIndent );
305 inline void GetMargins( sal_uInt16& nLeft, sal_uInt16& nRight,
590 sal_Bool GetMarginsFromContext( sal_uInt16 &nLeft, sal_uInt16 &nRight, short& nIndent,
592 sal_Bool GetMarginsFromContextWithNumBul( sal_uInt16 &nLeft, sal_uInt16 &nRight,
959 inline void _HTMLAttrContext::SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, short nIndent ) in SetMargins() argument
961 nLeftMargin = nLeft; in SetMargins()
967 inline void _HTMLAttrContext::GetMargins( sal_uInt16& nLeft, in GetMargins() argument
973 nLeft = nLeftMargin; in GetMargins()
H A Dhtmlctxt.cxx574 sal_uInt16 nLeft = nOldLeft, nRight = nOldRight; in InsertAttrs() local
576 pContext->GetMargins( nLeft, nRight, nIndent ); in InsertAttrs()
591 nLeft = 0; in InsertAttrs()
593 nLeft = nOldLeft + static_cast< sal_uInt16 >(rPropInfo.nLeftMargin); in InsertAttrs()
610 pContext->SetMargins( nLeft, nRight, nIndent ); in InsertAttrs()
615 aLRItem.SetTxtLeft( nLeft ); in InsertAttrs()
/trunk/main/sot/source/sdstor/
H A Dstgelem.cxx295 nLeft = 0; in Init()
348 case STG_LEFT: n = nLeft; break; in GetLeaf()
360 case STG_LEFT: nLeft = nPage; break; in SetLeaf()
423 >> nLeft // 44 left node entry in Load()
464 << nLeft // 44 left node entry in Store()
/trunk/main/svx/source/dialog/
H A Dparaprev.cxx110 long nLeft = nLeftMargin * aLineSiz.Width() / aSize.Width(); in DrawParagraph() local
112 long nTmp = nLeft + nFirst; in DrawParagraph()
121 aPnt.X() += nLeft; in DrawParagraph()
122 aSiz.Width() -= nLeft; in DrawParagraph()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx437 long nLeft, nTop, nRight, nBottom; in ImplDrawGradientBackground() local
754 long nLeft = 0; in ImplCalcSize() local
790 nLeft = nTop = nRight = nBottom = 0; in ImplCalcSize()
2388 long nLeft; in ImplFormat() local
2469 nLeft = 0; in ImplFormat()
2474 nLeft += mnBorderX; in ImplFormat()
2512 nLeft = 0; in ImplFormat()
2517 nLeft += mnBorderX; in ImplFormat()
2735 nX = nLeft; in ImplFormat()
3248 aInnerRect.nLeft+=2; in ImplDrawMenubutton()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx539 if (nLeft > nRight) in Normalize()
541 sal_Int32 nTmp = nLeft; in Normalize()
542 nLeft = nRight; in Normalize()
2435 nLeft <= nRight && nTop <= nBottom && in getCellRangeByPosition()
2444 aDesc.nLeft = nLeft; in getCellRangeByPosition()
3647 aRgDesc.nLeft + nColumn, aRgDesc.nTop + nRow); in getCellByPosition()
3665 nLeft <= nRight && nTop <= nBottom in getCellRangeByPosition()
3674 aNewDesc.nLeft = nLeft + aRgDesc.nLeft; in getCellRangeByPosition()
3675 aNewDesc.nRight = nRight + aRgDesc.nLeft; in getCellRangeByPosition()
3727 return getCellRangeByPosition(aDesc.nLeft - aRgDesc.nLeft, aDesc.nTop - aRgDesc.nTop, in getCellRangeByName()
[all …]
/trunk/main/vcl/source/gdi/
H A Dregion.cxx586 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Union() local
595 pNew->Union(nLeft, nTop, nRight, nBottom); in Union()
679 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Intersect() local
688 pNew->Intersect(nLeft, nTop, nRight, nBottom); in Intersect()
760 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Exclude() local
769 pNew->Exclude(nLeft, nTop, nRight, nBottom); in Exclude()
845 const long nLeft(std::min(rRect.Left(), rRect.Right())); in XOr() local
854 pNew->XOr(nLeft, nTop, nRight, nBottom); in XOr()

Completed in 237 milliseconds

1234567891011