Home
last modified time | relevance | path

Searched refs:equalsAsciiL (Results 151 – 175 of 403) sorted by relevance

12345678910>>...17

/aoo42x/main/framework/source/uielement/
H A Dedittoolbarcontroller.cxx245 if ( rControlCommand.Command.equalsAsciiL( "SetText", 7 )) in executeControlCommand()
249 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
H A Dpanelwrapper.cxx158 if ( aPropValue.Name.equalsAsciiL( "PopupMode", 9 )) in initialize()
160 else if ( aPropValue.Name.equalsAsciiL( "ContentWindow", 13 )) in initialize()
/aoo42x/main/sw/source/core/unocore/
H A Dunoftn.cxx634 if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_START_REDLINE)) || in getPropertyValue()
635 rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_END_REDLINE))) in getPropertyValue()
643 else if (rPropertyName.equalsAsciiL( in getPropertyValue()
H A Dunoidx.cxx3018 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3031 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3038 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3053 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3065 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3071 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3098 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3109 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3124 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
H A Dunocrsrhelper.cxx1032 if( rRedlineType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "Delete" ) )) in makeRedline()
1034 else if( rRedlineType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "Format" ) )) in makeRedline()
1036 else if( rRedlineType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "TextTable" ) )) in makeRedline()
1038 else if( !rRedlineType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "Insert" ) )) in makeRedline()
/aoo42x/main/stoc/source/security/
H A Dpermissions.cxx332 , m_allFiles( sal_False != perm.URL.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("<<ALL FILES>>")) ) in FilePermission()
336 if (m_url.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("*") )) in FilePermission()
343 else if (m_url.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("-") )) in FilePermission()
/aoo42x/main/configmgr/source/
H A Dconfigurationprovider.cxx256 if (ServiceSpecifier.equalsAsciiL( in createInstanceWithArguments()
260 } else if (ServiceSpecifier.equalsAsciiL( in createInstanceWithArguments()
362 if (locale_.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("*"))) { in getLocale()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventexecutor.cxx199 ( sEventType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Script" ) ) in documentEventOccured()
200 || sEventType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Service" ) ) in documentEventOccured()
/aoo42x/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx606 return rServiceName.equalsAsciiL( sAccessible , sizeof(sAccessible )-1 ) || in supportsService()
607 rServiceName.equalsAsciiL( sAccessibleContext , sizeof(sAccessibleContext )-1 ) || in supportsService()
608 rServiceName.equalsAsciiL( sAccessibleComponent, sizeof(sAccessibleComponent)-1 ); in supportsService()
/aoo42x/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx118 return type.getTypeName().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in queryInterface()
152 return type.getTypeName().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in queryInterface()
181 return (type.getTypeName().equalsAsciiL( in queryInterface()
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx68 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("true") )) in getBoolAttr()
73 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("false") )) in getBoolAttr()
135 (rLocalName.equalsAsciiL( in isEventElement()
137 rLocalName.equalsAsciiL( in isEventElement()
140 rLocalName.equalsAsciiL( in isEventElement()
/aoo42x/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1035 if ( sPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DisplayName") ) ) in getPropertyValue()
1474 … if (aPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SC_UNO_PAGE_SCALETOX ))) in getPropertyDefault()
1867 if ( aName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SC_PAPERBIN_DEFAULTNAME ) ) ) in SetOnePropertyValueWithoutUpdate()
1898 … if ( rPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SC_UNO_PAGE_SCALETOX))) in SetOnePropertyValueWithoutUpdate()
2079 … if (aPropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SC_UNO_PAGE_SCALETOX))) in getPropertyValue()
2141 return rServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( SCSTYLE_SERVICE ) )|| in supportsService()
2142 rServiceName.equalsAsciiL( in supportsService()
/aoo42x/main/xmlscript/source/xmllib_imexp/
H A Dimp_share.hxx71 if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("true") )) in getBoolAttr()
76 else if (aValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("false") )) in getBoolAttr()
/aoo42x/main/io/source/acceptor/
H A Dacceptor.cxx160 if (aDesc.getName().equalsAsciiL( in accept()
184 else if (aDesc.getName().equalsAsciiL( in accept()
/aoo42x/main/io/source/connector/
H A Dconnector.cxx102 if (aDesc.getName().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in connect()
126 else if (aDesc.getName().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in connect()
/aoo42x/main/sd/source/filter/eppt/
H A Depptso.cxx2502 … if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "NumberingType" ) ) ) in ImplGetNumberingLevel()
2504 else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Adjust" ) ) ) in ImplGetNumberingLevel()
2506 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "BulletChar" ) ) ) in ImplGetNumberingLevel()
2512 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "BulletFont" ) ) ) in ImplGetNumberingLevel()
2524 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "GraphicURL" ) ) ) in ImplGetNumberingLevel()
2526 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "GraphicSize" ) ) ) in ImplGetNumberingLevel()
2537 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StartWith" ) ) ) in ImplGetNumberingLevel()
2539 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "LeftMargin" ) ) ) in ImplGetNumberingLevel()
2543 … else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "BulletColor" ) ) ) in ImplGetNumberingLevel()
2556 else if ( aPropName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Prefix" ) ) ) in ImplGetNumberingLevel()
[all …]
/aoo42x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx621 if( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "node-type" ) ) ) in fixMainSequenceTiming()
779 if( pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("after-effect") ) ) in convertAnimationNode()
784 else if( pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("master-rel") ) ) in convertAnimationNode()
1703 if( !aContext.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("PPT") ) ) in importAnimateAttributeTargetContainer()
2246 if( aParam.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "onstopaudio" ) ) ) in importCommandContainer()
2250 else if( aParam.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("play") ) ) in importCommandContainer()
2266 else if( aParam.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("togglePause") ) ) in importCommandContainer()
2270 else if( aParam.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("stop") ) ) in importCommandContainer()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbars.cxx116 …if( m_pCBarHelper->getModuleId().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.sheet.Spre… in createCollectionObject()
130 …else if( m_pCBarHelper->getModuleId().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.… in createCollectionObject()
/aoo42x/main/basic/source/uno/
H A Dscriptcont.cxx328 if( aMod.aModuleType.equalsAsciiL( in importLibraryElement()
333 else if( aMod.aModuleType.equalsAsciiL( in importLibraryElement()
338 else if( aMod.aModuleType.equalsAsciiL( in importLibraryElement()
344 else if( aMod.aModuleType.equalsAsciiL( in importLibraryElement()
/aoo42x/main/ucb/source/ucp/webdav/
H A DCurlUri.cxx256 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in calculateURI()
260 bAppendPort = !mScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in calculateURI()
H A DCurlSession.cxx283 bAppendPort = aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ); in composeCurrentUri()
287 bAppendPort = !aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ); in composeCurrentUri()
738 bHasUserAgent = aHeaderIter->first.equalsAsciiL( in addEnvironmentRequestHeaders()
1769 if ( m_aUri.GetScheme().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "http" ) ) || in getProxySettings()
1770 m_aUri.GetScheme().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "https" ) ) ) in getProxySettings()
/aoo42x/main/svx/source/unodraw/
H A Dunopage.cxx651 if( aName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.TableShape")) || in GetTypeAndInventor()
652 aName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.presentation.TableShape")) ) in GetTypeAndInventor()
657 else if( aName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.presentation.MediaShape" )) ) in GetTypeAndInventor()
/aoo42x/main/filter/source/flash/
H A Dswfexporter.cxx573 …if( xShapes2.is() && xShape->getShapeType().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.… in exportShapes()
661 …bool bIsOleObject = xShape->getShapeType().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.p… in exportShape()
662 …|| xShape->getShapeType().equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.OLE2Shape"… in exportShape()
/aoo42x/main/sw/source/core/access/
H A Dacctextframe.cxx324 return sTestServiceName.equalsAsciiL( sServiceName, in supportsService()
326 sTestServiceName.equalsAsciiL( sAccessibleServiceName, in supportsService()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLExport.cxx2748 …if( aChartType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.CandleStickChartType"… in exportSeries()
2930 …bool bIsScatterChart = aChartType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.Sc… in exportSeries()
2931 …bool bIsBubbleChart = aChartType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.Bub… in exportSeries()
3735 xDPServiceInfo->getImplementationName().equalsAsciiL( in _ExportContent()
3813 … if( aArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CellRangeRepresentation"))) in InitRangeSegmentationProperties()
3815 … else if( aArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("BrokenCellRangeForExport"))) in InitRangeSegmentationProperties()
3820 … else if( aArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("DataRowSource"))) in InitRangeSegmentationProperties()
3826 … else if( aArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("FirstCellAsLabel"))) in InitRangeSegmentationProperties()
3828 … else if( aArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("SequenceMapping"))) in InitRangeSegmentationProperties()
3830 … else if( aArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("TableNumberList"))) in InitRangeSegmentationProperties()

Completed in 163 milliseconds

12345678910>>...17