Home
last modified time | relevance | path

Searched refs:nLeft (Results 101 – 125 of 258) sorted by relevance

1234567891011

/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1965 for( int nLeft = nFirstLeft; nLeft < nLastLeft; ++nLeft ) in GetKernPairs() local
1967 aKernPair.mnChar1 = nLeft; in GetKernPairs()
2036 for( int nLeft = nFirstLeft; nLeft < nLastLeft; ++nLeft ) in GetKernPairs() local
2038 aKernPair.mnChar1 = nLeft; in GetKernPairs()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2892 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplDraw() local
2893 pWin->GetBorder( nLeft, nTop, nRight, nBottom ); in ImplDraw()
2894 Point aPoint( -nLeft, -nTop ); in ImplDraw()
3218 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcFloatSize() local
3219 GetBorder( nLeft, nTop, nRight, nBottom ); in CalcFloatSize()
3235 aFloatSz.Width() = aSz.Width() + nLeft + nRight; in CalcFloatSize()
3295 sal_Int32 nLeft = 4, nTop = 4, nRight = 4, nBottom = 4; in StartFloat() local
3296 aPos.X() += nLeft; in StartFloat()
3298 aSz.Width() -= nLeft + nRight; in StartFloat()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1121 long nLeft = rUnion.Left() - pCell->Frm().Left(); in GetMergeSel() local
1122 nLeft = nLeft * aNew.GetWidth() / in GetMergeSel()
1127 nWidth = aNew.GetWidth() - nLeft - nRight; in GetMergeSel()
1129 aNew.SetWidth( nLeft ); in GetMergeSel()
1179 long nLeft = rUnion.Left() - pCell->Frm().Left(), in GetMergeSel() local
1182 nLeft = nLeft * aNew.GetWidth() / in GetMergeSel()
1187 aNew.SetWidth( nLeft ); in GetMergeSel()
H A Dfews.cxx1081 SwTwips nLeft = 0L; in CalcBoundRect() local
1093 nLeft = (aChRect.*fnRect->fnGetLeft)(); in CalcBoundRect()
1097 aPos.Y() = nLeft; in CalcBoundRect()
1102 aPos.X() = nLeft; in CalcBoundRect()
/trunk/main/vcl/workben/
H A Dvcldemo.cxx168 DrawLine( Point(r.nLeft, r.nTop+i), Point(r.nRight, r.nBottom-i) ); in Paint()
170 DrawLine( Point(r.nLeft+i, r.nBottom), Point(r.nRight-i, r.nTop) ); in Paint()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx507 const sal_Int32 nLeft = ::std::min(aOldBox.X,aBox.X); in mouseDragged() local
509 const sal_Int32 nWidth = ::std::max(nOldRight,nRight) - nLeft; in mouseDragged()
515 ::awt::Rectangle(nLeft,nTop,nWidth-1,nHeight-1)); in mouseDragged()
/trunk/main/svx/source/table/
H A Dcellcursor.hxx47 …CellCursor( const TableModelRef& xTableModel, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, s…
52 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
H A Dtablemodel.cxx455 Reference< XCellRange > SAL_CALL TableModel::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTo… in getCellRangeByPosition() argument
459 …if( (nLeft >= 0) && (nTop >= 0) && (nRight >= nLeft) && (nBottom >= nTop) && (nRight < getColumnCo… in getCellRangeByPosition()
462 return new CellRange( xModel, nLeft, nTop, nRight, nBottom ); in getCellRangeByPosition()
H A Dtablecolumn.cxx115 Reference< XCellRange > SAL_CALL TableColumn::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nT… in getCellRangeByPosition() argument
118 if( (nTop >= 0 ) && (nLeft == 0) && (nBottom >= nTop) && (nRight == 0) ) in getCellRangeByPosition()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx486 sal_Int32 nLeft(0), nTop(0), nRight(0), nBottom(0); in implSetNewSelection() local
487 GetBorder( nLeft, nTop, nRight, nBottom ); in implSetNewSelection()
488 aMinSize.Width += nLeft + nRight + 8; in implSetNewSelection()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx136 bool operator()( sal_Int32 nLeft, sal_Int32 nRight ) in operator ()()
139 m_pMap->find( nLeft ); in operator ()()
/trunk/main/svl/source/items/
H A Ditemset.cxx2070 sal_uInt16 nLeft = 0;
2073 if( nLeft & 1 )
2075 ++nLeft;
2083 memmove(pPtr, pPtr + 2, nLeft * sizeof(sal_uInt16));
2099 memmove(pPtr +2, pPtr, (nLeft+2) * sizeof(sal_uInt16));
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1131 sal_Int32 nLeft, nRight, nTop, nBottom; in WriteText() local
1132 nLeft = nRight = DEFLRINS; in WriteText()
1137 GET( nLeft, TextLeftDistance ); in WriteText()
1173 XML_lIns, (nLeft != DEFLRINS) ? IS( MM100toEMU( nLeft ) ) : NULL, in WriteText()
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx608 …const int nLeft = aPos.X(), nRight = nLeft + ( ( nPos < 0 ) ? aTotalSize.Width() : maSize.Width()… in ImplUpdateDisabledBmpEx() local
613 for( int nX = nLeft; nX < nRight; ++nX ) in ImplUpdateDisabledBmpEx()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1848 const int nLeft = pReadPtr[2]; in getGlyphSID() local
1849 if( nGlyphsToSkip <= nLeft) in getGlyphSID()
1851 nGlyphsToSkip -= nLeft + 1; in getGlyphSID()
1857 const int nLeft = (pReadPtr[2]<<8) + pReadPtr[3]; in getGlyphSID() local
1858 if( nGlyphsToSkip <= nLeft) in getGlyphSID()
1860 nGlyphsToSkip -= nLeft + 1; in getGlyphSID()
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx160 SvxMarginItem( sal_Int16 nLeft, sal_Int16 nTop /*= 0*/,
179 sal_Bool SetLeftMargin(sal_Int16 nLeft);
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx115 const long nLeft = rLR.GetLeft(); in lcl_GetRightMargin() local
118 return nWidth - nLeft - nRight; in lcl_GetRightMargin()
269 sal_uInt16 nLeft = nFact ? GetMetricVal( CM_05 ) * nFact : 0; in lcl_SetRegister() local
270 aLR.SetTxtLeft( nLeft ); in lcl_SetRegister()
282 aTStops.Insert( SvxTabStop( nRightMargin - nLeft, in lcl_SetRegister()
293 sal_uInt16 nNxt, SwTwips nEZ, SwTwips nLeft, in lcl_SetNumBul() argument
298 aLR.SetTxtFirstLineOfst( sal_uInt16(nEZ) ); aLR.SetTxtLeft( sal_uInt16(nLeft) ); in lcl_SetNumBul()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1309 short nLeft = (sal_Int16)SVBT16ToShort( pHd->cb ) - sizeof( WW8_DPHEAD ); in ReadGroup() local
1313 if (SdrObject *pObject = ReadGrafPrimitive(nLeft, pDo, aSet)) in ReadGroup()
1402 short nLeft = SVBT16ToShort( aDo.cb ) - sizeof( WW8_DO ); in ReadGrafLayer1() local
1403 while (nLeft > static_cast<short>(sizeof(WW8_DPHEAD))) in ReadGrafLayer1()
1406 if (SdrObject *pObject = ReadGrafPrimitive( nLeft, &aDo, aSet )) in ReadGrafLayer1()
2385 SwTwips nLeft = pFSPA->nXaLeft; in ProcessEscherAlign() local
2386 if (MiserableRTLGraphicsHack(nLeft, nWidth, eHoriOri, in ProcessEscherAlign()
2389 pFSPA->nXaLeft = nLeft; in ProcessEscherAlign()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx135 const SwFrm *GetCellAtPos( sal_Int32 nLeft, sal_Int32 nTop,
486 sal_Int32 nLeft, sal_Int32 nTop, sal_Bool bExact ) const in GetCellAtPos() argument
489 aPos.Move( nLeft, nTop ); in GetCellAtPos()
1429 sal_Int32 nLeft = aCell.GetSwFrm()->Frm().Left(); in getAccessibleColumn() local
1430 nLeft -= GetFrm()->Frm().Left(); in getAccessibleColumn()
1432 GetTableData().GetColumns().lower_bound( nLeft ) ); in getAccessibleColumn()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx669 sal_Int32 nLeft = rTextAreaBoundRect.Left(); in FitTextOutlinesToShapeOutlines() local
700 double fx1 = aBoundRect.Left() - nLeft; in FitTextOutlinesToShapeOutlines()
701 double fx2 = aBoundRect.Right() - nLeft; in FitTextOutlinesToShapeOutlines()
783 rPoint.X() -= nLeft; in FitTextOutlinesToShapeOutlines()
/trunk/main/offapi/com/sun/star/table/
H A DXCellRange.idl78 @param nLeft
99 [in] long nLeft,
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1546 sal_Int32 nLeft = nClxLen; in OpenPieceTable() local
1554 nLeft--; in OpenPieceTable()
1561 nLeft -= 2 + nLen; in OpenPieceTable()
1562 if( nLeft < 0 ) in OpenPieceTable()
1569 nLeft = nClxLen; in OpenPieceTable()
1577 nLeft--; in OpenPieceTable()
1582 nLeft -= 2 + nLen; in OpenPieceTable()
1583 if( nLeft < 0 ) in OpenPieceTable()
5787 long nLeft = rFib.lcbSttbfffn - 2; in WW8Fonts() local
5793 if( nNextSiz > nLeft ) in WW8Fonts()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3532 xub_StrLen nLeft = 0; in GetSmartTagTerm() local
3534 ++nLeft; in GetSmartTagTerm()
3540 aPos.nContent = nBegin + nLeft; in GetSmartTagTerm()
3544 ExtendSelection( sal_True, nLen - nLeft - nRight ); in GetSmartTagTerm()
3546 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetSmartTagTerm()
3548 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetSmartTagTerm()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx198 const sal_Int32 nLeft ( in PaintSide() local
206 for (sal_Int32 nX=nLeft; nX<=nRight; nX+=aBitmapSize.Width()) in PaintSide()
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx710 KSHORT nLeft = 0; // the space in front of the first letter in _Adjust() local
716 case 2: nLeft = static_cast<sal_uInt16>(nLineDiff - nRight); break; in _Adjust()
743 nLeft = static_cast<sal_uInt16>(nLineDiff - nRight); in _Adjust()
749 if( nLeft || nRight ) in _Adjust()
754 if( nLeft ) in _Adjust()
756 pMarg->AddPrtWidth( nLeft ); in _Adjust()

Completed in 275 milliseconds

1234567891011