Searched refs:bCrookNoContortion (Results 1 – 4 of 4) sorted by relevance
101 unsigned bCrookNoContortion : 1; // Objekte bei Crook nicht verzerren member in SdrSnapView270 void SetCrookNoContortion(sal_Bool bOn) { bCrookNoContortion=bOn; } in SetCrookNoContortion()271 sal_Bool IsCrookNoContortion() const { return bCrookNoContortion; } in IsCrookNoContortion()
254 sal_Bool bCrookNoContortion : 1; // Misc/NoDistort member in SdOptionsMisc306 sal_Bool IsCrookNoContortion() const { Init(); return (sal_Bool) bCrookNoContortion; } in IsCrookNoContortion()349 …ontortion( sal_Bool bOn = sal_True ) { if( bCrookNoContortion != bOn ) { OptionsChanged(); bCrookN… in SetCrookNoContortion()
221 bCrookNoContortion=sal_False; in ClearVars()
492 bCrookNoContortion( sal_False ), in SdOptionsMisc()
Completed in 35 milliseconds