/aoo41x/main/sw/inc/ |
H A D | tabcol.hxx | 57 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 D | fmtclds.hxx | 41 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()
|
/aoo41x/main/vcl/source/window/ |
H A D | dockmgr.cxx | 199 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()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 1064 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()
|
/aoo41x/main/svx/source/table/ |
H A D | tablerow.cxx | 185 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()
|
/aoo41x/main/svx/inc/svx/ |
H A D | rulritem.hxx | 190 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 D | pagectrl.hxx | 48 long nLeft; member in SvxPageWindow 98 void SetLeft( long nNew ) { nLeft = nNew; } in SetLeft() 106 long GetLeft() const { return nLeft; } in GetLeft()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 410 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 …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 62 long nLeft; member in SwDrawTextInfo 146 nLeft = 0; in SwDrawTextInfo() 270 return nLeft; in GetLeft() 454 nLeft = nNew; in SetLeft()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1class.cxx | 350 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()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | viewshel.cxx | 990 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 D | frmview.cxx | 868 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 D | drviewsa.cxx | 522 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()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 653 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 …]
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | OptimisticSet.cxx | 506 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()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 239 … 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()
|
/aoo41x/main/editeng/source/items/ |
H A D | svxfont.cxx | 94 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()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgdir.cxx | 119 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()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | colfrm.cxx | 408 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 647 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 …]
|
/aoo41x/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 485 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()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | DrawHelper.cxx | 139 const sal_Int32 nLeft, in DrawHorizontalLine() argument 157 Point(nLeft,nY+nYOffset), in DrawHorizontalLine() 164 nLeft, in DrawHorizontalLine()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | OSubComponent.hxx | 195 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local 199 sal_Int32 nReturnLen(nLeft + nRight); in concatSequences() 203 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectLayouter.cxx | 159 const int nLeft (rPageObjectSize.Width() in CalculatePreviewBoundingBox() local 163 nLeft, in CalculatePreviewBoundingBox() 165 nLeft + nPreviewWidth, in CalculatePreviewBoundingBox()
|
/aoo41x/main/xmloff/source/style/ |
H A D | PageMasterExportPropMapper.cxx | 199 sal_Int32 nTop = 0, nBottom = 0, nLeft = 0, nRight = 0; in ContextFilter() local 203 pPMPaddingLeft->maValue >>= nLeft; in ContextFilter() 206 if( (nTop == nBottom) && (nBottom == nLeft) && (nLeft == nRight) ) in ContextFilter()
|