Home
last modified time | relevance | path

Searched refs:nLeft (Results 76 – 100 of 258) sorted by relevance

1234567891011

/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx837 sal_uInt16 nLeft = 0; in PutToDoc() local
846 nLeft = 50; in PutToDoc()
848 nLeft = 20; in PutToDoc()
875 aLine.SetOutWidth(nLeft); in PutToDoc()
1273 sal_uInt16 nLeft = 0; in LoadPatternCollection() local
1283 nLeft = 50; in LoadPatternCollection()
1285 nLeft = 20; in LoadPatternCollection()
1922 sal_uInt16 nLeft = 0; in LoadColAttr() local
1932 nLeft = 50; in LoadColAttr()
1934 nLeft = 20; in LoadColAttr()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOSubComponent.hxx195 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
199 sal_Int32 nReturnLen(nLeft + nRight); in concatSequences()
203 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectLayouter.cxx159 const int nLeft (rPageObjectSize.Width() in CalculatePreviewBoundingBox() local
163 nLeft, in CalculatePreviewBoundingBox()
165 nLeft + nPreviewWidth, in CalculatePreviewBoundingBox()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx706 sal_Int32 nLeft = 0; in getLeft() local
707 mxModel->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VBA_LEFT ) ) ) >>= nLeft; in getLeft()
708 return Millimeter::getInPoints( nLeft ); in getLeft()
710 void UserFormGeometryHelper::setLeft( double nLeft ) in setLeft() argument
712 …_USTRINGPARAM( VBA_LEFT ) ), uno::makeAny( Millimeter::getInHundredthsOfOneMillimeter( nLeft ) ) ); in setLeft()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx1048 … sal_Int32 nLeft, nTop, nRight, nBottom, ptlReferenceX, ptlReferenceY, nGfxMode, nXScale, nYScale; in ReadEnhWMF() local
1054 *pWMF >> nLeft >> nTop >> nRight >> nBottom >> nGfxMode >> nXScale >> nYScale in ReadEnhWMF()
1413 sal_Int32 nLeft, nTop, nRight, nBottom; in ReadHeader() local
1423 *pWMF >> nLeft >> nTop >> nRight >> nBottom; in ReadHeader()
1424 rclBounds.Left() = nLeft; in ReadHeader()
1431 *pWMF >> nLeft >> nTop >> nRight >> nBottom; in ReadHeader()
1432 rclFrame.Left() = nLeft; in ReadHeader()
/trunk/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx202 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
206 sal_Int32 nReturnLen(nLeft + nRight); in concatSequences()
210 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1503 SwTwips nLeft = rFill.Left() + rLRSpace.GetLeft() + in FillCrsrPos() local
1506 SwTwips nCenter = ( nLeft + nRight ) / 2; in FillCrsrPos()
1507 rRect.Left( nLeft ); in FillCrsrPos()
1515 if( rFill.X() > ( nLeft + 2 * nCenter ) / 3 ) in FillCrsrPos()
1576 else if( rFill.X() > nLeft ) in FillCrsrPos()
1580 rFill.nLineWidth += rFill.bFirstLine ? nLeft : nTxtLeft; in FillCrsrPos()
1581 SwTwips nLeftTab = nLeft; in FillCrsrPos()
1582 SwTwips nRightTab = nLeft; in FillCrsrPos()
/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx200 sal_Int32 nTop = 0, nBottom = 0, nLeft = 0, nRight = 0; in ContextFilter() local
204 pPMPaddingLeft->maValue >>= nLeft; in ContextFilter()
207 if( (nTop == nBottom) && (nBottom == nLeft) && (nLeft == nRight) ) in ContextFilter()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx261 if( rRect.nLeft < rRect.nRight ) in writeRect()
263 minX = rRect.nLeft; maxX = rRect.nRight; in writeRect()
267 maxX = rRect.nLeft; minX = rRect.nRight; in writeRect()
674 m.translate( maBoundRect.nLeft, maBoundRect.nTop ); in Impl_addGradient()
/trunk/main/vcl/source/gdi/
H A Dregband.cxx857 bool ImplRegionBand::IsOver( long nLeft, long nRight ) in IsOver() argument
862 if ( (pSep->mnXLeft < nRight) && (pSep->mnXRight > nLeft) ) in IsOver()
873 bool ImplRegionBand::IsInside( long nLeft, long nRight ) in IsInside() argument
878 if ( (pSep->mnXLeft >= nLeft) && (nRight <= pSep->mnXRight) ) in IsInside()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx137 sal_uInt16 nLeft = 0; in lcl_ConvertToCols() local
154 nWidth += nLeft + nRight; in lcl_ConvertToCols()
159 pCol->SetLeft( nLeft ); in lcl_ConvertToCols()
163 nLeft = nRight; in lcl_ConvertToCols()
165 rArr[rColItem.Count()-1]->SetLeft( nLeft ); in lcl_ConvertToCols()
628 const long nLeft = aLR.GetLeft(); in ExecTabWin() local
630 const long nWidth = nPageWidth - nLeft - nRight; in ExecTabWin()
2008 long nLeft = rPagePrtRect.Left(); in StateTabWin() local
2009 aRectangle.Left() = nStart + nLeft; in StateTabWin()
2010 aRectangle.Right() = nPageWidth - nEnd - nLeft; in StateTabWin()
H A Dview.cxx1176 long nLeft = rUserData.GetToken(0, ';', nPos ).ToInt32(), in ReadUserData() local
1186 const Rectangle aVis( nLeft, nTop, nRight, nBottom ); in ReadUserData()
1289 long nX = rRect.Left(), nY = rRect.Top(), nLeft = rVis.Left(), nTop = rVis.Top(); in ReadUserDataSequence() local
1319 pValue->Value >>= nLeft; in ReadUserDataSequence()
1320 nLeft = MM100_TO_TWIP( nLeft ); in ReadUserDataSequence()
1375 const Rectangle aVis( nLeft, nTop, nRight, nBottom ); in ReadUserDataSequence()
/trunk/main/sd/source/ui/view/
H A Ddrviews3.cxx558 long nLeft = Max(0L, rLRSpace.GetLeft() - aPagePos.X()); in ExecRuler() local
571 nLeft, nRight); in ExecRuler()
573 pPage->SetLftBorder(nLeft); in ExecRuler()
585 nLeft, nRight); in ExecRuler()
587 pPage->SetLftBorder(nLeft); in ExecRuler()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx559 void SwFlyFrmAttrMgr::SetLRSpace( long nLeft, long nRight ) in SetLRSpace() argument
561 ASSERT( LONG_MAX != nLeft && LONG_MAX != nRight, "Welchen Raend setzen?" ); in SetLRSpace()
564 if( LONG_MAX != nLeft ) in SetLRSpace()
565 aTmp.SetLeft( sal_uInt16(nLeft) ); in SetLRSpace()
H A Dcolex.cxx471 long nLeft = pCol->GetLeft(); in SetColumns() local
472 nLeft *= nFrmWidth; in SetColumns()
473 nLeft /= nWishSum; in SetColumns()
474 pCol->SetLeft((sal_uInt16)nLeft); in SetColumns()
/trunk/main/sc/source/core/data/
H A Ddocumen9.cxx563 long nLeft = 0; in IsPrintEmpty() local
566 nLeft += GetColWidth(i,nTab); in IsPrintEmpty()
567 long nRight = nLeft; in IsPrintEmpty()
571 aMMRect.Left() = (long)(nLeft * HMM_PER_TWIPS); in IsPrintEmpty()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx4225 sal_uInt16 nLeft=0, nRight=0; in NewDefList() local
4227 GetMarginsFromContext( nLeft, nRight, nIndent ); in NewDefList()
4239 nLeft = nLeft + static_cast< sal_uInt16 >(rLRSpace.GetTxtLeft()); in NewDefList()
4242 pCntxt->SetMargins( nLeft, nRight, nIndent ); in NewDefList()
4556 sal_uInt16 nLeft=0, nRight=0; in SetTxtCollAttrs() local
4559 nLeftMargin = nLeft; in SetTxtCollAttrs()
4583 sal_Int32 nLeft = pLRItem->GetTxtLeft(); in SetTxtCollAttrs() local
4594 nLeft -= rDTLRSpace.GetTxtLeft(); in SetTxtCollAttrs()
4599 nLeft = 0; in SetTxtCollAttrs()
4891 sal_uInt16 nLeft=0, nRight=0; in InsertSpacer() local
[all …]
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()
/trunk/main/vcl/source/window/
H A Dstatus.cxx592 long nLeft = rPos.X()+((nPerc1-1)*nDX); in DrawProgress() local
593 Rectangle aRect( nLeft, rPos.Y(), nLeft+nPrgsWidth, rPos.Y()+nPrgsHeight ); in DrawProgress()
619 long nLeft = rPos.X()+(nPerc1*nDX); in DrawProgress() local
620 Rectangle aRect( nLeft, rPos.Y(), nLeft+nPrgsWidth, rPos.Y()+nPrgsHeight ); in DrawProgress()
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx51 nLeft(0), in SvxPageWindow()
197 long nL = nLeft; in DrawPage()
204 nR = nLeft; in DrawPage()
/trunk/main/vcl/inc/vcl/
H A Dregband.hxx129 bool IsInside( long nLeft, long nRight );
130 bool IsOver( long nLeft, long nRight );
/trunk/main/svx/inc/svx/
H A Dcolrctrl.hxx116 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs() argument
117 { nLeftSlot = nLeft; nRightSlot = nRight; } in SetSlotIDs()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx285 inline void SetInhBorderWidths( sal_uInt16 nLeft, sal_uInt16 nRight );
480 void SwHTMLTableLayout::SetInhBorderWidths( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetInhBorderWidths() argument
482 nInhLeftBorderWidth = nLeft; in SetInhBorderWidths()
/trunk/main/svx/source/table/
H A Dcellrange.hxx43 …CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_In…
55 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
/trunk/main/sc/source/ui/inc/
H A Ddwfunctr.hxx143 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs() argument
144 { nLeftSlot = nLeft; nRightSlot = nRight; } in SetSlotIDs()

Completed in 177 milliseconds

1234567891011