Home
last modified time | relevance | path

Searched refs:nHeight1 (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dsalmisc.cxx53 while( ( nActY < nHeight1 ) && ( pMapY[ nActY + 1 ] == nMapY ) ) \
93 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplPALToPAL() local
127 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplPALToTC() local
204 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplTCToTC() local
248 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplTCToPAL() local
H A Dbitmap.cxx690 const long nHeight1 = nHeight - 1L; in Mirror() local
693 for( long nY = 0L, nOther = nHeight1; nY < nHeight_2; nY++, nOther-- ) in Mirror()
781 const long nHeight1 = nHeight - 1L; in Rotate() local
794 for( long nX = 0L, nOtherY = nHeight1; nX < nNewWidth; nX++ ) in Rotate()
H A Dbitmap3.cxx1288 const long nHeight1 = pReadAcc->Height() - 1L; in ImplScaleInterpolate() local
1289 const double fRevScaleY = (double) nHeight1 / nNewHeight1; in ImplScaleInterpolate()
/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx105 sal_uIntPtr nHeight1; member in SvImageBase
152 sal_uIntPtr GetOrgHeight() const { return nWhichOrg == 1 ? nHeight1 : nHeight2; } in GetOrgHeight()
153 sal_uIntPtr GetDestHeight() const { return nWhichOrg == 1 ? nHeight2 : nHeight1; } in GetDestHeight()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx1161 sal_Int32 nHeight1 = 0, nHeight2 = 0; in optimize() local
1164 xSet1->getPropertyValue( sHeight ) >>= nHeight1; in optimize()
1166 nHeight1 += nHeight2; in optimize()
1167 xSet2->setPropertyValue( sHeight, Any( nHeight1 ) ); in optimize()

Completed in 63 milliseconds