Home
last modified time | relevance | path

Searched refs:Name (Results 76 – 100 of 2343) sorted by relevance

12345678910>>...94

/aoo42x/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx413 if( pValues->Name.equalsAscii( "UIName" ) ) in createUniqueInterfaceName()
744 OUString aName( aSequence[nIndex].Name ); in insertOrEdit()
745 if( aSequence[nIndex].Name.equalsAscii( "Types" ) ) in insertOrEdit()
859 if( pValues->Name.equalsAscii( "Type" ) ) in onDelete()
1113 if( pValues->Name.equalsAscii( "Type" ) ) in initFilterList()
1117 else if( pValues->Name.equalsAscii( "UIName" ) ) in initFilterList()
1129 else if( pValues->Name.equalsAscii( "Flags" ) ) in initFilterList()
1133 else if( pValues->Name.equalsAscii( "UserData" ) ) in initFilterList()
1141 else if( pValues->Name.equalsAscii( "TemplateName" ) ) in initFilterList()
1145 else if(pValues->Name.equalsAscii( "Finalized" )) in initFilterList()
[all …]
/aoo42x/main/sdext/source/minimizer/
H A Dbasic.txt24 oSettings(0).Name = "JPEGCompression"
26 oSettings(1).Name = "JPEGQuality"
28 oSettings(2).Name = "RemoveCropArea"
30 oSettings(3).Name = "ImageResolution"
32 oSettings(4).Name = "OLEOptimization"
38 oSettings(7).Name = "DeleteHiddenSlides"
40 oSettings(8).Name = "DeleteNotesPages"
42 oSettings(9).Name = "SaveAs"
46 oSettings(11).Name = "SaveAsURL"
48 oSettings(12).Name = "FilterName"
[all …]
/aoo42x/main/sd/source/filter/
H A Dsddetect.cxx144 if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("URL")) ) in detect()
154 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("TypeName")) ) in detect()
159 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("FilterName")) ) in detect()
170 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("ReadOnly")) ) in detect()
172 else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("UCBContent")) ) in detect()
430 lDescriptor[nPropertyCount].Name = OUString::createFromAscii("InputStream"); in detect()
439 lDescriptor[nPropertyCount].Name = OUString::createFromAscii("UCBContent"); in detect()
449 lDescriptor[nPropertyCount].Name = OUString::createFromAscii("ReadOnly"); in detect()
460 lDescriptor[nPropertyCount].Name = OUString::createFromAscii("RepairPackage"); in detect()
474 lDescriptor[nPropertyCount].Name = OUString::createFromAscii("AsTemplate"); in detect()
[all …]
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java118 propertyValue.Name = "ParaAdjust"; in setAttributes()
141 propertyValue.Name = "CharBackColor"; in setAttributes()
152 propertyValue.Name = "CharWeight"; in setAttributes()
176 propertyValue.Name = "CharFontPitch"; in setAttributes()
190 propertyValue.Name = "CharHeight"; in setAttributes()
199 propertyValue.Name = "CharColor"; in setAttributes()
210 propertyValue.Name = "CharPosture"; in setAttributes()
253 propertyValue.Name = "ParaTopMargin"; in setAttributes()
287 propertyValue.Name = "CharEscapement"; in setAttributes()
303 propertyValue.Name = "ParaTabStops"; in setAttributes()
[all …]
/aoo42x/main/sw/source/filter/xml/
H A Dxmlimp.cxx1111 if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "ViewAreaTop" ) ) ) in SetViewSettings()
1116 else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "ViewAreaLeft" ) ) ) in SetViewSettings()
1248 String aStr(pValues->Name); in SetConfigurationSettings()
1257 if( xInfo->hasPropertyByName( pValues->Name ) ) in SetConfigurationSettings()
1259 if( pValues->Name.equals( sRedlineProtectionKey ) ) in SetConfigurationSettings()
1266 && pValues->Name.equals( sCurrentDatabaseDataSource ) ) in SetConfigurationSettings()
1271 && pValues->Name.equals( sCurrentDatabaseCommand ) ) in SetConfigurationSettings()
1276 && pValues->Name.equals( sCurrentDatabaseCommandType ) ) in SetConfigurationSettings()
1282 xProps->setPropertyValue( pValues->Name, pValues->Value ); in SetConfigurationSettings()
1562 if (aValue.Name.equalsAsciiL( in initialize()
[all …]
/aoo42x/main/svl/inc/svl/
H A Dsmplhint.hxx76 #define DECL_OBJHINT(Name, Type) \ argument
77 class Name: public SfxSimpleHint \
83 Name( sal_uInt16 nId, const Type& rObject ); \
84 ~Name(); \
88 #define IMPL_OBJHINT(Name, Type) \ argument
89 TYPEINIT1(Name, SfxSimpleHint); \
90 Name::Name( sal_uInt16 nID, const Type& rObject ): \
93 Name::~Name() {}
/aoo42x/main/svx/source/items/
H A Dgalleryitem.cxx73 aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_TYPE )); in QueryValue()
75 aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_LINK )); in QueryValue()
77 aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_URL )); in QueryValue()
79 aSeq[3].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_FILTER )); in QueryValue()
81 aSeq[4].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_DRAWING )); in QueryValue()
83 aSeq[5].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_GRAPHIC )); in QueryValue()
112 if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_TYPE ) ) ) in PutValue()
117 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_LINK ) ) ) in PutValue()
122 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_URL ) ) ) in PutValue()
127 else if ( pProp->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( SVXGALLERYITEM_FILTER ) ) ) in PutValue()
[all …]
H A Dcustomshapeitem.cxx62 aPropHashMap[ rPropVal.Name ] = i; in SdrCustomShapeGeometryItem()
69 aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = j; in SdrCustomShapeGeometryItem()
106 com::sun::star::uno::Any* pAny = GetPropertyValueByName( rPropVal.Name ); in SetPropertyValue()
116 …erator aHashIter( aPropPairHashMap.find( PropertyPair( rPropVal.Name, rSecSequence[ i ].Name ) ) ); in SetPropertyValue()
129 aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = i; in SetPropertyValue()
139 aPropHashMap[ rPropVal.Name ] = nIndex; in SetPropertyValue()
145 com::sun::star::uno::Any* pAny = GetPropertyValueByName( rSequenceName, rPropVal.Name ); in SetPropertyValue()
155 aValue.Name = rSequenceName; in SetPropertyValue()
172 …shMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rPropVal.Name ) ) ); in SetPropertyValue()
188 aPropPairHashMap[ PropertyPair( rSequenceName, rPropVal.Name ) ] = nCount; in SetPropertyValue()
[all …]
/aoo42x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java108 if (lArgs[i].Name.equals("Config")) in executeAsync()
111 if (lArgs[i].Name.equals("JobConfig")) in executeAsync()
114 if (lArgs[i].Name.equals("Environment")) in executeAsync()
117 if (lArgs[i].Name.equals("DynamicData")) in executeAsync()
131 if (lEnvironment[i].Name.equals("EnvType")) in executeAsync()
134 if (lEnvironment[i].Name.equals("EventName")) in executeAsync()
137 if (lEnvironment[i].Name.equals("Frame")) in executeAsync()
188 lJobConfig[0].Name = "arg_1"; in executeAsync()
192 aSaveRequest.Name = "SaveArguments"; in executeAsync()
200 aDeactivation.Name = "Deactivate"; in executeAsync()
[all …]
/aoo42x/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx253 aRemoveArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" )); in dispatch()
259 aInsertArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Pos" )); in dispatch()
261 aInsertArgs[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" )); in dispatch()
286 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ); in dispatch()
389 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "List" ) ); in addStatusListener()
394 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Pos" )); in addStatusListener()
410 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "List" ) ); in addStatusListener()
418 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Pos" ) ); in addStatusListener()
428 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Value" ) ); in addStatusListener()
434 aArgs[3].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Step" ) ); in addStatusListener()
[all …]
/aoo42x/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx231 appendByte( rProp.Name, nValue ); in appendByte()
241 appendShort( rProp.Name, nValue ); in appendShort()
251 appendInt( rProp.Name, nValue ); in appendInt()
261 appendLong( rProp.Name, nValue ); in appendLong()
271 appendFloat( rProp.Name, nValue ); in appendFloat()
301 appendDate( rProp.Name, rValue ); in appendDate()
311 appendTime( rProp.Name, rValue ); in appendTime()
361 appendRef( rProp.Name, rValue ); in appendRef()
371 appendBlob( rProp.Name, rValue ); in appendBlob()
381 appendClob( rProp.Name, rValue ); in appendClob()
[all …]
/aoo42x/main/sc/addin/inc/
H A Ddfa.hrc26 #define DFA_PAR_DATE1_NAME 1 /* Name of Date1 Parameter */
27 #define DFA_PAR_DATE2_NAME 2 /* Name of Date2 Parameter */
28 #define DFA_PAR_MODE_NAME 3 /* Name of Mode Parameter */
29 #define DFA_PAR_DATE_NAME 4 /* Name of Date Parameter */
32 #define DFA_WEEK_NAME 6 /* Name */
37 #define DFA_MONTHS_NAME 11 /* Name */
42 #define DFA_YEARS_NAME 16 /* Name */
47 #define DFA_ISLEAPYEAR_NAME 21 /* Name */
49 #define DFA_DAYSINMONTH_NAME 23 /* Name */
51 #define DFA_DAYSINYEAR_NAME 25 /* Name */
[all …]
/aoo42x/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx228 ContentHash::iterator aIter = maContents.find ( Name ); in removeByName()
329 aPropSet[PKG_MNFST_MEDIATYPE].Name = sMediaTypeProperty; in saveChild()
331 aPropSet[PKG_MNFST_VERSION].Name = sVersionProperty; in saveChild()
333 aPropSet[PKG_MNFST_FULLPATH].Name = sFullPathProperty; in saveChild()
358 aPropSet[PKG_MNFST_MEDIATYPE].Name = sMediaTypeProperty; in saveChild()
360 aPropSet[PKG_MNFST_VERSION].Name = sVersionProperty; in saveChild()
362 aPropSet[PKG_MNFST_FULLPATH].Name = sFullPathProperty; in saveChild()
486 aPropSet[PKG_MNFST_SALT].Name = sSaltProperty; in saveChild()
493 aPropSet[PKG_MNFST_UCOMPSIZE].Name = sSizeProperty; in saveChild()
502 aPropSet[PKG_MNFST_DIGEST].Name = sDigestProperty; in saveChild()
[all …]
/aoo42x/main/vcl/source/gdi/
H A Dprint3.cxx1293 aMergeSet.insert( i_rMergeList[i].Name ); in getJobProperties()
1368 aVal.Name = i_rName; in setValue()
1407 if( rEntry.Name.equalsAscii( "Property" ) ) in setUIOptions()
1414 aPropName = aVal.Name; in setUIOptions()
1417 else if( rEntry.Name.equalsAscii( "Enabled" ) ) in setUIOptions()
1759 m_aPropertyMap.find( pVals[ i ].Name ); in processProperties()
1771 o_pChangeProp->insert( pVals[ i ].Name ); in processProperties()
1917 aVal.Name = i_rProperty; in getBoolControlOpt()
1944 aVal.Name = i_rProperty; in getChoiceControlOpt()
1976 aVal.Name = i_rProperty; in getRangeControlOpt()
[all …]
/aoo42x/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx721 aMenuItem[ OFFSET_MENUITEM_URL ].Name = m_aPropNames[ INDEX_URL ]; in ReadAddonMenuSet()
722 aMenuItem[ OFFSET_MENUITEM_TITLE ].Name = m_aPropNames[ INDEX_TITLE ]; in ReadAddonMenuSet()
760 aMenuItem[ OFFSET_MENUITEM_URL ].Name = m_aPropNames[ INDEX_URL ]; in ReadOfficeHelpSet()
761 aMenuItem[ OFFSET_MENUITEM_TITLE ].Name = m_aPropNames[ INDEX_TITLE ]; in ReadOfficeHelpSet()
799 aPopupMenu[ OFFSET_POPUPMENU_TITLE ].Name = m_aPropNames[ INDEX_TITLE ]; in ReadOfficeMenuBarSet()
800 aPopupMenu[ OFFSET_POPUPMENU_CONTEXT ].Name = m_aPropNames[ INDEX_CONTEXT]; in ReadOfficeMenuBarSet()
802 aPopupMenu[ OFFSET_POPUPMENU_URL ].Name = m_aPropNames[ INDEX_URL ]; in ReadOfficeMenuBarSet()
1534 aMenuItem[ OFFSET_MENUITEM_URL ].Name = PROPERTYNAME_URL; in ReadSubMenuEntries()
1535 aMenuItem[ OFFSET_MENUITEM_TITLE ].Name = PROPERTYNAME_TITLE; in ReadSubMenuEntries()
1536 aMenuItem[ OFFSET_MENUITEM_TARGET ].Name = PROPERTYNAME_TARGET; in ReadSubMenuEntries()
[all …]
/aoo42x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx480 if ( aCommand.Name.equalsAsciiL( in execute()
502 else if ( aCommand.Name.equalsAsciiL( in execute()
536 else if ( aCommand.Name.equalsAsciiL( in execute()
546 else if ( aCommand.Name.equalsAsciiL( in execute()
556 else if ( aCommand.Name.equalsAsciiL( in execute()
641 else if ( aCommand.Name.equalsAsciiL( in execute()
664 else if ( aCommand.Name.equalsAsciiL( in execute()
689 else if ( aCommand.Name.equalsAsciiL( in execute()
876 if ( rProp.Name.equalsAsciiL( in getPropertyValues()
1132 if ( rValue.Name.equalsAsciiL( in setPropertyValues()
[all …]
/aoo42x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx206 if ( aCommand.Name.compareToAscii( "getPropertyValues" ) == 0 ) in execute()
226 else if ( aCommand.Name.compareToAscii( "setPropertyValues" ) == 0 ) in execute()
259 else if ( aCommand.Name.compareToAscii( "getPropertySetInfo" ) == 0 ) in execute()
360 if ( aValue.Name.equalsAscii("Parent") ) in initialize()
364 else if ( aValue.Name.equalsAscii(PROPERTY_NAME) ) in initialize()
368 else if ( aValue.Name.equalsAscii(PROPERTY_PERSISTENT_NAME) ) in initialize()
395 if ( rValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ContentType" ) ) ) in setPropertyValues()
419 else if ( rValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Title" ) ) ) in setPropertyValues()
426 aEvent.PropertyName = rValue.Name; in setPropertyValues()
459 else if ( rValue.Name.equalsAsciiL( in setPropertyValues()
[all …]
/aoo42x/main/ucb/source/ucp/ftp/
H A DftpresultsetI.cxx67 const rtl::OUString& Name = seqProp[i].Name; in ResultSetI() local
68 if(Name.compareToAscii("ContentType") == 0 ) in ResultSetI()
72 else if(Name.compareToAscii("Title") == 0) in ResultSetI()
74 else if(Name.compareToAscii("IsReadOnly") == 0) in ResultSetI()
78 else if(Name.compareToAscii("IsDocument") == 0) in ResultSetI()
82 else if(Name.compareToAscii("IsFolder") == 0) in ResultSetI()
86 else if(Name.compareToAscii("Size") == 0) in ResultSetI()
89 else if(Name.compareToAscii("DateCreated") == 0) in ResultSetI()
92 else if(Name.compareToAscii("CreatableContentsInfo") == 0) in ResultSetI()
/aoo42x/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx455 aToolbarItemProp[1].Name = m_aHelpURL; in startElement()
456 aToolbarItemProp[2].Name = m_aLabel; in startElement()
457 aToolbarItemProp[3].Name = m_aType; in startElement()
458 aToolbarItemProp[4].Name = m_aStyle; in startElement()
459 aToolbarItemProp[5].Name = m_aIsVisible; in startElement()
460 aToolbarItemProp[6].Name = m_aTooltip; in startElement()
490 aToolbarItemProp[0].Name = m_aCommandURL; in startElement()
491 aToolbarItemProp[1].Name = m_aType; in startElement()
515 aToolbarItemProp[0].Name = m_aCommandURL; in startElement()
516 aToolbarItemProp[1].Name = m_aType; in startElement()
[all …]
/aoo42x/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx136 aPathProp.Name = ::rtl::OUString::createFromAscii( "nodepath" ); in GetConfigurationByPath()
243 if ( aFilterData[nInd].Name.equalsAscii( "DocumentService" ) ) in GetDocServiceNameFromFilter()
267 aSeq[0].Name = ::rtl::OUString::createFromAscii( "MediaType" ); in GetDocServiceNameFromMediaType()
341 aResult[0].Name = ::rtl::OUString::createFromAscii( "ClassID" ); in GetObjPropsFromConfigEntry()
346 aResult[nInd + 1].Name = aObjPropNames[nInd]; in GetObjPropsFromConfigEntry()
407 aObjProps[1].Name = ::rtl::OUString::createFromAscii("ClassID"); in GetObjectPropsByStringClassID()
440 aObjProps[1].Name = ::rtl::OUString::createFromAscii("ClassID"); in GetObjectPropsByClassID()
612 if ( aMediaDescr[nInd].Name.equalsAscii( "FilterName" ) ) in UpdateMediaDescriptorWithFilterName()
634 if ( aTempMD[nInd].Name.equalsAscii( "FilterName" ) ) in UpdateMediaDescriptorWithFilterName()
676 if ( aObject[nInd].Name.equalsAscii( "ObjectDocumentServiceName" ) ) in UpdateMediaDescriptorWithFilterName()
[all …]
/aoo42x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx379 if ( aCommand.Name.equalsAsciiL( in execute()
401 else if ( aCommand.Name.equalsAsciiL( in execute()
435 else if ( aCommand.Name.equalsAsciiL( in execute()
444 else if ( aCommand.Name.equalsAsciiL( in execute()
453 else if ( aCommand.Name.equalsAsciiL( in execute()
477 else if ( aCommand.Name.equalsAsciiL( in execute()
504 else if ( aCommand.Name.equalsAsciiL( in execute()
542 else if ( aCommand.Name.equalsAsciiL( in execute()
567 else if ( aCommand.Name.equalsAsciiL( in execute()
1171 if ( rValue.Name.equalsAsciiL( in setPropertyValues()
[all …]
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx71 aProps[1].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_HELPURL ); in CreateMenuItemData()
73 aProps[2].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_LABEL ); in CreateMenuItemData()
75 aProps[3].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_TYPE ); in CreateMenuItemData()
77 aProps[4].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_CONTAINER ); in CreateMenuItemData()
79 aProps[5].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_ISVISIBLE ); in CreateMenuItemData()
81 aProps[6].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_ENABLED ); in CreateMenuItemData()
93 aProps[1].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_HELPURL ); in CreateToolbarItemData()
95 aProps[2].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_LABEL ); in CreateToolbarItemData()
97 aProps[3].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_TYPE ); in CreateToolbarItemData()
99 aProps[4].Name = rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_CONTAINER ); in CreateToolbarItemData()
[all …]
/aoo42x/main/extensions/source/resource/
H A Dresource.cxx333 pOut[i].Name = aStr.GetString( i ); in invoke()
419 sal_Bool SAL_CALL ResourceService::hasMethod(const OUString& Name) in hasMethod() argument
422 if( Name.equalsAscii("getString") || in hasMethod()
423 Name.equalsAscii("getStrings") || in hasMethod()
424 Name.equalsAscii("hasString") || in hasMethod()
425 Name.equalsAscii("hasStrings") || in hasMethod()
426 Name.equalsAscii("getStringList") || in hasMethod()
427 Name.equalsAscii("hasStringList") in hasMethod()
434 return xI->hasMethod( Name ); in hasMethod()
444 if( Name.equalsAscii("FileName") ) in hasProperty()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java101 aSortDesc[0].Name = "SortFields"; in singleFieldSort()
104 aSortDesc[1].Name = "ContainsHeader"; in singleFieldSort()
167 aSortDesc[0].Name = "SortFields"; in sortByTwoFields()
170 aSortDesc[1].Name = "ContainsHeader"; in sortByTwoFields()
239 aSortDesc[0].Name = "SortFields"; in sortByThreeField()
242 aSortDesc[1].Name = "ContainsHeader"; in sortByThreeField()
305 aSortDesc[0].Name = "SortFields"; in sortOption()
308 aSortDesc[1].Name = "ContainsHeader"; in sortOption()
317 aSortDesc[4].Name = "UserListIndex"; in sortOption()
320 aSortDesc[5].Name = "CopyOutputData"; in sortOption()
[all …]
/aoo42x/main/framework/source/uielement/
H A Dcomboboxtoolbarcontroller.cxx215 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "KeyModifier" )); in getExecuteArgs()
217 aArgs[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" )); in getExecuteArgs()
295 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
311 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "List", 4 )) in executeControlCommand()
338 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
352 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
372 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Pos", 3 )) in executeControlCommand()
388 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Text", 4 )) in executeControlCommand()
401 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Lines", 5 )) in executeControlCommand()
414 if ( rControlCommand.Arguments[i].Name.equalsAsciiL( "Color", 5 )) in executeControlCommand()
[all …]

Completed in 229 milliseconds

12345678910>>...94