Home
last modified time | relevance | path

Searched refs:nLeft (Results 76 – 100 of 259) sorted by relevance

1234567891011

/aoo41x/main/sfx2/source/sidebar/
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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx202 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 Dvbahelper.cxx706 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 Dscflt.cxx837 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 Denhwmf.cxx1048 … 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 Dswfwriter2.cxx261 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 Dfrmcrsr.cxx1503 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 Dregband.cxx857 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 Dgraphwin.hxx46 #define PIXELS( nLeft, nTop, nWidth, nHeight )\ argument
47 LogicToPixel( Point( nLeft, nTop ) ), LogicToPixel( Size( nWidth, nHeight ) )
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx448 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()
H A Dfrmmgr.cxx554 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()
/aoo41x/main/sc/source/core/data/
H A Ddocumen9.cxx534 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 Ddrviews3.cxx541 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 Dviewtab.cxx137 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 Dview.cxx1177 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 Dregband.hxx129 bool IsInside( long nLeft, long nRight );
130 bool IsOver( long nLeft, long nRight );
/aoo41x/main/svx/inc/svx/
H A Dcolrctrl.hxx116 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 Dswhtml.cxx4246 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 Dpagectrl.cxx75 nLeft ( 0 ), in SvxPageWindow()
210 long nL = nLeft; in DrawPage()
217 nR = nLeft; in DrawPage()
/aoo41x/main/svx/source/table/
H A Dcellrange.hxx43 …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 Dstatus.cxx592 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 Ddwfunctr.hxx143 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs() argument
144 { nLeftSlot = nLeft; nRightSlot = nRight; } in SetSlotIDs()
/aoo41x/main/sw/inc/
H A Dhtmltbl.hxx285 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()

Completed in 184 milliseconds

1234567891011