Home
last modified time | relevance | path

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

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

/aoo41x/main/chart2/source/tools/
H A DDataSourceHelper.cxx201 if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DataRowSource" ) )) in readArguments()
207 else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FirstCellAsLabel" ) )) in readArguments()
211 else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "HasCategories" ) )) in readArguments()
215 … else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CellRangeRepresentation" ) )) in readArguments()
219 else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "SequenceMapping" ) )) in readArguments()
385 if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "DataRowSource" ) )) in allArgumentsForRectRangeDetected()
392 … else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "FirstCellAsLabel" ) )) in allArgumentsForRectRangeDetected()
402 … else if( aProperty.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "CellRangeRepresentation" ) )) in allArgumentsForRectRangeDetected()
/aoo41x/main/comphelper/source/property/
H A Dpropagg.cxx59 if ( pResult && ( pResult == pProperties + nLen || pResult->Name != _rName) ) in lcl_findPropertyByName()
95 OSL_ENSURE( aDelegatorProps.find( pDelegateProps->Name ) == aDelegatorProps.end(), in OPropertyArrayAggregationHelper()
97 aDelegatorProps.insert( pDelegateProps->Name ); in OPropertyArrayAggregationHelper()
106 if ( aDelegatorProps.find( pAggregateProps->Name ) != aDelegatorProps.end() ) in OPropertyArrayAggregationHelper()
119 nHandle = _pInfoService->getPreferedPropertyId( pMergedProps->Name ); in OPropertyArrayAggregationHelper()
214 *_pPropName = rProperty.Name; in fillPropertyMembersByHandle()
247 *_pPropName = rProperty.Name; in fillAggregatePropertyInfoByHandle()
305 while( pCur < pEnd && pReqProps[i] > pCur->Name ) in fillHandles()
309 if( pCur < pEnd && pReqProps[i] == pCur->Name ) in fillHandles()
328 nCompVal = pReqProps[i].compareTo( pMid->Name ); in fillHandles()
[all …]
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws2.cxx408 aArgs[0].Name = C2U( "Background.Transparent" ); in IMPL_LINK()
410 aArgs[1].Name = C2U( "Background.BackColor" ); in IMPL_LINK()
412 aArgs[2].Name = C2U( "Background.URL" ); in IMPL_LINK()
416 aArgs[4].Name = C2U( "Background.Position" ); in IMPL_LINK()
418 aArgs[5].Name = C2U( "Position" ); in IMPL_LINK()
1246 aSeq[0].Name = C2U( SVXGALLERYITEM_TYPE ); in Dispatch()
1248 aSeq[1].Name = C2U( SVXGALLERYITEM_LINK ); in Dispatch()
1250 aSeq[2].Name = C2U( SVXGALLERYITEM_URL ); in Dispatch()
1252 aSeq[3].Name = C2U( SVXGALLERYITEM_FILTER ); in Dispatch()
1254 aSeq[4].Name = C2U( SVXGALLERYITEM_DRAWING ); in Dispatch()
[all …]
/aoo41x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx965 #define MESSAGE_BOX_IMPL(Name)\ argument
966 Name##Box::Name##Box (::Window *parent, char const* message,\
971 image##Name.Show ();\
973 Name##Box::Name##Box (::Window *parent, OUString const& message,\
978 image##Name.Show ();\
980 Name##Box::Name##Box (::Window *parent, WinBits bits, char const* message,\
985 image##Name.Show ();\
987 Name##Box::Name##Box (::Window *parent, WinBits bits, OUString const& message,\
992 image##Name.Show ();\
1107 value.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( name ) ); \ in InsertPage()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx572 pFrameProperties[nStart].Name = sPropertyName; in lcl_MoveBorderPropertiesToFrame()
705 pFrameProperties[0].Name = rPropNameSupplier.GetName(PROP_WIDTH); in finishParagraph()
706 pFrameProperties[1].Name = rPropNameSupplier.GetName(PROP_HEIGHT); in finishParagraph()
834 aProperties[nLength].Name = rPropNameSupplier.GetName(PROP_DROP_CAP_FORMAT); in finishParagraph()
1193 pRedlineProperties[0].Name = rPropNameSupplier.GetName( PROP_REDLINE_AUTHOR ); in CreateRedline()
1195 pRedlineProperties[1].Name = rPropNameSupplier.GetName( PROP_REDLINE_DATE_TIME ); in CreateRedline()
2882 aHyperlink[0].Name = rPropNameSupplier.GetName( PROP_TOKEN_TYPE ); in handleToc()
2891 aChapterNo[0].Name = rPropNameSupplier.GetName( PROP_TOKEN_TYPE ); in handleToc()
2893 aChapterNo[1].Name = rPropNameSupplier.GetName( PROP_CHAPTER_FORMAT ); in handleToc()
2899 aChapterSeparator[0].Name = rPropNameSupplier.GetName( PROP_TOKEN_TYPE ); in handleToc()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/reportdesign/source/ui/misc/
H A DRptUndo.cxx175 …h_back(::std::pair< ::rtl::OUString ,uno::Any>(pIter->Name,_xSection->getPropertyValue(pIter->Name in collectControls()
307 aArgs[0].Name = SID_GROUPHEADER_WITHOUT_UNDO == m_nSlot? PROPERTY_HEADERON : PROPERTY_FOOTERON; in implReInsert()
309 aArgs[1].Name = PROPERTY_GROUP; in implReInsert()
326 aArgs[0].Name = SID_GROUPHEADER_WITHOUT_UNDO == m_nSlot? PROPERTY_HEADERON : PROPERTY_FOOTERON; in implReRemove()
328 aArgs[1].Name = PROPERTY_GROUP; in implReRemove()
/aoo41x/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 )
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScTableConditionalFormat.java186 con[0].Name = "StyleName"; in Conditions()
189 con[1].Name = "Formula1"; in Conditions()
192 con[2].Name = "Formula2"; in Conditions()
195 con[3].Name = "Operator"; in Conditions()
198 con[4].Name = "SourcePosition"; in Conditions()
/aoo41x/main/offapi/com/sun/star/ucb/
H A DXCommandInfo.idl65 @param Name
71 com::sun::star::ucb::CommandInfo getCommandInfoByName( [in] string Name )
96 @param Name
99 boolean hasCommandByName( [in] string Name );
108 @param Name
/aoo41x/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 …]
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1356 return (pValues[a].Name < pValues[b].Name) ? true : false; in operator ()()
1513 if (rRes.Name == pRunAttrib[k].Name) in getCharacterAttributes()
1527 rRes.Name = rtl::OUString::createFromAscii("NumberingPrefix"); in getCharacterAttributes()
1543 rResField.Name = rtl::OUString::createFromAscii("FieldType"); in getCharacterAttributes()
1766 if (rRes.Name.compareTo(::rtl::OUString::createFromAscii("CharColor"))==0) in _correctValues()
1896 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1897 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
1918 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1919 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues()
2843 pOutSequence->Name = pProperties->Name; in getDefaultAttributes()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx323 vs[0].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("any1")); in testEmpty2()
326 vs[0].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("any2")); in testEmpty2()
386 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("First")), prop.Name); in testFull()
393 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Second")), prop.Name); in testFull()
413 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Fourth")), prop.Name); in testFull()
534 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("First")), vs[0].Name); in testFull()
540 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Second")), vs[1].Name); in testFull()
551 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("First")), vs[0].Name); in testFull()
556 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Second")), vs[1].Name); in testFull()
/aoo41x/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)
/aoo41x/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)
/aoo41x/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)
/aoo41x/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)
/aoo41x/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)
/aoo41x/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)
/aoo41x/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)

Completed in 260 milliseconds

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