Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dxmlmultiimagehelper.cxx41 if(rString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".bmp"))) in getQualityIndex()
45 if(rString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".gif"))) in getQualityIndex()
49 if(rString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".jpg"))) in getQualityIndex()
53 if(rString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".png"))) in getQualityIndex()
59 if(rString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".svm"))) in getQualityIndex()
63 if(rString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".wmf"))) in getQualityIndex()
67 if(rString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".emf"))) in getQualityIndex()
71 else if(rString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".svg"))) in getQualityIndex()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx979 rtl::OUString().endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(""))); in TEST_F()
982 rtl::OUString().endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM("foo"))); in TEST_F()
985 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("bar")).endsWithAsciiL( in TEST_F()
989 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("foobar")).endsWithAsciiL( in TEST_F()
993 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FOOBAR")).endsWithAsciiL( in TEST_F()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx547 if (rsDistance.endsWithAsciiL("px", 2)) in ParseDistance()
551 else if (rsDistance.endsWithAsciiL("l", 1)) in ParseDistance()
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx186 if (!xBaseURI->getUriReference().endsWithAsciiL("/", 1)) in createBaseURI()
830 OSL_ENSURE(i_rURI.endsWithAsciiL("/", 1), "DMA::DMA: URI without / given!"); in DocumentMetadataAccess()
831 if (!i_rURI.endsWithAsciiL("/", 1)) throw uno::RuntimeException(); in DocumentMetadataAccess()
1134 if (!baseURI.getLength() || !baseURI.endsWithAsciiL("/", 1)) { in loadMetadataFromStorage()
H A Dsfxbasemodel.cxx305 if (uri.getLength() && !uri.endsWithAsciiL("/", 1)) in GetDMA()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx289 if (title.endsWithAsciiL(tmp, sizeof(tmp) - 1) in deleteUnusedFolders()
290 || title.endsWithAsciiL(tmp_, sizeof(tmp_) - 1)) in deleteUnusedFolders()
/trunk/main/sw/source/ui/sidebar/
H A DSwPanelFactory.cxx119 #define DoesResourceEndWith(s) rsResourceURL.endsWithAsciiL(s,strlen(s)) in createUIElement()
/trunk/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx122 #define DoesResourceEndWith(s) rsResourceURL.endsWithAsciiL(s,strlen(s)) in createUIElement()
/trunk/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx178 #define EndsWith(s,t) s.endsWithAsciiL(t,strlen(t)) in createUIElement()
H A DSidebarFactory.cxx178 #define EndsWith(s,t) s.endsWithAsciiL(t,strlen(t)) in createUIElement()
/trunk/main/svx/source/sidebar/
H A DPanelFactory.cxx142 #define DoesResourceEndWith(s) rsResourceURL.endsWithAsciiL(s,strlen(s)) in createUIElement()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVProperties.cxx202 !rFullName.endsWithAsciiL( RTL_CONSTASCII_STRINGPARAM( "\">" ) ) ) in isUCBSpecialProperty()
/trunk/main/vcl/source/gdi/
H A Dimpimagetree.cxx97 if (path.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".png"))) in loadFromStream()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx259 if(aFontFamily.endsWithAsciiL(" embedded", 9)) in createSimpleTextPrimitive()
/trunk/main/oox/source/vml/
H A Dvmlshapecontext.cxx81 if(aString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM("f"))) in lclDecodeOpacity()
/trunk/main/sal/inc/rtl/
H A Dustring.hxx687 inline bool endsWithAsciiL(char const * asciiStr, sal_Int32 asciiStrLength) in endsWithAsciiL() function in rtl::OUString
/trunk/main/filter/source/xsltfilter/
H A DXSLTFilter.cxx379 if ( rExportStyleSheet.endsWithAsciiL( "uof.xsl", 7 ) ) in isUOF2ExportStyleSheet()
/trunk/main/desktop/source/app/
H A Dapp.cxx642 if (src.endsWithAsciiL(helpBackend, sizeof(helpBackend) - 1 ) in excludeTmpFilesAndFolders()
643 || src.endsWithAsciiL(configBackend, sizeof(configBackend) - 1)) in excludeTmpFilesAndFolders()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx221 if (title.endsWithAsciiL( in initActivationLayer()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1158 if (!registryName.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM("/"))) { in extractComponentData()

Completed in 481 milliseconds