/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cursuno.cxx | 453 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()
|
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.cxx | 1431 nLeft = 0; in CtorInitTxtFormatInfo() 1551 nLeft = rInf.nLeft; in SwTxtFormatInfo() 1553 nFirst = rInf.nLeft; in SwTxtFormatInfo()
|
H A D | EnhancedPDFExportHelper.cxx | 735 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()
|
/aoo41x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 201 long nLeft = aEdit.GetPosPixel().X(); in Resize() local 204 aEditSize.Width() = Max( ((long)(nWidth - nLeft - 5)), (long)0 ); in Resize()
|
/aoo41x/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 608 const sal_Int32 nLeft(xCurrentCell->GetTextLeftDistance()); in createViewIndependentPrimitive2DSequence() local 616 &nLeft, in createViewIndependentPrimitive2DSequence()
|
H A D | tablecolumn.hxx | 59 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
|
H A D | tablerow.hxx | 62 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterScreen.cxx | 920 const double nLeft, in SetupView() argument 944 nLeft, in SetupView()
|
H A D | PresenterPaneContainer.hxx | 127 const double nLeft,
|
/aoo41x/main/svtools/source/edit/ |
H A D | textdoc.cxx | 655 sal_uLong nLeft = maTextNodes.GetPos( pLeft ); in ConnectParagraphs() local 656 TextPaM aPaM( nLeft, nPrevLen ); in ConnectParagraphs()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print.cxx | 624 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 D | outdev.cxx | 533 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()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 637 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()
|
/aoo41x/main/padmin/source/ |
H A D | adddlg.cxx | 557 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()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlstyle.cxx | 289 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1048 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()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | DrawHelper.hxx | 55 const sal_Int32 nLeft,
|
/aoo41x/main/tools/source/generic/ |
H A D | svborder.cxx | 45 nLeft = aInner.Left() - aOuter.Left(); in SvBorder()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 2603 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()
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 793 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()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 106 void SetLRSpace( long nLeft = LONG_MAX,
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgelem.hxx | 125 sal_Int32 nLeft; // 44 left node entry member in StgEntry
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | lrspitem.hxx | 78 SvxLRSpaceItem( const long nLeft, const long nRight,
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 656 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()
|
/aoo41x/main/sc/inc/ |
H A D | cursuno.hxx | 80 getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,
|