Home
last modified time | relevance | path

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

/aoo4110/main/cui/source/options/
H A Doptgdlg.cxx697 mpDrawinglayerOpt(new SvtOptionsDrawinglayer) in OfaViewTabPage()
810 delete mpDrawinglayerOpt; in ~OfaViewTabPage()
979 if(aUseAntiAliase.IsChecked() != mpDrawinglayerOpt->IsAntiAliasing()) in FillItemSet()
981 mpDrawinglayerOpt->SetAntiAliasing(aUseAntiAliase.IsChecked()); in FillItemSet()
993 if(bNewSelection != (bool)mpDrawinglayerOpt->IsTransparentSelection()) in FillItemSet()
995 mpDrawinglayerOpt->SetTransparentSelection(maSelectionCB.IsChecked()); in FillItemSet()
1002 if(nNewTransparence != mpDrawinglayerOpt->GetTransparentSelectionPercent()) in FillItemSet()
1004 mpDrawinglayerOpt->SetTransparentSelectionPercent(nNewTransparence); in FillItemSet()
1113 if(mpDrawinglayerOpt->IsAAPossibleOnThisSystem()) in Reset()
1115 aUseAntiAliase.Check(mpDrawinglayerOpt->IsAntiAliasing()); in Reset()
[all …]
H A Doptgdlg.hxx139 SvtOptionsDrawinglayer* mpDrawinglayerOpt; member in OfaViewTabPage

Completed in 24 milliseconds