Home
last modified time | relevance | path

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

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

Completed in 30 milliseconds