Searched refs:bWebDoc (Results 1 – 1 of 1) sorted by relevance
191 const sal_Bool bWebDoc = NULL != dynamic_cast< const SwWebDocShell * >(pDocShell); in lcl_GetPrintUIOptions() local200 return new SwPrintUIOptions( bWebDoc, bSwSrcView, bHasSelection, bHasPostIts, rPrintData ); in lcl_GetPrintUIOptions()1906 sal_Bool bWebDoc = (0 != PTR_CAST(SwWebDocShell, pDocShell)); in supportsService() local1908 sal_Bool bTextDoc = (!bWebDoc && !bGlobalDoc); in supportsService()1911 …(bWebDoc && rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.WebDocument… in supportsService()1921 sal_Bool bWebDoc = (0 != PTR_CAST(SwWebDocShell, pDocShell)); in getSupportedServiceNames() local1923 sal_Bool bTextDoc = (!bWebDoc && !bGlobalDoc); in getSupportedServiceNames()1934 if (bWebDoc) in getSupportedServiceNames()