Home
last modified time | relevance | path

Searched refs:nLeft (Results 226 – 250 of 258) sorted by relevance

1234567891011

/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx343 aBoundingBox.nLeft = aPos.X; in CreateListOfVisibleShapes()
/trunk/main/sw/source/core/inc/
H A Dframe.hxx939 void SetLeftAndWidth( long nLeft, long nWidth );
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1850 const sal_Int32 nLeft) in VerticallyMergedCell()
1851 : nLeftPosition( nLeft ) in VerticallyMergedCell()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx381 sal_Int32 nLeft = rSection.maSep.rgdxaColumnWidthSpacing[nIdx-1]/2; in SetCols() local
384 + nLeft + nRight; in SetCols()
386 pCol->SetLeft(writer_cast<sal_uInt16>(nLeft)); in SetCols()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1587 sal_uInt16 nLeft = pFndLn->GetTabBoxes().C40_GETPOS( SwTableBox, pLBx ); in lcl_Merge_MoveLine() local
1592 if( !nLeft || nRight == pFndLn->GetTabBoxes().Count() ) in lcl_Merge_MoveLine()
1609 else if( nLeft ) in lcl_Merge_MoveLine()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx652 sal_uInt16 nLeft, sal_uInt16 nRight,
2804 sal_uInt16 nLeft, sal_uInt16 nRight, in SetTable() argument
2811 nLeftMargin = nLeft; in SetTable()
H A Dhtmlform.cxx1184 nXPos = TWIP_TO_MM100( rCSS1PropInfo.nLeft ) + nLeftSpace; in InsertControl()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx3206 const sal_uInt16 nLeft = (sal_uInt16)pAttrs->CalcLeft( this ); in Format() local
3217 (this->*fnRect->fnSetXMargins)( nLeft, nRight ); in Format()
H A Datrfrm.cxx809 nLeft ( 0 ), in SwColumn()
/trunk/main/sc/inc/
H A Dcellsuno.hxx781 getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,
1056 getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,
H A Ddocuno.hxx408 …SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBot…
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3944 sal_Int32 nDiffLeft = aNewRect.nLeft - aOldRect.nLeft; in EndSdrDrag()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx413 SvxLRSpaceItem::SvxLRSpaceItem( const long nLeft, const long nRight, in SvxLRSpaceItem() argument
421 nLeftMargin ( nLeft ), in SvxLRSpaceItem()
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx1458 rRect.nLeft = static_cast<long>(aRect.origin.x); in GetWorkArea()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx363 rc.left = aRect.nLeft; in ImplGetThemeRect()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx234 parent->SetPosSizePixel (0, 0, r.nRight - r.nLeft, r.nBottom - r.nTop, in redraw()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx861 long nLeft = rLR.GetTxtLeft(); in InsertSection() local
868 SetCols(*pFmt, rSection, (sal_uInt16)(nWidth - nLeft - nRight) ); in InsertSection()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2721 …XCellRange > SAL_CALL ScTableSheetsObj::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s… in getCellRangeByPosition() argument
2729 return xSheet->getCellRangeByPosition(nLeft, nTop, nRight, nBottom); in getCellRangeByPosition()
H A Dcellsuno.cxx4916 sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in getCellRangeByPosition() argument
4925 if ( nLeft >= 0 && nTop >= 0 && nRight >= 0 && nBottom >= 0 ) in getCellRangeByPosition()
4927 sal_Int32 nStartX = aRange.aStart.Col() + nLeft; in getCellRangeByPosition()
7107 sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in getCellRangeByPosition() argument
7111 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2702 const long nLeft = bVert ? LONG_MAX : 0; in GetTabRows() local
2707 rFill.SetLeft( nLeft ); in GetTabRows()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1198 if( (rRect.nTop == rRect.nBottom) || (rRect.nLeft == rRect.nRight) ) in Impl_writeRect()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1054 sal_Int32 nX = rPos.X() + nTol - aRect.nLeft; in CheckTableHit()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx1009 long nLeft = Min( aTmp.Left() - aBoundRect.Left(), aSnap.Width() ); in ChangeFly() local
1018 case MOVE_LEFT_SMALL: aTmp.Left( aTmp.Left() - nLeft ); in ChangeFly()
/trunk/main/vcl/source/window/
H A Dmenu.cxx3793 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplExecute() local
3794 pWindow->GetBorder( nLeft, nTop, nRight, nBottom ); in ImplExecute()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx987 if (lcl_TestAttr( pLineOuter->GetLeft(), pLeftAttr, rFlags.nLeft, pNew )) in lcl_MergeToFrame()

Completed in 554 milliseconds

1234567891011