Searched refs:nOff2 (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 778 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 …]
|
/aoo41x/main/basic/source/classes/ |
H A D | image.cxx | 231 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()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 276 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()
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XCollator.idl | 53 @param nOff2 65 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
|
H A D | XTransliteration.idl | 297 @param nOff2 309 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 118 const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const;
|
/aoo41x/main/sc/source/core/tool/ |
H A D | scmatrix.cxx | 678 SCSIZE nOff2 = nOff1 + nR2 - nR1; in FillDouble() local 679 for ( SCSIZE j=nOff1; j<=nOff2; j++ ) in FillDouble()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 510 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 68 milliseconds