Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/uno/
H A Dunotxdoc.cxx191 const sal_Bool bWebDoc = NULL != dynamic_cast< const SwWebDocShell * >(pDocShell); in lcl_GetPrintUIOptions() local
200 return new SwPrintUIOptions( bWebDoc, bSwSrcView, bHasSelection, bHasPostIts, rPrintData ); in lcl_GetPrintUIOptions()
1926 sal_Bool bWebDoc = (0 != PTR_CAST(SwWebDocShell, pDocShell)); in supportsService() local
1928 sal_Bool bTextDoc = (!bWebDoc && !bGlobalDoc); in supportsService()
1931 …(bWebDoc && rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.WebDocument… in supportsService()
1941 sal_Bool bWebDoc = (0 != PTR_CAST(SwWebDocShell, pDocShell)); in getSupportedServiceNames() local
1943 sal_Bool bTextDoc = (!bWebDoc && !bGlobalDoc); in getSupportedServiceNames()
1954 if (bWebDoc) in getSupportedServiceNames()

Completed in 28 milliseconds