Home
last modified time | relevance | path

Searched refs:rNames (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/rsc/source/parser/
H A Drscibas.cxx87 void RscLangEnum::Init( RscNameTable& rNames ) in Init() argument
89 SetConstant( rNames.Put( "SYSTEM", CONSTNAME, (long)LANGUAGE_SYSTEM ), LANGUAGE_SYSTEM ); in Init()
90 SetConstant( rNames.Put( "DONTKNOW", CONSTNAME, LANGUAGE_DONTKNOW ), LANGUAGE_DONTKNOW ); in Init()
110 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
120 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
129 SetConstant( rNames.Put( aLang.GetBuffer(), CONSTNAME, mnLangId ), mnLangId ); in Init()
141 SetConstant( rNames.Put( "x-comment", CONSTNAME, mnLangId ), mnLangId ); in Init()
181 SetConstant( rNames.Put( "EXTERN", CONSTNAME, LANGUAGE_USER9 ), LANGUAGE_USER9 ); in Init()
184 Atom RscLangEnum::AddLanguage( const char* pLang, RscNameTable& rNames ) in AddLanguage() argument
188 if( ! rNames.Get( nResult = pHS->getID( pLang ), &aStruct ) ) in AddLanguage()
[all …]
/trunk/main/svtools/source/config/
H A Dapearcfg.cxx65 const Sequence<OUString>& rNames = GetPropertyNames(); in SvtTabAppearanceCfg() local
66 Sequence<Any> aValues = GetProperties(rNames); in SvtTabAppearanceCfg()
68 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in SvtTabAppearanceCfg()
70 if(aValues.getLength() == rNames.getLength()) in SvtTabAppearanceCfg()
72 for(int nProp = 0; nProp < rNames.getLength(); ++nProp, ++pValues) in SvtTabAppearanceCfg()
133 const Sequence<OUString>& rNames = GetPropertyNames(); in Commit() local
134 Sequence<Any> aValues(rNames.getLength()); in Commit()
138 for(int nProp = 0; nProp < rNames.getLength(); nProp++) in Commit()
153 PutProperties(rNames, aValues); in Commit()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx168 ConfigItem& rItem, const Sequence< OUString >& rNames) : in ConfigChangeListener_Impl()
170 aPropertyNames(rNames) in ConfigChangeListener_Impl()
496 sal_Int32 nCount = rNames.getLength(); in GetReadOnlyStates()
519 OUString sName = rNames[i]; in GetReadOnlyStates()
579 Sequence< Any > aRet(rNames.getLength()); in GetProperties()
580 const OUString* pNames = rNames.getConstArray(); in GetProperties()
585 for(int i = 0; i < rNames.getLength(); i++) in GetProperties()
628 impl_packLocalizedProperties( rNames, aRet, lValues ); in GetProperties()
666 pNames = rNames.getConstArray (); in PutProperties()
668 nNameCount = rNames.getLength (); in PutProperties()
[all …]
H A Dfltrcfg.cxx379 const Sequence<OUString>& rNames = GetPropertyNames(); in Load() local
380 Sequence<Any> aValues = GetProperties(rNames); in Load()
382 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in Load()
383 if(aValues.getLength() == rNames.getLength()) in Load()
385 for(int nProp = 0; nProp < rNames.getLength(); nProp++) in Load()
/trunk/main/chart2/source/view/main/
H A DPropertyMapper.cxx109 tNameSequence& rNames in getMultiPropertyLists() argument
117 getMultiPropertyListsFromValueMap( rNames, rValues, aValueMap ); in getMultiPropertyLists()
121 tNameSequence& rNames in getMultiPropertyListsFromValueMap() argument
127 rNames.realloc(nPropertyCount); in getMultiPropertyListsFromValueMap()
140 rNames[nN] = aValueIt->first; in getMultiPropertyListsFromValueMap()
146 rNames.realloc(nN); in getMultiPropertyListsFromValueMap()
404 const tNameSequence& rNames in setMultiProperties() argument
415 xShapeMultiProp->setPropertyValues( rNames, rValues ); in setMultiProperties()
427 sal_Int32 nCount = std::max( rNames.getLength(), rValues.getLength() ); in setMultiProperties()
432 aPropName = rNames[nN]; in setMultiProperties()
/trunk/main/sw/source/ui/config/
H A Ddbconfig.cxx89 const Sequence<OUString>& rNames = GetPropertyNames(); in Load() local
98 Sequence<Any> aValues = GetProperties(rNames); in Load()
100 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in Load()
101 if(aValues.getLength() == rNames.getLength()) in Load()
103 for(int nProp = 0; nProp < rNames.getLength(); nProp++) in Load()
/trunk/main/sc/inc/
H A Doptutil.hxx55 GetProperties(const com::sun::star::uno::Sequence< rtl::OUString >& rNames) in GetProperties() argument
56 { return ConfigItem::GetProperties( rNames ); } in GetProperties()
57 sal_Bool PutProperties( const com::sun::star::uno::Sequence< rtl::OUString >& rNames, in PutProperties() argument
59 { return ConfigItem::PutProperties( rNames, rValues ); } in PutProperties()
H A Daddincfg.hxx40 GetProperties(const com::sun::star::uno::Sequence< rtl::OUString >& rNames) in GetProperties() argument
41 { return ConfigItem::GetProperties( rNames ); } in GetProperties()
H A Ddpobject.hxx198 void GetMemberResultNames( ScStrCollection& rNames, long nDimension );
216 … GetMemberNames( sal_Int32 nDim, ::com::sun::star::uno::Sequence< ::rtl::OUString >& rNames );
/trunk/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx89 ResStringArray& rNames = aNames.GetNames(); in Reload() local
90 for(sal_uInt16 i = 0; i < rNames.Count(); i++) in Reload()
92 long nValue = rNames.GetValue(i); in Reload()
124 sal_uInt16 nEntry = InsertEntry(rNames.GetString(i), nPos); in Reload()
/trunk/main/autodoc/source/display/html/
H A Daryattrs.cxx231 rNames = i_rFunction.ParamInfos(); in Assign() local
233 if ( rTypes.size() != rNames.size() OR rTypes.size() == 0 ) in Assign()
238 itNames_andMore = rNames.begin(); in Assign()
239 itNames_andMore_end = rNames.end(); in Assign()
/trunk/main/unotools/inc/unotools/
H A Dconfigitem.hxx121 … GetProperties(const com::sun::star::uno::Sequence< rtl::OUString >& rNames);
124 … GetReadOnlyStates(const com::sun::star::uno::Sequence< rtl::OUString >& rNames);
127 … const com::sun::star::uno::Sequence< rtl::OUString >& rNames,
138 …ool EnableNotification(const com::sun::star::uno::Sequence< rtl::OUString >& rNames,
/trunk/main/chart2/source/view/inc/
H A DPropertyMapper.hxx70 tNameSequence& rNames
77 tNameSequence& rNames
93 const tNameSequence& rNames
/trunk/main/xmloff/source/text/
H A DXMLTextListAutoStylePool.cxx72 XMLTextListAutoStylePoolNames_Impl& rNames,
108 XMLTextListAutoStylePoolNames_Impl& rNames, in XMLTextListAutoStylePoolEntry_Impl() argument
132 while( rNames.Seek_Entry( &sName, 0 ) ); in XMLTextListAutoStylePoolEntry_Impl()
/trunk/main/oox/source/helper/
H A Dpropertymap.cxx189 void PropertyMap::fillSequences( Sequence< OUString >& rNames, Sequence< Any >& rValues ) const in fillSequences() argument
191 rNames.realloc( static_cast< sal_Int32 >( size() ) ); in fillSequences()
195 OUString* pNames = rNames.getArray(); in fillSequences()
/trunk/main/sw/inc/
H A DPostItMgr.hxx113 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rNames = GetPropertyNames(); in SwNoteProps() local
114 … ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aValues = GetProperties(rNames); in SwNoteProps()
116 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in SwNoteProps()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_provider.cxx520 const rtl::OUString & rUri, uno::Sequence< rtl::OUString > & rNames ) const in queryNamesOfChildren()
528 rNames = m_xDocsMgr->queryDocuments(); in queryNamesOfChildren()
551 rNames = xNA->getElementNames(); in queryNamesOfChildren()
/trunk/main/xmloff/source/style/
H A Dimpastp4.cxx137 uno::Sequence<OUString>& rNames ) in GetRegisteredNames() argument
165 rNames.realloc( aNames.size() ); in GetRegisteredNames()
166 std::copy( aNames.begin(), aNames.end(), rNames.getArray() ); in GetRegisteredNames()
H A Dxmlimppr.cxx604 Sequence<OUString>& rNames, in _PrepareForMultiPropertySet() argument
665 rNames.realloc( aPropertyPairs.size() ); in _PrepareForMultiPropertySet()
666 OUString* pNamesArray = rNames.getArray(); in _PrepareForMultiPropertySet()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx1227 String& rNames, in PrepareFontList() argument
1230 rNames = aEmptyStr; in PrepareFontList()
1271 if( rNames.Len() ) in PrepareFontList()
1272 rNames.AppendAscii( ", " ); in PrepareFontList()
1274 rNames += cQuote; in PrepareFontList()
1275 rNames += aName; in PrepareFontList()
1277 rNames += cQuote; in PrepareFontList()
1297 if( rNames.Len() ) in PrepareFontList()
1298 rNames.AppendAscii( ", " ); in PrepareFontList()
1299 rNames.AppendAscii( pStr ); in PrepareFontList()
/trunk/main/rsc/inc/
H A Drscconst.hxx101 void Init( RscNameTable& rNames );
103 Atom AddLanguage( const char* pLang, RscNameTable& rNames );
/trunk/main/formula/source/core/api/
H A DFormulaOpCodeMapperObj.cxx68 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rNames, in getMappings()
76 return xMap->createSequenceOfFormulaTokens( *m_pCompiler,rNames); in getMappings()
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx233 const Sequence<OUString>& rNames = GetPropertyNames(); in SwMailMergeConfigItem_Impl() local
234 Sequence<Any> aValues = GetProperties(rNames); in SwMailMergeConfigItem_Impl()
236 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in SwMailMergeConfigItem_Impl()
237 if(aValues.getLength() == rNames.getLength()) in SwMailMergeConfigItem_Impl()
239 for(int nProp = 0; nProp < rNames.getLength(); nProp++) in SwMailMergeConfigItem_Impl()
/trunk/main/vcl/source/gdi/
H A Dimage.cxx941 void ImageList::GetImageNames( ::std::vector< ::rtl::OUString >& rNames ) const in GetImageNames()
947 rNames = ::std::vector< ::rtl::OUString >(); in GetImageNames()
955 rNames.push_back( rName ); in GetImageNames()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx86 Sequence< Any > SdOptionsItem::GetProperties( const Sequence< OUString >& rNames ) in GetProperties() argument
88 return ConfigItem::GetProperties( rNames ); in GetProperties()
93 sal_Bool SdOptionsItem::PutProperties( const Sequence< OUString >& rNames, const Sequence< Any>& rV… in PutProperties() argument
95 return ConfigItem::PutProperties( rNames, rValues ); in PutProperties()

Completed in 89 milliseconds

12