Lines Matching refs:bWeb
101 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in GetPrinter() local
102 ::SetAppPrintOptions( &GetWrtShell(), bWeb ); in GetPrinter()
111 void SetPrinter( IDocumentDeviceAccess* pIDDA, SfxPrinter* pNew, sal_Bool bWeb ) in SetPrinter() argument
113 SwPrintOptions* pOpt = SW_MOD()->GetPrtOptions(bWeb); in SetPrinter()
145 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in SetPrinter() local
147 ::SetPrinter( rSh.getIDocumentDeviceAccess(), pNew, bWeb ); in SetPrinter()
184 sal_Bool bWeb = 0 != PTR_CAST(SwWebView, this); in ExecutePrint() local
185 ::SetAppPrintOptions( &GetWrtShell(), bWeb ); in ExecutePrint()
190 SwPrintOptions* pPrintOptions = SW_MOD()->GetPrtOptions(bWeb); in ExecutePrint()
204 sal_uInt16 nResNo = bWeb ? STR_WEBOPTIONS : STR_TEXTOPTIONS; in ExecutePrint()
296 void SetAppPrintOptions( ViewShell* pSh, sal_Bool bWeb ) in SetAppPrintOptions() argument
314 if(bWeb) in SetAppPrintOptions()