Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dmisccfg.cxx57 sal_Bool bPaperSize; // printer warnings member in utl::SfxMiscCfg
75 sal_Bool IsPaperSizeWarning() const {return bPaperSize;} in IsPaperSizeWarning()
92 bPaperSize(sal_False), in SfxMiscCfg()
124 if(bPaperSize != bSet) in SetPaperSizeWarning()
126 bPaperSize = bSet; in SetPaperSizeWarning()
189 …case 0: bPaperSize = *(sal_Bool*)pValues[nProp].getValue(); break; //"Print/Warning/PaperSiz… in Load()
219 case 0: pValues[nProp].setValue(&bPaperSize, rType);break; //"Print/Warning/PaperSize", in Commit()

Completed in 7 milliseconds