Home
last modified time | relevance | path

Searched refs:equalsAsciiL (Results 126 – 150 of 403) sorted by relevance

12345678910>>...17

/aoo42x/main/shell/source/backends/localebe/
H A Dlocalebackend.cxx298 if (PropertyName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Locale"))) { in getPropertyValue()
302 } else if (PropertyName.equalsAsciiL( in getPropertyValue()
308 } else if (PropertyName.equalsAsciiL( in getPropertyValue()
/aoo42x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1034 if (aArguments[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CellRangeRepresentation"))) in createDataSourcePossible()
1457 else if (aArguments[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("SequenceMapping"))) in createDataSource()
1777 aRole.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("categories")) ) in detectArguments()
2211 if ( rPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SC_UNONAME_INCLUDEHIDDENCELLS))) in setPropertyValue()
2227 if ( rPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SC_UNONAME_INCLUDEHIDDENCELLS))) in getPropertyValue()
3426 if ( rPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SC_UNONAME_ROLE))) in setPropertyValue()
3431 … else if ( rPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SC_UNONAME_INCLUDEHIDDENCELLS))) in setPropertyValue()
3451 if ( rPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SC_UNONAME_ROLE))) in getPropertyValue()
3455 else if ( rPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(SC_UNONAME_HIDDENVALUES))) in getPropertyValue()
3759 if ( rPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SC_UNONAME_ROLE))) in setPropertyValue()
[all …]
/aoo42x/main/xmloff/source/draw/
H A Dsdxmlimp.cxx417 if( (*pSNS++).equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.TableShape") ) ) in setTargetDocument()
899 if( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("VisibleAreaTop") ) ) in SetViewSettings()
903 else if( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("VisibleAreaLeft") ) ) in SetViewSettings()
907 else if( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("VisibleAreaWidth") ) ) in SetViewSettings()
911 else if( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("VisibleAreaHeight") ) ) in SetViewSettings()
/aoo42x/main/sdext/source/presenter/
H A DPresenterScreen.cxx190 if (p[i].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Environment"))) in execute()
202 if (p[i].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Model"))) in execute()
286 if( Event.EventName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "OnStartPresentation" ) ) ) in notifyEvent()
291 else if( Event.EventName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "OnEndPresentation" ) ) ) in notifyEvent()
/aoo42x/main/svx/source/xoutdev/
H A Dxattrbmp.cxx403 if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Name" ))) in PutValue()
405 … else if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FillBitmapURL" ))) in PutValue()
407 else if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Bitmap" ))) in PutValue()
/aoo42x/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1313 if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_COMMANDURL, ITEM_DESCRIPTOR_COMMANDURL_LEN )) in FillToolbar()
1337 …if ( aProps[ index ].Name.equalsAsciiL( ITEM_DESCRIPTOR_CONTAINER, ITEM_DESCRIPTOR_CONTAINER_LEN )) in FillToolbar()
1351 else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_HELPURL, ITEM_DESCRIPTOR_HELPURL_LEN )) in FillToolbar()
1353 else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_TOOLTIP, ITEM_DESCRIPTOR_TOOLTIP_LEN )) in FillToolbar()
1355 else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_LABEL, ITEM_DESCRIPTOR_LABEL_LEN )) in FillToolbar()
1357 else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_TYPE, ITEM_DESCRIPTOR_TYPE_LEN )) in FillToolbar()
1359 else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_VISIBLE, ITEM_DESCRIPTOR_VISIBLE_LEN )) in FillToolbar()
1361 else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_WIDTH, ITEM_DESCRIPTOR_WIDTH_LEN )) in FillToolbar()
1363 else if ( aProp[i].Name.equalsAsciiL( ITEM_DESCRIPTOR_STYLE, ITEM_DESCRIPTOR_STYLE_LEN )) in FillToolbar()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1218 if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "copyTo" ) ) ) in execute()
1240 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "preview" ) ) ) in execute()
1244 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "insert" ) ) ) in execute()
1263 …else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getdocumentinfo" ) ) // com… in execute()
1264 || aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getDocumentInfo" ) ) in execute()
1269 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "delete" ) ) ) in execute()
1294 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "show" ) ) ) in execute()
1298 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "hide" ) ) ) in execute()
/aoo42x/main/svx/source/unodraw/
H A Dunomod.cxx426 …if( aServiceSpecifier.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.image.ImageMapRectang… in createInstance()
431 …if( aServiceSpecifier.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.image.ImageMapCircleO… in createInstance()
436 …if( aServiceSpecifier.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.image.ImageMapPolygon… in createInstance()
739 return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( pSvxUnoDrawPagesAccessService ) ); in supportsService()
/aoo42x/main/sw/source/core/unocore/
H A Dunoparagraph.cxx956 if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ANCHOR_TYPE))) in GetDefaultTextContentValue()
958 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ANCHOR_TYPES))) in GetDefaultTextContentValue()
960 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_TEXT_WRAP))) in GetDefaultTextContentValue()
1230 if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_ANCHOR_TYPE)) || in setPropertyToDefault()
1231 rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_ANCHOR_TYPES)) || in setPropertyToDefault()
1232 rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_TEXT_WRAP))) in setPropertyToDefault()
H A Dunoobj.cxx2111 if (pNames[i].equalsAsciiL( SW_PROP_NAME(UNO_NAME_IS_SKIP_HIDDEN_TEXT)) || in GetPropertyStates()
2112 pNames[i].equalsAsciiL( SW_PROP_NAME(UNO_NAME_IS_SKIP_PROTECTED_TEXT))) in GetPropertyStates()
2357 if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_IS_SKIP_HIDDEN_TEXT))) in setPropertyValue()
2366 else if (rPropertyName.equalsAsciiL( in setPropertyValue()
2396 if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_IS_SKIP_HIDDEN_TEXT))) in getPropertyValue()
2401 else if (rPropertyName.equalsAsciiL( in getPropertyValue()
2606 if (pNames[i].equalsAsciiL( in setPropertiesToDefault()
2608 pNames[i].equalsAsciiL( in setPropertiesToDefault()
2678 if (pNames[i].equalsAsciiL( in getPropertyDefaults()
2680 pNames[i].equalsAsciiL( in getPropertyDefaults()
/aoo42x/main/cui/source/dialogs/
H A Dhldocntp.cxx201 …if( aDocumentUrl.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "private:factory/swriter?slot=21051" )… in FillDocumentList()
202 … aDocumentUrl.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "private:factory/swriter?slot=21052" )) || in FillDocumentList()
203 …aDocumentUrl.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "private:factory/sdatabase?Interactive" ))) in FillDocumentList()
/aoo42x/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx371 if (m_loader.equalsAsciiL( in getRDB()
384 if (m_loader.equalsAsciiL( in getRDB_RO()
463 m_commonRDB = m_commonRDB_RO.equalsAsciiL( in initServiceRdbFiles()
702 mediaType.equalsAsciiL( in bindPackage_()
705 mediaType.equalsAsciiL( in bindPackage_()
923 token.equalsAsciiL( in unorc_verify_init()
1564 if (m_loader.equalsAsciiL( in processPackage_()
/aoo42x/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx280 if (segment.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("."))) { in processSegments()
285 } else if (segment.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(".."))) { in processSegments()
663 && s.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("."))) in makeRelative()
667 && s.equalsAsciiL( in makeRelative()
/aoo42x/main/sw/source/core/access/
H A Daccgraphic.cxx68 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
70 sTestServiceName.equalsAsciiL( sAccessibleServiceName, in supportsService()
H A Daccpreview.cxx76 return rServiceName.equalsAsciiL( in supportsService()
78 rServiceName.equalsAsciiL( in supportsService()
H A Daccembedded.cxx96 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
98 sTestServiceName.equalsAsciiL( sAccessibleServiceName, in supportsService()
H A Daccpage.cxx160 return rServiceName.equalsAsciiL( sServiceName, sizeof(sServiceName)-1 ) || in supportsService()
161 rServiceName.equalsAsciiL( sAccessibleServiceName, in supportsService()
/aoo42x/main/testtools/source/bridgetest/
H A Dcurrentcontextchecker.cxx76 return Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(KEY)) in getValueByName()
120 return s.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(VALUE)); in performCheck()
/aoo42x/main/chart2/source/controller/main/
H A DStatusBarCommandDispatch.cxx84 bool bFireContext( bFireAll || rURL.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(".uno:Context"))); in fireStatusEvent()
85 …bool bFireModified( bFireAll || rURL.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(".uno:ModifiedStatus… in fireStatusEvent()
H A DChartDropTargetHelper.cxx119 aStrings[0].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "soffice" ))) in ExecuteDrop()
150 … if( aArguments[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CellRangeRepresentation"))) in ExecuteDrop()
/aoo42x/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx392 bool bReadOnly = !!ServiceSpecifier.equalsAsciiL( in createInstanceWithArguments()
395 ServiceSpecifier.equalsAsciiL( in createInstanceWithArguments()
420 if ( aProp.Name.equalsAsciiL( in createInstanceWithArguments()
455 else if ( aProp.Name.equalsAsciiL( in createInstanceWithArguments()
/aoo42x/main/forms/source/xforms/
H A Ddatatypes.cxx653 sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("0")) || in _validate()
654 sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("1")) || in _validate()
655 sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("true")) || in _validate()
656 sValue.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("false")); in _validate()
/aoo42x/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx299 if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "onstopaudio" ) ) ) in endFastElement()
303 else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("play") ) ) in endFastElement()
319 else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("togglePause") ) ) in endFastElement()
323 else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("stop") ) ) in endFastElement()
/aoo42x/main/xmlsecurity/source/xmlsec/nss/
H A Dseinitializer_nssimpl.cxx157 …return ServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SE_SERVICE_NAME )) || ServiceName.eq… in SEInitializer_NssImpl_supportsService()
/aoo42x/main/writerfilter/source/filter/
H A DRtfFilter.cxx108 return (rServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME1 ) ) || in supportsService()
109 rServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SERVICE_NAME2 ) )); in supportsService()

Completed in 163 milliseconds

12345678910>>...17