Home
last modified time | relevance | path

Searched refs:nLeft (Results 151 – 175 of 258) sorted by relevance

1234567891011

/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx453 sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in getCellRangeByPosition() argument
457 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1048 long nLeft = aPixRect.Left(); in SetEditEngine() local
1050 nSizeXPix = aPixRect.GetWidth() + 2 * Min( nLeft, nRight ); in SetEditEngine()
1187 SCCOL nLeft = GetPosX(eHWhich); in EditGrowX() local
1188 SCCOL nRight = nLeft + VisibleCellsX(eHWhich); in EditGrowX()
1215 while (aArea.GetWidth() + 0 < nTextWidth && ( nEditStartCol > nLeft || nEditEndCol < nRight ) ) in EditGrowX()
1218 if ( nEditStartCol > nLeft ) in EditGrowX()
1250 while (aArea.GetWidth() + 0 < nTextWidth && nEditStartCol > nLeft) in EditGrowX()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx201 long nLeft = aEdit.GetPosPixel().X(); in Resize() local
204 aEditSize.Width() = Max( ((long)(nWidth - nLeft - 5)), (long)0 ); in Resize()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx289 sal_Int32 nBottom = 0, nTop = 0, nLeft = 0, nRight = 0; in ContextFilter() local
291 (pPadding_Left->maValue >>= nLeft) && in ContextFilter()
295 if ((nBottom == nTop) && (nLeft == nRight) && (nTop == nLeft)) in ContextFilter()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx735 const long nLeft = (pThisCell->Frm().*fnRectX->fnGetLeft)(); in SetAttributes() local
737 const TableColumnsMapEntry::const_iterator aLeftIter = rCols.find( nLeft ); in SetAttributes()
1238 const long nLeft = (pCellFrm->Frm().*fnRect->fnGetLeft)(); in BeginBlockStructureElements() local
1239 rCols.insert( nLeft ); in BeginBlockStructureElements()
/trunk/main/vcl/source/gdi/
H A Dprint.cxx624 sal_Int32 nLeft = aToken.toInt32(); in ImplUpdatePageData() local
625 sal_Int32 nTop = nLeft; in ImplUpdatePageData()
631 maPageOffset = LogicToPixel( Point( static_cast<long>(nLeft), in ImplUpdatePageData()
H A Doutdev.cxx533 long nWidth = rRect.nRight - rRect.nLeft; in ImplReMirror()
539 rRect.nLeft = mnOutOffX + mnOutWidth - nWidth - 1 - rRect.nLeft + mnOutOffX; in ImplReMirror()
540 rRect.nRight = rRect.nLeft + nWidth; in ImplReMirror()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx637 sal_uLong nLeft = aPageOffset.X(); in CreateFirstPages() local
639 sal_uLong nRight = Max((long)(aDefSize.Width() - aOutSize.Width() - nLeft + nOffset), 0L); in CreateFirstPages()
641 pPage->SetBorder(nLeft, nTop, nRight, nBottom); in CreateFirstPages()
/trunk/main/padmin/source/
H A Dadddlg.cxx557 int nLeft, nRight, nTop, nBottom; in APOldPrinterPage() local
560 nLeft, nRight, nTop, nBottom ) ) in APOldPrinterPage()
568 aInfo.m_nLeftMarginAdjust = aValue.ToInt32() - (int)((double)nLeft * 35.27777778 ); in APOldPrinterPage()
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx920 const double nLeft, in SetupView() argument
944 nLeft, in SetupView()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx655 sal_uLong nLeft = maTextNodes.GetPos( pLeft ); in ConnectParagraphs() local
656 TextPaM aPaM( nLeft, nPrevLen ); in ConnectParagraphs()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx610 const sal_Int32 nLeft(xCurrentCell->GetTextLeftDistance()); in createViewIndependentPrimitive2DSequence() local
618 &nLeft, in createViewIndependentPrimitive2DSequence()
H A Dtablecolumn.hxx59 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
H A Dtablerow.hxx62 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx2603 long nLeft = 0; in CreateSwTable() local
2605 nLeft = GetMinLeft(); in CreateSwTable()
2610 nLeft = pIo->maSectionManager.GetTextAreaWidth(); in CreateSwTable()
2611 nLeft = nLeft - nPreferredWidth - nOrgDxaLeft; in CreateSwTable()
2614 nLeft = -GetMinLeft(); in CreateSwTable()
2617 aL.SetLeft(nLeft); in CreateSwTable()
/trunk/main/sfx2/source/sidebar/
H A DDrawHelper.hxx55 const sal_Int32 nLeft,
/trunk/main/tools/source/generic/
H A Dsvborder.cxx45 nLeft = aInner.Left() - aOuter.Left(); in SvBorder()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx793 sal_uInt16 nTop, nLeft, nBottom, nRight; in ReadPixMapEtc() local
794 *pPict >> nTop >> nLeft >> nBottom >> nRight; in ReadPixMapEtc()
795 *pSrcRect = Rectangle( (sal_uLong)nLeft, (sal_uLong)nTop, (sal_uLong)nRight, (sal_uLong)nBottom ); in ReadPixMapEtc()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx656 sal_Int32 nLeft = nPlaces - nLen; in ConvertFromDec() local
657 sal_Char* p = new sal_Char[ nLeft + 1 ]; in ConvertFromDec()
658 memset( p, bNeg? GetMaxChar( nBase ) : '0', nLeft ); in ConvertFromDec()
659 p[ nLeft ] = 0x00; in ConvertFromDec()
660 STRING aTmp( p, nLeft, RTL_TEXTENCODING_MS_1252 ); in ConvertFromDec()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx663 SvLBoxEntry* SearchRow(sal_uInt16 nRow,sal_uInt16 nRight,sal_uInt16 nLeft,sal_uInt16 nPref,
3319 SvLBoxEntry* ImpIcnCursor::SearchRow(sal_uInt16 nRow,sal_uInt16 nLeft,sal_uInt16 nRight, in SearchRow() argument
3363 if( nRight < nLeft ) in SearchRow()
3366 nRight = nLeft; in SearchRow()
3367 nLeft = nTemp; in SearchRow()
3378 if( nX >= nLeft && nX <= nRight ) in SearchRow()
/trunk/main/sw/source/ui/inc/
H A Dfrmmgr.hxx106 void SetLRSpace( long nLeft = LONG_MAX,
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx82 sal_Int32 nLeft, sal_Int32 nTop);
480 …ContainerRecord():nTop(0), nLeft(0), nSubStorageId(0), nSubStreamLen(0), nTabPos(0), nTypeIdent(0)… in ContainerRecord()
486 sal_uInt32 nLeft; member
/trunk/main/sot/source/sdstor/
H A Dstgelem.hxx125 sal_Int32 nLeft; // 44 left node entry member in StgEntry
/trunk/main/editeng/inc/editeng/
H A Dlrspitem.hxx78 SvxLRSpaceItem( const long nLeft, const long nRight,
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx918 maOutRect.nLeft += (maOutRect.GetWidth() - nWidth) >> 1; in Paint()
919 maOutRect.nRight = maOutRect.nLeft + nWidth - 1; in Paint()

Completed in 227 milliseconds

1234567891011