/aoo41x/main/rsc/source/parser/ |
H A D | rscibas.cxx | 87 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 …]
|
/aoo41x/main/svtools/source/config/ |
H A D | apearcfg.cxx | 65 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()
|
/aoo41x/main/unotools/source/config/ |
H A D | configitem.cxx | 168 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 D | fltrcfg.cxx | 379 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()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | PropertyMapper.cxx | 109 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()
|
/aoo41x/main/sw/source/ui/config/ |
H A D | dbconfig.cxx | 89 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()
|
/aoo41x/main/sc/inc/ |
H A D | optutil.hxx | 55 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 D | addincfg.hxx | 40 GetProperties(const com::sun::star::uno::Sequence< rtl::OUString >& rNames) in GetProperties() argument 41 { return ConfigItem::GetProperties( rNames ); } in GetProperties()
|
H A D | dpobject.hxx | 198 void GetMemberResultNames( ScStrCollection& rNames, long nDimension ); 216 … GetMemberNames( sal_Int32 nDim, ::com::sun::star::uno::Sequence< ::rtl::OUString >& rNames );
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | numberingtypelistbox.cxx | 89 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()
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | aryattrs.cxx | 231 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()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | configitem.hxx | 121 … 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,
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | PropertyMapper.hxx | 70 tNameSequence& rNames 77 tNameSequence& rNames 93 const tNameSequence& rNames
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLTextListAutoStylePool.cxx | 72 XMLTextListAutoStylePoolNames_Impl& rNames, 108 XMLTextListAutoStylePoolNames_Impl& rNames, in XMLTextListAutoStylePoolEntry_Impl() argument 132 while( rNames.Seek_Entry( &sName, 0 ) ); in XMLTextListAutoStylePoolEntry_Impl()
|
/aoo41x/main/oox/source/helper/ |
H A D | propertymap.cxx | 189 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()
|
/aoo41x/main/sw/inc/ |
H A D | PostItMgr.hxx | 113 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()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_provider.cxx | 520 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()
|
/aoo41x/main/xmloff/source/style/ |
H A D | impastp4.cxx | 137 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 D | xmlimppr.cxx | 604 Sequence<OUString>& rNames, in _PrepareForMultiPropertySet() argument 665 rNames.realloc( aPropertyPairs.size() ); in _PrepareForMultiPropertySet() 666 OUString* pNamesArray = rNames.getArray(); in _PrepareForMultiPropertySet()
|
H A D | xmlaustp.cxx | 328 uno::Sequence<OUString>& rNames ) in GetRegisteredNames() argument 330 pImpl->GetRegisteredNames( rFamilies, rNames ); in GetRegisteredNames()
|
/aoo41x/main/rsc/inc/ |
H A D | rscconst.hxx | 101 void Init( RscNameTable& rNames ); 103 Atom AddLanguage( const char* pLang, RscNameTable& rNames );
|
/aoo41x/main/formula/source/core/api/ |
H A D | FormulaOpCodeMapperObj.cxx | 68 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rNames, in getMappings() 76 return xMap->createSequenceOfFormulaTokens( *m_pCompiler,rNames); in getMappings()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 1227 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()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmconfigitem.cxx | 233 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | image.cxx | 941 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()
|