Home
last modified time | relevance | path

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

1234567891011

/aoo41x/main/sw/source/core/unocore/
H A Dunochart.cxx253 rDesc.nTop = rDesc.nLeft = rDesc.nBottom = rDesc.nRight = -1; in FillRangeDescriptor()
254 lcl_GetCellPosition( aTLName, rDesc.nLeft, rDesc.nTop ); in FillRangeDescriptor()
258 rDesc.nLeft != -1 && in FillRangeDescriptor()
910 aLabelDesc.nLeft = oi; in Impl_createDataSource()
915 aDataDesc.nLeft = oi; in Impl_createDataSource()
922 aLabelDesc.nLeft = aLabelIdx[oi]; in Impl_createDataSource()
924 aLabelDesc.nRight = aLabelDesc.nLeft; in Impl_createDataSource()
927 aDataDesc.nLeft = aDataStartIdx[oi]; in Impl_createDataSource()
2228 sal_Int32 nColSpan = aDesc.nRight - aDesc.nLeft + 1; in generateLabel()
2264 sal_Int32 nCol = aDesc.nLeft; in generateLabel()
[all …]
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 …]
/aoo41x/main/sd/source/ui/app/
H A Dsdmod1.cxx790 sal_uInt32 nLeft = 0; in ChangeMedium() local
832 nLeft =1000; in ChangeMedium()
839 nLeft =0; in ChangeMedium()
850 nLeft =0; in ChangeMedium()
860 nLeft =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/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()
/aoo41x/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);
/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx2195 if( nLeft > nFlyLeft ) in CalcLeftMargin()
2196 nLeft = rFly.Left(); in CalcLeftMargin()
2199 (aLine.*fnRect->fnSetLeft)( nLeft ); in CalcLeftMargin()
2242 if ( nLeft <= nTmpRight ) in CalcLeftMargin()
2243 nLeft = nTmpRight; in CalcLeftMargin()
2249 (rFly.*fnRect->fnSetLeft)( nLeft ); in CalcLeftMargin()
2389 if( nLeft < nRight ) in _GetSurroundForTextWrap()
2390 nLeft = 0; in _GetSurroundForTextWrap()
2394 if( nLeft < TEXT_MIN ) in _GetSurroundForTextWrap()
2395 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.cxx201 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
224 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
239 nLeft = pFrm->Frm().Left() + in CtorInitTxtMargin()
247 if( nLeft >= nRight && in CtorInitTxtMargin()
255 nLeft = pFrm->Prt().Left() + pFrm->Frm().Left(); in CtorInitTxtMargin()
257 nRight = nLeft + 1; // einen goennen wir uns immer in CtorInitTxtMargin()
261 nFirst = nLeft; in CtorInitTxtMargin()
328 nFirst = nLeft + nFirstLineOfs; in CtorInitTxtMargin()
1788 SwTwips nLeft = (aRect.*fnRect->fnGetLeft)(); in FillSelection() local
1816 aPoint.Y() = nLeft; in FillSelection()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/core/bastyp/
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 ==()
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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/filter/html/
H A Dswhtml.hxx304 inline void SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, short nIndent );
307 inline void GetMargins( sal_uInt16& nLeft, sal_uInt16& nRight,
593 sal_Bool GetMarginsFromContext( sal_uInt16 &nLeft, sal_uInt16 &nRight, short& nIndent,
595 sal_Bool GetMarginsFromContextWithNumBul( sal_uInt16 &nLeft, sal_uInt16 &nRight,
974 inline void _HTMLAttrContext::SetMargins( sal_uInt16 nLeft, sal_uInt16 nRight, in SetMargins() argument
977 nLeftMargin = nLeft; in SetMargins()
983 inline void _HTMLAttrContext::GetMargins( sal_uInt16& nLeft, in GetMargins() argument
989 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()
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx445 long nLeft, nTop, nRight, nBottom; in ImplDrawGradientBackground() local
762 long nLeft = 0; in ImplCalcSize() local
798 nLeft = nTop = nRight = nBottom = 0; in ImplCalcSize()
2396 long nLeft; in ImplFormat() local
2477 nLeft = 0; in ImplFormat()
2482 nLeft += mnBorderX; in ImplFormat()
2520 nLeft = 0; in ImplFormat()
2525 nLeft += mnBorderX; in ImplFormat()
2743 nX = nLeft; in ImplFormat()
3256 aInnerRect.nLeft+=2; in ImplDrawMenubutton()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dregion.cxx584 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Union() local
593 pNew->Union(nLeft, nTop, nRight, nBottom); in Union()
677 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Intersect() local
686 pNew->Intersect(nLeft, nTop, nRight, nBottom); in Intersect()
758 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Exclude() local
767 pNew->Exclude(nLeft, nTop, nRight, nBottom); in Exclude()
843 const long nLeft(std::min(rRect.Left(), rRect.Right())); in XOr() local
852 pNew->XOr(nLeft, nTop, nRight, nBottom); in XOr()

Completed in 227 milliseconds

1234567891011