Home
last modified time | relevance | path

Searched refs:Name (Results 476 – 500 of 2336) sorted by relevance

1...<<11121314151617181920>>...94

/aoo41x/main/qadevOOo/tests/java/mod/_basctl/
H A DAccessibleShape.java85 aArgs[0].Name = "Document"; in createTestEnvironment()
88 aArgs[1].Name = "LibName"; in createTestEnvironment()
91 aArgs[2].Name = "Name"; in createTestEnvironment()
94 aArgs[3].Name = "Type"; in createTestEnvironment()
/aoo41x/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx76 OUSTR_TO_C( aProps[i].Name ), in lcl_printProperties()
90 if ( aProps[i].Name.equals( sName ) ) in lcl_findProperty()
105 sal_Int32 nPos = lcl_findProperty( aDst, aSrc[i].Name ); in lcl_mergeProperties()
370 if ( aParaProps[i].Name.equals( sParaIndent ) ) in GetParaProperties()
374 aProps[aProps.getLength( ) - 1].Name = sFirstLineIndent; in GetParaProperties()
376 else if ( aParaProps[i].Name.equals( sParaLeftMargin ) ) in GetParaProperties()
380 aProps[aProps.getLength( ) - 1].Name = sIndentAt; in GetParaProperties()
581 … aLvlProps[aLvlProps.getLength() - 1].Name = aPropNameSupplier.GetName( PROP_CHAR_STYLE_NAME ); in CreateNumberingRules()
/aoo41x/main/padmin/source/
H A Ddesktopcontext.cxx39 Any SAL_CALL DesktopContext::getValueByName( const OUString& Name) throw (RuntimeException) in getValueByName() argument
43 if ( 0 == Name.compareToAscii( DESKTOP_ENVIRONMENT_NAME ) ) in getValueByName()
50 retVal = m_xNextContext->getValueByName( Name ); in getValueByName()
/aoo41x/main/xmerge/source/bridge/java/
H A DXMergeBridge.java188 if (pValue[i].Name.compareTo("InputStream")==0){ in importer()
191 if (pValue[i].Name.compareTo("FileName")==0){ in importer()
285 if (pValue[i].Name.compareTo("OutputStream")==0){ in exporter()
289 if (pValue[i].Name.compareTo("FileName")==0){ in exporter()
293 if (pValue[i].Name.compareTo("URL")==0){ in exporter()
298 if (pValue[i].Name.compareTo("Title")==0){ in exporter()
/aoo41x/main/vcl/source/app/
H A Dsvdata.cxx240 #define VCL_CREATERESMGR_NAME( Name ) #Name argument
337 virtual com::sun::star::uno::Any SAL_CALL getValueByName( const rtl::OUString& Name )
343 com::sun::star::uno::Any AccessBridgeCurrentContext::getValueByName( const rtl::OUString & Name ) in getValueByName() argument
347 if( Name.equalsAscii( "java-vm.interaction-handler" ) ) in getValueByName()
355 ret = m_prevContext->getValueByName( Name ); in getValueByName()
/aoo41x/main/sw/source/ui/index/
H A Dcntex.cxx413 pPropValArr[0].Name = C2U("TokenType"); in CreateOrUpdateExample()
415 pPropValArr[1].Name = C2U("CharacterStyleName"); in CreateOrUpdateExample()
419 pPropValArr[2].Name = C2U("TabStopRightAligned"); in CreateOrUpdateExample()
422 pPropValArr[3].Name = C2U("TabStopFillCharacter"); in CreateOrUpdateExample()
424 pPropValArr[4].Name = C2U("TabStopPosition"); in CreateOrUpdateExample()
432 pPropValArr[2].Name = C2U("Text"); in CreateOrUpdateExample()
/aoo41x/main/forms/source/component/
H A DEdit.cxx466 if ( !xDestInfo->hasPropertyByName( pSourceProps->Name ) ) in lcl_transferProperties()
472 Property aDestProp( xDestInfo->getPropertyByName( pSourceProps->Name ) ); in lcl_transferProperties()
481 …_rxDest->setPropertyValue( pSourceProps->Name, _rxSource->getPropertyValue( pSourceProps->Name ) ); in lcl_transferProperties()
487 …sMessage += ::rtl::OString( pSourceProps->Name.getStr(), pSourceProps->Name.getLength(), RTL_TEXTE… in lcl_transferProperties()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_connection.cxx164 if (!pIter->Name.compareToAscii("user")) { in construct()
166 } else if (!pIter->Name.compareToAscii("password")) { in construct()
168 } else if (!pIter->Name.compareToAscii("LocalSocket")) { in construct()
171 } else if (!pIter->Name.compareToAscii("NamedPipe")) { in construct()
174 } else if ( !pIter->Name.compareToAscii("PublicConnectionURL")) { in construct()
176 } else if ( !pIter->Name.compareToAscii("NewURL")) { // legacy name for "PublicConnectionURL" in construct()
/aoo41x/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java142 final String sName = xPropertyInfoOfPathSettings[i].Name; in before()
209 final String sName = xPropertyInfoOfPathSettings[i].Name; in checkInternalListConsistence()
291 final String sName = aListOfWorkingProperty.get(i).Name; in showPathSettings()
428 String name = property.Name; in checkXFastPropertySet()
469 String name = property.Name; in checkStringListProperty()
590 String name = property.Name; in checkStringProperty()
/aoo41x/main/ucb/source/ucp/webdav/
H A DPropertyMap.hxx39 return !!( p1.Name == p2.Name ); in operator ()()
47 return p.Name.hashCode(); in operator ()()
/aoo41x/main/desktop/source/app/
H A Ddesktopcontext.cxx43 Any SAL_CALL DesktopContext::getValueByName( const OUString& Name) throw (RuntimeException) in getValueByName() argument
47 if ( 0 == Name.compareToAscii( JAVA_INTERACTION_HANDLER_NAME )) in getValueByName()
54 retVal = m_xNextContext->getValueByName( Name ); in getValueByName()
/aoo41x/main/python/
H A Dpython-2.7.18-msvs9-subsystem.patch6 Name="VCLinkerTool"
15 Name="VCLinkerTool"
20 Name="VCALinkTool"
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java227 if (CurUnoDialog.getDlgNameAccess().hasByName(nameProps[n].Name)) in fillupControls()
229 setControlData(nameProps[n].Name, valueProps[n].Value); in fillupControls()
309 …CurUnoDialog.setControlProperty(curproperty.Name, PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(… in toggleControls()
407 if (CurUnoDialog.getDlgNameAccess().hasByName(nameProp.Name)) in fieldInfo()
409 valueProp.Value = getControlData(nameProp.Name); in fieldInfo()
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DJoinViewAccessibility.java145 info[0].Name = "user"; in createTestEnvironment()
148 info[1].Name = "password"; in createTestEnvironment()
312 loadProps[0].Name = "QueryDesignView"; in createTestEnvironment()
316 loadProps[1].Name = "CurrentQuery"; in createTestEnvironment()
320 loadProps[2].Name = "DataSource"; in createTestEnvironment()
H A DConnectionLineAccessibility.java147 info[0].Name = "user"; in createTestEnvironment()
150 info[1].Name = "password"; in createTestEnvironment()
331 loadProps[0].Name = "QueryDesignView"; in createTestEnvironment()
335 loadProps[1].Name = "CurrentQuery"; in createTestEnvironment()
339 loadProps[2].Name = "DataSource"; in createTestEnvironment()
H A DTableWindowAccessibility.java142 info[0].Name = "user"; in createTestEnvironment()
145 info[1].Name = "password"; in createTestEnvironment()
286 loadProps[0].Name = "QueryDesignView"; in createTestEnvironment()
290 loadProps[1].Name = "CurrentQuery"; in createTestEnvironment()
294 loadProps[2].Name = "DataSource"; in createTestEnvironment()
/aoo41x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx971 aPropSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in implts_createAddonsToolBars()
973 aPropSeq[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ConfigurationData" )); in implts_createAddonsToolBars()
1170 if ( rTbxSeq[j].Name.equalsAscii( "ResourceURL" )) in implts_createCustomToolBars()
1172 else if ( rTbxSeq[j].Name.equalsAscii( "UIName" )) in implts_createCustomToolBars()
1360 aPropSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in implts_createElement()
1362 aPropSeq[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Persistent" )); in implts_createElement()
1563 if ( aWindowState[n].Name.equalsAscii( WINDOWSTATE_PROPERTY_DOCKED )) in implts_readWindowStateData()
1588 else if ( aWindowState[n].Name.equalsAscii( WINDOWSTATE_PROPERTY_POS )) in implts_readWindowStateData()
1597 else if ( aWindowState[n].Name.equalsAscii( WINDOWSTATE_PROPERTY_SIZE )) in implts_readWindowStateData()
1606 else if ( aWindowState[n].Name.equalsAscii( WINDOWSTATE_PROPERTY_UINAME )) in implts_readWindowStateData()
[all …]
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx153 removeByName( const rtl::OUString & Name )
340 aProp.Name = rtl::OUString( in createInstance()
420 if ( aProp.Name.equalsAsciiL( in createInstanceWithArguments()
455 else if ( aProp.Name.equalsAsciiL( in createInstanceWithArguments()
511 aProp.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( in createInstanceWithArguments()
1033 HierarchyDataAccess::removeByName( const rtl::OUString & Name ) in removeByName() argument
1043 xOrig->removeByName( Name ); in removeByName()
/aoo41x/main/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx206 aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("AsTemplate")); in run()
209 … aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")); in run()
212 … aArgs[nLen].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Hidden")); in run()
620 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()
658 _rMap.insert(TPropertyNameMap::value_type(pIter->Name,aValue)); in fillPropertyMap()
/aoo41x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBorder.java98 aStoreProperties_odt[0].Name = "Override"; in testParagraphBorderSetting()
100 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphBorderSetting()
108 aStoreProperties_doc[0].Name = "Override"; in testParagraphBorderSetting()
110 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphBorderSetting()
/aoo41x/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java305 System.out.println(props[i].Name + ":" + props[i].Value.toString()); in printPropertyValues()
310 System.out.println(props[i].Name + ":" + props[i].Value.toString()); in printPropertyValues()
323 while (i < props.length && !props[i].Name.equals(pName)) in getPropertyValueValue()
339 while (i < props.length && !props[i].Name.equals(pName)) in setPropertyValueValue()
/aoo41x/main/filter/source/pdf/
H A Dpdffilter.cxx63 if( pValue[ i ].Name.equalsAscii( "OutputStream" ) ) in implExport()
65 else if( pValue[ i ].Name.equalsAscii( "FilterData" ) ) in implExport()
67 else if ( pValue[ i ].Name.equalsAscii( "StatusIndicator" ) ) in implExport()
69 else if( pValue[i].Name.equalsAscii( "InteractionHandler" ) ) in implExport()
/aoo41x/main/connectivity/source/drivers/calc/
H A DCConnection.cxx106 if(!pIter->Name.compareToAscii(pPwd)) in construct()
126 aArgs[0].Name = ::rtl::OUString::createFromAscii("Hidden"); in acquireDoc()
128 aArgs[1].Name = ::rtl::OUString::createFromAscii("ReadOnly"); in acquireDoc()
135 aArgs[nPos].Name = ::rtl::OUString::createFromAscii("Password"); in acquireDoc()
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryvalueimpl.hxx40 RegistryValueImpl(const std::wstring& Name, int Value);
42 RegistryValueImpl(const std::wstring& Name, const std::wstring& Value);
44 RegistryValueImpl(const std::wstring& Name, const std::string& Value);
/aoo41x/main/sw/source/core/unocore/
H A Dunostyle.cxx260 if(Name.compareToAscii("CharacterStyles") == 0 ) in getByName()
264 else if(Name.compareToAscii("FrameStyles") == 0 ) in getByName()
266 else if(Name.compareToAscii("PageStyles") == 0 ) in getByName()
293 if( Name.compareToAscii("CharacterStyles") == 0 || in hasByName()
294 Name.compareToAscii("ParagraphStyles") == 0 || in hasByName()
295 Name.compareToAscii("FrameStyles") == 0 || in hasByName()
296 Name.compareToAscii("PageStyles") == 0 || in hasByName()
297 Name.compareToAscii("NumberingStyles") == 0 ) in hasByName()
420 String sName = pArray[i].Name; in loadStylesFromURL()
3858 Name.compareToAscii("RubyStyles") == 0 || in hasByName()
[all …]

Completed in 249 milliseconds

1...<<11121314151617181920>>...94