Home
last modified time | relevance | path

Searched refs:compareToAscii (Results 76 – 100 of 326) sorted by relevance

12345678910>>...14

/aoo42x/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx564 (l > 0 && c > 0 && rLocale.Language.compareToAscii("zh") == 0 && in getLocaleSpecificBreakIterator()
565 (rLocale.Country.compareToAscii("HK") == 0 || in getLocaleSpecificBreakIterator()
566 rLocale.Country.compareToAscii("MO") == 0) && in getLocaleSpecificBreakIterator()
593 return !rServiceName.compareToAscii(cBreakIterator); in supportsService()
/aoo42x/main/pyuno/source/module/
H A Dpyuno_adapter.cxx199 if( aParams.getLength() == 1 && 0 == aFunctionName.compareToAscii( "getSomething" ) ) in invoke()
261 … 0 != aFunctionName.compareToAscii( "getTypes" ) && // needed by introspection itself ! in invoke()
262 … 0 != aFunctionName.compareToAscii( "getImplementationId" ) ) // needed by introspection itself ! in invoke()
/aoo42x/main/dbaccess/source/ui/uno/
H A DunoDirectSql.cxx135 if (0 == aProperty.Name.compareToAscii("InitialSelection")) in implInitialize()
140 else if (0 == aProperty.Name.compareToAscii("ActiveConnection")) in implInitialize()
/aoo42x/main/oox/source/drawingml/table/
H A Dtableproperties.cxx155 …if(!styleId.compareToAscii("{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}")){ //Medium Style 2 … in CreateTableStyle()
191 …else if (!styleId.compareToAscii("{21E4AEA4-8DFA-4A89-87EB-49C32662AFE0}")) //Medium Style… in CreateTableStyle()
223 …else if (!styleId.compareToAscii("{C4B1156A-380E-4F78-BDF5-A606A8083BF9}")) //Medium Style… in CreateTableStyle()
/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx88 if( ! aToken.compareToAscii( "pdf=", 4 ) ) in getPdfDir()
987 if( ! aToken.compareToAscii( "fax", 3 ) ) in StartJob()
999 … m_bSwallowFaxNo = ! aToken.getToken( 1, '=', nPos ).compareToAscii( "swallow", 7 ) ? true : false; in StartJob()
1003 if( ! aToken.compareToAscii( "pdf=", 4 ) ) in StartJob()
1251 if( aPDFUrl.compareToAscii( "file:", 5 ) != 0 ) in StartJob()
/aoo42x/main/svtools/source/uno/
H A Dmiscservices.cxx133 …else if( 0 == GraphicProvider::getImplementationName_Static().compareToAscii( pImplementationName … in DECLARE_CREATEINSTANCE_NAMESPACE()
141 …else if( 0 == GraphicRendererVCL::getImplementationName_Static().compareToAscii( pImplementationNa… in DECLARE_CREATEINSTANCE_NAMESPACE()
/aoo42x/main/svtools/source/hatchwindow/
H A Dhatchwindowfactory.cxx120 …if (OHatchWindowFactory::impl_staticGetImplementationName().compareToAscii (pImplementationName ) … in component_getFactory()
128 …else if (ODocumentCloser::impl_staticGetImplementationName().compareToAscii (pImplementationName )… in component_getFactory()
/aoo42x/main/oox/source/drawingml/
H A Dtextfield.cxx69 if( sType.compareToAscii( "datetime", 8 ) == 0) in lclCreateTextFields()
128 else if ( sType.compareToAscii( "slidenum" ) == 0 ) in lclCreateTextFields()
/aoo42x/main/vcl/unx/headless/
H A Dsvpprn.cxx57 if( ! aToken.compareToAscii( "pdf=", 4 ) ) in getPdfDir()
875 if( ! aToken.compareToAscii( "fax", 3 ) ) in StartJob()
887 … m_bSwallowFaxNo = ! aToken.getToken( 1, '=', nPos ).compareToAscii( "swallow", 7 ) ? true : false; in StartJob()
891 if( ! aToken.compareToAscii( "pdf=", 4 ) ) in StartJob()
/aoo42x/main/sfx2/source/sidebar/
H A DTools.cxx72 if (rsURL.compareToAscii(sUnoCommandPrefix, nUnoCommandPrefixLength) == 0) in GetImage()
77 else if (rsURL.compareToAscii(sCommandImagePrefix, nCommandImagePrefixLength) == 0) in GetImage()
/aoo42x/main/sw/source/ui/uno/
H A Dunotxvw.cxx2088 return !rServiceName.compareToAscii("com.sun.star.text.TextViewCursor") || in supportsService()
2089 !rServiceName.compareToAscii("com.sun.star.style.CharacterProperties") || in supportsService()
2090 !rServiceName.compareToAscii("com.sun.star.style.CharacterPropertiesAsian") || in supportsService()
2091 !rServiceName.compareToAscii("com.sun.star.style.CharacterPropertiesComplex") || in supportsService()
2092 !rServiceName.compareToAscii("com.sun.star.style.ParagraphProperties") || in supportsService()
2093 !rServiceName.compareToAscii("com.sun.star.style.ParagraphPropertiesAsian") || in supportsService()
2094 !rServiceName.compareToAscii("com.sun.star.style.ParagraphPropertiesComplex"); in supportsService()
/aoo42x/main/xmloff/source/forms/
H A Dlayerimport.cxx116 …teFromAscii(OAttributeMetaData::getCommonControlAttributeName(CCA_TARGET_LOCATION)).compareToAscii( in OFormLayerXMLImport_Impl()
124 …tring::createFromAscii(OAttributeMetaData::getCommonControlAttributeName(CCA_NAME)).compareToAscii( in OFormLayerXMLImport_Impl()
517 if ( 0 == _rLocalName.compareToAscii( "form" ) ) in createContext()
/aoo42x/main/svx/source/xml/
H A Dxmleohlp.cxx273 0 == aURLNoPar.compareToAscii( XML_EMBEDDEDOBJECT_URL_BASE, in ImplGetStorageNames()
276 0 == aURLNoPar.compareToAscii( XML_EMBEDDEDOBJECTGRAPHIC_URL_BASE, in ImplGetStorageNames()
328 if( 0 == aURLNoPar.compareToAscii( "./", 2 ) ) in ImplGetStorageNames()
/aoo42x/main/sw/source/core/crsr/
H A Dfindtxt.cxx268 ( !rSearchOpt.searchString.compareToAscii( "^$" ) || in Find()
269 !rSearchOpt.searchString.compareToAscii( "$^" ) ); in Find()
271 !rSearchOpt.searchString.compareToAscii( "$" ); in Find()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx206 if ( aCommand.Name.compareToAscii( "getPropertyValues" ) == 0 ) in execute()
226 else if ( aCommand.Name.compareToAscii( "setPropertyValues" ) == 0 ) in execute()
259 else if ( aCommand.Name.compareToAscii( "getPropertySetInfo" ) == 0 ) in execute()
/aoo42x/main/shell/source/unix/exec/
H A Dshellexec.cxx146 if( nIndex > 0 || 0 == aCommand.compareToAscii("mailto:", 7) ) in execute()
245 if ( m_aDesktopEnvironment.equals("CDE") && 0 == aURL.compareToAscii("file://", 7) ) in execute()
/aoo42x/main/framework/inc/
H A Dqueries.h379 ( sQuery.compareToAscii( "_query_" , 7 ) == 0 ) || // new style in isQuery()
380 ( sQuery.compareToAscii( "_filterquery_", 13 ) == 0 ) // old style! in isQuery()
/aoo42x/main/framework/source/services/
H A Dsessionlistener.cxx248 if (event.FeatureDescriptor.compareToAscii("update")==0) in statusChanged()
255 if (event.FeatureDescriptor.compareToAscii("stop")==0) in statusChanged()
/aoo42x/main/toolkit/workben/layout/
H A Deditor.cxx604 if ( unoName.compareToAscii( "dialog" ) == 0 ) in create()
1157 if ( aPropName.compareToAscii( "FontStyleName" ) == 0 ) in construct()
1165 if ( aPropName.compareToAscii( "Align" ) == 0 ) in construct()
1225 cmp = prop.compareToAscii( toIgnoreList[ mid ] ); in toIgnore()
1613 if ( value.compareToAscii( "0" ) ) in print()
/aoo42x/main/svl/source/numbers/
H A Dnumfmuno.cxx411 return ( ServiceName.compareToAscii(SERVICENAME_NUMBERFORMATTER) == 0 ); in supportsService()
700 return ( ServiceName.compareToAscii(SERVICENAME_NUMBERFORMATS) == 0 ); in supportsService()
961 return ( ServiceName.compareToAscii(SERVICENAME_NUMBERFORMAT) == 0 ); in supportsService()
1124 return ( ServiceName.compareToAscii(SERVICENAME_NUMBERSETTINGS) == 0 ); in supportsService()
/aoo42x/main/forms/source/misc/
H A DInterfaceContainer.cxx368 if ( 0 == _rDescriptor.ScriptType.compareToAscii( "StarBasic" ) ) in operator ()()
375 DBG_ASSERT( 0 == sPrefix.compareToAscii( "document" ) in operator ()()
376 || 0 == sPrefix.compareToAscii( "application" ), in operator ()()
391 if ( 0 == _rDescriptor.ScriptType.compareToAscii( "StarBasic" ) ) in operator ()()
/aoo42x/main/scaddins/source/analysis/
H A Danalysis.cxx310 return aName.compareToAscii( ADDIN_SERVICE ) == 0 || aName.compareToAscii( MY_SERVICE ) == 0; in supportsService()
1357 bi = pSuff->compareToAscii( "i" ) == 0 || pSuff->getLength() == 0; in getComplex()
1358 if( !bi && pSuff->compareToAscii( "j" ) != 0 ) in getComplex()
/aoo42x/main/connectivity/source/commontools/
H A Ddbmetadata.cxx415 …doDisplay = sConnectionURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "sdbc:mysql:mysqlc" ) ) == … in displayEmptyTableFolders()
432 …bSupported = sConnectionURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM( "sdbc:mysql:mysqlc" ) ) !=… in supportsThreads()
/aoo42x/main/forms/source/component/
H A DFilter.cxx807 if ( 0 == pName->compareToAscii( "MessageParent" ) ) in initialize()
813 else if ( 0 == pName->compareToAscii( "NumberFormatter" ) ) in initialize()
819 else if ( 0 == pName->compareToAscii( "ControlModel" ) ) in initialize()
/aoo42x/main/padmin/source/
H A Dpadialog.cxx734 if( aToken.compareToAscii( "autoqueue" ) == 0 ) in UpdateDevice()
736 else if( aToken.compareToAscii( "pdf=", 4 ) == 0 ) in UpdateDevice()
738 else if( aToken.compareToAscii( "fax", 3 ) == 0 ) in UpdateDevice()

Completed in 160 milliseconds

12345678910>>...14