Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/control/
H A Dtabctrl.cxx778 sal_uInt16 nOff2 = 0; in ImplDrawItem() local
789 nOff2 = 2; in ImplDrawItem()
865 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
869 … Point( aRect.Right()+nOff2-3, aRect.Top()-nOff2 ) ); // ending 3px from right border in ImplDrawItem()
874 DrawLine( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ), in ImplDrawItem()
878 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+3-nOff2 ), in ImplDrawItem()
885 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
886 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
889 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
892 DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), in ImplDrawItem()
[all …]
/aoo4110/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()
/aoo4110/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()
/aoo4110/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.idl297 @param nOff2
309 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
/aoo4110/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx118 const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const;
/aoo4110/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()
/aoo4110/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 52 milliseconds