Home
last modified time | relevance | path

Searched refs:equalsAscii (Results 101 – 125 of 453) sorted by relevance

12345678910>>...19

/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNDriver.cxx184 …return (url.equalsAscii("sdbc:address:evolution:local") || url.equalsAscii("sdbc:address:evolution… in acceptsURL_Stat()
/aoo42x/main/svx/source/items/
H A Dzoomitem.cxx164 if ( aSeq[i].Name.equalsAscii( ZOOM_PARAM_VALUE )) in PutValue()
169 else if ( aSeq[i].Name.equalsAscii( ZOOM_PARAM_VALUESET )) in PutValue()
174 else if ( aSeq[i].Name.equalsAscii( ZOOM_PARAM_TYPE )) in PutValue()
/aoo42x/main/cui/source/customize/
H A Dselector.cxx325 sal_Bool bIsRootNode = _rxRootNode->getName().equalsAscii("Root"); in fillScriptList()
355 if ( sUIName.equalsAscii( "user" ) ) in fillScriptList()
360 else if ( sUIName.equalsAscii( "share" ) ) in fillScriptList()
596 if ( node->getName().equalsAscii( "user" ) || node->getName().equalsAscii( "share" ) ) in GetImage()
776 if ( aPropSeq[k].Name.equalsAscii( "Name" ) ) in GroupSelected()
/aoo42x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx952 …if ( rURL.getLength() == 0 && rArgs.getLength() == 1 && rArgs[0].Name.equalsAscii( "SetEmbedded" )… in attachResource()
2103 …else if ( aFlavor.MimeType.equalsAscii( "application/x-openoffice-emf;windows_formatname=\"Image E… in getTransferData()
2138 …else if ( aFlavor.MimeType.equalsAscii( "application/x-openoffice-wmf;windows_formatname=\"Image W… in getTransferData()
2178 else if ( aFlavor.MimeType.equalsAscii( "image/svg+xml" ) ) in getTransferData()
2226 else if ( aFlavor.MimeType.equalsAscii( "image/png" ) ) in getTransferData()
2351 …else if ( aFlavor.MimeType.equalsAscii( "application/x-openoffice-emf;windows_formatname=\"Image E… in isDataFlavorSupported()
2359 …else if ( aFlavor.MimeType.equalsAscii( "application/x-openoffice-wmf;windows_formatname=\"Image W… in isDataFlavorSupported()
2367 else if ( aFlavor.MimeType.equalsAscii( "image/svg+xml" ) ) in isDataFlavorSupported()
2382 …else if ( aFlavor.MimeType.equalsAscii( "application/x-openoffice-bitmap;windows_formatname=\"Bitm… in isDataFlavorSupported()
2387 else if ( aFlavor.MimeType.equalsAscii( "image/png" ) ) in isDataFlavorSupported()
[all …]
H A Dsfxmodelfactory.cxx147 return _rValueName.equalsAscii( "EmbeddedObject" ) in isSpecialArgumentName()
148 || _rValueName.equalsAscii( "EmbeddedScriptSupport" ) in isSpecialArgumentName()
149 || _rValueName.equalsAscii( "DocumentRecoverySupport" ); in isSpecialArgumentName()
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBColumns.cxx72 …if ( !_rName.equalsAscii("DEFAULT") && !m_pTable->getSchema().equalsAscii("DOMAIN") && !m_pTable->… in createObject()
/aoo42x/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx177 if ( Args[n].Name.equalsAscii( "ConfigurationData" )) in createUIElement()
179 else if ( Args[n].Name.equalsAscii( "Frame" )) in createUIElement()
181 else if ( Args[n].Name.equalsAscii( "ResourceURL" )) in createUIElement()
/aoo42x/main/sal/qa/osl/file/
H A Dosl_old_test_file.cxx111 ASSERT_TRUE( target.equalsAscii( aSource1[i+1] ) ) << "failure #1.1"; in TEST_F()
140 ASSERT_TRUE(target.equalsAscii( aSource2[i+1] )) << "failure #2.1"; in TEST_F()
240 ASSERT_TRUE(target.equalsAscii( aSource1[i+1] )) << "failure #10.1"; in TEST_F()
/aoo42x/main/sw/source/ui/vba/
H A Dvbaview.cxx85 if( aImplName.equalsAscii("SwXBodyText") ) in getSeekView()
89 else if( aImplName.equalsAscii("SwXHeadFootText") ) in getSeekView()
110 else if( aImplName.equalsAscii("SwXFootnote") ) in getSeekView()
313 if( aPageStyleName.equalsAscii("First Page") ) in getHFTextRange()
/aoo42x/main/vcl/source/window/
H A Dwindow4.cxx189 if( pVals[i].Name.equalsAscii( "Enabled" ) ) in setProperties()
195 else if( pVals[i].Name.equalsAscii( "Visible" ) ) in setProperties()
201 else if( pVals[i].Name.equalsAscii( "Text" ) ) in setProperties()
/aoo42x/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx282 if( aParam.equalsAscii( "-headless" ) ) in get_desktop_environment()
287 … if( i < nParams-1 && (aParam.equalsAscii( "-display" ) || aParam.equalsAscii( "--display" )) ) in get_desktop_environment()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx75 if (aName.equalsAscii("TypeName" ) ) in detect()
77 if (aName.equalsAscii("URL" ) ) in detect()
79 if (aName.equalsAscii("InputStream" ) ) in detect()
/aoo42x/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx356 if( pValues->Name.equalsAscii( "Type" ) ) in onExportBrowse()
361 else if( pValues->Name.equalsAscii( "DocumentService" ) ) in onExportBrowse()
366 else if( pValues->Name.equalsAscii( "Flags" ) ) in onExportBrowse()
371 if( pValues->Name.equalsAscii( "UIName" ) ) in onExportBrowse()
395 if( pValues2->Name.equalsAscii( "Extensions" ) ) in onExportBrowse()
/aoo42x/main/sc/source/ui/unoobj/
H A Dnameuno.cxx427 if ( rPropertyName.equalsAscii( SC_UNONAME_ISSHAREDFMLA ) ) in setPropertyValue()
444 if ( rPropertyName.equalsAscii( SC_UNO_LINKDISPBIT ) ) in getPropertyValue()
449 else if ( rPropertyName.equalsAscii( SC_UNO_LINKDISPNAME ) ) in getPropertyValue()
451 else if ( rPropertyName.equalsAscii( SC_UNONAME_TOKENINDEX ) ) in getPropertyValue()
458 else if ( rPropertyName.equalsAscii( SC_UNONAME_ISSHAREDFMLA ) ) in getPropertyValue()
478 return rServiceName.equalsAscii( SCNAMEDRANGEOBJ_SERVICE ) || in supportsService()
479 rServiceName.equalsAscii( SCLINKTARGET_SERVICE ); in supportsService()
/aoo42x/main/svtools/source/filter/
H A DSvFilterOptionsDialog.cxx142 if ( maMediaDescriptor[ i ].Name.equalsAscii( "FilterData" ) ) in getPropertyValues()
164 if ( maMediaDescriptor[ i ].Name.equalsAscii( "FilterData" ) ) in setPropertyValues()
168 else if ( maMediaDescriptor[ i ].Name.equalsAscii( "SelectionOnly" ) ) in setPropertyValues()
/aoo42x/main/package/source/xstor/
H A Dxstorage.cxx4998 if ( aPropertyName.equalsAscii( "MediaType" ) ) in setPropertyValue()
5006 else if ( aPropertyName.equalsAscii( "Version" ) ) in setPropertyValue()
5021 || aPropertyName.equalsAscii( "URL" ) in setPropertyValue()
5023 || aPropertyName.equalsAscii( "IsRoot" ) in setPropertyValue()
5068 || aPropertyName.equalsAscii( "IsRoot" ) ) in setPropertyValue()
5097 && ( aPropertyName.equalsAscii( "MediaType" ) in getPropertyValue()
5099 || aPropertyName.equalsAscii( "Version" ) ) ) in getPropertyValue()
5123 if ( aPropertyName.equalsAscii( "MediaType" ) ) in getPropertyValue()
5130 else if ( aPropertyName.equalsAscii( "IsRoot" ) ) in getPropertyValue()
5140 if ( aPropertyName.equalsAscii( "URL" ) in getPropertyValue()
[all …]
/aoo42x/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx409 if (aFeatureURL.equalsAscii("AppendSearchHistory")) in statusChanged()
747 ServiceName.equalsAscii("com.sun.star.comp.svx.FindbarDispatcher") || in supportsService()
748 ServiceName.equalsAscii("com.sun.star.frame.ProtocolHandler") in supportsService()
777 if ( aURL.Protocol.equalsAscii("vnd.sun.star.findbar:") ) in queryDispatch()
798 if ( aURL.Path.equalsAscii("FocusToFindbar") ) in dispatch()
824 if ( sItemCommand.equalsAscii(".uno:FindText") ) in dispatch()
/aoo42x/main/svx/source/unodraw/
H A Dunoshap2.cxx846 if ( aFormsName.equalsAscii( "FontSlant" ) ) in setPropertyValue()
853 else if ( aFormsName.equalsAscii( "Align" ) ) in setPropertyValue()
857 else if ( aFormsName.equalsAscii( "VerticalAlign" ) ) in setPropertyValue()
887 if ( aFormsName.equalsAscii( "FontSlant" ) ) in getPropertyValue()
901 else if ( aFormsName.equalsAscii( "Align" ) ) in getPropertyValue()
905 else if ( aFormsName.equalsAscii( "VerticalAlign" ) ) in getPropertyValue()
981 if ( aFormsName.equalsAscii( "FontSlant" ) ) in getPropertyDefault()
987 else if ( aFormsName.equalsAscii( "Align" ) ) in getPropertyDefault()
991 else if ( aFormsName.equalsAscii( "VerticalAlign" ) ) in getPropertyDefault()
/aoo42x/main/i18npool/source/localedata/
H A Dlocaledata.cxx401 if (localeName.equalsAscii(aLibTable[i].pLocale) || in getFunctionSymbolByName()
526 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
537 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
548 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
1326 (l > 0 && c > 0 && rLocale.Language.equalsAscii("zh") && in getFunctionSymbol()
1327 (rLocale.Country.equalsAscii("HK") || in getFunctionSymbol()
1328 rLocale.Country.equalsAscii("MO")) && in getFunctionSymbol()
/aoo42x/main/filter/source/config/cache/
H A Dtypedetection.cxx259 (sDocumentService.equalsAscii("com.sun.star.sheet.SpreadsheetDocument")) && in impl_checkResultsAndAddBestFilter()
261 (sRealType.equalsAscii("writer_Text" )) || in impl_checkResultsAndAddBestFilter()
262 (sRealType.equalsAscii("writer_Text_encoded")) in impl_checkResultsAndAddBestFilter()
270 (sDocumentService.equalsAscii("com.sun.star.text.TextDocument")) && in impl_checkResultsAndAddBestFilter()
271 (sRealType.equalsAscii("calc_Text_txt_csv_StarCalc" )) in impl_checkResultsAndAddBestFilter()
/aoo42x/main/framework/source/uielement/
H A Dbuttontoolbarcontroller.cxx154 if ( aPropValue.Name.equalsAscii( "Frame" )) in initialize()
156 else if ( aPropValue.Name.equalsAscii( "CommandURL" )) in initialize()
158 else if ( aPropValue.Name.equalsAscii( "ServiceManager" )) in initialize()
H A Dlangselectionmenucontroller.cxx336 if( m_aCommandURL.equalsAscii( ".uno:SetLanguageSelectionMenu" )) in updatePopupMenu()
340 else if( m_aCommandURL.equalsAscii( ".uno:SetLanguageParagraphMenu" )) in updatePopupMenu()
344 else if( m_aCommandURL.equalsAscii( ".uno:SetLanguageAllTextMenu" )) in updatePopupMenu()
/aoo42x/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx123 if ( sUri.equalsAscii( "http://schemas.openxmlformats.org/presentationml/2006/ole" ) ) in createFastChildContext()
125 … else if ( sUri.equalsAscii( "http://schemas.openxmlformats.org/drawingml/2006/diagram" ) ) in createFastChildContext()
127 else if ( sUri.equalsAscii( "http://schemas.openxmlformats.org/drawingml/2006/chart" ) ) in createFastChildContext()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbar.cxx52 if( m_sResourceUrl.equalsAscii( ITEM_MENUBAR_URL ) ) in getName()
54 … if( pCBarHelper->getModuleId().equalsAscii("com.sun.star.sheet.SpreadsheetDocument") ) in getName()
56 else if( pCBarHelper->getModuleId().equalsAscii("com.sun.star.text.TextDocument") ) in getName()
/aoo42x/main/extensions/source/update/check/
H A Dupdatecheckjob.cxx199 if ( namedValues[ n ].Name.equalsAscii( "DynamicData" ) ) in execute()
206 if ( aListProp[ i ].Name.equalsAscii( "updateList" ) ) in execute()
231 !aEventName.equalsAscii("onFirstVisibleTask"))); in execute()

Completed in 209 milliseconds

12345678910>>...19