Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dmodcfg.hxx179 SwMiscConfig aMiscConfig; member in SwModuleOptions
273 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 …]
/trunk/main/sw/source/ui/uiview/
H A Dviewprt.cxx225 SwMiscConfig aMiscConfig; in ExecutePrint() local