Home
last modified time | relevance | path

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

/aoo42x/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx295 …if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.CommandButton.… in Add()
301 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.Label.1" … in Add()
307 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.Image.1" … in Add()
312 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.CheckBox.… in Add()
318 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.OptionBut… in Add()
324 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.TextBox.1… in Add()
330 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.ListBox.1… in Add()
336 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.ComboBox.… in Add()
352 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.Frame.1" … in Add()
358 …else if( aComServiceName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Forms.SpinButto… in Add()
[all …]
/aoo42x/main/oox/source/ole/
H A Dvbaproject.cxx381 if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Document" ) ) ) in importVba()
389 … else if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Module" ) ) ) in importVba()
391 else if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Class" ) ) ) in importVba()
393 … else if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "BaseClass" ) ) ) in importVba()
H A Dvbacontrol.cxx808 bExitLoop = aLine.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "End" ) ); in importForm()
811 if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Caption" ) ) ) in importForm()
813 else if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Tag" ) ) ) in importForm()
/aoo42x/main/configmgr/source/
H A Dconfigurationprovider.cxx216 if (name.equalsIgnoreAsciiCaseAsciiL( in createInstanceWithArguments()
224 } else if (name.equalsIgnoreAsciiCaseAsciiL( in createInstanceWithArguments()
481 if (name.equalsIgnoreAsciiCaseAsciiL( in createInstanceWithArgumentsAndContext()
495 } else if (!name.equalsIgnoreAsciiCaseAsciiL( in createInstanceWithArgumentsAndContext()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbars.cxx118 … if( sBarName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM("Worksheet Menu Bar") ) ) in createCollectionObject()
124 else if( sBarName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM("Cell") ) ) in createCollectionObject()
132 if( sBarName.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM("Menu Bar") ) ) in createCollectionObject()
/aoo42x/main/sal/qa/rtl/strings/
H A Dtest_oustring_compare.cxx40 ASSERT_TRUE(!rtl::OUString().equalsIgnoreAsciiCaseAsciiL( in TEST_F()
45 equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM(""))); in TEST_F()
/aoo42x/main/svl/source/fsstor/
H A Dfsfactory.cxx177 if ( aURL.equalsIgnoreAsciiCaseAsciiL( "vnd.sun.star.pkg", 16 ) in createInstanceWithArguments()
178 || aURL.equalsIgnoreAsciiCaseAsciiL( "vnd.sun.star.zip", 16 ) in createInstanceWithArguments()
/aoo42x/main/framework/source/services/
H A Dsubstitutepathvars.cxx232 if ( aOSString.equalsIgnoreAsciiCaseAsciiL( aOSTable[i].pOSString, aOSTable[i].nStrLen )) in GetOperatingSystemFromString()
243 … if ( aEnvTypeString.equalsIgnoreAsciiCaseAsciiL( aEnvTable[i].pOSString, aEnvTable[i].nStrLen )) in GetEnvTypeFromString()
H A Ddesktop.cxx753 if ( aURL.Protocol.equalsIgnoreAsciiCaseAsciiL( UNO_PROTOCOL, sizeof( UNO_PROTOCOL )-1 )) in queryDispatch()
H A Dframe.cxx2094 if ( aURL.Protocol.equalsIgnoreAsciiCaseAsciiL( UNO_PROTOCOL, sizeof( UNO_PROTOCOL )-1 )) in queryDispatch()
/aoo42x/main/package/source/xstor/
H A Dxfactory.cxx156 if ( aURL.equalsIgnoreAsciiCaseAsciiL( "vnd.sun.star.pkg", 16 ) ) in createInstanceWithArguments()
/aoo42x/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx555 aValue.equalsIgnoreAsciiCaseAsciiL( in addProperty()
/aoo42x/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx236 if(sCanonicURL.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("/"))) in queryContent()
/aoo42x/main/sal/inc/rtl/
H A Dustring.hxx612 …sal_Bool equalsIgnoreAsciiCaseAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const … in equalsIgnoreAsciiCaseAsciiL() function in rtl::OUString
/aoo42x/main/basic/source/runtime/
H A Ddllmgr.cxx491 dll.equalsIgnoreAsciiCaseAsciiL( in call()
/aoo42x/main/oox/source/xls/
H A Ddrawingfragment.cxx647 …if( (rTextColor.getLength() == 0) || rTextColor.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRING… in convertControlTextColor()
H A Dnumberformatsbuffer.cxx1850 if( rFmtCode.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "general" ) ) ) in lclCreateFormat()
/aoo42x/main/filter/source/config/cache/
H A Dtypedetection.cxx1095 (sURL.equalsIgnoreAsciiCaseAsciiL("private:stream", 14)) // not a good idea .-) in impl_askUserForTypeAndFilterIfAllowed()
/aoo42x/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx218 ( aExtension.equalsIgnoreAsciiCaseAsciiL( "xml", 3 ))) in impl_preloadUIElementTypeList()
H A Dmoduleuiconfigurationmanager.cxx275 ( aExtension.equalsIgnoreAsciiCaseAsciiL( "xml", 3 ))) in impl_preloadUIElementTypeList()
H A Duiconfigurationmanagerimpl.cxx245 ( aExtension.equalsIgnoreAsciiCaseAsciiL( "xml", 3 ))) in impl_preloadUIElementTypeList()
/aoo42x/main/tools/source/fsys/
H A Durlobj.cxx2899 if (sTemp.equalsIgnoreAsciiCaseAsciiL( in setHost()
4189 if (sTemp.equalsIgnoreAsciiCaseAsciiL( in ConcatData()
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx577 if( !rFormat.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "General" ) ) ) in setNumberFormat()

Completed in 219 milliseconds