Searched refs:nPartWidth (Results 1 – 2 of 2) sorted by relevance
/trunk/main/forms/source/component/ |
H A D | imgprod.cxx | 501 const long nPartWidth = nEndX - nStartX + 1; in ImplUpdateConsumer() local 521 ::com::sun::star::uno::Sequence<sal_Int8> aData( nPartWidth * nPartHeight ); in ImplUpdateConsumer() 538 …tar::awt::XImageConsumer > *) pCons )->setPixelsByBytes( nStartX, nStartY, nPartWidth, nPartHeight, in ImplUpdateConsumer() 539 aData, 0UL, nPartWidth ); in ImplUpdateConsumer() 543 ::com::sun::star::uno::Sequence<sal_Int32> aData( nPartWidth * nPartHeight ); in ImplUpdateConsumer() 559 …tar::awt::XImageConsumer > *) pCons )->setPixelsByLongs( nStartX, nStartY, nPartWidth, nPartHeight, in ImplUpdateConsumer() 560 aData, 0UL, nPartWidth ); in ImplUpdateConsumer() 565 ::com::sun::star::uno::Sequence<sal_Int32> aData( nPartWidth * nPartHeight ); in ImplUpdateConsumer() 586 …tar::awt::XImageConsumer > *) pCons )->setPixelsByLongs( nStartX, nStartY, nPartWidth, nPartHeight, in ImplUpdateConsumer() 587 aData, 0UL, nPartWidth ); in ImplUpdateConsumer()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcap.cxx | 491 sal_uInt16 nPartWidth = sal_uInt16(rInf.GetSize().Width()); in Do() local 501 nDiff += nPartWidth; in Do() 503 nPartWidth = sal_uInt16(nDiff); in Do() 523 GetOut().DrawStretchText( aPos, nPartWidth, in Do() 526 ((Point&)rInf.GetPos()).X() += nPartWidth; in Do()
|
Completed in 18 milliseconds