Lines Matching refs:rCtrlData
4296 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()
4300 … rCtrlData.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()
4304 … rCtrlData.mpDisclosureMinusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS_HC ) ) ); in ImplDrawCheckBoxState()
4308 pImg = IsChecked() ? rCtrlData.mpDisclosureMinusHC : rCtrlData.mpDisclosurePlusHC; in ImplDrawCheckBoxState()
4310 pImg = IsChecked() ? rCtrlData.mpDisclosureMinus : rCtrlData.mpDisclosurePlus; in ImplDrawCheckBoxState()