Home
last modified time | relevance | path

Searched refs:Name (Results 176 – 200 of 2343) sorted by relevance

12345678910>>...94

/aoo42x/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx131 return i_rProperty.Name; in operator ()()
216 if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getPropertyValues" ) ) ) in execute()
229 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "setPropertyValues" ) ) ) in execute()
255 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "getCommandInfo" ) ) ) in execute()
260 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "open" ) ) ) in execute()
407 if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ContentType" ) ) ) in getArtificialNodePropertyValues()
411 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) in getArtificialNodePropertyValues()
415 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsDocument" ) ) ) in getArtificialNodePropertyValues()
419 else if ( rProp.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IsFolder" ) ) ) in getArtificialNodePropertyValues()
632 aProps[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFolder" ) ); in impl_isFolder()
[all …]
/aoo42x/main/basic/source/inc/
H A Dpropacc.hxx127 NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
129 sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
145 virtual NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
147 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
164 virtual void SAL_CALL addProperty( const ::rtl::OUString& Name,
169 virtual void SAL_CALL removeProperty(const ::rtl::OUString& Name)
174 virtual NS_BEANS::Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name)
176 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name)
H A Dnamecont.hxx133 virtual void SAL_CALL removeByName( const ::rtl::OUString& Name )
429 virtual sal_Bool SAL_CALL isLibraryLink( const ::rtl::OUString& Name )
432 virtual ::rtl::OUString SAL_CALL getLibraryLinkURL( const ::rtl::OUString& Name )
436 virtual sal_Bool SAL_CALL isLibraryReadOnly( const ::rtl::OUString& Name )
449 createLibrary( const ::rtl::OUString& Name )
458 virtual void SAL_CALL removeLibrary( const ::rtl::OUString& Name )
462 virtual sal_Bool SAL_CALL isLibraryLoaded( const ::rtl::OUString& Name )
465 virtual void SAL_CALL loadLibrary( const ::rtl::OUString& Name )
480 virtual sal_Bool SAL_CALL isLibraryPasswordVerified( const ::rtl::OUString& Name )
488 virtual void SAL_CALL changeLibraryPassword( const ::rtl::OUString& Name,
[all …]
/aoo42x/main/svx/source/items/
H A Dzoomslideritem.cxx115 … aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_CURRENTZOOM )); in QueryValue()
117 … aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_SNAPPINGPOINTS )); in QueryValue()
119 … aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_MINZOOM ) ); in QueryValue()
121 … aSeq[3].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_MAXZOOM ) ); in QueryValue()
175 if ( aSeq[i].Name.equalsAscii( ZOOMSLIDER_PARAM_CURRENTZOOM )) in PutValue()
180 else if ( aSeq[i].Name.equalsAscii( ZOOMSLIDER_PARAM_SNAPPINGPOINTS )) in PutValue()
185 else if( aSeq[i].Name.equalsAscii( ZOOMSLIDER_PARAM_MINZOOM ) ) in PutValue()
190 else if( aSeq[i].Name.equalsAscii( ZOOMSLIDER_PARAM_MAXZOOM ) ) in PutValue()
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertyState.java92 (properties[i].Name); in before()
94 log.println("Unknown Property "+prop.Name); in before()
101 pName = properties[i].Name; in before()
107 pName = properties[i].Name; in before()
111 log.println("Skipping property '" + properties[i].Name + in before()
127 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyDefault()
155 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyState()
183 localName = (propertySetInfo.getProperties()[0]).Name; in _getPropertyStates()
/aoo42x/main/sc/source/ui/view/
H A Dviewdata.cxx122 pSettings[SC_CURSOR_X].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_CURSORPOSITIONX)); in WriteUserDataSequence()
124 pSettings[SC_CURSOR_Y].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_CURSORPOSITIONY)); in WriteUserDataSequence()
142 pSettings[SC_POSITION_LEFT].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_POSITIONLEFT)); in WriteUserDataSequence()
146 pSettings[SC_POSITION_TOP].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_POSITIONTOP)); in WriteUserDataSequence()
177 rtl::OUString sName(aSettings[i].Name); in ReadUserDataSequence()
2685 pSettings[SC_VIEW_ID].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_VIEWID)); in WriteUserDataSequence()
2740 pSettings[SC_ZOOM_TYPE].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_ZOOMTYPE)); in WriteUserDataSequence()
2742 pSettings[SC_ZOOM_VALUE].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_ZOOMVALUE)); in WriteUserDataSequence()
2751 pSettings[SC_SHOWZERO].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_SHOWZERO)); in WriteUserDataSequence()
2755 pSettings[SC_SHOWGRID].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_SHOWGRID)); in WriteUserDataSequence()
[all …]
/aoo42x/main/svtools/source/uno/
H A Dunoevent.cxx226 aTypeValue.Name = sEventType; in getAnyFromMacro()
233 aNameValue.Name = sMacroName; in getAnyFromMacro()
241 aLibValue.Name = sLibrary; in getAnyFromMacro()
259 aTypeValue.Name = sEventType; in getAnyFromMacro()
266 aNameValue.Name = sScript; in getAnyFromMacro()
290 aKindValue.Name = sEventType; in getAnyFromMacro()
322 if (aValue.Name.equals(sEventType)) in getMacroFromAny()
348 else if (aValue.Name.equals(sMacroName)) in getMacroFromAny()
352 else if (aValue.Name.equals(sLibrary)) in getMacroFromAny()
356 else if (aValue.Name.equals(sScript)) in getMacroFromAny()
/aoo42x/main/framework/source/uielement/
H A Dtoolbarmanager.cxx900 if ( aPropSeq[i].Name.equalsAscii( "Name" )) in RetrieveLabelFromCommand()
918 if ( aPropSeq[i].Name.equalsAscii( "Properties" )) in RetrievePropertiesFromCommand()
979 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers()
988 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Identifier" )); in CreateControllers()
994 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" )); in CreateControllers()
1088 aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers()
1103 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Identifier" )); in CreateControllers()
1109 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" )); in CreateControllers()
1953 aPropSeq[ 0 ].Name = in IMPL_LINK()
2040 if ( aProp[j].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in IMPL_LINK()
[all …]
H A Dstatusbarmanager.cxx392 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); in CreateControllers()
400 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in CreateControllers()
409 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ParentWindow" )); in CreateControllers()
414 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Identifier" )); in CreateControllers()
418 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StatusbarItem" )); in CreateControllers()
520 if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in FillStatusBar()
524 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_HELPURL )) in FillStatusBar()
528 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_STYLE )) in FillStatusBar()
532 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_TYPE )) in FillStatusBar()
536 else if ( aProp[i].Name.equalsAscii( ITEM_DESCRIPTOR_WIDTH )) in FillStatusBar()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphIndentAndSpacing.java82 aStoreProperties_odt[0].Name = "Override"; in testParagraphSpacingSetting()
84 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphSpacingSetting()
92 aStoreProperties_doc[0].Name = "Override"; in testParagraphSpacingSetting()
94 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphSpacingSetting()
139 aStoreProperties_odt[0].Name = "Override"; in testParagraphIndent()
141 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphIndent()
149 aStoreProperties_doc[0].Name = "Override"; in testParagraphIndent()
151 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphIndent()
H A DParagraphDropcap.java83 aStoreProperties_odt[0].Name = "Override"; in testParagraphDropcapSetting()
85 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphDropcapSetting()
93 aStoreProperties_doc[0].Name = "Override"; in testParagraphDropcapSetting()
95 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphDropcapSetting()
139 aStoreProperties_odt[0].Name = "Override"; in testParagraphDropcapWholewordSetting()
141 aStoreProperties_odt[1].Name = "FilterName"; in testParagraphDropcapWholewordSetting()
149 aStoreProperties_doc[0].Name = "Override"; in testParagraphDropcapWholewordSetting()
151 aStoreProperties_doc[1].Name = "FilterName"; in testParagraphDropcapWholewordSetting()
H A DParagraphOutlineAndNumbering.java80 aStoreProperties_odt[0].Name = "Override"; in testOutlineAndNumbering_NumberStyle()
82 aStoreProperties_odt[1].Name = "FilterName"; in testOutlineAndNumbering_NumberStyle()
90 aStoreProperties_doc[0].Name = "Override"; in testOutlineAndNumbering_NumberStyle()
92 aStoreProperties_doc[1].Name = "FilterName"; in testOutlineAndNumbering_NumberStyle()
140 aStoreProperties_odt[0].Name = "Override"; in testOutlineAndNumbering_ListStyle()
142 aStoreProperties_odt[1].Name = "FilterName"; in testOutlineAndNumbering_ListStyle()
150 aStoreProperties_doc[0].Name = "Override"; in testOutlineAndNumbering_ListStyle()
152 aStoreProperties_doc[1].Name = "FilterName"; in testOutlineAndNumbering_ListStyle()
/aoo42x/main/ucb/source/core/
H A Ducbstore.cxx1135 aProperty.Name in getRootConfigReadAccess()
1201 aProperty.Name in getConfigWriteAccess()
1209 aProperty.Name in getConfigWriteAccess()
1750 if ( !Name.getLength() ) in addProperty()
1854 Name, in addProperty()
2017 xContainer->removeByName( Name ); in removeProperty()
2030 Name, in removeProperty()
2149 rValue.Name = rName; in getPropertyValues()
2561 rProp.Name = rName; in getProperties()
2726 aProp.Name = aName; in getPropertyByName()
[all …]
/aoo42x/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1591 if (rProperty.Name.equalsAsciiL( in setProperty()
1604 if (rProperty.Name.equalsAsciiL( in setProperty()
1635 if (rProperty.Name.equalsAsciiL( in setProperty()
1652 if (rProperty.Name.equalsAsciiL( in setProperty()
1671 if (rProperty.Name.equalsAsciiL( in setProperty()
1691 if (rProperty.Name.equalsAsciiL( in setProperty()
1709 if (rProperty.Name.equalsAsciiL( in setProperty()
1724 if (rProperty.Name.equalsAsciiL( in setProperty()
1734 if (rProperty.Name.equalsAsciiL( in setProperty()
1744 if (rProperty.Name.equalsAsciiL( in setProperty()
[all …]
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java100 String Name; field in TableDescriptor.ColumnDescriptor
105 Name = _Name; in ColumnDescriptor()
410 if (oColumnDescriptor.Name.equals(_sname)) in modifyColumn()
415 oColumnDescriptor.Name = (String) _oValue; in modifyColumn()
452 if (oColumnDescriptor.Name.equals(_sname)) in modifyColumn()
481 if (oColumnDescriptor.Name.equals(_sname)) in dropColumnbyName()
505 fieldnames[i] = oColumnDescriptor.Name; in getColumnNames()
528 if (oColumnDescriptor.Name.equals(_fieldname)) in hasByName()
551 if (oColumnDescriptor.Name.equals(_fieldname)) in getColumnDescriptorByName()
607 String sPropName = aColProperties[i].Name; in clonePropertySet()
[all …]
/aoo42x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt5 _Validation Column N Identifier Name of column
13 _Validation Table N Identifier Name of table
14 ActionText Action N Identifier Name of action to be described.
48 Billboard Billboard N Identifier Name of the billboard.
121 Dialog Dialog N Identifier Name of the dialog.
177 Icon Name N Identifier Primary key. Name of the icon file.
352 Reg64 Name Y Formatted The registry value name.
358 Registry Name Y Formatted The registry value name.
363 RegLocator Name Y Formatted The registry value name.
395 ServiceControl Name N Formatted Name of a service. /, \, comma and space are invalid
[all …]
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt5 _Validation Column N Identifier Name of column
13 _Validation Table N Identifier Name of table
14 ActionText Action N Identifier Name of action to be described.
48 Billboard Billboard N Identifier Name of the billboard.
121 Dialog Dialog N Identifier Name of the dialog.
177 Icon Name N Identifier Primary key. Name of the icon file.
352 Reg64 Name Y Formatted The registry value name.
358 Registry Name Y Formatted The registry value name.
363 RegLocator Name Y Formatted The registry value name.
395 ServiceControl Name N Formatted Name of a service. /, \, comma and space are invalid
[all …]
/aoo42x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt5 _Validation Column N Identifier Name of column
13 _Validation Table N Identifier Name of table
14 ActionText Action N Identifier Name of action to be described.
48 Billboard Billboard N Identifier Name of the billboard.
121 Dialog Dialog N Identifier Name of the dialog.
177 Icon Name N Identifier Primary key. Name of the icon file.
352 Reg64 Name Y Formatted The registry value name.
358 Registry Name Y Formatted The registry value name.
363 RegLocator Name Y Formatted The registry value name.
395 ServiceControl Name N Formatted Name of a service. /, \, comma and space are invalid
[all …]
/aoo42x/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt5 _Validation Column N Identifier Name of column
13 _Validation Table N Identifier Name of table
14 ActionText Action N Identifier Name of action to be described.
48 Billboard Billboard N Identifier Name of the billboard.
121 Dialog Dialog N Identifier Name of the dialog.
177 Icon Name N Identifier Primary key. Name of the icon file.
352 Reg64 Name Y Formatted The registry value name.
358 Registry Name Y Formatted The registry value name.
363 RegLocator Name Y Formatted The registry value name.
395 ServiceControl Name N Formatted Name of a service. /, \, comma and space are invalid
[all …]
/aoo42x/main/sfx2/source/bastyp/
H A Dfltfnc.cxx470 lQuery[0].Name = ::rtl::OUString::createFromAscii("Name"); in GuessFilterControlDefaultUI()
662 aSeq[0].Name = ::rtl::OUString::createFromAscii("MediaType"); in GetFilter4Mime()
692 aSeq[0].Name = ::rtl::OUString::createFromAscii("Name"); in GetFilter4EA()
732 aSeq[0].Name = ::rtl::OUString::createFromAscii("Extensions"); in GetFilter4Extension()
746 aSeq[0].Name = ::rtl::OUString::createFromAscii("ClipboardFormat"); in GetFilter4ClipBoardId()
950 if( lFilterProperties[nFilterProperty].Name.compareToAscii( "FileFormatVersion" ) == 0 ) in ReadSingleFilter_Impl()
954 else if( lFilterProperties[nFilterProperty].Name.compareToAscii( "TemplateName" ) == 0 ) in ReadSingleFilter_Impl()
958 else if( lFilterProperties[nFilterProperty].Name.compareToAscii( "Flags" ) == 0 ) in ReadSingleFilter_Impl()
962 else if( lFilterProperties[nFilterProperty].Name.compareToAscii( "UIName" ) == 0 ) in ReadSingleFilter_Impl()
966 else if( lFilterProperties[nFilterProperty].Name.compareToAscii( "UserData" ) == 0 ) in ReadSingleFilter_Impl()
[all …]
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx2739 if ( rProp.Name.equals( sViewBox ) ) in CreateCustomShapeProperties()
2769 else if ( rProp.Name.equals( sExtrusion ) ) in CreateCustomShapeProperties()
2810 if ( rrProp.Name.equals( sExtrusion ) ) in CreateCustomShapeProperties()
3074 else if ( rProp.Name.equals( sEquations ) ) in CreateCustomShapeProperties()
3109 else if ( rProp.Name.equals( sPath ) ) in CreateCustomShapeProperties()
3398 else if ( rProp.Name.equals( sTextPath ) ) in CreateCustomShapeProperties()
3416 if ( rrProp.Name.equals( sTextPath ) ) in CreateCustomShapeProperties()
3597 else if ( rProp.Name.equals( sHandles ) ) in CreateCustomShapeProperties()
3646 if ( rPropVal.Name.equals( sPosition ) ) in CreateCustomShapeProperties()
3682 else if ( rPropVal.Name.equals( sPolar ) ) in CreateCustomShapeProperties()
[all …]
/aoo42x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DOQueryDesign.java134 param1.Name = "DataSourceName"; in createTestEnvironment()
138 param2.Name = "QueryDesignView"; in createTestEnvironment()
141 param1.Name = "ActiveConnection"; in createTestEnvironment()
192 param1.Name = "DataSourceName"; in createTestEnvironment()
196 param2.Name = "Frame"; in createTestEnvironment()
200 param3.Name = "QueryDesignView"; in createTestEnvironment()
217 ExceptionParam1.Name = "DataSourceName"; in createTestEnvironment()
221 ExceptionParam2.Name = "Frame"; in createTestEnvironment()
225 ExceptionParam3.Name = "QueryDesignView"; in createTestEnvironment()
/aoo42x/main/scp2/source/ooo/
H A Dmodule_hidden_ooo.scp30 Name = "gid_Module_Root_Files_2";
79 Name = "gid_Module_Root_Files_3";
132 Name = "gid_Module_Root_Files_4";
261 Name = "gid_Module_Root_Files_5";
446 Name = "gid_Module_Root_Files_6";
713 Name = "gid_Module_Root_Files_7";
725 Name = "gid_Module_Root_Files_Images";
741 Name = "gid_Module_Root_Fonts_OOo_Hidden";
789 Name = "gid_Module_Oo_Linguistic";
805 Name = "gid_Module_Root_Userland";
[all …]
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java616 …public void removeByName( String Name ) throws com.sun.star.container.NoSuchElementException, com.… in removeByName() argument
618 … LogUtils.DEBUG("In ScriptProvider.removeByName() for " + Name + " this provider = " + language ); in removeByName()
619 ParcelContainer c = ((UnoPkgContainer)m_container).getRegisteredUnoPkgContainer( Name ); in removeByName()
623 if (Name.endsWith("/")) in removeByName()
625 String tmp = Name.substring( 0, Name.lastIndexOf( "/" ) ); in removeByName()
630 libName = Name.substring( Name.lastIndexOf( "/" ) + 1 ); in removeByName()
635 ((UnoPkgContainer)m_container).deRegisterPackageContainer( Name ); in removeByName()
644 …throw new com.sun.star.container.NoSuchElementException( Name + " doesn't exist for " + language ); in removeByName()
714 pArgs[ 0 ].Name = "DocumentModel"; in getModelFromDocUrl()
720 command.Name = "getPropertyValues"; in getModelFromDocUrl()
/aoo42x/main/sw/source/filter/xml/
H A Dxmlexp.cxx459 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "Views") ); in GetViewSettings()
493 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaTop") ); in GetViewSettings()
496 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaLeft") ); in GetViewSettings()
499 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaWidth") ); in GetViewSettings()
502 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ViewAreaHeight") ); in GetViewSettings()
520 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "ShowRedlineChanges") ); in GetViewSettings()
524 pValue[nIndex].Name = OUString( RTL_CONSTASCII_USTRINGPARAM ( "InBrowseMode") ); in GetViewSettings()
559 pProps->Name = aProp.Name; in GetConfigurationSettings()
560 pProps->Value = xProps->getPropertyValue(aProp.Name); in GetConfigurationSettings()
573 pProps->Name = aProps[i].Name; in GetConfigurationSettings()
[all …]

Completed in 132 milliseconds

12345678910>>...94