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() 862 …DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); // diagonally indented top-lef… in ImplDrawItem() 865 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem() 866 Point( aRect.Left()-nOff2, nLeftBottom-1 ) ); in ImplDrawItem() 868 …DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), // top line starting 2px from … 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() 875 Point( aRect.Right()+nOff2-2, nRightBottom-1 ) ); in ImplDrawItem() 878 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+3-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()
|