/trunk/main/unotools/source/config/ |
H A D | configmgr.cxx | 99 ConfigItemList aItemList; member 125 if(!pMgrImpl->aItemList.empty()) in ~ConfigManager() 128 for(aListIter = pMgrImpl->aItemList.begin(); aListIter != pMgrImpl->aItemList.end(); ++aListIter) in ~ConfigManager() 133 pMgrImpl->aItemList.erase(pMgrImpl->aItemList.begin(), pMgrImpl->aItemList.end()); in ~ConfigManager() 226 for(aListIter = pMgrImpl->aItemList.begin(); aListIter != pMgrImpl->aItemList.end(); ++aListIter) in RegisterConfigItem() 243 … for(aListIter = pMgrImpl->aItemList.begin(); aListIter != pMgrImpl->aItemList.end(); ++aListIter) in AcquireTree() 320 if( !pMgrImpl->aItemList.empty() ) in RemoveConfigItem() 323 for(aListIter = pMgrImpl->aItemList.begin(); aListIter != pMgrImpl->aItemList.end(); ++aListIter) in RemoveConfigItem() 328 pMgrImpl->aItemList.erase(aListIter); in RemoveConfigItem() 339 if(!pMgrImpl->aItemList.empty()) in StoreConfigItems() [all …]
|
/trunk/main/sysui/source/win32/misc/ |
H A D | WinImplHelper.cxx | 145 void SAL_CALL ListboxAddItems( HWND hwnd, const Any& aItemList, const Reference< XInterface >& rXIn… in ListboxAddItems() argument 150 if ( !aItemList.hasValue( ) || in ListboxAddItems() 151 aItemList.getValueType( ) != getCppuType((Sequence<OUString>*)0) ) in ListboxAddItems() 158 aItemList >>= aStringList; in ListboxAddItems() 265 Sequence< OUString > aItemList; in ListboxGetItems() local 269 aItemList.realloc( nItemCount ); in ListboxGetItems() 273 aItemList[i] = ListboxGetString( hwnd, i ); in ListboxGetItems() 278 aAny <<= aItemList; in ListboxGetItems()
|
H A D | WinImplHelper.hxx | 54 …HWND hwnd, const ::com::sun::star::uno::Any& aItemList, const ::com::sun::star::uno::Reference< ::…
|
/trunk/main/autodoc/source/display/html/ |
H A D | navibar.cxx | 123 List_Items aItemList; member in __anon0bfb7cf90111::SubRow 138 for ( List_Items::iterator it = aItemList.begin(); in ~SubRow() 139 it != aItemList.end(); in ~SubRow() 151 aItemList.push_back( new SubRowItem(i_sText, i_sLink, i_bActive, aItemList.empty()) ); in AddItem() 172 for ( List_Items::const_iterator it = aItemList.begin(); in Write2() 173 it != aItemList.end(); in Write2()
|
/trunk/main/fpicker/source/win32/misc/ |
H A D | WinImplHelper.cxx | 260 void SAL_CALL ListboxAddItems( HWND hwnd, const Any& aItemList, const Reference< XInterface >& rXIn… in ListboxAddItems() argument 265 if ( !aItemList.hasValue( ) || in ListboxAddItems() 266 aItemList.getValueType( ) != getCppuType((Sequence<OUString>*)0) ) in ListboxAddItems() 273 aItemList >>= aStringList; in ListboxAddItems() 380 Sequence< OUString > aItemList; in ListboxGetItems() local 384 aItemList.realloc( nItemCount ); in ListboxGetItems() 388 aItemList[i] = ListboxGetString( hwnd, i ); in ListboxGetItems() 393 aAny <<= aItemList; in ListboxGetItems()
|
H A D | WinImplHelper.hxx | 69 …HWND hwnd, const ::com::sun::star::uno::Any& aItemList, const ::com::sun::star::uno::Reference< ::…
|
/trunk/main/sdext/source/minimizer/ |
H A D | optimizerdialogcontrols.cxx | 470 Sequence< OUString > aItemList; in UpdateControlStatesPage0() local 474 aItemList.realloc( rList.size() - 1 ); in UpdateControlStatesPage0() 477 aItemList[ i - 1 ] = rList[ i ].maName; in UpdateControlStatesPage0() 494 setControlProperty( TKGet( TK_ListBox0Pg0 ), TKGet( TK_StringItemList ), Any( aItemList ) ); in UpdateControlStatesPage0() 500 Sequence< OUString > aItemList; in InitPage0() local 694 Sequence< OUString > aItemList; in UpdateControlStatesPage4() local 698 aItemList.realloc( rList.size() - 1 ); in UpdateControlStatesPage4() 700 aItemList[ w - 1 ] = rList[ w ].maName; in UpdateControlStatesPage4() 702 setControlProperty( TKGet( TK_ComboBox0Pg4 ), TKGet( TK_StringItemList ), Any( aItemList ) ); in UpdateControlStatesPage4() 942 Sequence< OUString > aItemList; in InitPage4() local [all …]
|
/trunk/main/fpicker/source/aqua/ |
H A D | ControlHelper.cxx | 698 uno::Sequence< OUString > aItemList; in HandleGetListValue() local 702 aItemList.realloc(nItems); in HandleGetListValue() 707 aItemList[i] = [sCFItem OUString]; in HandleGetListValue() 708 …OSL_TRACE("Return value[%d]: %s", (i - 1), OUStringToOString(aItemList[i - 1], RTL_TEXTENCODING_UT… in HandleGetListValue() 712 aAny <<= aItemList; in HandleGetListValue()
|
/trunk/main/svx/source/form/ |
H A D | filtnav.cxx | 1681 ::std::vector<FmFilterItem*> aItemList; in StartDrag() 1682 if ( FmFormItem* pFirstItem = getSelectedFilterItems(aItemList) ) in StartDrag() 1684 m_aControlExchange->setDraggedEntries(aItemList); in StartDrag() 1830 ::std::vector<FmFilterItem*> aItemList; in KeyInput() 1831 if ( !getSelectedFilterItems( aItemList ) ) in KeyInput() 1846 ::std::vector<FmFilterItem*>::const_iterator aEnd = aItemList.end(); in KeyInput() 1850 ::std::vector<FmFilterItem*>::const_iterator i = aItemList.begin(); in KeyInput() 1881 insertFilterItem( aItemList, pTargetItems ); in KeyInput()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 952 uno::Sequence< uno::Sequence< rtl::OUString > > aItemList; in notifyMenubar() local 976 aItemList.realloc( nCount + 1 ); in notifyMenubar() 977 aItemList[ nCount ] = aItem; in notifyMenubar() 983 createNotifyJob( bPrepareOnly, aItemList ); in notifyMenubar()
|
H A D | dp_gui_extensioncmdqueue.cxx | 933 uno::Sequence< uno::Sequence< rtl::OUString > > aItemList; in _removeExtension() local 934 UpdateDialog::createNotifyJob( false, aItemList ); in _removeExtension()
|
/trunk/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 1257 Sequence< OUString > aItemList; in HandleGetListValue() local 1266 aItemList.realloc(nSize); in HandleGetListValue() 1272 aItemList[i] = OUString(item, strlen(item), RTL_TEXTENCODING_UTF8); in HandleGetListValue() 1277 aAny <<= aItemList; in HandleGetListValue()
|
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 1659 PropertyValue aItemList; in EndElement() local 1660 aItemList.Name = PROPERTY_STRING_ITEM_LIST; in EndElement() 1661 aItemList.Value <<= m_aListSource; in EndElement() 1662 implPushBackPropertyValue(aItemList); in EndElement()
|
/trunk/main/oox/source/dump/ |
H A D | biffdumper.cxx | 2850 OUStringBuffer aItemList; in implDumpRecordBody() local 2852 StringHelper::appendToken( aItemList, mxStrm->readInt16() ); in implDumpRecordBody() 2853 writeInfoItem( "item-idxs", aItemList.makeStringAndClear() ); in implDumpRecordBody()
|