Home
last modified time | relevance | path

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

1234567891011

/aoo41x/main/sw/source/filter/html/
H A Dhtmlcss1.cxx2088 nHoriPos = rPropInfo.nLeft; in SetAnchorAndAdjustment()
2101 nHoriPos = rPropInfo.nLeft; in SetAnchorAndAdjustment()
2284 sal_Bool SwHTMLParser::GetMarginsFromContext( sal_uInt16& nLeft, in GetMarginsFromContext() argument
2303 pCntxt->GetMargins( nLeft, nRight, nIndent ); in GetMarginsFromContext()
2311 sal_Bool SwHTMLParser::GetMarginsFromContextWithNumBul( sal_uInt16& nLeft, in GetMarginsFromContextWithNumBul() argument
2315 sal_Bool bRet = GetMarginsFromContext( nLeft, nRight, nIndent ); in GetMarginsFromContextWithNumBul()
2322 nLeft = nLeft + rNumFmt.GetAbsLSpace(); in GetMarginsFromContextWithNumBul()
/aoo41x/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()
/aoo41x/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 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()
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()
/aoo41x/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()
/aoo41x/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()
H A DPresenterCanvasHelper.cxx176 const sal_Int32 nLeft = (rRepaintBox.X / aBitmapSize.Width) * aBitmapSize.Width; in PaintTiledBitmap() local
184 for (sal_Int32 nX=nLeft; nX<=nRight; nX+=aBitmapSize.Width) in PaintTiledBitmap()
/aoo41x/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 ()()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/svx/inc/svx/
H A Dalgitem.hxx160 SvxMarginItem( sal_Int16 nLeft, sal_Int16 nTop /*= 0*/,
179 sal_Bool SetLeftMargin(sal_Int16 nLeft);
/aoo41x/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()
/aoo41x/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));
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/core/doc/
H A Dpoolfmt.cxx112 const long nLeft = rLR.GetLeft(); in lcl_GetRightMargin() local
115 return nWidth - nLeft - nRight; in lcl_GetRightMargin()
266 sal_uInt16 nLeft = nFact ? GetMetricVal( CM_05 ) * nFact : 0; in lcl_SetRegister() local
267 aLR.SetTxtLeft( nLeft ); in lcl_SetRegister()
279 aTStops.Insert( SvxTabStop( nRightMargin - nLeft, in lcl_SetRegister()
290 sal_uInt16 nNxt, SwTwips nEZ, SwTwips nLeft, in lcl_SetNumBul() argument
295 aLR.SetTxtFirstLineOfst( sal_uInt16(nEZ) ); aLR.SetTxtLeft( sal_uInt16(nLeft) ); in lcl_SetNumBul()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8graf.cxx1312 short nLeft = (sal_Int16)SVBT16ToShort( pHd->cb ) - sizeof( WW8_DPHEAD ); in ReadGroup() local
1316 if (SdrObject *pObject = ReadGrafPrimitive(nLeft, pDo, aSet)) in ReadGroup()
1405 short nLeft = SVBT16ToShort( aDo.cb ) - sizeof( WW8_DO ); in ReadGrafLayer1() local
1406 while (nLeft > static_cast<short>(sizeof(WW8_DPHEAD))) in ReadGrafLayer1()
1409 if (SdrObject *pObject = ReadGrafPrimitive( nLeft, &aDo, aSet )) in ReadGrafLayer1()
2393 SwTwips nLeft = pFSPA->nXaLeft; in ProcessEscherAlign() local
2394 if (MiserableRTLGraphicsHack(nLeft, nWidth, eHoriOri, in ProcessEscherAlign()
2397 pFSPA->nXaLeft = nLeft; in ProcessEscherAlign()
/aoo41x/main/offapi/com/sun/star/table/
H A DXCellRange.idl78 @param nLeft
99 [in] long nLeft,
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/offapi/com/sun/star/sheet/
H A DXCellRangesAccess.idl90 @param nLeft
114 [in] long nLeft,

Completed in 1388 milliseconds

1234567891011