Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dbutton.cxx4293 ImplSVCtrlData& rCtrlData( ImplGetSVData()->maCtrlData ); in ImplDrawCheckBoxState() local
4294 if( ! rCtrlData.mpDisclosurePlus ) in ImplDrawCheckBoxState()
4295 rCtrlData.mpDisclosurePlus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS ) ) ); in ImplDrawCheckBoxState()
4296 if( ! rCtrlData.mpDisclosurePlusHC ) in ImplDrawCheckBoxState()
4297rCtrlData.mpDisclosurePlusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS_HC ) ) ); in ImplDrawCheckBoxState()
4298 if( ! rCtrlData.mpDisclosureMinus ) in ImplDrawCheckBoxState()
4299 rCtrlData.mpDisclosureMinus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS ) ) ); in ImplDrawCheckBoxState()
4300 if( ! rCtrlData.mpDisclosureMinusHC ) in ImplDrawCheckBoxState()
4301rCtrlData.mpDisclosureMinusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS_HC ) ) ); in ImplDrawCheckBoxState()
4305 pImg = IsChecked() ? rCtrlData.mpDisclosureMinusHC : rCtrlData.mpDisclosurePlusHC; in ImplDrawCheckBoxState()
[all …]