/aoo42x/main/xmloff/source/core/ |
H A D | xmlmultiimagehelper.cxx | 41 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()
|
/aoo42x/main/sal/qa/rtl/oustring/ |
H A D | rtl_OUString2.cxx | 979 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()
|
/aoo42x/main/sd/source/ui/presenter/ |
H A D | PresenterTextView.cxx | 547 if (rsDistance.endsWithAsciiL("px", 2)) in ParseDistance() 551 else if (rsDistance.endsWithAsciiL("l", 1)) in ParseDistance()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | DocumentMetadataAccess.cxx | 186 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 D | sfxbasemodel.cxx | 305 if (uri.getLength() && !uri.endsWithAsciiL("/", 1)) in GetDMA()
|
/aoo42x/main/desktop/source/deployment/registry/ |
H A D | dp_backend.cxx | 289 if (title.endsWithAsciiL(tmp, sizeof(tmp) - 1) in deleteUnusedFolders() 290 || title.endsWithAsciiL(tmp_, sizeof(tmp_) - 1)) in deleteUnusedFolders()
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | SwPanelFactory.cxx | 119 #define DoesResourceEndWith(s) rsResourceURL.endsWithAsciiL(s,strlen(s)) in createUIElement()
|
/aoo42x/main/sc/source/ui/sidebar/ |
H A D | ScPanelFactory.cxx | 122 #define DoesResourceEndWith(s) rsResourceURL.endsWithAsciiL(s,strlen(s)) in createUIElement()
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | PanelFactory.cxx | 178 #define EndsWith(s,t) s.endsWithAsciiL(t,strlen(t)) in createUIElement()
|
H A D | SidebarFactory.cxx | 178 #define EndsWith(s,t) s.endsWithAsciiL(t,strlen(t)) in createUIElement()
|
/aoo42x/main/svx/source/sidebar/ |
H A D | PanelFactory.cxx | 142 #define DoesResourceEndWith(s) rsResourceURL.endsWithAsciiL(s,strlen(s)) in createUIElement()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | DAVProperties.cxx | 202 !rFullName.endsWithAsciiL( RTL_CONSTASCII_STRINGPARAM( "\">" ) ) ) in isUCBSpecialProperty()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impimagetree.cxx | 97 if (path.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(".png"))) in loadFromStream()
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgcharacternode.cxx | 259 if(aFontFamily.endsWithAsciiL(" embedded", 9)) in createSimpleTextPrimitive()
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlshapecontext.cxx | 81 if(aString.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM("f"))) in lclDecodeOpacity()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | ustring.hxx | 687 inline bool endsWithAsciiL(char const * asciiStr, sal_Int32 asciiStrLength) in endsWithAsciiL() function in rtl::OUString
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | XSLTFilter.cxx | 379 if ( rExportStyleSheet.endsWithAsciiL( "uof.xsl", 7 ) ) in isUOF2ExportStyleSheet()
|
/aoo42x/main/desktop/source/app/ |
H A D | app.cxx | 642 if (src.endsWithAsciiL(helpBackend, sizeof(helpBackend) - 1 ) in excludeTmpFilesAndFolders() 643 || src.endsWithAsciiL(configBackend, sizeof(configBackend) - 1)) in excludeTmpFilesAndFolders()
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 221 if (title.endsWithAsciiL( in initActivationLayer()
|
/aoo42x/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 1158 if (!registryName.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM("/"))) { in extractComponentData()
|