Searched refs:aBtn (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svx/inc/svx/ |
H A D | float3d.hxx | 250 SVX_DLLPRIVATE bool GetUILightState( ImageButton& aBtn ) const; 251 SVX_DLLPRIVATE void SetUILightState( ImageButton& aBtn, bool bState );
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 382 ScDPFieldButton aBtn(this, &GetSettings().GetStyleSettings()); in DPTestFieldPopupArrow() local 383 aBtn.setBoundingBox(aScrPos, aScrSize, bLayoutRTL); in DPTestFieldPopupArrow() 384 aBtn.setPopupLeft(false); // DataPilot popup is always right-aligned for now in DPTestFieldPopupArrow() 387 aBtn.getPopupBoundingBox(aPopupPos, aPopupSize); in DPTestFieldPopupArrow()
|
/trunk/main/svx/source/engine3d/ |
H A D | float3d.cxx | 543 bool Svx3DWin::GetUILightState( ImageButton& aBtn ) const in GetUILightState() 545 return (aBtn.GetModeImage() == aImgLightOn) || (aBtn.GetModeImage() == mpImpl->maImgLightOnH); in GetUILightState() 548 void Svx3DWin::SetUILightState( ImageButton& aBtn, bool bState ) in SetUILightState() argument 550 aBtn.SetModeImage( bState ? aImgLightOn : aImgLightOff ); in SetUILightState() 551 …aBtn.SetModeImage( bState ? mpImpl->maImgLightOnH : mpImpl->maImgLightOffH, BMP_COLOR_HIGHCONTRAST… in SetUILightState()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 357 PDFWriter::PushButtonWidget aBtn; in doTestCode() local 358 aBtn.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "testButton" ) ); in doTestCode() 359 aBtn.Description = OUString( RTL_CONSTASCII_USTRINGPARAM( "A test button" ) ); in doTestCode() 360 aBtn.Text = OUString( RTL_CONSTASCII_USTRINGPARAM( "hit me" ) ); in doTestCode() 361 aBtn.Location = Rectangle( Point( 4500, 9000 ), Size( 4500, 3000 ) ); in doTestCode() 362 aBtn.Border = aBtn.Background = true; in doTestCode() 363 aWriter.CreateControl( aBtn ); in doTestCode()
|
Completed in 211 milliseconds