Home
last modified time | relevance | path

Searched refs:equalsAsciiL (Results 176 – 200 of 403) sorted by relevance

12345678910>>...17

/aoo42x/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx620 if ( pIter->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "Queries" ) ) ) in SetViewSettings()
624 else if ( pIter->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "Tables" ) ) ) in SetViewSettings()
637 if ( pIter->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "layout-settings" ) ) ) in SetConfigurationSettings()
/aoo42x/main/sfx2/source/appl/
H A Dshutdowniconunx.cxx205 if ( aEntry[m].Name.equalsAsciiL( "URL", 3 ) ) in add_ugly_db_item()
207 if ( aEntry[m].Name.equalsAsciiL( "Title", 5 ) ) in add_ugly_db_item()
/aoo42x/main/svx/source/sidebar/
H A Dnbdtmg.cxx170 if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sNumberingType))) in lcl_CreateNumberingSettingsPtr()
172 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sPrefix))) in lcl_CreateNumberingSettingsPtr()
174 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sSuffix))) in lcl_CreateNumberingSettingsPtr()
176 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sParentNumbering))) in lcl_CreateNumberingSettingsPtr()
178 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sBulletChar))) in lcl_CreateNumberingSettingsPtr()
180 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sBulletFontName))) in lcl_CreateNumberingSettingsPtr()
/aoo42x/main/xmloff/source/xforms/
H A Dxformsexport.cxx242 if( sName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ID") ) ) in exportXFormsInstance()
244 else if( sName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("URL") ) ) in exportXFormsInstance()
246 else if( sName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Instance") )) in exportXFormsInstance()
/aoo42x/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx186 …ol dontFilterTableNames = ( ( nTableFilterCount == 1 ) && _tableFilter[0].equalsAsciiL( "%", 1 ) ); in lcl_filter()
216 …ilterTableTypes = ( ( nTableTypeFilterCount == 1 ) && _tableTypeFilter[0].equalsAsciiL( "%", 1 ) ); in lcl_filter()
/aoo42x/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx397 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in XmlFilterAdaptor_supportsService()
398 ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME2 ) ); in XmlFilterAdaptor_supportsService()
/aoo42x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx787 if (PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DefaultContext") )) in setPropertyValue()
812 if (PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DefaultContext") )) in getPropertyValue()
1099 if (PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DefaultContext") )) in setPropertyValue()
1126 if (PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DefaultContext") )) in getPropertyValue()
1997 if (PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Registry") )) in getPropertyValue()
/aoo42x/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx257 if( aEvent.EventName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "OnAnnotationInserted") ) || in notifyEvent()
258 aEvent.EventName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "OnAnnotationRemoved") ) || in notifyEvent()
259 aEvent.EventName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "OnAnnotationChanged" )) ) in notifyEvent()
/aoo42x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1921 …(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()
3956 if( rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_LINK_DISPLAY_NAME))) in getPropertyValue()
3960 else if( rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_LINK_DISPLAY_BITMAP))) in getPropertyValue()
4071 if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_LINK_DISPLAY_NAME))) in getPropertyValue()
H A Dunotxvw.cxx851 if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
857 else if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
863 else if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
877 else if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
884 else if(pProperties[nProp].Name.equalsAsciiL( in setRubyList()
/aoo42x/main/sw/source/core/access/
H A Dacccell.cxx278 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
280 sTestServiceName.equalsAsciiL( sAccessibleServiceName, in supportsService()
/aoo42x/main/binaryurp/source/
H A Dwriter.cxx50 return oid.equalsAsciiL( in isProtocolPropertyMessage()
173 (!item.oid.equalsAsciiL( in run()
/aoo42x/main/cppuhelper/source/
H A Dservicefactory.cxx259 if (! ac_mode.equalsAsciiL( in add_access_control_entries()
270 if (! ac_mode.equalsAsciiL( in add_access_control_entries()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunoobj.cxx449 if( aPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_shape_layername ) ) ) in getPropertyDefault()
723 if( aPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_shape_layername ) ) ) in setPropertyValue()
880 if( PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_shape_layername ) ) ) in getPropertyValue()
1465 if( aStrLibrary.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StarOffice" ) ) ) in replaceByName()
H A Dunomodel.cxx952 …if( aServiceSpecifier.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(sUNO_Service_ImageMapRectangleObjec… in createInstance()
957 …if( aServiceSpecifier.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(sUNO_Service_ImageMapCircleObject) … in createInstance()
962 …if( aServiceSpecifier.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(sUNO_Service_ImageMapPolygonObject)… in createInstance()
1125 …else if( aServiceSpecifier.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.TableShap… in createInstance()
2562 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( pSdDrawPagesAccessService ) ); in supportsService()
2832 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( pSdMasterPagesAccessService ) ); in supportsService()
/aoo42x/main/xmloff/source/meta/
H A Dxmlmetae.cxx202 sDefTarget.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("_blank")) in _MExport()
361 } else if (attrname.equalsAsciiL(s_xmlns, strlen(s_xmlns))) { in Export()
/aoo42x/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx236 fileFilter.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("*.*") ) || in insertBackend()
237 fileFilter.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("*") ) || in insertBackend()
/aoo42x/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx404 …if( bIsLinked || aMimeType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "image/x-vclgraphic" ) ) || !… in SaveGraphic()
426 …if( aMimeType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "image/x-vclgraphic" ) ) || !aMimeType.get… in SaveGraphic()
/aoo42x/main/sw/source/core/unocore/
H A Dunoframe.cxx1645 else if(0 != (bNextFrame = (rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CHAIN_NEXT_NAME)))) in setPropertyValue()
1646 || rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CHAIN_PREV_NAME))) in setPropertyValue()
2121 (rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ACTUAL_SIZE)))) in getPropertyValue()
2540 if(!rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ANCHOR_TYPE))) in setPropertyToDefault()
2544 else if(0 != (bNextFrame = (rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CHAIN_NEXT_NAME)))) in setPropertyToDefault()
2545 || rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CHAIN_PREV_NAME))) in setPropertyToDefault()
3383 if(rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_START_REDLINE))|| in getPropertyValue()
3384 rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_END_REDLINE))) in getPropertyValue()
/aoo42x/main/xmloff/source/core/
H A Dxmlexp.cxx916 if( rPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FileName" ) ) ) in filter()
921 else if (rPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FilterName" ) ) ) in filter()
990 rServiceName.equalsAsciiL( in supportsService()
993 rServiceName.equalsAsciiL( in supportsService()
2227 … bIsChart = sModelService.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( XML_MODEL_SERVICE_CHART )); in ExportEmbeddedOwnObject()
/aoo42x/main/stoc/test/
H A Dtestcorefl.cxx239 …TEST_ENSHURE(aAny.getValueTypeName().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("[]ModuleA.StructA"))… in test_corefl()
242 …TEST_ENSHURE(aAny.getValueTypeName().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("[][]ModuleA.StructA… in test_corefl()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx679 …if(evt.PropertyName == (rtl::OUString) PROPERTY_NAME || evt.PropertyName.equalsAsciiL( RTL_CONSTAS… in propertyChange()
706 …if(aEvent.PropertyName == (rtl::OUString) PROPERTY_NAME || aEvent.PropertyName.equalsAsciiL( RTL_C… in vetoableChange()
/aoo42x/main/filter/source/flash/
H A Dswffilter.cxx242 if ( pValue[i].Name.equalsAsciiL ( name, strlen(name) ) ) in findPropertyValue()
548 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME ) ); in FlashExportFilter_supportsService()
/aoo42x/main/ucb/source/core/
H A Ducb.cxx635 aCommand.Name.equalsAsciiL( in execute()
645 aCommand.Name.equalsAsciiL( in execute()
/aoo42x/main/desktop/source/splash/
H A Dsplash.cxx293 equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("0")); in loadConfig()
313 ( !sFullScreenSplash.equalsAsciiL( "0", 1 ))); in loadConfig()

Completed in 246 milliseconds

12345678910>>...17