Home
last modified time | relevance | path

Searched refs:Name (Results 251 – 275 of 2338) sorted by relevance

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

/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextAttributeDialog.java113 aSequence[0].Name = "CharWeight"; in EditableTextAction()
116 aSequence[1].Name = "CharUnderline"; in EditableTextAction()
119 aSequence[2].Name = "CharBackColor"; in EditableTextAction()
122 aSequence[3].Name = "CharColor"; in EditableTextAction()
125 aSequence[4].Name = "CharPosture"; in EditableTextAction()
128 aSequence[5].Name = "CharBackTransparent"; in EditableTextAction()
/aoo41x/main/writerperfect/source/wpdimp/
H A DWordPerfectImportFilter.cxx105 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "InputStream" ) ) ) in importImpl()
107 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "URL" ) ) ) in importImpl()
174 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "TypeName" ) ) ) in detect()
176 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "InputStream" ) ) ) in detect()
178 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "URL" ) ) ) in detect()
214 Descriptor[location].Name = ::rtl::OUString::createFromAscii( "TypeName" ); in detect()
237 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "Type" ) ) ) in initialize()
/aoo41x/main/filter/source/filtertracer/
H A Dfiltertracer.cxx116 if ( rProp.Name.equalsAscii( "LogLevel" ) ) in initialize()
118 else if ( rProp.Name.equalsAscii( "ClassFilter" ) ) in initialize()
120 else if ( rProp.Name.equalsAscii( "MethodFilter" ) ) in initialize()
122 else if ( rProp.Name.equalsAscii( "MessageFilter" ) ) in initialize()
124 else if ( rProp.Name.equalsAscii( "OutputStream" ) ) in initialize()
126 else if ( rProp.Name.equalsAscii( "URL" ) ) in initialize()
128 else if ( rProp.Name.equalsAscii( "DocumentHandler" ) ) in initialize()
/aoo41x/main/framework/source/uielement/
H A Dstatusbarmerger.cxx71 if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_URL ) ) ) in lcl_ConvertSequenceToValues()
73 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_TITLE ) ) ) in lcl_ConvertSequenceToValues()
75 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_CONTEXT ) ) ) in lcl_ConvertSequenceToValues()
77 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_ALIGN ) ) ) in lcl_ConvertSequenceToValues()
79 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_AUTOSIZE ) ) ) in lcl_ConvertSequenceToValues()
81 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_OWNERDRAW ) ) ) in lcl_ConvertSequenceToValues()
83 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_WIDTH ) ) ) in lcl_ConvertSequenceToValues()
H A Daddonstoolbarmanager.cxx335 … aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ModuleIdentifier" )); in FillToolbar()
338 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in FillToolbar()
341 … aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); in FillToolbar()
344 … aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ParentWindow" )); in FillToolbar()
347 aPropValue.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ItemId" )); in FillToolbar()
378 aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); in FillToolbar()
381 aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); in FillToolbar()
384 … aPropValue.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); in FillToolbar()
H A Dspinfieldtoolbarcontroller.cxx256 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "KeyModifier" )); in getExecuteArgs()
258 aArgs[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Value" )); in getExecuteArgs()
381 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Step", 4 )) in executeControlCommand()
394 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Value", 5 )) in executeControlCommand()
417 rtl::OUString aName = rControlCommand.Arguments[i].Name; in executeControlCommand()
447 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "LowerLimit", 10 )) in executeControlCommand()
464 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "UpperLimit", 10 )) in executeControlCommand()
477 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "OutputFormat", 10 )) in executeControlCommand()
/aoo41x/main/stoc/test/
H A Dtestintrosp.cxx298 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name )
340 pAry[0].Name = OUString::createFromAscii("Factor"); in getProperties()
347 pAry[1].Name = OUString::createFromAscii("MyCount"); in getProperties()
354 pAry[2].Name = OUString::createFromAscii("Info"); in getProperties()
365 Property ImplPropertySetInfo::getPropertyByName(const OUString& Name) in getPropertyByName() argument
373 if( pAry[i].Name == Name ) in getPropertyByName()
380 sal_Bool ImplPropertySetInfo::hasPropertyByName(const OUString& Name) in hasPropertyByName() argument
388 if( pAry[i].Name == Name ) in hasPropertyByName()
738 if( aProp.Name == aPropertyName ) in setPropertyValue()
753 if( aProp.Name == PropertyName ) in getPropertyValue()
[all …]
/aoo41x/main/svx/source/items/
H A Dzoomitem.cxx125 aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_VALUE )); in QueryValue()
127 aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_VALUESET )); in QueryValue()
129 aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_TYPE )); in QueryValue()
164 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()
/aoo41x/main/cui/source/customize/
H A Dcfg.cxx191 PRTSTR(prefix), PRTSTR(aProp[i].Name), PRTSTR(tmp)); in printProperties()
630 aPropSeq[0].Name = aDescriptorCommandURL; in ConvertSvxConfigEntry()
633 aPropSeq[1].Name = aDescriptorType; in ConvertSvxConfigEntry()
640 aPropSeq[2].Name = aDescriptorLabel; in ConvertSvxConfigEntry()
711 aPropSeq[0].Name = aDescriptorCommandURL; in ConvertToolbarEntry()
714 aPropSeq[1].Name = aDescriptorType; in ConvertToolbarEntry()
721 aPropSeq[2].Name = aDescriptorLabel; in ConvertToolbarEntry()
767 aPropSeq[3].Name = aIsVisible; in ConvertToolbarEntry()
927 m_aSeparatorSeq[0].Name = OUString( in SaveInData()
1324 aPropValueSeq[nIndex].Name = m_aDescriptorContainer; in Apply()
[all …]
/aoo41x/main/xmloff/source/meta/
H A Dxmlmetae.cxx263 mrExport.AddAttribute( XML_NAMESPACE_META, XML_NAME, props[i].Name ); in _MExport()
282 if ( aDocStatistic[nInd].Name.equals( ::rtl::OUString( in _MExport()
286 else if ( aDocStatistic[nInd].Name.equals( ::rtl::OUString( in _MExport()
290 else if ( aDocStatistic[nInd].Name.equals( ::rtl::OUString( in _MExport()
294 else if ( aDocStatistic[nInd].Name.equals( ::rtl::OUString( in _MExport()
298 else if ( aDocStatistic[nInd].Name.equals( ::rtl::OUString( in _MExport()
302 else if ( aDocStatistic[nInd].Name.equals( ::rtl::OUString( in _MExport()
306 else if ( aDocStatistic[nInd].Name.equals( ::rtl::OUString( in _MExport()
310 else if ( aDocStatistic[nInd].Name.equals( ::rtl::OUString( in _MExport()
/aoo41x/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx264 rValue.Name = sValue; in UserDraw()
317 … if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cNumberingType))) in UserDraw()
319 … else if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cBulletFontName))) in UserDraw()
321 … else if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cBulletChar))) in UserDraw()
323 … else if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cPrefix))) in UserDraw()
325 … else if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cSuffix))) in UserDraw()
327 … else if(pValues[nProperty].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cParentNumbering))) in UserDraw()
332 … pProperties[0].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NumberingType")); in UserDraw()
334 pProperties[1].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Value")); in UserDraw()
H A Ddocrecovery.cxx228 lCopyArgs[1].Name = PROP_SAVEPATH; in saveBrokenTempEntries()
230 lCopyArgs[2].Name = PROP_ENTRYID; in saveBrokenTempEntries()
266 lCopyArgs[1].Name = PROP_SAVEPATH; in saveAllTempEntries()
268 lCopyArgs[2].Name = PROP_ENTRYID; in saveAllTempEntries()
300 lRemoveArgs[1].Name = PROP_ENTRYID; in forgetBrokenTempEntries()
332 lRemoveArgs[1].Name = PROP_ENTRYID; in forgetAllRecoveryEntries()
361 lRemoveArgs[1].Name = PROP_ENTRYID; in forgetBrokenRecoveryEntries()
419 lArgs[0].Name = PROP_STATUSINDICATOR; in doEmergencySave()
436 lArgs[0].Name = PROP_STATUSINDICATOR; in doRecovery()
657 aProp.Name = PROP_PARENTWINDOW; in PluginProgress()
[all …]
/aoo41x/main/forms/source/component/
H A Dpropertybaghelper.cxx251 … const ::rtl::OUString& operator()( const Property& _rProp ) const { return _rProp.Name; } in operator ()()
257 … const ::rtl::OUString& operator()( const PropertyValue& _rProp ) const { return _rProp.Name; } in operator ()()
271 return _lhs.Name < _rhs.Name; in operator ()()
312 pPropertyValue->Name = *pName; in getPropertyValues()
342 if ( !rArrayHelper.hasPropertyByName( pProperties->Name ) ) in setPropertyValues()
343 … throw UnknownPropertyException( pProperties->Name, m_rContext.getPropertiesInterface() ); in setPropertyValues()
/aoo41x/main/sfx2/source/dialog/
H A Dmailmodel.cxx240 … if( aProps[nProperty].Name.equals( ::rtl::OUString::createFromAscii( "UIComponent" )) ) in ShowFilterOptionsDialog()
264 … aFilterDataValue[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "_OkButtonString" )); in ShowFilterOptionsDialog()
268 … aPropsForDialog[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FilterData" )); in ShowFilterOptionsDialog()
287 … if( aPropsFromDialog[ nInd ].Name.equals( ::rtl::OUString::createFromAscii( "FilterData" ) ) ) in ShowFilterOptionsDialog()
291 rArgs[rNumArgs-1].Name = aPropsFromDialog[ nInd ].Name; in ShowFilterOptionsDialog()
425 aQuery[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" )); in SaveDocumentAsFormat()
427 aQuery[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DocumentService" )); in SaveDocumentAsFormat()
436 aQuery[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Flags" )); in SaveDocumentAsFormat()
584 aArgs[nNumArgs-1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FilterName" )); in SaveDocumentAsFormat()
594 aArgs[nNumArgs-1].Name = aPasswordPropName; in SaveDocumentAsFormat()
[all …]
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx284 aCommand.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("copyTo")); in createInstanceWithArguments()
344 aCommand.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("insert")); in createInstanceWithArguments()
365 if ( aValue.Name.equalsAscii(PROPERTY_NAME) ) in createInstanceWithArguments()
369 else if ( aValue.Name.equalsAscii(PROPERTY_EMBEDDEDOBJECT) ) in createInstanceWithArguments()
407 aArgument.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Name")); in createInstanceWithArguments()
411 aArgument.Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Parent")); in createInstanceWithArguments()
415 aArgument.Name = PROPERTY_EMBEDDEDOBJECT; in createInstanceWithArguments()
454 if ( aCommand.Name.compareToAscii( "open" ) == 0 ) in execute()
499 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "insert" ) ) ) in execute()
518 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "delete" ) ) ) in execute()
[all …]
/aoo41x/test/testuno/source/testlib/uno/
H A DHsqlColumnDescriptor.java30 private String Name; field in HsqlColumnDescriptor
37 public final String getName() { return Name; } in getName()
53 Name = _Name; in HsqlColumnDescriptor()
63 Name = _Name; in HsqlColumnDescriptor()
73 Name = _Name; in HsqlColumnDescriptor()
/aoo41x/main/connectivity/qa/connectivity/tools/
H A DHsqlColumnDescriptor.java30 private String Name; field in HsqlColumnDescriptor
37 public final String getName() { return Name; } in getName()
53 Name = _Name; in HsqlColumnDescriptor()
63 Name = _Name; in HsqlColumnDescriptor()
73 Name = _Name; in HsqlColumnDescriptor()
/aoo41x/main/desktop/source/migration/
H A Dmigration.cxx108 if ( aPropSeq[i].Name.equalsAscii( "Label" )) in retrieveLabelFromCommand()
1070 if (aProp[i].Name.equals(ITEM_DESCRIPTOR_COMMANDURL)) in compareOldAndNewConfig()
1072 else if (aProp[i].Name.equals(ITEM_DESCRIPTOR_CONTAINER)) in compareOldAndNewConfig()
1088 if (aProp[i].Name.equals(ITEM_DESCRIPTOR_COMMANDURL)) in compareOldAndNewConfig()
1198 ::rtl::OUString sPropName = aPropSeq[j].Name; in mergeOldToNewVersion()
1220 aPropSeq[0].Name = ITEM_DESCRIPTOR_COMMANDURL; in mergeOldToNewVersion()
1222 aPropSeq[1].Name = ITEM_DESCRIPTOR_LABEL; in mergeOldToNewVersion()
1224 aPropSeq[2].Name = ITEM_DESCRIPTOR_CONTAINER; in mergeOldToNewVersion()
1271 if (m_lCfgManagerSeq[i].Name.equals(sModuleShortName)) in getConfigManager()
1309 if (lToolbarSettingsSeq[j].Name.equals(sToolbarName)) in getNewToolbarSettings()
[all …]
/aoo41x/main/cppuhelper/test/
H A Dtestproptyphlp.cxx65 prop.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Huhu") ); in testPropertyTypeHelper()
73 …OSL_ASSERT( prop.Handle == prop2.Handle && prop.Name == prop2.Name && prop.Attributes == prop2.Att… in testPropertyTypeHelper()
77 a <<= prop.Name; in testPropertyTypeHelper()
79 OSL_ASSERT( ow == prop.Name ); in testPropertyTypeHelper()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetConditionalEntries.java108 con[0].Name = "StyleName"; in Conditions()
111 con[1].Name = "Formula1"; in Conditions()
114 con[2].Name = "Formula2"; in Conditions()
117 con[3].Name = "Operator"; in Conditions()
120 con[4].Name = "SourcePosition"; in Conditions()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx1600 aProp.Name = sType; in ApplyCustomShapeGeometryAttributes()
1642 aProp.Name = sViewBox; in ApplyCustomShapeGeometryAttributes()
1720 aProp.Name = sDepth; in ApplyCustomShapeGeometryAttributes()
1981 aProp.Name = sExtrusion; in ApplyCustomShapeGeometryAttributes()
2010 aProp.Name = sEquations; in ApplyCustomShapeGeometryAttributes()
2202 aProp.Name = sHandles; in ApplyCustomShapeGeometryAttributes()
2404 aProp.Name = sSegments; in ApplyCustomShapeGeometryAttributes()
2413 aProp.Name = sStretchX; in ApplyCustomShapeGeometryAttributes()
2422 aProp.Name = sStretchY; in ApplyCustomShapeGeometryAttributes()
2515 aProp.Name = sPath; in ApplyCustomShapeGeometryAttributes()
[all …]
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx79 const ::rtl::OUString & Name,
87 (const ::rtl::OUString & Namespace, const ::rtl::OUString & Name)
99 const ::rtl::OUString & Name,
510 const ::rtl::OUString & Name,
516 const ::rtl::OUString & Name)
522 const ::rtl::OUString & Name,
573 const ::rtl::OUString & Name,
579 const ::rtl::OUString & Name)
585 const ::rtl::OUString & Name,
/aoo41x/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java284 if (curControlForm.Name.equals(_sname)) in getControlFormByName()
354 String Name; field in FormDocument.ControlForm
365 Name = _sname; in ControlForm()
423 if ((Name.equals(SOMAINFORM)) && (oControlForms.size() > 1)) in initialize()
454 if (this.Name.equals(SOMAINFORM)) in getAvailableFormSize()
513 … xPropertySet.setPropertyValue(_aPropertySetList[i].Name, _aPropertySetList[i].Value); in setFormProperties()
549 if (Name.equals(SOMAINFORM)) in insertGridControl()
551 …oGridControl = new GridControl(xMSF, Name + "_Grid", oFormHandler, xFormContainer, oDBMetaData.Fie… in insertGridControl()
555 …oGridControl = new GridControl(xMSF, Name + "_Grid", oFormHandler, xFormContainer, oDBMetaData.Fie… in insertGridControl()
/aoo41x/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()
213 aProps[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Enabled" ) ); in getProperties()
215 aProps[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Visible" ) ); in getProperties()
217 aProps[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ); in getProperties()
/aoo41x/main/idl/inc/
H A Dglobals.hxx141 #define SV_GLOBAL_HASH_ACCESS( Name ) \ argument
144 return IDLAPP->pGlobalNames->MM_##Name;
146 #define HASH_INLINE( Name ) \ argument
147 inline SvStringHashEntry * SvHash_##Name() { SV_GLOBAL_HASH_ACCESS( Name ) }
149 HASH_INLINE(Name)

Completed in 400 milliseconds

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