Home
last modified time | relevance | path

Searched refs:nLeft (Results 51 – 75 of 258) sorted by relevance

1234567891011

/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx1064 long nLeft = nColWidth[nFirstVis + nOffset]; in IMPL_LINK() local
1066 if(nLeft + nRight + 2 * MINLAY < nDiff) in IMPL_LINK()
1067 nDiff = nLeft + nRight - 2 * MINLAY; in IMPL_LINK()
1076 if(nLeft > nTemp - MINLAY) in IMPL_LINK()
1078 nLeft -= nTemp; in IMPL_LINK()
1083 nTemp -= nLeft + MINLAY; in IMPL_LINK()
1084 nLeft = MINLAY; in IMPL_LINK()
1088 nColWidth[nFirstVis + nOffset] = nLeft; in IMPL_LINK()
1092 pColMgr->SetColWidth( nFirstVis + nOffset, sal_uInt16(nLeft) ); in IMPL_LINK()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx199 sal_Int32 nLeft, nTop, nRight, nBottom; in IMPL_LINK() local
200 GetBorder( nLeft, nTop, nRight, nBottom ); in IMPL_LINK()
203 aBorderRect.nLeft += nLeft; in IMPL_LINK()
689 aRect.nLeft+=3; in DrawGrip()
713 aRect.nLeft+=2; aRect.nRight-=2; in DrawGrip()
739 aRect.nLeft = (aRect.nLeft + aRect.nRight - width) / 2; in DrawGrip()
740 aRect.nRight = aRect.nLeft + width; in DrawGrip()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx410 nLeft( rProp.nLeft ), in SvxCSS1PropertyInfo()
457 nLeft = nTop = nWidth = nHeight = 0; in Clear()
533 nLeft = rProp.nLeft; in Merge()
2099 long nLeft = 0; in ParseCSS1_margin_left() local
2105 nLeft = pExpr->GetSLength(); in ParseCSS1_margin_left()
2111 nLeft = (long)pExpr->GetNumber(); in ParseCSS1_margin_left()
2126 rPropInfo.nLeftMargin = nLeft; in ParseCSS1_margin_left()
2127 if( nLeft < 0 ) in ParseCSS1_margin_left()
2128 nLeft = 0; in ParseCSS1_margin_left()
2134 aLRItem.SetTxtLeft( (sal_uInt16)nLeft ); in ParseCSS1_margin_left()
[all …]
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx990 long nLeft = maViewPos.X(); in ArrangeGUIElements() local
999 int nLocalLeft = nLeft; in ArrangeGUIElements()
1039 aRulerSize.Width() = nRight - nLeft; in ArrangeGUIElements()
1041 Point(nLeft,nTop), aRulerSize); in ArrangeGUIElements()
1052 Point (nLeft,nTop), aRulerSize); in ArrangeGUIElements()
1053 nLeft += aRulerSize.Width(); in ArrangeGUIElements()
1068 Point(nLeft,nTop), in ArrangeGUIElements()
1069 Size(nRight-nLeft,nBottom-nTop)); in ArrangeGUIElements()
H A Dfrmview.cxx868 sal_Int32 nLeft = 0; in ReadUserDataSequence() local
869 if( pValue->Value >>= nLeft ) in ReadUserDataSequence()
872 aVisArea.nRight += nLeft - aVisArea.nLeft; in ReadUserDataSequence()
873 aVisArea.nLeft = nLeft; in ReadUserDataSequence()
883 aVisArea.nRight = aVisArea.nLeft + nWidth - 1; in ReadUserDataSequence()
H A Ddrviewsa.cxx522 long nLeft, in SetupPage() argument
544 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in SetupPage()
551 pPage->SetLftBorder(nLeft); in SetupPage()
579 Rectangle aBorderRect(nLeft, nUpper, nRight, nLower); in SetupPage()
585 pPage->SetLftBorder(nLeft); in SetupPage()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx350 long nLeft = rFib.GetFIB().cbSttbfffnGet() in Ww1Fonts() local
357 if(nNextSiz > nLeft) in Ww1Fonts()
360 nLeft -= nNextSiz; in Ww1Fonts()
361 if(nLeft < 1) // naechste Laenge muss gelesen werden koennen in Ww1Fonts()
837 long nLeft = nCb - sizeof(nCountBytes); in Ww1StringList() local
843 if(nNextSiz > nLeft) in Ww1StringList()
846 nLeft -= nNextSiz; in Ww1StringList()
847 if(nLeft < 1) // naechste Laenge muss gelesen werden koennen in Ww1StringList()
/trunk/main/svx/inc/svx/
H A Drulritem.hxx190 long nLeft, // Linker Rand bei Tabelle member in SvxColumnItem
217 sal_uInt16 nLeft, sal_uInt16 nRight = 0); // Tabelle mit Raendern
233 void SetLeft(long left) { nLeft = left; } in SetLeft()
240 long GetLeft() { return nLeft; } in GetLeft()
H A Dpagectrl.hxx43 long nLeft; member in SvxPageWindow
110 void SetLeft(long nNew) { nLeft = nNew; } in SetLeft()
116 long GetLeft() const { return nLeft; } in GetLeft()
/trunk/main/svx/source/table/
H A Dtablerow.cxx185 Reference< XCellRange > SAL_CALL TableRow::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,… in getCellRangeByPosition() argument
188 if( (nLeft >= 0 ) && (nTop == 0) && (nRight >= nLeft) && (nBottom == 0) ) in getCellRangeByPosition()
190 return mxTableModel->getCellRangeByPosition( nLeft, mnRow, nRight, mnRow ); in getCellRangeByPosition()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx653 const long nLeft = bVert ? LONG_MAX : 0; in _GetTabRows() local
663 pLastRows->GetLeft () == nLeft && in _GetTabRows()
1484 const long nLeft = aTabCols.GetLeftMin(); in GetCurTabColNum() local
1486 if ( !::IsSame( nX, nLeft + aTabCols.GetLeft() ) ) in GetCurTabColNum()
1489 if ( ::IsSame( nX, nLeft + aTabCols[i] ) ) in GetCurTabColNum()
1576 const SwTwips nLeft = bRTL ? in lcl_FindFrm() local
1584 … const SwTwips nXDiff = (*fnRect->fnXDiff)( nLeft, rPointX ) * ( bRTL ? (-1) : 1 ); in lcl_FindFrm()
1611 rPointX = nLeft; in lcl_FindFrm()
2225 const long nLeft = aTabCols.GetLeftMin(); in GetCurMouseTabColNum() local
2227 if ( !::IsSame( nX, nLeft + aTabCols.GetLeft() ) ) in GetCurMouseTabColNum()
[all …]
/trunk/main/sw/inc/
H A Dtabcol.hxx57 nLeft, //Linker Rand der Tabelle. member in SwTabCols
90 long GetLeft() const { return nLeft; } in GetLeft()
95 void SetLeft ( long nNew ) { nLeft = nNew; } in SetLeft()
H A Dfmtclds.hxx41 sal_uInt16 nLeft; //Linker Rand member in SwColumn
53 void SetLeft ( sal_uInt16 nNew ) { nLeft = nNew; } in SetLeft()
59 sal_uInt16 GetLeft () const { return nLeft; } in GetLeft()
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx62 long nLeft; member in SwDrawTextInfo
146 nLeft = 0; in SwDrawTextInfo()
270 return nLeft; in GetLeft()
454 nLeft = nNew; in SetLeft()
/trunk/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx506 sal_Int32 nLeft = 0,nRight = 0; in fillJoinedColumns_throw() local
513 nLeft = aLeftIter->second.nPosition; in fillJoinedColumns_throw()
519 nLeft = aLeftIter->second.nPosition; in fillJoinedColumns_throw()
535 m_aJoinedKeyColumns[nLeft] = nRight; in fillJoinedColumns_throw()
537 m_aJoinedColumns[nLeft] = nRight; in fillJoinedColumns_throw()
539 m_aJoinedKeyColumns[nRight] = nLeft; in fillJoinedColumns_throw()
541 m_aJoinedColumns[nRight] = nLeft; in fillJoinedColumns_throw()
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx119 sal_Int32 nLeft = STG_FREE, nRight = STG_FREE, nDown = STG_FREE; in Enum() local
123 ((StgDirEntry*) pLeft)->Enum( n ); nLeft = ((StgDirEntry*) pLeft)->nEntry; in Enum()
133 aSave.SetLeaf( STG_LEFT, nLeft ); in Enum()
881 sal_Int32 nLeft = pCur->aEntry.GetLeaf( STG_LEFT ); in SetupEntry() local
896 if( nLeaf != 0 && nLeft != 0 && nRight != 0 ) in SetupEntry()
910 SetupEntry( nLeft, pUpper, nEntryCount, nDepth+1); in SetupEntry()
/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx239 … long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in ActivatePage() local
243 Point(nLeft, nTop), in ActivatePage()
259 long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in commitPage() local
264 Point(nLeft, nTop), in commitPage()
768 long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in IMPL_LINK() local
778 … aSet.Put(SwFmtHoriOrient( nLeft, text::HoriOrientation::NONE, text::RelOrientation::PAGE_FRAME )); in IMPL_LINK()
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx94 long nLeft = ( rRect.Left() + rRect.Right() - rSize.Width() )/ 2; in DrawArrow() local
95 long nRight = nLeft + rSize.Width(); in DrawArrow()
99 if( nLeft < rRect.Left() ) in DrawArrow()
101 nLeft = rRect.Left(); in DrawArrow()
110 Point aTmp( bLeft ? nLeft : nRight, nMid ); in DrawArrow()
111 Point aNxt( bLeft ? nRight : nLeft, nTop ); in DrawArrow()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx647 rParam.nLeft = nTmp < 0 ? 0 : sal_uInt16(nTmp); in lcl_FillHFParam()
777 rParam.nLeft - rParam.nRight ) * 100 / nZoom; in UpdateHFHeight()
1261 long nLeft = 0; in DrawBorder() local
1274 Rectangle aFrameRect( Point(nScrX+nLeft, nScrY+nTop), in DrawBorder()
1275 Size(nScrW-nLeft-nRight, nScrH-nTop-nBottom) ); in DrawBorder()
1286 long nEffWidth = nScrW - nLeft - nRight; in DrawBorder()
1382 nScrX+nLeft, nScrY+nTop, 0,0, 0,0, nScaleX, nScaleY ); in DrawBorder()
1763 long nLineStartX = aPageRect.Left() + rParam.nLeft; in PrintHF()
1775 aStart.X() += nLeft; in PrintHF()
1783 long nLeft = rParam.pShadow->CalcShadowSpace(SHADOW_LEFT); in PrintHF() local
[all …]
/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx408 const sal_uInt16 nLeft = pC->GetLeft(); in AdjustColumns() local
411 aLR.SetLeft ( nLeft ); in AdjustColumns()
422 aLR.SetLeft ( Max( nLeft, nMin ) ); in AdjustColumns()
426 aLR.SetLeft ( Max( nLeft, nMin ) ); in AdjustColumns()
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx485 long nLeft = lcl_GetValue( aLeftMF, eUnit ); in IMPL_LINK() local
488 if(bZoom && ( ( ( aOrigSize.Width() - (nLeft + nRight )) * nWidthZoom ) in IMPL_LINK()
495 nLeft = aOrigSize.Width() - in IMPL_LINK()
497 aLeftMF.SetValue( aLeftMF.Normalize( nLeft ), eUnit ); in IMPL_LINK()
504 ( aPageSize.Width() * 100 / nWidthZoom + nLeft ); in IMPL_LINK()
508 aExampleWN.SetLeft(nLeft); in IMPL_LINK()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1278 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcMinimumSize() local
1279 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcMinimumSize()
1280 aSz.Width() += nLeft+nRight; in CalcMinimumSize()
1289 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcAdjustedSize() local
1290 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcAdjustedSize()
1310 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcSize() local
1311 ((Window*)this)->GetBorder( nLeft, nTop, nRight, nBottom ); in CalcSize()
1312 aSz.Width() += nLeft+nRight; in CalcSize()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx269 SwTwips nLeft = aLRSpace.GetLeft(); in lcl_TableParamToItemSet() local
271 SwTwips nDiff = pRep->GetSpace() - nRight - nLeft - nWidth; in lcl_TableParamToItemSet()
277 case text::HoriOrientation::CENTER: nLeft = nRight = nLR / 2; in lcl_TableParamToItemSet()
279 case text::HoriOrientation::LEFT: nRight = nLR; nLeft = 0; in lcl_TableParamToItemSet()
281 case text::HoriOrientation::RIGHT: nLeft = nLR, nRight = 0; in lcl_TableParamToItemSet()
284 nRight = nLR - nLeft; in lcl_TableParamToItemSet()
288 nWidth = pRep->GetSpace() - nLeft - nRight; in lcl_TableParamToItemSet()
292 pRep->SetLeftSpace(nLeft); in lcl_TableParamToItemSet()
/trunk/main/sfx2/source/sidebar/
H A DDrawHelper.cxx139 const sal_Int32 nLeft, in DrawHorizontalLine() argument
157 Point(nLeft,nY+nYOffset), in DrawHorizontalLine()
164 nLeft, in DrawHorizontalLine()
H A DGridLayouter.cxx371 const sal_Int32 nLeft (nX + rDescriptor.GetLeftPadding()); in LayoutColumn() local
411 nLeft + iCellDescriptor->GetOffset(), in LayoutColumn()
554 const sal_Int32 nLeft (nRight - iColumn->GetRightPadding()); in Paint() local
556 nLeft,0, in Paint()

Completed in 227 milliseconds

1234567891011