Home
last modified time | relevance | path

Searched refs:nOff2 (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx776 sal_uInt16 nOff2 = 0; in ImplDrawItem() local
787 nOff2 = 2; in ImplDrawItem()
863 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
867 Point( aRect.Right()+nOff2-3, aRect.Top()-nOff2 ) ); // ending 3px from right border in ImplDrawItem()
872 DrawLine( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ), in ImplDrawItem()
876 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+3-nOff2 ), in ImplDrawItem()
883 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
884 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
887 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
890 DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), in ImplDrawItem()
[all …]
/trunk/main/basic/source/classes/
H A Dimage.cxx231 sal_uInt16 nOff2 = (sal_uInt16) pStringOff[ j ]; in Load() local
232 String aStr( pByteStrings + nOff2, eCharSet ); in Load()
233 memcpy( pStrings + nOff2, aStr.GetBuffer(), (aStr.Len() + 1) * sizeof( sal_Unicode ) ); in Load()
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx276 const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const in compareSubstring() argument
283 return xTrans->compareSubstring( rStr1, nOff1, nLen1, rStr2, nOff2, nLen2 ); in compareSubstring()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCollator.idl53 @param nOff2
65 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
H A DXTransliteration.idl298 @param nOff2
310 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
/trunk/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx118 const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const;
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx678 SCSIZE nOff2 = nOff1 + nR2 - nR1; in FillDouble() local
679 for ( SCSIZE j=nOff1; j<=nOff2; j++ ) in FillDouble()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx510 sal_uInt16 nOff2 = (sal_uInt16) (*pLocalColOffset)[nPos]; in GetWidth() local
511 if ( pE->nOffset < nOff2 ) in GetWidth()
512 return nOff2 - pE->nOffset; in GetWidth()

Completed in 56 milliseconds