Searched refs:bPaperSize (Results 1 – 1 of 1) sorted by relevance
57 sal_Bool bPaperSize; // printer warnings member in utl::SfxMiscCfg75 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 4 milliseconds