Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Dmisccfg.cxx58 sal_Bool bPaperOrientation; member in utl::SfxMiscCfg
78 sal_Bool IsPaperOrientationWarning() const {return bPaperOrientation;} in IsPaperOrientationWarning()
93 bPaperOrientation (sal_False), in SfxMiscCfg()
134 if(bPaperOrientation != bSet) in SetPaperOrientationWarning()
136 bPaperOrientation = bSet; in SetPaperOrientationWarning()
190 …case 1: bPaperOrientation = *(sal_Bool*)pValues[nProp].getValue(); break; //"Print/Warning/P… in Load()
220 …case 1: pValues[nProp].setValue(&bPaperOrientation, rType);break; //"Print/Warning/PaperOrien… in Commit()

Completed in 9 milliseconds