Home
last modified time | relevance | path

Searched refs:Name (Results 451 – 475 of 2336) sorted by relevance

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

/aoo41x/main/uui/source/
H A Diahndl-filter.cxx248 if( lProps[nStep].Name.compareToAscii("UIName") == 0 ) in handleAmbigousFilterRequest_()
270 if( lProps[nStep].Name.compareToAscii("UIName") == 0 ) in handleAmbigousFilterRequest_()
339 rtl::OUString tmp = rRequest.rProperties[ind].Name; in handleFilterOptionsRequest_()
340 if( rRequest.rProperties[ind].Name.equals( in handleFilterOptionsRequest_()
355 if( aProps[nProperty].Name.equals( in handleFilterOptionsRequest_()
/aoo41x/main/basic/source/inc/
H A Dscriptcont.hxx81 virtual sal_Bool implLoadPasswordLibrary( SfxLibrary* pLib, const ::rtl::OUString& Name,
106 virtual sal_Bool SAL_CALL isLibraryPasswordProtected( const ::rtl::OUString& Name )
109 virtual sal_Bool SAL_CALL isLibraryPasswordVerified( const ::rtl::OUString& Name )
113 …virtual sal_Bool SAL_CALL verifyLibraryPassword( const ::rtl::OUString& Name, const ::rtl::OUStrin…
117 virtual void SAL_CALL changeLibraryPassword( const ::rtl::OUString& Name,
/aoo41x/main/framework/source/jobs/
H A Djobdata.cxx220 m_lArguments[i].Name = lArgumentNames[i]; in setAlias()
221 m_lArguments[i].Value = xArgumentList->getByName(m_lArguments[i].Name); in setAlias()
335 lNames [i] = m_lArguments[i].Name ; in setJobConfig()
486 lConfig[i].Name = ::rtl::OUString::createFromAscii(PROP_ALIAS); in getConfig()
490 lConfig[i].Name = ::rtl::OUString::createFromAscii(PROP_SERVICE); in getConfig()
494 lConfig[i].Name = ::rtl::OUString::createFromAscii(PROP_CONTEXT); in getConfig()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx633 aDAVPropertyValue.Name = aStr; in endElement()
647 aDAVPropertyValue.Name = aStr; in endElement()
671 aDAVPropertyValue.Name = aStrA; in endElement()
685 aDAVPropertyValue.Name = aStr; in endElement()
699 aDAVPropertyValue.Name = aStr; in endElement()
713 aDAVPropertyValue.Name = aStr; in endElement()
772 maResult_Lock.Name = aStr; in endElement()
779 aDAVPropertyValue.Name = aStr; in endElement()
/aoo41x/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx225 aArgs[0].Name = msExtrusionDirection.copy(5); in IMPL_LINK()
236 aArgs[0].Name = msExtrusionProjection.copy(5); in IMPL_LINK()
477 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Depth" )); in IMPL_LINK()
479 aArgs[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Metric" )); in IMPL_LINK()
498 aArgs[0].Name = msExtrusionDepth.copy(5); in IMPL_LINK()
754 aArgs[0].Name = msExtrusionLightingIntensity.copy(5); in IMPL_LINK()
772 aArgs[0].Name = msExtrusionLightingDirection.copy(5); in IMPL_LINK()
915 aArgs[0].Name = msExtrusionSurface.copy(5); in IMPL_LINK()
/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java54 val.Name = props[i].Name; in propertySet2PropertyValueArray()
55 val.Value = _xNewPropertySet.getPropertyValue(val.Name); in propertySet2PropertyValueArray()
88 String sPropName = _aNewColPropertyValues[i].Name; in assignPropertyValues()
/aoo41x/main/tools/inc/tools/
H A Dresmgr.hxx33 #define CREATEVERSIONRESMGR_NAME( Name ) #Name argument
34 #define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) ) argument
/aoo41x/test/testuno/source/fvt/uno/sd/bullet/
H A DGraphicBulletFromFile.java121 props[0].Name = "NumberingType"; in testGraphicBulletFromFile()
125 props[1].Name = "GraphicURL"; in testGraphicBulletFromFile()
129 props[2].Name = "GraphicSize"; in testGraphicBulletFromFile()
154 final String aPropName = proValues2[i].Name; in testGraphicBulletFromFile()
/aoo41x/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterRelief.java78 aStoreProperties_odt[0].Name = "Override"; in testCharacterReliefSetting()
80 aStoreProperties_odt[1].Name = "FilterName"; in testCharacterReliefSetting()
88 aStoreProperties_doc[0].Name = "Override"; in testCharacterReliefSetting()
90 aStoreProperties_doc[1].Name = "FilterName"; in testCharacterReliefSetting()
H A DInsertCharacterToTable.java79 aStoreProperties_odt[0].Name = "Override"; in testCreateTable()
81 aStoreProperties_odt[1].Name = "FilterName"; in testCreateTable()
89 aStoreProperties_doc[0].Name = "Override"; in testCreateTable()
91 aStoreProperties_doc[1].Name = "FilterName"; in testCreateTable()
/aoo41x/test/testuno/source/fvt/uno/sw/table/
H A DTableCellProtect.java89 aStoreProperties_odt[0].Name = "Override"; in testtableBorderSpacingtoContent()
91 aStoreProperties_odt[1].Name = "FilterName"; in testtableBorderSpacingtoContent()
99 aStoreProperties_doc[0].Name = "Override"; in testtableBorderSpacingtoContent()
101 aStoreProperties_doc[1].Name = "FilterName"; in testtableBorderSpacingtoContent()
H A DTableBorderSpacingtoContent.java91 aStoreProperties_odt[0].Name = "Override"; in testtableBorderSpacingtoContent()
93 aStoreProperties_odt[1].Name = "FilterName"; in testtableBorderSpacingtoContent()
101 aStoreProperties_doc[0].Name = "Override"; in testtableBorderSpacingtoContent()
103 aStoreProperties_doc[1].Name = "FilterName"; in testtableBorderSpacingtoContent()
/aoo41x/main/filter/source/placeware/
H A Dfilter.cxx97 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "OutputStream" ) ) ) in filter()
101 else if( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "URL" ) ) ) in filter()
105 else if( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "InteractionHandler" ) ) ) in filter()
109 else if ( pValue[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "StatusIndicator" ) ) ) in filter()
/aoo41x/main/qadevOOo/tests/java/ifc/util/
H A D_XImportable.java130 log.println("\tName: " + props[i].Name); in printPropertyValue()
139 boolean locResult = props[i].Name.equals(names[i]); in checkPropertyNames()
143 log.println("\tGetting: " + props[i].Name); in checkPropertyNames()
161 log.println("PropertyType differs for " + props[i].Name); in checkPropertyTypes()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport2.cxx340 …se if( ( ( nFound & FOUND_MACRO ) == 0 ) && ( pProperty->Name == msMacroName || pProperty->Name ==…
345 else if( ( ( nFound & FOUND_LIBRARY ) == 0 ) && pProperty->Name == msLibrary )
350 else if( ( ( nFound & FOUND_EFFECT ) == 0 ) && pProperty->Name == msEffect )
355 else if( ( ( nFound & FOUND_BOOKMARK ) == 0 ) && pProperty->Name == msBookmark )
360 else if( ( ( nFound & FOUND_SPEED ) == 0 ) && pProperty->Name == msSpeed )
365 else if( ( ( nFound & FOUND_SOUNDURL ) == 0 ) && pProperty->Name == msSoundURL )
370 else if( ( ( nFound & FOUND_PLAYFULL ) == 0 ) && pProperty->Name == msPlayFull )
375 else if( ( ( nFound & FOUND_VERB ) == 0 ) && pProperty->Name == msVerb )
401 else if( ( ( nFound & FOUND_URL ) == 0 ) && ( pProperty->Name == msURL ) )
1891 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, aCommands[nIndex].Name );
[all …]
/aoo41x/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx438 hasPropertyByName( const rtl::OUString& Name )
492 rMyProp.Name = m_aPropertyNameForFetchSize; in CCRS_PropertySetInfo()
506 rMyProp.Name = m_aPropertyNameForFetchDirection; in CCRS_PropertySetInfo()
569 ::hasPropertyByName( const rtl::OUString& Name ) in hasPropertyByName() argument
572 return ( impl_getPos( Name ) != -1 ); in hasPropertyByName()
585 if( rMyProp.Name == rName ) in impl_getPos()
597 if( rMyProp.Name == rName ) in impl_queryProperty()
599 rProp.Name = rMyProp.Name; in impl_queryProperty()
1005 if( aProp.Name == CCRS_PropertySetInfo in setPropertyValue()
1043 else if( aProp.Name == CCRS_PropertySetInfo in setPropertyValue()
/aoo41x/main/basctl/source/basicide/
H A Dbasidesh.src82 Text [ en-US ] = "Invalid Name" ;
114 Text [ en-US ] = "Name already exists" ;
165 …* ### ACHTUNG: Neuer Text in Resource? Der Name der Standard-Bibliothek kann nicht ge�ndert werden…
170 …# ACHTUNG: Neuer Text in Resource? Der Name einer referenzierten Bibliothek kann nicht ge�ndert we…
314 …/* ### ACHTUNG: Neuer Text in Resource? Es mu� ein Name angegeben werden. : Es mu� ein Name angege…
667 Text [ en-US ] = "Dialog Import - Name already used" ;
/aoo41x/main/framework/source/classes/
H A Dmenumanager.cxx629 if ( aPickListEntry[j].Name == HISTORY_PROPERTYNAME_URL ) in UpdateSpecialFileMenu()
631 else if ( aPickListEntry[j].Name == HISTORY_PROPERTYNAME_FILTER ) in UpdateSpecialFileMenu()
633 else if ( aPickListEntry[j].Name == HISTORY_PROPERTYNAME_TITLE ) in UpdateSpecialFileMenu()
635 else if ( aPickListEntry[j].Name == HISTORY_PROPERTYNAME_PASSWORD ) in UpdateSpecialFileMenu()
850 aArgsList[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FileName" )); in CreatePicklistArguments()
854 aArgsList[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Referer" )); in CreatePicklistArguments()
868 aArgsList[2].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FilterOptions" )); in CreatePicklistArguments()
876 …aArgsList[NUM_OF_PICKLIST_ARGS-1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FilterName… in CreatePicklistArguments()
1069 aArgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Referer" )); in IMPL_LINK()
/aoo41x/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx200 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Frame") )) in initialize()
202 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CommandURL") )) in initialize()
204 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ServiceManager") )) in initialize()
206 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ParentWindow") )) in initialize()
208 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ModuleIdentifier" ) ) ) in initialize()
210 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Identifier" ) ) ) in initialize()
365 aArgs[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "KeyModifier" )); in execute()
/aoo41x/main/sfx2/source/appl/
H A Dshutdownicon.cxx350 pArg[0].Name = rtl::OUString::createFromAscii("Referer"); in FromTemplate()
441 aArgs[0].Name = OUString::createFromAscii( "InteractionHandler" ); in IMPL_STATIC_LINK()
445 aArgs[1].Name = OUString::createFromAscii( "MacroExecutionMode" ); in IMPL_STATIC_LINK()
449 aArgs[2].Name = OUString::createFromAscii( "UpdateDocMode" ); in IMPL_STATIC_LINK()
471 aArgs[nArgs-1].Name = OUString::createFromAscii( "ReadOnly" ); in IMPL_STATIC_LINK()
486 aArgs[nArgs-1].Name = OUString::createFromAscii( "Version" ); in IMPL_STATIC_LINK()
511 aArgs[nArgs-1].Name = OUString::createFromAscii( "FilterName" ); in IMPL_STATIC_LINK()
/aoo41x/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx275 return m_aProps.getConstArray()[ column - 1 ].Name; in getColumnLabel()
290 return m_aProps.getConstArray()[ column - 1 ].Name; in getColumnName()
427 = xInfo->getPropertyByName( rProp.Name ); in getColumnType()
451 if ( rProp.Name == rProp1.Name ) in getColumnType()
/aoo41x/main/offapi/com/sun/star/xml/sax/
H A DXFastSerializer.idl99 @param Name
105 …void startUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs…
121 void endUnknownElement( [in] string Namespace, [in] string Name )
152 @param Name
158 …void singleUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attrib…
/aoo41x/main/svl/source/fsstor/
H A Dfsfactory.cxx152 aPropsToSet[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in createInstanceWithArguments()
157 if ( aDescr[nInd].Name.equalsAscii( "InteractionHandler" ) ) in createInstanceWithArguments()
160 aPropsToSet[nNumArgs-1].Name = aDescr[nInd].Name; in createInstanceWithArguments()
/aoo41x/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java114 propertyvalue_html[0].Name = new String("Overwrite"); in createTempDocs()
117 propertyvalue_html[1].Name = ("FilterName"); in createTempDocs()
148 propertyvalue_sxw[0].Name = new String("Overwrite"); in createTempDocs()
151 propertyvalue_sxw[1].Name = new String("Overwrite"); in createTempDocs()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx74 OUString aName = aArguments[i].Name; in detect()
179 if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "Type" ) ) ) in initialize()
183 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "UserData" ) ) ) in initialize()
187 else if ( pValue[i].Name.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "TemplateName" ) ) ) in initialize()

Completed in 143 milliseconds

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