Home
last modified time | relevance | path

Searched refs:pNames (Results 26 – 50 of 261) sorted by relevance

1234567891011

/trunk/main/scripting/source/basprov/
H A Dbasprov.cxx96 static Sequence< ::rtl::OUString >* pNames = 0; in getSupportedServiceNames_BasicProviderImpl() local
97 if ( !pNames ) in getSupportedServiceNames_BasicProviderImpl()
100 if ( !pNames ) in getSupportedServiceNames_BasicProviderImpl()
107 pNames = &aNames; in getSupportedServiceNames_BasicProviderImpl()
110 return *pNames; in getSupportedServiceNames_BasicProviderImpl()
217 const ::rtl::OUString* pNames = aNames.getConstArray(); in supportsService() local
218 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService()
219 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
222 return pNames != pEnd; in supportsService()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx94 static Sequence< ::rtl::OUString >* pNames = 0; in OO3ExtensionMigration_getSupportedServiceNames() local
95 if ( !pNames ) in OO3ExtensionMigration_getSupportedServiceNames()
98 if ( !pNames ) in OO3ExtensionMigration_getSupportedServiceNames()
102 pNames = &aNames; in OO3ExtensionMigration_getSupportedServiceNames()
105 return *pNames; in OO3ExtensionMigration_getSupportedServiceNames()
394 const ::rtl::OUString* pNames = aNames.getConstArray(); in supportsService() local
395 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService()
396 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
399 return pNames != pEnd; in supportsService()
/trunk/main/forms/source/component/
H A DColumns.cxx81 ::rtl::OUString* pNames = aColumnTypes.getArray(); in getColumnTypes()
82 pNames[TYPE_CHECKBOX] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CheckBox" ) ); in getColumnTypes()
83 pNames[TYPE_COMBOBOX] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ComboBox" ) ); in getColumnTypes()
84pNames[TYPE_CURRENCYFIELD] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CurrencyField" ) ); in getColumnTypes()
85 pNames[TYPE_DATEFIELD] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DateField" ) ); in getColumnTypes()
86pNames[TYPE_FORMATTEDFIELD] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FormattedField" ) ); in getColumnTypes()
87 pNames[TYPE_LISTBOX] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ListBox" ) ); in getColumnTypes()
88pNames[TYPE_NUMERICFIELD] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "NumericField" ) ); in getColumnTypes()
89pNames[TYPE_PATTERNFIELD] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PatternField" ) ); in getColumnTypes()
90 pNames[TYPE_TEXTFIELD] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextField" ) ); in getColumnTypes()
[all …]
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx1417 rtl::OUString* pNames = aPropNames.getArray(); in GetPropNames() local
1421 pNames[3] = rtl::OUString::createFromAscii("BulletCharLvl1"); in GetPropNames()
1422 pNames[4] = rtl::OUString::createFromAscii("BulletCharLvl2"); in GetPropNames()
1423 pNames[5] = rtl::OUString::createFromAscii("BulletCharLvl3"); in GetPropNames()
1424 pNames[6] = rtl::OUString::createFromAscii("BulletCharLvl4"); in GetPropNames()
1425 pNames[7] = rtl::OUString::createFromAscii("BulletCharLvl5"); in GetPropNames()
1426 pNames[8] = rtl::OUString::createFromAscii("BulletCharLvl6"); in GetPropNames()
1427 pNames[9] = rtl::OUString::createFromAscii("BulletCharLvl7"); in GetPropNames()
1428 pNames[10] = rtl::OUString::createFromAscii("BulletCharLvl8"); in GetPropNames()
1429 pNames[11] = rtl::OUString::createFromAscii("BulletCharLvl9"); in GetPropNames()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx248 OUString* pNames = aNames.getArray(); in getElementNames() local
249 pNames[0] = C2U("CharacterStyles"); in getElementNames()
250 pNames[1] = C2U("ParagraphStyles"); in getElementNames()
251 pNames[2] = C2U("FrameStyles"); in getElementNames()
252 pNames[3] = C2U("PageStyles"); in getElementNames()
253 pNames[4] = C2U("NumberingStyles"); in getElementNames()
3016 pNames[0] = rPropertyName; in getPropertyState()
4342 pNames[0] = C2U("CharacterStyles"); in getElementNames()
4343 pNames[1] = C2U("RubyStyles"); in getElementNames()
4344 pNames[2] = C2U("ParagraphStyles"); in getElementNames()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx61 OUString* pNames = aNames.getArray(); in GetPropertyNames() local
62 pNames[0] = C2U("CurrentDataSource/DataSourceName"); in GetPropertyNames()
63 pNames[1] = C2U("CurrentDataSource/Command"); in GetPropertyNames()
64 pNames[2] = C2U("CurrentDataSource/CommandType"); in GetPropertyNames()
65 pNames[3] = C2U("BeamerHeight"); in GetPropertyNames()
66 pNames[4] = C2U("ViewHeight"); in GetPropertyNames()
67 pNames[5] = C2U("QueryText"); in GetPropertyNames()
68 pNames[6] = C2U("QueryField"); in GetPropertyNames()
69 pNames[7] = C2U("ShowColumnAssignmentWarning"); in GetPropertyNames()
/trunk/main/svl/source/config/
H A Dasiancfg.cxx77 OUString* pNames = aNames.getArray(); in lcl_GetPropertyNames() local
78 pNames[0] = C2U("IsKerningWesternTextOnly"); in lcl_GetPropertyNames()
79 pNames[1] = C2U("CompressCharacterDistance"); in lcl_GetPropertyNames()
114 OUString* pNames = aPropNames.getArray(); in Load() local
124 pNames[nName] = sStart; pNames[nName++] += C2U("StartCharacters"); in Load()
125 pNames[nName] = sStart; pNames[nName++] += C2U("EndCharacters"); in Load()
/trunk/main/xmloff/source/style/
H A Dimpastp4.cxx113 SvXMLAutoStylePoolNamesP_Impl *pNames = 0; in RegisterName() local
118 pNames = maFamilyList.GetObject( nPos )->mpNameList; in RegisterName()
120 DBG_ASSERT( pNames, in RegisterName()
122 if( pNames ) in RegisterName()
125 if( !pNames->Insert( pName ) ) in RegisterName()
150 SvXMLAutoStylePoolNamesP_Impl* pNames = pFamily->mpNameList; in GetRegisteredNames() local
151 sal_uInt32 nNames = ( pNames != NULL ) ? pNames->Count() : 0; in GetRegisteredNames()
155 aNames.push_back( *pNames->GetObject( j ) ); in GetRegisteredNames()
H A DMultiPropertySetHelper.cxx54 const sal_Char** pNames ) : in MultiPropertySetHelper() argument
63 for( const sal_Char** pPtr = pNames; *pPtr != NULL; pPtr++ ) in MultiPropertySetHelper()
69 pPropertyNames[i] = OUString::createFromAscii( pNames[i] ); in MultiPropertySetHelper()
73 const OUString* pNames ) : in MultiPropertySetHelper() argument
82 for( const OUString* pPtr = pNames; pPtr != NULL; pPtr++ ) in MultiPropertySetHelper()
88 pPropertyNames[i] = pNames[i]; in MultiPropertySetHelper()
/trunk/main/sc/source/core/tool/
H A Dviewopti.cxx357 OUString* pNames = aNames.getArray(); in GetLayoutPropertyNames() local
359 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetLayoutPropertyNames()
379 OUString* pNames = aNames.getArray(); in GetDisplayPropertyNames() local
381 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetDisplayPropertyNames()
402 OUString* pNames = aNames.getArray(); in GetGridPropertyNames() local
404 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetGridPropertyNames()
409 pNames[SCGRIDOPT_RESOLU_X] = OUString::createFromAscii( "Resolution/XAxis/Metric" ); in GetGridPropertyNames()
410 pNames[SCGRIDOPT_RESOLU_Y] = OUString::createFromAscii( "Resolution/YAxis/Metric" ); in GetGridPropertyNames()
411 pNames[SCGRIDOPT_OPTION_X] = OUString::createFromAscii( "Option/XAxis/Metric" ); in GetGridPropertyNames()
412 pNames[SCGRIDOPT_OPTION_Y] = OUString::createFromAscii( "Option/YAxis/Metric" ); in GetGridPropertyNames()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx2145 if (pNames[i].equals(FLAGNAME_ALIEN)) in impl_convertFlagNames2FlagField()
2150 if (pNames[i].equals(FLAGNAME_ASYNCHRON)) in impl_convertFlagNames2FlagField()
2165 if (pNames[i].equals(FLAGNAME_DEFAULT)) in impl_convertFlagNames2FlagField()
2175 if (pNames[i].equals(FLAGNAME_EXPORT)) in impl_convertFlagNames2FlagField()
2180 if (pNames[i].equals(FLAGNAME_IMPORT)) in impl_convertFlagNames2FlagField()
2185 if (pNames[i].equals(FLAGNAME_INTERNAL)) in impl_convertFlagNames2FlagField()
2205 if (pNames[i].equals(FLAGNAME_OWN)) in impl_convertFlagNames2FlagField()
2210 if (pNames[i].equals(FLAGNAME_PACKED)) in impl_convertFlagNames2FlagField()
2225 if (pNames[i].equals(FLAGNAME_READONLY)) in impl_convertFlagNames2FlagField()
2235 if (pNames[i].equals(FLAGNAME_TEMPLATE)) in impl_convertFlagNames2FlagField()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextListAutoStylePool.cxx169 pNames( new XMLTextListAutoStylePoolNames_Impl( 5, 5 ) ), in DECLARE_CONTAINER_SORT()
190 nCount = pNames->Count(); in ~XMLTextListAutoStylePool()
192 delete pNames->Remove(nCount); in ~XMLTextListAutoStylePool()
193 delete pNames; in ~XMLTextListAutoStylePool()
199 if( !pNames->Insert( pName ) ) in RegisterName()
205 return pNames->Seek_Entry( &rName, 0 ); in HasName()
249 rNumRules, *pNames, sPrefix, in Add()
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx161 const ::rtl::OUString* pNames = aNames.getConstArray(); in implEnableDisableResourceForAllLibraryDialogs() local
165 ::rtl::OUString aCtrlName( pNames[j] ); in implEnableDisableResourceForAllLibraryDialogs()
1025 const ::rtl::OUString* pNames = aNames.getConstArray(); in renameStringResourceIDs() local
1029 ::rtl::OUString aCtrlName( pNames[i] ); in renameStringResourceIDs()
1056 const ::rtl::OUString* pNames = aNames.getConstArray(); in removeResourceForDialog() local
1060 ::rtl::OUString aCtrlName( pNames[i] ); in removeResourceForDialog()
1084 const ::rtl::OUString* pNames = aNames.getConstArray(); in resetResourceForDialog() local
1088 ::rtl::OUString aCtrlName( pNames[i] ); in resetResourceForDialog()
1115 ::rtl::OUString aCtrlName( pNames[i] ); in setResourceIDsForDialog()
1169 ::rtl::OUString aCtrlName( pNames[i] ); in copyResourceForDroppedDialog()
[all …]
/trunk/main/unotools/source/config/
H A Dfltrcfg.cxx110 OUString* pNames = aNames.getArray(); in Commit() local
111 pNames[0] = C2U("Load"); in Commit()
112 pNames[1] = C2U("Save"); in Commit()
135 OUString* pNames = aNames.getArray(); in Load() local
136 pNames[0] = C2U("Load"); in Load()
137 pNames[1] = C2U("Save"); in Load()
318 OUString* pNames = aNames.getArray(); in GetPropertyNames() local
320 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx180 static Sequence< ::rtl::OUString >* pNames = 0; in getSupportedServiceNames_DialogProviderImpl() local
181 if ( !pNames ) in getSupportedServiceNames_DialogProviderImpl()
184 if ( !pNames ) in getSupportedServiceNames_DialogProviderImpl()
190 pNames = &aNames; in getSupportedServiceNames_DialogProviderImpl()
193 return *pNames; in getSupportedServiceNames_DialogProviderImpl()
649 const ::rtl::OUString* pNames = aNames.getConstArray(); in supportsService() local
650 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService()
651 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
654 return pNames != pEnd; in supportsService()
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx494 if (pNames) in DisplayToProgrammaticName()
498 if (pNames->aDispName == rDispName) in DisplayToProgrammaticName()
499 return pNames->aProgName; in DisplayToProgrammaticName()
500 else if (pNames->aProgName == rDispName) in DisplayToProgrammaticName()
503 while( (++pNames)->aDispName.Len() ); in DisplayToProgrammaticName()
529 if (pNames) in ProgrammaticToDisplayName()
533 if (pNames->aProgName == rProgName) in ProgrammaticToDisplayName()
534 return pNames->aDispName; in ProgrammaticToDisplayName()
536 while( (++pNames)->aDispName.Len() ); in ProgrammaticToDisplayName()
666 rtl::OUString* pNames = aNames.getArray(); in getElementNames() local
[all …]
/trunk/main/svtools/source/control/
H A Dvclxaccessibleheaderbaritem.cxx192 const ::rtl::OUString* pNames = aNames.getConstArray(); in supportsService() local
193 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService()
194 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
197 return pNames != pEnd; in supportsService()
/trunk/main/package/qa/storages/
H A DTest17.java76 …String pNames[] = { "SubStream1", "SubStream2", "SubStream3", "SubStream4", "SubStream5", "SubStre… in test() local
78 for ( int nInd = 0; nInd < pNames.length; nInd++ ) in test()
91 …if ( !m_aTestHelper.WriteBytesToSubstream( xTempSubStorage, pNames[nInd], "MediaType1", true, pByt… in test()
149 for ( int nInd = 0; nInd < pNames.length; nInd++ ) in test()
150 … if ( !m_aTestHelper.checkStream( xResultSubStorage, pNames[nInd], "MediaType1", true, pBytes1 ) ) in test()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx118 OUString* pNames = aNames.getArray(); in GetPropertyNames() local
121 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
269 OUString* pNames = aNames.getArray(); in GetPropertyNames() local
272 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
418 OUString* pNames = aNames.getArray(); in GetPropertyNames() local
421 pNames[i] = OUString::createFromAscii(aPropNames[i]); in GetPropertyNames()
520 OUString* pNames = aNames.getArray(); in GetPropertyNames() local
522 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
/trunk/main/autodoc/source/display/toolkit/
H A Dhf_funcdecl.cxx158 pNames(0)
167 pNames = &(rRow >> *new Html::TableCell << new Html::VAlignAttr(C_sValignTop));
178 (*pNames) << new Xml::XmlCode("&nbsp;<br>\n");
189 (*pNames) << new Xml::XmlCode("&nbsp;<br>\n");
195 return *pNames;
/trunk/main/winaccessibility/source/service/
H A Dmsaaservice_impl.cxx66 static Sequence < OUString > *pNames = 0; in getSupportedServiceNames_MSAAServiceImpl() local
67 if( ! pNames ) in getSupportedServiceNames_MSAAServiceImpl()
70 if( !pNames ) in getSupportedServiceNames_MSAAServiceImpl()
74 pNames = &seqNames; in getSupportedServiceNames_MSAAServiceImpl()
77 return *pNames; in getSupportedServiceNames_MSAAServiceImpl()
/trunk/main/odk/examples/cpp/remoteclient/
H A Dremoteclient.cxx196 static Sequence < OUString > *pNames = 0; in getSupportedServiceNames() local
197 if( ! pNames ) in getSupportedServiceNames()
200 if( !pNames ) in getSupportedServiceNames()
204 pNames = &seqNames; in getSupportedServiceNames()
207 return *pNames; in getSupportedServiceNames()
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpage.cxx266 const ::rtl::OUString* pNames = aNames.getConstArray(); in supportsService() local
267 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService()
268 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
271 return pNames != pEnd; in supportsService()
/trunk/main/stoc/source/namingservice/
H A Dnamingservice.cxx62 static Sequence < OUString > *pNames = 0; in ns_getSupportedServiceNames() local
63 if( ! pNames ) in ns_getSupportedServiceNames()
66 if( !pNames ) in ns_getSupportedServiceNames()
70 pNames = &seqNames; in ns_getSupportedServiceNames()
73 return *pNames; in ns_getSupportedServiceNames()
/trunk/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx60 static Sequence < OUString > *pNames = 0; in resolver_getSupportedServiceNames() local
61 if( ! pNames ) in resolver_getSupportedServiceNames()
64 if( !pNames ) in resolver_getSupportedServiceNames()
68 pNames = &seqNames; in resolver_getSupportedServiceNames()
71 return *pNames; in resolver_getSupportedServiceNames()

Completed in 176 milliseconds

1234567891011