Home
last modified time | relevance | path

Searched refs:aNameList (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dnamepast.cxx43 aNameList ( this, ScResId( LB_ENTRYLIST ) ), in ScNamePasteDlg()
54 aNameList.SetSelectHdl( LINK( this,ScNamePasteDlg,ListSelHdl) ); in ScNamePasteDlg()
55 aNameList.SetDoubleClickHdl( LINK( this,ScNamePasteDlg,ListDblClickHdl) ); in ScNamePasteDlg()
70 aNameList.InsertEntry( aText ); in ScNamePasteDlg()
75 ListSelHdl( &aNameList ); in ScNamePasteDlg()
99 if( pListBox == &aNameList ) in IMPL_LINK()
101 if( aNameList.GetSelectEntryCount() ) in IMPL_LINK()
113 if( pListBox == &aNameList ) in IMPL_LINK_INLINE_START()
125 return aNameList.GetSelectEntry(); in IMPL_LINK_INLINE_END()
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx397 const rtl::OUString aNameList[nItems] = { UNISTRING(LOCAL_FILE), UNISTRING(DOWNLOAD_SIZE) }; in storeLocalFileName() local
402 if( m_xContainer->hasByName(aNameList[i]) ) in storeLocalFileName()
403 m_xContainer->replaceByName(aNameList[i], aValueList[i]); in storeLocalFileName()
405 m_xContainer->insertByName(aNameList[i], aValueList[i]); in storeLocalFileName()
417 const rtl::OUString aNameList[nItems] = { UNISTRING(LOCAL_FILE), UNISTRING(DOWNLOAD_SIZE) }; in clearLocalFileName() local
421 if( m_xContainer->hasByName(aNameList[i]) ) in clearLocalFileName()
422 m_xContainer->removeByName(aNameList[i]); in clearLocalFileName()
/trunk/main/xmloff/source/chart/
H A DMultiPropertySetHandler.hxx224 ::com::sun::star::uno::Sequence< ::rtl::OUString> aNameList (aPropertyList.size()); in GetProperties()
227 aNameList[i++] = I->second->msName; in GetProperties()
228 if ( ! MultiGet(aNameList)) in GetProperties()
229 if ( ! SingleGet(aNameList)) in GetProperties()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx643 ::std::vector< ::rtl::OUString > aNameList( aIndexToNameMap.size() ); in TabIndexChange()
646 aNameList.begin(), in TabIndexChange()
661 ::rtl::OUString aCtrlName = aNameList[nOldTabIndex]; in TabIndexChange()
662 aNameList.erase( aNameList.begin() + nOldTabIndex ); in TabIndexChange()
663 aNameList.insert( aNameList.begin() + nNewTabIndex , aCtrlName ); in TabIndexChange()
668 Any aCtrl = xNameAcc->getByName( aNameList[i] ); in TabIndexChange()
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx167 staruno::Sequence< ::rtl::OUString > aNameList(nLen); in getElementNames() local
169 ::rtl::OUString* pStringArray = aNameList.getArray(); in getElementNames()
183 return aNameList; in getElementNames()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx153 Sequence< ::rtl::OUString > aNameList(m_aElements.size()); in getElementNames() local
155 ::rtl::OUString* pStringArray = aNameList.getArray(); in getElementNames()
160 return aNameList; in getElementNames()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx742 StringSequence aNameList(m_aItems.size()); in getElementNames() local
743 ::rtl::OUString* pStringArray = aNameList.getArray(); in getElementNames()
749 return aNameList; in getElementNames()
/trunk/main/sc/source/ui/inc/
H A Dnamepast.hxx46 ListBox aNameList; member in ScNamePasteDlg
/trunk/main/svx/source/form/
H A Ddatanavi.cxx2093 Sequence< ::rtl::OUString > aNameList = m_xDataContainer->getElementNames(); in LoadModels() local
2094 sal_Int32 i, nCount = aNameList.getLength(); in LoadModels()
2095 ::rtl::OUString* pNames = aNameList.getArray(); in LoadModels()
2960 Sequence< ::rtl::OUString > aNameList = xDataTypes->getElementNames(); in InitDataTypeBox() local
2961 sal_Int32 i, nCount = aNameList.getLength(); in InitDataTypeBox()
2962 ::rtl::OUString* pNames = aNameList.getArray(); in InitDataTypeBox()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx604 List aNameList; in InsertBookmarkAsPage() local
617 aNameList.Insert(new String(pName), nBMSdPage); in InsertBookmarkAsPage()
643 String* pName = (String*) aNameList.GetObject(nBMSdPage); in InsertBookmarkAsPage()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2587 uno::Sequence< ::rtl::OUString > aNameList(m_aElementsPos.size()); in getElementNames() local
2589 ::rtl::OUString* pStringArray = aNameList.getArray(); in getElementNames()
2594 return aNameList; in getElementNames()

Completed in 98 milliseconds