Home
last modified time | relevance | path

Searched refs:nLeft (Results 201 – 225 of 259) sorted by relevance

1234567891011

/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx2438 sal_Int32 nLeft, nTop, nRight, nBottom; in ApplyCustomShapeGeometryAttributes() local
2442 rIn >> nLeft in ApplyCustomShapeGeometryAttributes()
2447 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrames[ i ].TopLeft.First, nLeft ); in ApplyCustomShapeGeometryAttributes()
3863 sal_uInt32 nTop( 0 ), nBottom( 0 ), nLeft( 0 ), nRight( 0 ); in lcl_ApplyCropping() local
3885 nLeft = (sal_uInt32)( ( (double)( aCropSize.Width() + 1 ) * fFactor ) + 0.5 ); in lcl_ApplyCropping()
3893 pSet->Put( SdrGrafCropItem( nLeft, nTop, nRight, nBottom ) ); in lcl_ApplyCropping()
3896 Rectangle aCropRect( nLeft, nTop, aCropSize.Width() - nRight, aCropSize.Height() - nBottom ); in lcl_ApplyCropping()
4726 …sal_Int32 nLeft = (sal_Int32)(( aPolyPieRect.Left() - aPolyBoundRect.Left() ) * fTextFrameScaleX… in ImportShape() local
4731 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrame[ 0 ].TopLeft.First, nLeft ); in ImportShape()
H A Descherex.cxx677 sal_Int32 nLeft ( 0 ); in CreateTextProperties() local
714 aAny >>= nLeft; in CreateTextProperties()
850 AddOpt( ESCHER_Prop_dxTextLeft, nLeft * 360 ); in CreateTextProperties()
1244 sal_uInt32 nLeft = ( aGraphCrop.Left * 65536 ) / aCropSize.Width(); in ImplCreateGraphicAttributes() local
1245 AddOpt( ESCHER_Prop_cropFromLeft, nLeft ); in ImplCreateGraphicAttributes()
3360 …sal_Int32 nLeft = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].TopLeft.First, aEq… in CreateCustomShapeProperties() local
3365 aOut << nLeft in CreateCustomShapeProperties()
/aoo41x/main/sw/inc/
H A Dgrfatr.hxx100 SwCropGrf( sal_Int32 nLeft, sal_Int32 nRight,
/aoo41x/main/sd/source/ui/inc/
H A DDrawViewShell.hxx416 void SetupPage( Size &rSize, long nLeft, long nRight, long nUpper, long nLower,
/aoo41x/main/svx/source/table/
H A Dcell.cxx610 rAnchorRect.nLeft = maCellRect.nLeft + GetTextLeftDistance(); in TakeTextAnchorRect()
H A Dtablemodel.hxx127 …n::star::table::XCellRange > SAL_CALL getCellRangeByPosition( ::sal_Int32 nLeft, ::sal_Int32 nTop,…
/aoo41x/main/sfx2/source/appl/
H A Dworkwin.cxx2841 long nLeft = aPos.X() + aSize.Width(); in ArrangeAutoHideWindows() local
2842 if ( nLeft > aArea.Left() ) in ArrangeAutoHideWindows()
2843 aArea.Left() = nLeft; in ArrangeAutoHideWindows()
/aoo41x/main/svtools/inc/svtools/
H A Dtexteng.hxx157 TextPaM ImpConnectParagraphs( sal_uLong nLeft, sal_uLong nRight );
/aoo41x/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx197 virtual void setLeft( double nLeft );
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1171 void ConcreteXShapeGeometryAttributes::setLeft( double nLeft ) in setLeft() argument
1173 m_pShapeHelper->setLeft( nLeft ); in setLeft()
/aoo41x/main/sw/source/core/layout/
H A Dcalcmove.cxx991 const long nLeft = rAttrs.CalcLeft( this ); in MakePrtArea() local
993 (this->*fnRect->fnSetXMargins)( nLeft, nRight ); in MakePrtArea()
H A Dpaintfrm.cxx2553 const SwTwips nLeft = aBorderRect._Left(); in Insert() local
2574 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert()
2576 SwLineEntry aTop ( nTop, nLeft, nRight, bVert ? aL : aT ); in Insert()
2577 SwLineEntry aBottom( nBottom, nLeft, nRight, bVert ? aR : aB ); in Insert()
2596 …SwLineEntry aFollowTop( !bVert ? nTop : nRight, !bVert ? nLeft : nTop, !bVert ? nRight : nBottom, … in Insert()
/aoo41x/main/sc/source/ui/app/
H A Dinputwin.cxx519 long nLeft = aTextWindow.GetPosPixel().X(); in Resize() local
522 aSize.Width() = Max( ((long)(nWidth - nLeft - 5)), (long)0 ); in Resize()
/aoo41x/main/toolkit/source/awt/
H A Dvclxwindow.cxx940 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplCalcWindowSize() local
941 pWindow->GetBorder( nLeft, nTop, nRight, nBottom ); in ImplCalcWindowSize()
942 aSz.Width() += nLeft+nRight; in ImplCalcWindowSize()
/aoo41x/main/sw/source/core/txtnode/
H A Dfntcache.cxx2201 long nLeft = 0; in GetCrsrOfst() local
2299 nLeft = nRight; in GetCrsrOfst()
2310 ( nRight - rInf.GetOfst() > rInf.GetOfst() - nLeft ) ) ) ) in GetCrsrOfst()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2171 sal_Int32 nLeft(0); in SetViewSettings() local
2180 aViewProps[i].Value >>= nLeft; in SetViewSettings()
2203 aRect.setX( nLeft ); in SetViewSettings()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl.hxx561 …SvxIconChoiceCtrlEntry* SearchRow(sal_uInt16 nRow,sal_uInt16 nRight,sal_uInt16 nLeft,sal_uInt16 nP…
/aoo41x/main/svx/source/dialog/
H A Dsvxruler.cxx1545 long nLeft = in GetLeftFrameMargin() local
1549 nLeft += pParaBorderItem->GetLeft(); in GetLeftFrameMargin()
1550 return nLeft; in GetLeftFrameMargin()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx783 SwTwips nLeft = aRect.Left() + nThick; in WritePlc() local
787 rWrt.MiserableRTLFrmFmtHack(nLeft, nRight, rFrmFmt); in WritePlc()
792 SwWW8Writer::WriteLong(*rWrt.pTableStrm, nLeft); in WritePlc()
/aoo41x/main/vcl/source/gdi/
H A Dbitmap.cxx1391 const long nLeft = aRect.Left(); in CreateRegion() local
1407 long nX(nLeft); in CreateRegion()
/aoo41x/main/vcl/aqua/source/window/
H A Dsalmenu.cxx367 …NSRect displayPopupFrame = NSMakeRect( rRect.nLeft+(offset-1), rRect.nTop+(offset+1), popupFrame.s… in ShowNativePopupMenu()
/aoo41x/main/sw/source/filter/html/
H A Dhtmldraw.cxx195 pNewDrawObj->SetRelativePos( Point(rCSS1PropInfo.nLeft + nLeftSpace, in InsertDrawObject()
/aoo41x/main/vcl/source/control/
H A Dtabctrl.cxx1548 aRect.nLeft-=2; in PreNotify()
1559 aRect.nLeft-=2; in PreNotify()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx4043 …sal_uInt16 nLeft = (sal_uInt16)_xBI->previousCharacters( *pParaPortion->GetNode(), nRight, aLocale… in GetChar() local
4044 if ( ( nLeft != nChar ) && ( nRight != nChar ) ) in GetChar()
4046 … nChar = ( Abs( nRight - nChar ) < Abs( nLeft - nChar ) ) ? nRight : nLeft; in GetChar()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx446 aOutRect.nLeft += nHorzBorder; in Paint()

Completed in 295 milliseconds

1234567891011