/aoo41x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 371 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()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 269 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()
|
/aoo41x/main/svtools/source/edit/ |
H A D | svmedit.cxx | 1278 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()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_subcomponent.hxx | 202 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local 206 sal_Int32 nReturnLen(nLeft + nRight); in concatSequences() 210 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 706 sal_Int32 nLeft = 0; in getLeft() local 707 mxModel->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VBA_LEFT ) ) ) >>= nLeft; in getLeft() 708 return Millimeter::getInPoints( nLeft ); in getLeft() 710 void UserFormGeometryHelper::setLeft( double nLeft ) in setLeft() argument 712 …_USTRINGPARAM( VBA_LEFT ) ), uno::makeAny( Millimeter::getInHundredthsOfOneMillimeter( nLeft ) ) ); in setLeft()
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 837 sal_uInt16 nLeft = 0; in PutToDoc() local 846 nLeft = 50; in PutToDoc() 848 nLeft = 20; in PutToDoc() 875 aLine.SetOutWidth(nLeft); in PutToDoc() 1273 sal_uInt16 nLeft = 0; in LoadPatternCollection() local 1283 nLeft = 50; in LoadPatternCollection() 1285 nLeft = 20; in LoadPatternCollection() 1922 sal_uInt16 nLeft = 0; in LoadColAttr() local 1932 nLeft = 50; in LoadColAttr() 1934 nLeft = 20; in LoadColAttr() [all …]
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 1048 … sal_Int32 nLeft, nTop, nRight, nBottom, ptlReferenceX, ptlReferenceY, nGfxMode, nXScale, nYScale; in ReadEnhWMF() local 1054 *pWMF >> nLeft >> nTop >> nRight >> nBottom >> nGfxMode >> nXScale >> nYScale in ReadEnhWMF() 1413 sal_Int32 nLeft, nTop, nRight, nBottom; in ReadHeader() local 1423 *pWMF >> nLeft >> nTop >> nRight >> nBottom; in ReadHeader() 1424 rclBounds.Left() = nLeft; in ReadHeader() 1431 *pWMF >> nLeft >> nTop >> nRight >> nBottom; in ReadHeader() 1432 rclFrame.Left() = nLeft; in ReadHeader()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter2.cxx | 261 if( rRect.nLeft < rRect.nRight ) in writeRect() 263 minX = rRect.nLeft; maxX = rRect.nRight; in writeRect() 267 maxX = rRect.nLeft; minX = rRect.nRight; in writeRect() 674 m.translate( maBoundRect.nLeft, maBoundRect.nTop ); in Impl_addGradient()
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 1503 SwTwips nLeft = rFill.Left() + rLRSpace.GetLeft() + in FillCrsrPos() local 1506 SwTwips nCenter = ( nLeft + nRight ) / 2; in FillCrsrPos() 1507 rRect.Left( nLeft ); in FillCrsrPos() 1515 if( rFill.X() > ( nLeft + 2 * nCenter ) / 3 ) in FillCrsrPos() 1576 else if( rFill.X() > nLeft ) in FillCrsrPos() 1580 rFill.nLineWidth += rFill.bFirstLine ? nLeft : nTxtLeft; in FillCrsrPos() 1581 SwTwips nLeftTab = nLeft; in FillCrsrPos() 1582 SwTwips nRightTab = nLeft; in FillCrsrPos()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | regband.cxx | 857 bool ImplRegionBand::IsOver( long nLeft, long nRight ) in IsOver() argument 862 if ( (pSep->mnXLeft < nRight) && (pSep->mnXRight > nLeft) ) in IsOver() 873 bool ImplRegionBand::IsInside( long nLeft, long nRight ) in IsInside() argument 878 if ( (pSep->mnXLeft >= nLeft) && (nRight <= pSep->mnXRight) ) in IsInside()
|
/aoo41x/main/soldep/inc/soldep/ |
H A D | graphwin.hxx | 46 #define PIXELS( nLeft, nTop, nWidth, nHeight )\ argument 47 LogicToPixel( Point( nLeft, nTop ) ), LogicToPixel( Size( nWidth, nHeight ) )
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 554 void SwFlyFrmAttrMgr::SetLRSpace( long nLeft, long nRight ) in SetLRSpace() argument 556 ASSERT( LONG_MAX != nLeft && LONG_MAX != nRight, "Welchen Raend setzen?" ); in SetLRSpace() 559 if( LONG_MAX != nLeft ) in SetLRSpace() 560 aTmp.SetLeft( sal_uInt16(nLeft) ); in SetLRSpace()
|
H A D | colex.cxx | 448 long nLeft = pCol->GetLeft(); in SetColumns() local 449 nLeft *= nFrmWidth; in SetColumns() 450 nLeft /= nWishSum; in SetColumns() 451 pCol->SetLeft((sal_uInt16)nLeft); in SetColumns()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen9.cxx | 534 long nLeft = 0; in IsPrintEmpty() local 537 nLeft += GetColWidth(i,nTab); in IsPrintEmpty() 538 long nRight = nLeft; in IsPrintEmpty() 542 aMMRect.Left() = (long)(nLeft * HMM_PER_TWIPS); in IsPrintEmpty()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews3.cxx | 541 long nLeft = Max(0L, rLRSpace.GetLeft() - aPagePos.X()); in ExecRuler() local 554 nLeft, nRight); in ExecRuler() 556 pPage->SetLftBorder(nLeft); in ExecRuler() 568 nLeft, nRight); in ExecRuler() 570 pPage->SetLftBorder(nLeft); in ExecRuler()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 137 sal_uInt16 nLeft = 0; in lcl_ConvertToCols() local 154 nWidth += nLeft + nRight; in lcl_ConvertToCols() 159 pCol->SetLeft( nLeft ); in lcl_ConvertToCols() 163 nLeft = nRight; in lcl_ConvertToCols() 165 rArr[rColItem.Count()-1]->SetLeft( nLeft ); in lcl_ConvertToCols() 628 const long nLeft = aLR.GetLeft(); in ExecTabWin() local 630 const long nWidth = nPageWidth - nLeft - nRight; in ExecTabWin() 2008 long nLeft = rPagePrtRect.Left(); in StateTabWin() local 2009 aRectangle.Left() = nStart + nLeft; in StateTabWin() 2010 aRectangle.Right() = nPageWidth - nEnd - nLeft; in StateTabWin()
|
H A D | view.cxx | 1177 long nLeft = rUserData.GetToken(0, ';', nPos ).ToInt32(), in ReadUserData() local 1187 const Rectangle aVis( nLeft, nTop, nRight, nBottom ); in ReadUserData() 1290 long nX = rRect.Left(), nY = rRect.Top(), nLeft = rVis.Left(), nTop = rVis.Top(); in ReadUserDataSequence() local 1320 pValue->Value >>= nLeft; in ReadUserDataSequence() 1321 nLeft = MM100_TO_TWIP( nLeft ); in ReadUserDataSequence() 1376 const Rectangle aVis( nLeft, nTop, nRight, nBottom ); in ReadUserDataSequence()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | regband.hxx | 129 bool IsInside( long nLeft, long nRight ); 130 bool IsOver( long nLeft, long nRight );
|
/aoo41x/main/svx/inc/svx/ |
H A D | colrctrl.hxx | 116 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs() argument 117 { nLeftSlot = nLeft; nRightSlot = nRight; } in SetSlotIDs()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 4246 sal_uInt16 nLeft=0, nRight=0; in NewDefList() local 4248 GetMarginsFromContext( nLeft, nRight, nIndent ); in NewDefList() 4261 nLeft = nLeft + static_cast< sal_uInt16 >(rLRSpace.GetTxtLeft()); in NewDefList() 4264 pCntxt->SetMargins( nLeft, nRight, nIndent ); in NewDefList() 4583 sal_uInt16 nLeft=0, nRight=0; in SetTxtCollAttrs() local 4586 nLeftMargin = nLeft; in SetTxtCollAttrs() 4610 sal_Int32 nLeft = pLRItem->GetTxtLeft(); in SetTxtCollAttrs() local 4621 nLeft -= rDTLRSpace.GetTxtLeft(); in SetTxtCollAttrs() 4626 nLeft = 0; in SetTxtCollAttrs() 4918 sal_uInt16 nLeft=0, nRight=0; in InsertSpacer() local [all …]
|
/aoo41x/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 75 nLeft ( 0 ), in SvxPageWindow() 210 long nL = nLeft; in DrawPage() 217 nR = nLeft; in DrawPage()
|
/aoo41x/main/svx/source/table/ |
H A D | cellrange.hxx | 43 …CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_In… 55 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
|
/aoo41x/main/vcl/source/window/ |
H A D | status.cxx | 592 long nLeft = rPos.X()+((nPerc1-1)*nDX); in DrawProgress() local 593 Rectangle aRect( nLeft, rPos.Y(), nLeft+nPrgsWidth, rPos.Y()+nPrgsHeight ); in DrawProgress() 619 long nLeft = rPos.X()+(nPerc1*nDX); in DrawProgress() local 620 Rectangle aRect( nLeft, rPos.Y(), nLeft+nPrgsWidth, rPos.Y()+nPrgsHeight ); in DrawProgress()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | dwfunctr.hxx | 143 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs() argument 144 { nLeftSlot = nLeft; nRightSlot = nRight; } in SetSlotIDs()
|
/aoo41x/main/sw/inc/ |
H A D | htmltbl.hxx | 285 inline void SetInhBorderWidths( sal_uInt16 nLeft, sal_uInt16 nRight ); 480 void SwHTMLTableLayout::SetInhBorderWidths( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetInhBorderWidths() argument 482 nInhLeftBorderWidth = nLeft; in SetInhBorderWidths()
|