Searched refs:aMiscConfig (Results 1 – 2 of 2) sorted by relevance
179 SwMiscConfig aMiscConfig; member in SwModuleOptions273 sal_Bool IsGrfToGalleryAsLnk() const { return aMiscConfig.bGrfToGalleryAsLnk; } in IsGrfToGalleryAsLnk()274 void SetGrfToGalleryAsLnk( sal_Bool b ) { aMiscConfig.bGrfToGalleryAsLnk = b; in SetGrfToGalleryAsLnk()275 aMiscConfig.SetModified();} in SetGrfToGalleryAsLnk()277 sal_Int16 GetMailingFormats() const { return aMiscConfig.nMailingFormats;} in GetMailingFormats()278 void SetMailingFormats( sal_Int16 nSet ) { aMiscConfig.nMailingFormats = nSet; in SetMailingFormats()279 aMiscConfig.SetModified();} in SetMailingFormats()281 sal_Bool IsSinglePrintJob() const { return aMiscConfig.bSinglePrintJob; } in IsSinglePrintJob()282 void SetSinglePrintJob( sal_Bool b ) { aMiscConfig.bSinglePrintJob = b; in SetSinglePrintJob()283 aMiscConfig.SetModified();} in SetSinglePrintJob()[all …]
225 SwMiscConfig aMiscConfig; in ExecutePrint() local