Home
last modified time | relevance | path

Searched refs:pSymbolRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/control/
H A Dbutton.cxx367 sal_uInt16 nTextStyle, Rectangle *pSymbolRect, in ImplDrawAlignedImage() argument
373 sal_Bool bHasSymbol = pSymbolRect ? sal_True : sal_False; in ImplDrawAlignedImage()
399 *pSymbolRect = aOutRect; in ImplDrawAlignedImage()
619 *pSymbolRect = Rectangle( aRightPos, aSymbolSize ); in ImplDrawAlignedImage()
623 *pSymbolRect = Rectangle( aTextPos, aSymbolSize ); in ImplDrawAlignedImage()
629 pSymbolRect->setY( aTextPos.Y() + nYOffset ); in ImplDrawAlignedImage()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx59 … sal_uInt16 nTextStyle, Rectangle *pSymbolRect=NULL, bool bAddImageSep = false );