Home
last modified time | relevance | path

Searched refs:equalsAscii (Results 176 – 200 of 453) sorted by relevance

12345678910>>...19

/aoo42x/main/desktop/source/migration/
H A Dcfgfilter.cxx55 if (nv.Name.equalsAscii("Source")) in initialize()
57 if (nv.Name.equalsAscii("ComponentName")) in initialize()
/aoo42x/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx131 …return rLocale.Language.equalsAscii("zh") || rLocale.Language.equalsAscii("ja") || rLocale.Languag… in isCJK()
/aoo42x/main/oox/source/ole/
H A Dvbacontrol.cxx291 if( pGuid->equalsAscii( COMCTL_GUID_SCROLLBAR_60 ) ) in createControlModel()
293 else if( pGuid->equalsAscii( COMCTL_GUID_PROGRESSBAR_50 ) ) in createControlModel()
295 else if( pGuid->equalsAscii( COMCTL_GUID_PROGRESSBAR_60 ) ) in createControlModel()
H A Daxbinaryreader.cxx180 if( aGuid.equalsAscii( AX_GUID_CFONT ) ) in importGuidAndFont()
182 if( aGuid.equalsAscii( OLE_GUID_STDFONT ) ) in importGuidAndFont()
/aoo42x/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx136 if ( sPropertyName.equalsAscii("Label" ) ) in GetCommandText()
272 if ( sDocumentService.equalsAscii( _pAsciiModuleName ) ) in impl_init()
/aoo42x/main/svx/source/form/
H A Dfmcontrollayout.cxx248 if ( sVisualEffect.equalsAscii( "flat" ) ) in initializeControlLayout()
250 else if ( sVisualEffect.equalsAscii( "3D" ) ) in initializeControlLayout()
/aoo42x/main/framework/source/helper/
H A Duielementwrapperbase.cxx135 if ( aPropValue.Name.equalsAscii( "ResourceURL" )) in initialize()
137 else if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize()
/aoo42x/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx335 if ( rEvent.FeatureURL.Path.equalsAscii( "FontHeight" )) in statusChanged()
349 else if ( rEvent.FeatureURL.Path.equalsAscii( "CharFontName" )) in statusChanged()
/aoo42x/main/i18npool/source/textconversion/
H A Dtextconversion_zh.cxx242 if (rLocale.Language.equalsAscii("zh") && in getConversion()
266 if (rLocale.Language.equalsAscii("zh") && in getConversionWithOffset()
/aoo42x/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx361 if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize()
363 else if ( aPropValue.Name.equalsAscii( "CommandURL" )) in initialize()
/aoo42x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx177 if ( pArgIter->Name.equalsAscii("DataRowSource") ) in createDataSourcePossible()
184 else if ( pArgIter->Name.equalsAscii("CellRangeRepresentation") ) in createDataSourcePossible()
188 if ( !sRange.equalsAscii("all") ) in createDataSourcePossible()
191 else if ( pArgIter->Name.equalsAscii("FirstCellAsLabel") ) in createDataSourcePossible()
/aoo42x/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx1449 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in setStatementRDFa()
1512 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in removeStatementRDFa()
1543 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in getStatementRDFa()
/aoo42x/main/svl/qa/
H A Dtest_URIHelper.cxx285 : ref.is() && ref->getUriReference().equalsAscii(tests[i].relative); in TEST_F()
419 : (result.equalsAscii(tests[i].result) && begin == tests[i].begin in TEST_F()
/aoo42x/main/sc/source/filter/excel/
H A Dxlescher.cxx369 … rDescriptor.ListenerType.equalsAscii( spTbxListenerData[ eEventType ].mpcListenerType ) && in ExtractFromMacroDescriptor()
370 rDescriptor.EventMethod.equalsAscii( spTbxListenerData[ eEventType ].mpcEventMethod ) ) in ExtractFromMacroDescriptor()
/aoo42x/main/fpicker/source/office/
H A DOfficeFilePicker.cxx1117 if ( _rName.equalsAscii( "TemplateDescription" ) ) in implHandleInitializationArgument()
1123 if ( _rName.equalsAscii( "StandardDir" ) ) in implHandleInitializationArgument()
1129 if ( _rName.equalsAscii( "BlackList" ) ) in implHandleInitializationArgument()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1013 if ( pIter->Name.equalsAscii( "MacroExecutionMode" ) ) in onCommandOpenSomething()
1164 sal_Bool bOpen = aCommand.Name.equalsAscii( "open" ); in execute()
1165 sal_Bool bOpenInDesign = aCommand.Name.equalsAscii( "openDesign" ); in execute()
1166 sal_Bool bOpenForMail = aCommand.Name.equalsAscii( "openForMail" ); in execute()
1824 if ( !m_bForm && !sDocumentService.equalsAscii("com.sun.star.text.TextDocument")) in loadEmbeddedObject()
/aoo42x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1385 if ( PropertyName.equalsAscii(PROPERTY_FILTER) ) in onInteractivePropertySelection()
1398 else if ( PropertyName.equalsAscii(PROPERTY_FONT) ) in onInteractivePropertySelection()
1415 else if ( PropertyName.equalsAscii(PROPERTY_FORMULA) in onInteractivePropertySelection()
1416 || PropertyName.equalsAscii(PROPERTY_INITIALFORMULA) in onInteractivePropertySelection()
1417 || PropertyName.equalsAscii(PROPERTY_DATAFIELD) in onInteractivePropertySelection()
1418 || PropertyName.equalsAscii(PROPERTY_CONDITIONALPRINTEXPRESSION)) in onInteractivePropertySelection()
1438 else if ( PropertyName.equalsAscii(PROPERTY_AREA) ) in onInteractivePropertySelection()
/aoo42x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx691 if( (nNodeType == AnimationNodeType::SET) && aAttributeName.equalsAscii( "fill.on" ) ) in convertAnimationNode()
974 rValue <<= aString.equalsAscii( "solid" ) ? FillStyle_SOLID : FillStyle_NONE; in convertAnimationValue()
985 …rValue <<= aString.equalsAscii( "true" ) ? ::com::sun::star::drawing::LineStyle_SOLID : ::com::sun… in convertAnimationValue()
996 …rValue <<= aString.equalsAscii( "bold" ) ? com::sun::star::awt::FontWeight::BOLD : com::sun::star:… in convertAnimationValue()
1007 …rValue <<= aString.equalsAscii( "italic" ) ? com::sun::star::awt::FontSlant_ITALIC : com::sun::sta… in convertAnimationValue()
1018 …rValue <<= aString.equalsAscii( "true" ) ? com::sun::star::awt::FontUnderline::SINGLE : com::sun::… in convertAnimationValue()
1041 rValue <<= aString.equalsAscii( "visible" ) ? sal_True : sal_False; in convertAnimationValue()
/aoo42x/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx427 if( !aCompleteName.equalsAscii( "Unknown" ) ) in isDependencySatisfied()
436 if( !aCompleteName.equalsAscii( "Unknown" ) ) in isDependencySatisfied()
/aoo42x/main/sw/source/core/unocore/
H A Dunorefmk.cxx1497 if (rPropertyName.equalsAscii("NumberFormat")) in setPropertyValue()
1505 else if (rPropertyName.equalsAscii("IsFixedLanguage")) in setPropertyValue()
1532 if (rPropertyName.equalsAscii("NumberFormat")) in getPropertyValue()
1537 else if (rPropertyName.equalsAscii("IsFixedLanguage")) in getPropertyValue()
/aoo42x/main/svl/source/fsstor/
H A Dfsstorage.cxx1337 if ( aPropertyName.equalsAscii( "URL" ) || aPropertyName.equalsAscii( "OpenMode" ) ) in setPropertyValue()
1355 if ( aPropertyName.equalsAscii( "URL" ) ) in getPropertyValue()
1357 else if ( aPropertyName.equalsAscii( "OpenMode" ) ) in getPropertyValue()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx580 if ( _rURL.Complete.equalsAscii( ".uno:GridSlots/BrowserAttribs" ) ) in classifyDispatchURL()
582 else if ( _rURL.Complete.equalsAscii( ".uno:GridSlots/RowHeight" ) ) in classifyDispatchURL()
584 else if ( _rURL.Complete.equalsAscii( ".uno:GridSlots/ColumnAttribs" ) ) in classifyDispatchURL()
586 else if ( _rURL.Complete.equalsAscii( ".uno:GridSlots/ColumnWidth" ) ) in classifyDispatchURL()
/aoo42x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx322 if ( aName.equalsAscii("Property") ) in SetDefaults()
327 if ( aPropertyValue.Name.equalsAscii( "PrintContent" ) ) in SetDefaults()
332 else if ( aPropertyValue.Name.equalsAscii( "IsIncludeEmptyPages" ) ) in SetDefaults()
786 if( rOptions[i].Name.equalsAscii( "IsOnlySelectedSheets" ) ) in FillRenderMarkData()
790 else if( rOptions[i].Name.equalsAscii( "IsIncludeEmptyPages" ) ) in FillRenderMarkData()
794 else if( rOptions[i].Name.equalsAscii( "PageRange" ) ) in FillRenderMarkData()
798 else if( rOptions[i].Name.equalsAscii( "PrintRange" ) ) in FillRenderMarkData()
802 else if( rOptions[i].Name.equalsAscii( "PrintContent" ) ) in FillRenderMarkData()
807 else if( rOptions[i].Name.equalsAscii( "View" ) ) in FillRenderMarkData()
/aoo42x/main/sw/source/core/access/
H A Daccdoc.cxx604 if ( Event.EventName.equalsAscii( "FirstPageShows" ) ) in notifyEvent()
608 else if ( Event.EventName.equalsAscii( "LoadFinished" ) ) in notifyEvent()
615 else if ( Event.EventName.equalsAscii( "FormatFinished" ) ) in notifyEvent()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx1640 else if ( aArgs.getLength() == 1 && aArgs[0].Name.equalsAscii("Zoom") ) in Execute()
1650 if ( aArgs.getLength() == 1 && aArgs[0].Name.equalsAscii("ZoomSlider") ) in Execute()
2832 if ( commandName->equalsAscii( "ShowRuler" ) ) in restoreViewData()
2834 else if ( commandName->equalsAscii( "HelplinesMove" ) ) in restoreViewData()
2836 else if ( commandName->equalsAscii( "GridVisible" ) ) in restoreViewData()
2838 else if ( commandName->equalsAscii( "GridUse" ) ) in restoreViewData()
2840 else if ( commandName->equalsAscii( "ControlProperties" ) ) in restoreViewData()
2842 else if ( commandName->equalsAscii( "LastPropertyBrowserPage" ) ) in restoreViewData()
2844 else if ( commandName->equalsAscii( "SplitPosition" ) ) in restoreViewData()
4126 return !m_sMode.equalsAscii("remote"); in isUiVisible()

Completed in 179 milliseconds

12345678910>>...19