Home
last modified time | relevance | path

Searched refs:nLeft (Results 1 – 25 of 258) sorted by path

1234567891011

/trunk/main/comphelper/inc/comphelper/
H A Dsequence.hxx74 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
78 sal_Int32 nReturnLen(nLeft + nRight); in concatSequences()
82 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
93 sal_Int32 nLeft(_rLeft.getLength()), nMiddle(_rMiddle.getLength()), nRight(_rRight.getLength()); in concatSequences() local
98 sal_Int32 nReturnLen(nLeft + nMiddle + nRight); in concatSequences()
102 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx485 long nLeft = lcl_GetValue( aLeftMF, eUnit ); in IMPL_LINK() local
488 if(bZoom && ( ( ( aOrigSize.Width() - (nLeft + nRight )) * nWidthZoom ) in IMPL_LINK()
495 nLeft = aOrigSize.Width() - in IMPL_LINK()
497 aLeftMF.SetValue( aLeftMF.Normalize( nLeft ), eUnit ); in IMPL_LINK()
504 ( aPageSize.Width() * 100 / nWidthZoom + nLeft ); in IMPL_LINK()
508 aExampleWN.SetLeft(nLeft); in IMPL_LINK()
/trunk/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx506 sal_Int32 nLeft = 0,nRight = 0; in fillJoinedColumns_throw() local
513 nLeft = aLeftIter->second.nPosition; in fillJoinedColumns_throw()
519 nLeft = aLeftIter->second.nPosition; in fillJoinedColumns_throw()
535 m_aJoinedKeyColumns[nLeft] = nRight; in fillJoinedColumns_throw()
537 m_aJoinedColumns[nLeft] = nRight; in fillJoinedColumns_throw()
539 m_aJoinedKeyColumns[nRight] = nLeft; in fillJoinedColumns_throw()
541 m_aJoinedColumns[nRight] = nLeft; in fillJoinedColumns_throw()
/trunk/main/editeng/inc/editeng/
H A Dlrspitem.hxx78 SvxLRSpaceItem( const long nLeft, const long nRight,
H A Dtxtrange.hxx63 sal_uInt16 nLeft; // Abstand Text-Kontur member in TextRanger
80 sal_uInt16 nCacheSize, sal_uInt16 nLeft, sal_uInt16 nRight,
85 sal_uInt16 GetLeft() const { return nLeft; } in GetLeft()
92 sal_Bool HasBorder() const { return nRight || nLeft; } in HasBorder()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4046 …sal_uInt16 nLeft = (sal_uInt16)_xBI->previousCharacters( *pParaPortion->GetNode(), nRight, aLocale… in GetChar() local
4047 if ( ( nLeft != nChar ) && ( nRight != nChar ) ) in GetChar()
4049 … nChar = ( Abs( nRight - nChar ) < Abs( nLeft - nChar ) ) ? nRight : nLeft; in GetChar()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx413 SvxLRSpaceItem::SvxLRSpaceItem( const long nLeft, const long nRight, in SvxLRSpaceItem() argument
421 nLeftMargin ( nLeft ), in SvxLRSpaceItem()
H A Dsvxfont.cxx94 long nLeft = ( rRect.Left() + rRect.Right() - rSize.Width() )/ 2; in DrawArrow() local
95 long nRight = nLeft + rSize.Width(); in DrawArrow()
99 if( nLeft < rRect.Left() ) in DrawArrow()
101 nLeft = rRect.Left(); in DrawArrow()
110 Point aTmp( bLeft ? nLeft : nRight, nMid ); in DrawArrow()
111 Point aNxt( bLeft ? nRight : nLeft, nTop ); in DrawArrow()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx51 nLeft( nLft ), in TextRanger()
554 long nLeft = (*pLongArr)[ i++ ]; in Concat() local
557 while( nLeftPos < nOldCount && nLeft > (*pOld)[ nLeftPos ] ) in Concat()
577 if( nLeft > ( nOld = (*pOld)[ nLeftPos - 1 ] ) ) in Concat()
579 if( nLeft - 1 > nOld ) in Concat()
582 pOld->Insert( nLeft - 1, nLeftPos ); in Concat()
596 if( nLeft < (*pOld)[ nLeftPos - 1 ] ) in Concat()
597 (*pOld)[ nLeftPos - 1 ] = nLeft; in Concat()
/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/filter/source/flash/
H A Dswfwriter1.cxx1198 if( (rRect.nTop == rRect.nBottom) || (rRect.nLeft == rRect.nRight) ) in Impl_writeRect()
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/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/filter/source/msfilter/
H A Descherex.cxx677 sal_Int32 nLeft ( 0 ); in CreateTextProperties() local
714 aAny >>= nLeft; in CreateTextProperties()
850 AddOpt( ESCHER_Prop_dxTextLeft, nLeft * 360 ); in CreateTextProperties()
1244 sal_uInt32 nLeft = ( aGraphCrop.Left * 65536 ) / aCropSize.Width(); in ImplCreateGraphicAttributes() local
1245 AddOpt( ESCHER_Prop_cropFromLeft, nLeft ); in ImplCreateGraphicAttributes()
3371 …sal_Int32 nLeft = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].TopLeft.First, aEq… in CreateCustomShapeProperties() local
3376 aOut << nLeft in CreateCustomShapeProperties()
H A Dmsdffimp.cxx2441 sal_Int32 nLeft, nTop, nRight, nBottom; in ApplyCustomShapeGeometryAttributes() local
2445 rIn >> nLeft in ApplyCustomShapeGeometryAttributes()
2450 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrames[ i ].TopLeft.First, nLeft ); in ApplyCustomShapeGeometryAttributes()
3882 sal_uInt32 nTop( 0 ), nBottom( 0 ), nLeft( 0 ), nRight( 0 ); in lcl_ApplyCropping() local
3904 nLeft = (sal_uInt32)( ( (double)( aCropSize.Width() + 1 ) * fFactor ) + 0.5 ); in lcl_ApplyCropping()
3912 pSet->Put( SdrGrafCropItem( nLeft, nTop, nRight, nBottom ) ); in lcl_ApplyCropping()
3915 Rectangle aCropRect( nLeft, nTop, aCropSize.Width() - nRight, aCropSize.Height() - nBottom ); in lcl_ApplyCropping()
4745 …sal_Int32 nLeft = (sal_Int32)(( aPolyPieRect.Left() - aPolyBoundRect.Left() ) * fTextFrameScaleX… in ImportShape() local
4750 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrame[ 0 ].TopLeft.First, nLeft ); in ImportShape()
H A Dmsocximex.cxx667 *pS >> rec.nLeft >> rec.nTop; in Read()
3390 …:TypeName(sal_Char *pName, sal_uInt32 nStoreId, sal_uInt32 nLen, sal_uInt16 nType, sal_Int32 nLeft, in TypeName() argument
3392 : msName(lclCreateOUString(pName, nLen)), mnType(nType), mnLeft(nLeft), in TypeName()
3599 pControl->mnLeft = rec.nLeft + mnLeft; in ProcessControl()
/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/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/offapi/com/sun/star/sheet/
H A DXCellRangesAccess.idl90 @param nLeft
114 [in] long nLeft,
/trunk/main/offapi/com/sun/star/table/
H A DXCellRange.idl78 @param nLeft
99 [in] long nLeft,
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx170 Type nLeft, Type nTop, Type nWidth, Type nHeight,
246 Type nLeft, Type nTop, Type nWidth, Type nHeight, in writeRectItem() argument
251 writeValueItem( "x-pos", nLeft, eFmtType, rListWrp ); in writeRectItem()
261 Type nLeft, nTop, nWidth, nHeight; in dumpRect() local
262 *mxBiffStrm >> nLeft >> nTop >> nWidth >> nHeight; in dumpRect()
263 writeRectItem( rName, nLeft, nTop, nWidth, nHeight, rListWrp, eFmtType ); in dumpRect()
270 Type nLeft, nTop, nWidth, nHeight; in dumpRectWithGaps() local
271 *mxBiffStrm >> nLeft; in dumpRectWithGaps()
279 writeRectItem( rName, nLeft, nTop, nWidth, nHeight, rListWrp, eFmtType ); in dumpRectWithGaps()
/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()
H A Dvmlexport.cxx372 sal_uInt32 nLeft = 0, nTop = 0; in Commit() local
376 nLeft = it->nPropValue; in Commit()
382 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit()
386 OStringBuffer( 20 ).append( sal_Int32( nLeft ) ) in Commit()
398 sal_uInt32 nLeft = 0, nRight = 0, nTop = 0, nBottom = 0; in Commit() local
399 rProps.GetOpt( ESCHER_Prop_geoLeft, nLeft ); in Commit()
414 OStringBuffer( 20 ).append( sal_Int32( nRight ) - sal_Int32( nLeft ) ) in Commit()
/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/sc/inc/
H A Dattarray.hxx51 sal_uInt8 nLeft; member
58 ScLineFlags() : nLeft(SC_LINE_EMPTY),nRight(SC_LINE_EMPTY),nTop(SC_LINE_EMPTY), in ScLineFlags()

Completed in 217 milliseconds

1234567891011