Lines Matching refs:rServiceName
1765 Reference< XInterface > SwXTextDocument::createInstance(const OUString& rServiceName) in createInstance() argument
1772 sal_uInt16 nType = SwXServiceProvider::GetProviderType(rServiceName); in createInstance()
1779 if( rServiceName.compareToAscii( "com.sun.star.", 13 ) == 0 ) in createInstance()
1782 OUString sCategory = rServiceName.getToken( 0, '.', nIndex ); in createInstance()
1789 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.Das… in createInstance()
1791 …else if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawin… in createInstance()
1793 …else if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawin… in createInstance()
1795 …else if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawin… in createInstance()
1797 …else if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawin… in createInstance()
1799 …else if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawin… in createInstance()
1801 …else if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawin… in createInstance()
1811 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.document.Se… in createInstance()
1813 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.document.Im… in createInstance()
1820 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.Docume… in createInstance()
1825 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.data… in createInstance()
1836 if (rServiceName.lastIndexOf( C2U(".OLE2Shape") ) == rServiceName.getLength() - 10) in createInstance()
1842 OUString aTmpServiceName( rServiceName ); in createInstance()
1844 … rServiceName.compareToAscii( "com.sun.star.drawing.temporaryForXMLImportOLE2Shape" ) == 0 ) in createInstance()
1854 …if( 0 == rServiceName.reverseCompareToAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "com.sun.star.drawing.… in createInstance()
1855 …0 == rServiceName.reverseCompareToAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "com.sun.star.drawing.Shap… in createInstance()
1918 sal_Bool SwXTextDocument::supportsService(const OUString& rServiceName) throw( RuntimeException ) in supportsService() argument
1921 …(rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM ( "com.sun.star.document.OfficeDocument" )))… in supportsService()
1922 … (rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM ( "com.sun.star.text.GenericTextDocument"))) in supportsService()
1931 …(bWebDoc && rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.WebDocument… in supportsService()
1932 …(bGlobalDoc && rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.GlobalDocum… in supportsService()
1933 …(bTextDoc && rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.TextDocumen… in supportsService()
3683 sal_Bool SwXLinkTargetSupplier::supportsService(const OUString& rServiceName) in supportsService() argument
3686 return (rServiceName == C2U("com.sun.star.document.LinkTargets")); in supportsService()
4016 sal_Bool SwXLinkNameAccessWrapper::supportsService(const OUString& rServiceName) in supportsService() argument
4019 return (rServiceName == C2U("com.sun.star.document.LinkTargets")); in supportsService()