Searched refs:nHeight1 (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | salmisc.cxx | 53 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 D | bitmap.cxx | 690 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 D | bitmap3.cxx | 1288 const long nHeight1 = pReadAcc->Height() - 1L; in ImplScaleInterpolate() local 1289 const double fRevScaleY = (double) nHeight1 / nNewHeight1; in ImplScaleInterpolate()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svimbase.hxx | 105 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()
|
/aoo41x/main/svx/source/table/ |
H A D | tablemodel.cxx | 1161 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 35 milliseconds