Home
last modified time | relevance | path

Searched refs:Name (Results 326 – 350 of 2343) sorted by relevance

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

/aoo42x/main/svx/source/xoutdev/
H A Dxattrbmp.cxx357 aPropSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" )); in QueryValue()
359 aPropSeq[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FillBitmapURL" )); in QueryValue()
361 aPropSeq[2].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Bitmap" )); in QueryValue()
403 if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Name" ))) in PutValue()
405 … else if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FillBitmapURL" ))) in PutValue()
407 else if( aPropSeq[n].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Bitmap" ))) in PutValue()
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XTolerantMultiPropertySet.java103 log.println("\t" + GDPR[i].Name); in _getDirectPropertyValuesTolerant()
113 boolean localres = GDPR[i].Name.equals( in _getDirectPropertyValuesTolerant()
118 log.println("\t" + GDPR[i].Name); in _getDirectPropertyValuesTolerant()
199 log.println("Failed for " + SPTF[i].Name); in _setPropertyValuesTolerant()
239 String pName = props[i].Name; in getDirectProperties()
279 String pName = properties[i].Name; in getProperties()
/aoo42x/main/framework/source/fwi/classes/
H A Dconverter.cxx91 lDestination[nItem].Name = lSource[nItem].Name ; in convert_seqNamedVal2seqPropVal()
107 lDestination[nItem].Name = lSource[nItem].Name ; in convert_seqPropVal2seqNamedVal()
157 pDestination[nItem].Name = pItem->first ; in convert_OUStringHash2seqProp()
175 pSource[nItem].Value >>= lDestination[pSource[nItem].Name]; in convert_seqProp2OUStringHash()
/aoo42x/main/chart2/source/inc/
H A DPropertyHelper.hxx159 return ( first.Name.compareTo( second.Name ) < 0 ); in operator ()()
171 return ( rFirst.Name.compareTo( rSecond.Name ) < 0 ); in operator ()()
183 return rPropValue.Name.equals( m_aName ); in operator ()()
/aoo42x/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBulletStyle.java91 props[0].Name = "NumberingType"; in setUpDocument()
141 props[0].Name = "BulletColor"; in testBulletColor()
152 assertEquals("name should be BulletColor", "BulletColor", proValues[11].Name); in testBulletColor()
161 props[0].Name = "BulletRelSize"; in testBulletSize()
172 assertEquals("name should be BulletRelSize", "BulletRelSize", proValues[12].Name); in testBulletSize()
/aoo42x/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx148 lArgs[0].Name = SEARCHITEM_SEARCHSTRING; in PreNotify()
151 lArgs[1].Name = SEARCHITEM_SEARCHBACKWARD; in PreNotify()
213 lControllers[0].Name = sCommandURL; in registryController()
222 if (pIt->second[i].Name.equals(sCommandURL)) in registryController()
227 pIt->second[nSize].Name = sCommandURL; in registryController()
239 if (pItCtrl->Name.equals(sCommandURL)) in freeController()
260 if (pItCtrl->Name.equals(sCommandURL)) in findController()
548 lArgs[0].Name = SEARCHITEM_SEARCHSTRING; in execute()
550 lArgs[1].Name = SEARCHITEM_SEARCHBACKWARD; in execute()
677 lArgs[0].Name = SEARCHITEM_SEARCHSTRING; in execute()
[all …]
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx154 …if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DatabaseName")))) in fillInfo()
158 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ControlUser… in fillInfo()
170 else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("User")))) in fillInfo()
174 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Password"))… in fillInfo()
178 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DomainPassw… in fillInfo()
182 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CacheSize")… in fillInfo()
190 else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Backup")))) in fillInfo()
194 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DataDevSpac… in fillInfo()
198 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SYSDEVSPACE… in fillInfo()
206 …else if(pIter->Name.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DataDevSize… in fillInfo()
[all …]
/aoo42x/main/xmloff/source/text/
H A DXMLRedlineExport.cxx516 if( rVal.Name.equals(sRedlineAuthor) ) in ExportChangeInfo()
525 else if( rVal.Name.equals(sRedlineComment) ) in ExportChangeInfo()
529 else if( rVal.Name.equals(sRedlineDateTime) ) in ExportChangeInfo()
538 else if( rVal.Name.equals(sRedlineType) ) in ExportChangeInfo()
587 if (sRedlineIdentifier.equals(pValues[i].Name)) in ExportStartOrEndRedline()
592 else if (sIsCollapsed.equals(pValues[i].Name)) in ExportStartOrEndRedline()
596 else if (sIsStart.equals(pValues[i].Name)) in ExportStartOrEndRedline()
/aoo42x/main/sfx2/source/doc/
H A Dobjstor.cxx518 aArgs[nLength].Name = DEFINE_CONST_UNICODE("Title"); in DoInitNew()
2330 if ( pOldValue [i].Name == sInputStream ) in InsertFrom()
2339 aArgs[nEnd-1].Name = sInputStream; in InsertFrom()
2426 if ( pOldValue [i].Name == sInputStream ) in ImportFrom()
2435 aArgs[nEnd-1].Name = sInputStream; in ImportFrom()
2545 else if ( pOldValue[i].Name == sOutputStream ) in ExportTo()
2547 else if ( pOldValue[i].Name == sStream ) in ExportTo()
2556 aArgs[nEnd-1].Name = sOutputStream; in ExportTo()
2564 aArgs[nEnd-1].Name = sStream; in ExportTo()
3071 if ( aProps[nInd].Name.equalsAscii( "FilterName" ) ) in IsInformationLost()
[all …]
/aoo42x/main/unotools/source/config/
H A Dfontcfg.cxx123 aVal.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in DefaultFontConfiguration()
403 aVal.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in FontSubstConfiguration()
861 { return rLeft.Name.CompareTo( rRight.Name ) == COMPARE_LESS ; } in operator ()()
1150 aAttr.Name = pFontNames[i]; in readLocaleSubst()
1178 aSearchAttr.Name = aSearchFont; in getSubstInfo()
1203 if( rFoundAttr.Name.Len() <= aSearchFont.Len() ) in getSubstInfo()
1204 … if( aSearchFont.CompareTo( rFoundAttr.Name, rFoundAttr.Name.Len() ) == COMPARE_EQUAL ) in getSubstInfo()
/aoo42x/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx300 vs[0].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("any1")); in testEmpty2()
303 vs[0].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("any2")); in testEmpty2()
363 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("First")), prop.Name); in testFull()
370 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Second")), prop.Name); in testFull()
390 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Fourth")), prop.Name); in testFull()
511 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("First")), vs[0].Name); in testFull()
517 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Second")), vs[1].Name); in testFull()
528 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("First")), vs[0].Name); in testFull()
533 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Second")), vs[1].Name); in testFull()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dqueryfilter.cxx370 _rFilter.Name = _rField.GetSelectEntry(); in getCondition()
371 Reference< XPropertySet > xColumn = getQueryColumn(_rFilter.Name); in getCondition()
388 xColumn->getPropertyValue(PROPERTY_REALNAME) >>= _rFilter.Name; in getCondition()
399 _rFilter.Name = ::dbtools::quoteName(aQuote,_rFilter.Name); in getCondition()
404 sTableName += _rFilter.Name; in getCondition()
405 _rFilter.Name = sTableName; in getCondition()
537 Reference< XPropertySet > xColumn = getColumn( _rItem.Name ); in SetLine()
610 sName = _rItem.Name; in SetLine()
/aoo42x/main/qadevOOo/tests/java/mod/_fwl/
H A DFilterFactory.java147 prop.Name = "FilterName"; in createTestEnvironment()
164 query.Name = "Name"; in createTestEnvironment()
177 while (i < props.length && !props[i].Name.equals(pName)) { in getPropertyValueValue()
186 while (i < props.length && !props[i].Name.equals(pName)) { in setPropertyValueValue()
194 while (i < props.length && !props[i].Name.equals(pName)) { in getPropertyValue()
/aoo42x/main/vcl/source/window/
H A Dwpropset.cxx262 pVal[i].Name = getIdentifiedPropertyName( it->first, pVal[i].Name ); in setupProperties()
263 xCont->addProperty( pVal[i].Name, in setupProperties()
280 aSet[0].Name = aProperty; in propertyChange()
320 pValues[i].Name = getIdentifiedPropertyName( it->first, pValues[i].Name ); in IMPL_LINK()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXDatabaseRegistrations.idl56 boolean hasRegisteredDatabase( [in] string Name )
73 string getDatabaseLocation( [in] string Name )
86 void registerDatabaseLocation( [in] string Name, [in] string Location )
102 void revokeDatabaseLocation( [in] string Name )
119 void changeDatabaseLocation( [in] string Name, [in] string NewLocation )
136 boolean isDatabaseRegistrationReadOnly( [in] string Name )
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx93 if(!pBegin->Name.compareToAscii(pTimeout)) in construct()
95 else if(!pBegin->Name.compareToAscii(pSilent)) in construct()
97 else if(!pBegin->Name.compareToAscii(pUser)) in construct()
102 else if(!pBegin->Name.compareToAscii(pPwd)) in construct()
107 else if(!pBegin->Name.compareToAscii(pUseCatalog)) in construct()
111 else if(!pBegin->Name.compareToAscii(pSysDrv)) in construct()
/aoo42x/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx176 …h_back(::std::pair< ::rtl::OUString ,uno::Any>(pIter->Name,_xSection->getPropertyValue(pIter->Name in collectControls()
308 aArgs[0].Name = SID_GROUPHEADER_WITHOUT_UNDO == m_nSlot? PROPERTY_HEADERON : PROPERTY_FOOTERON; in implReInsert()
310 aArgs[1].Name = PROPERTY_GROUP; in implReInsert()
327 aArgs[0].Name = SID_GROUPHEADER_WITHOUT_UNDO == m_nSlot? PROPERTY_HEADERON : PROPERTY_FOOTERON; in implReRemove()
329 aArgs[1].Name = PROPERTY_GROUP; in implReRemove()
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg78 name_opt = ca_default # Subject Name options
145 countryName = Country Name (2 letter code)
150 stateOrProvinceName = State or Province Name (full name)
153 localityName = Locality Name (eg, city)
155 0.organizationName = Organization Name (eg, company)
159 #1.organizationName = Second Organization Name (eg, company)
162 organizationalUnitName = Organizational Unit Name (eg, section)
165 commonName = Common Name (eg, YOUR name)
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg78 name_opt = ca_default # Subject Name options
145 countryName = Country Name (2 letter code)
150 stateOrProvinceName = State or Province Name (full name)
153 localityName = Locality Name (eg, city)
155 0.organizationName = Organization Name (eg, company)
159 #1.organizationName = Second Organization Name (eg, company)
162 organizationalUnitName = Organizational Unit Name (eg, section)
165 commonName = Common Name (eg, YOUR name)
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg78 name_opt = ca_default # Subject Name options
145 countryName = Country Name (2 letter code)
150 stateOrProvinceName = State or Province Name (full name)
153 localityName = Locality Name (eg, city)
155 0.organizationName = Organization Name (eg, company)
159 #1.organizationName = Second Organization Name (eg, company)
162 organizationalUnitName = Organizational Unit Name (eg, section)
165 commonName = Common Name (eg, YOUR name)
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg78 name_opt = ca_default # Subject Name options
145 countryName = Country Name (2 letter code)
150 stateOrProvinceName = State or Province Name (full name)
153 localityName = Locality Name (eg, city)
155 0.organizationName = Organization Name (eg, company)
159 #1.organizationName = Second Organization Name (eg, company)
162 organizationalUnitName = Organizational Unit Name (eg, section)
165 commonName = Common Name (eg, YOUR name)
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_3/
H A Dopenssl.cfg78 name_opt = ca_default # Subject Name options
145 countryName = Country Name (2 letter code)
150 stateOrProvinceName = State or Province Name (full name)
153 localityName = Locality Name (eg, city)
155 0.organizationName = Organization Name (eg, company)
159 #1.organizationName = Second Organization Name (eg, company)
162 organizationalUnitName = Organizational Unit Name (eg, section)
165 commonName = Common Name (eg, YOUR name)
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_4/
H A Dopenssl.cfg78 name_opt = ca_default # Subject Name options
145 countryName = Country Name (2 letter code)
150 stateOrProvinceName = State or Province Name (full name)
153 localityName = Locality Name (eg, city)
155 0.organizationName = Organization Name (eg, company)
159 #1.organizationName = Second Organization Name (eg, company)
162 organizationalUnitName = Organizational Unit Name (eg, section)
165 commonName = Common Name (eg, YOUR name)
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_5/
H A Dopenssl.cfg78 name_opt = ca_default # Subject Name options
145 countryName = Country Name (2 letter code)
150 stateOrProvinceName = State or Province Name (full name)
153 localityName = Locality Name (eg, city)
155 0.organizationName = Organization Name (eg, company)
159 #1.organizationName = Second Organization Name (eg, company)
162 organizationalUnitName = Organizational Unit Name (eg, section)
165 commonName = Common Name (eg, YOUR name)
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_6/
H A Dopenssl.cfg78 name_opt = ca_default # Subject Name options
145 countryName = Country Name (2 letter code)
150 stateOrProvinceName = State or Province Name (full name)
153 localityName = Locality Name (eg, city)
155 0.organizationName = Organization Name (eg, company)
159 #1.organizationName = Second Organization Name (eg, company)
162 organizationalUnitName = Organizational Unit Name (eg, section)
165 commonName = Common Name (eg, YOUR name)

Completed in 105 milliseconds

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