| /aoo41x/main/svl/qa/complex/ConfigItems/helper/ | 
| H A D | HistoryOptTest.cxx | 185     xList  = impl_getItemList();  in impl_clearList()186     nCount = xList->getElementNames().getLength();  in impl_clearList()
 191     xList  = impl_getOrderList();  in impl_clearList()
 192     nCount = xList->getElementNames().getLength();  in impl_clearList()
 212     xList  = impl_getItemList();  in impl_setSize()
 217     xList  = impl_getOrderList();  in impl_setSize()
 360     xHistory->getByName (s_sItemList) >>= xList;  in impl_getItemList()
 362     if ( ! xList.is())  in impl_getItemList()
 365     return xList;  in impl_getItemList()
 375     if ( ! xList.is())  in impl_getOrderList()
 [all …]
 
 | 
| /aoo41x/main/qadevOOo/runner/util/ | 
| H A D | UITools.java | 315             XAccessibleContext xList =mAT.getAccessibleObjectForRole(  in selectListboxItem()  local341             XAccessibleContext xList = null;  in getListBoxObjects()  local
 352                 xList =mAT.getAccessibleObjectForRole(mXRoot,   in getListBoxObjects()
 362                 xList =mAT.getAccessibleObjectForRole(  in getListBoxObjects()
 366             for (int i=0;i<xList.getAccessibleChildCount();i++) {  in getListBoxObjects()
 368                     XAccessible xChild = xList.getAccessibleChild(i);  in getListBoxObjects()
 405             XAccessibleContext xList = null;  in getListBoxItems()  local
 416                 xList =mAT.getAccessibleObjectForRole(mXRoot,   in getListBoxItems()
 426                 xList =mAT.getAccessibleObjectForRole(  in getListBoxItems()
 430             for (int i=0;i<xList.getAccessibleChildCount();i++) {  in getListBoxItems()
 [all …]
 
 | 
| /aoo41x/main/sc/source/filter/xml/ | 
| H A D | XMLStylesImportHelper.cxx | 109 void ScMyStyleRanges::AddCurrencyRange(const ScRange& rRange, ScRangeListRef xList,  in AddCurrencyRange()  argument113 	xList->Join(rRange);  in AddCurrencyRange()
 115 	if (xList->Count() > nMaxRanges)  in AddCurrencyRange()
 117 		sal_Int32 nCount(xList->Count());  in AddCurrencyRange()
 121 			pRange = xList->GetObject(i);  in AddCurrencyRange()
 127 				xList->Remove(i);  in AddCurrencyRange()
 270 void ScMyStyleRanges::SetStylesToRanges(ScRangeListRef xList,  in SetStylesToRanges()  argument
 274 	sal_Int32 nCount(xList->Count());  in SetStylesToRanges()
 276 		rImport.SetStyleToRange(*xList->GetObject(i), pStyleName, nCellType, pCurrency);  in SetStylesToRanges()
 
 | 
| H A D | XMLStylesImportHelper.hxx | 101 	void AddCurrencyRange(const ScRange& rRange, ScRangeListRef xList,109 	void SetStylesToRanges(ScRangeListRef xList,
 
 | 
| /aoo41x/main/unotools/source/config/ | 
| H A D | historyoptions.cxx | 291 	css::uno::Reference< css::container::XNameAccess >    xList;  in impl_truncateList()  local301             m_xCfg->getByName(s_sPickList) >>= xList;  in impl_truncateList()
 305             m_xCfg->getByName(s_sURLHistory) >>= xList;  in impl_truncateList()
 309             m_xCfg->getByName(s_sHelpBookmarks) >>= xList;  in impl_truncateList()
 318 		if ( ! xList.is())  in impl_truncateList()
 321         xList->getByName(s_sOrderList) >>= xOrderList;  in impl_truncateList()
 322         xList->getByName(s_sItemList)  >>= xItemList;  in impl_truncateList()
 
 | 
| /aoo41x/main/framework/source/xml/ | 
| H A D | imagesdocumenthandler.cxx | 664 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteImagesDocument()  local707 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteImageList()  local
 759 …Handler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_IMAGES )), xList );  in WriteImageList()
 777 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteImage()  local
 787 …tHandler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_ENTRY )), xList );  in WriteImage()
 815 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteExternalImage()  local
 836 …->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_EXTERNALENTRY )), xList );  in WriteExternalImage()
 
 | 
| /aoo41x/main/oox/inc/oox/dump/ | 
| H A D | dumperbase.hxx | 952     ::boost::shared_ptr< ListType > xList;  in createNameList()955         xList.reset( new ListType( *this ) );  in createNameList()
 956         setNameList( rListName, xList );  in createNameList()
 958     return xList;  in createNameList()
 964     NameListRef xList = createNameList< ListType >( rListName );  in readNameList()  local
 965     if( xList.get() )  in readNameList()
 966         xList->readConfigBlock( rStrm );  in readNameList()
 1061     NameListRef xList = rListWrp.getNameList( *this );  in getName()  local
 1062     return xList.get() ? xList->getName( *this, nKey ) : OOX_DUMP_ERR_NOMAP;  in getName()
 1068     NameListRef xList = rListWrp.getNameList( *this );  in hasName()  local
 [all …]
 
 | 
| /aoo41x/main/desktop/source/app/ | 
| H A D | dispatchwatcher.cxx | 445         Reference< XElementAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY );  in executeDispatchRequests()  local447         if ( !xList->hasElements() )  in executeDispatchRequests()
 490         Reference< XElementAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY );  in dispatchFinished()  local
 492         if ( !xList->hasElements() )  in dispatchFinished()
 
 | 
| H A D | app.cxx | 3093                 Reference< XElementAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY_THROW );  in OpenClients()  local3094                 if ( xList->hasElements() )  in OpenClients()
 3216     Reference< XElementAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY_THROW );  in OpenClients()  local
 3217     if ( xList->hasElements() || pArgs->IsServer() )  in OpenClients()
 3347 …::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > xList( xDesktop->get…  in HandleAppEvent()
 3348             if ( xList->getCount()>0 )  in HandleAppEvent()
 3349                 xList->getByIndex(0) >>= xTask;  in HandleAppEvent()
 
 | 
| /aoo41x/main/framework/source/classes/ | 
| H A D | menumanager.cxx | 786         Reference< XIndexAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY );  in UpdateSpecialWindowMenu()  local787         sal_Int32 nCount = xList->getCount();  in UpdateSpecialWindowMenu()
 792             xList->getByIndex(i) >>= xFrame;  in UpdateSpecialWindowMenu()
 1032                     Reference< XIndexAccess > xList( xDesktop->getFrames(), UNO_QUERY );  in IMPL_LINK()  local
 1033                     sal_Int32 nCount = xList->getCount();  in IMPL_LINK()
 1037                         xList->getByIndex(i) >>= xFrame;  in IMPL_LINK()
 
 | 
| /aoo41x/main/sfx2/source/menu/ | 
| H A D | virtmenu.cxx | 955                 Reference< XIndexAccess > xList ( xTasksSupplier->getFrames(), UNO_QUERY );  in IMPL_LINK()  local956                 sal_Int32 nFrameCount = xList->getCount();  in IMPL_LINK()
 960                     Any aVal = xList->getByIndex(i);  in IMPL_LINK()
 1116             Reference< XIndexAccess > xList( xDesktop->getFrames(), UNO_QUERY );  in IMPL_LINK()  local
 1117             sal_Int32 nFrameCount = xList->getCount();  in IMPL_LINK()
 1120                 Any aItem = xList->getByIndex(i);  in IMPL_LINK()
 
 | 
| /aoo41x/main/sw/source/core/docnode/ | 
| H A D | finalthreadmanager.cxx | 245 …css::uno::Reference< css::container::XElementAccess > xList( xTasksSupplier->getFrames(), css::uno…  in PerformOfficeTermination()  local246     if ( !xList.is() )  in PerformOfficeTermination()
 252     if ( !xList->hasElements() )  in PerformOfficeTermination()
 
 | 
| /aoo41x/main/oox/source/dump/ | 
| H A D | biffdumper.cxx | 189     NameListRef xList = Config::implGetNameList( rKey );  in implGetNameList()  local190     if( !xList )  in implGetNameList()
 196 …case BIFF8: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '8' ) …  in implGetNameList()
 197 …case BIFF5: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '5' ) …  in implGetNameList()
 198 …case BIFF4: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '4' ) …  in implGetNameList()
 199 …case BIFF3: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '3' ) …  in implGetNameList()
 200 …case BIFF2: if( !xList ) xList = Config::implGetNameList( aBaseKey + OUString( sal_Unicode( '2' ) …  in implGetNameList()
 204     return xList;  in implGetNameList()
 
 | 
| H A D | dumperbase.cxx | 1549     NameListRef xList;  in getNameList()  local1552         xList = aIt->second;  in getNameList()
 1553     return xList;  in getNameList()
 1622             ::boost::shared_ptr< MultiList > xList = createNameList< MultiList >( aDataVec[ 0 ] );  in createShortList()
 1623             if( xList.get() )  in createShortList()
 1626                 xList->setNamesFromVec( nStartKey, aDataVec );  in createShortList()
 1645 …     ::boost::shared_ptr< UnitConverter > xList = createNameList< UnitConverter >( aDataVec[ 0 ] );  in createUnitConverter()
 1646             if( xList.get() )  in createUnitConverter()
 1648                 xList->setFactor( bRecip ? (1.0 / fFactor) : fFactor );  in createUnitConverter()
 1650                     xList->setUnitName( aDataVec[ 2 ] );  in createUnitConverter()
 
 | 
| /aoo41x/main/unoxml/source/dom/ | 
| H A D | element.cxx | 349         Reference< XNodeList > const xList(  in getElementsByTagName()  local351         return xList;  in getElementsByTagName()
 366         Reference< XNodeList > const xList(  in getElementsByTagNameNS()  local
 368         return xList;  in getElementsByTagNameNS()
 
 | 
| /aoo41x/main/framework/source/fwe/xml/ | 
| H A D | eventsdocumenthandler.cxx | 457 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteEventsDocument()  local494 		Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteEvent()  local
 540 …tHandler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_EVENT )), xList );  in WriteEvent()
 
 | 
| H A D | statusbardocumenthandler.cxx | 550 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteStatusBarDocument()  local610 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteStatusBarItem()  local
 688 …->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_STATUSBARITEM )), xList );  in WriteStatusBarItem()
 
 | 
| H A D | toolboxdocumenthandler.cxx | 729 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteToolBoxDocument()  local798 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteToolBoxItem()  local
 864 …er->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_TOOLBARITEM )), xList );  in WriteToolBoxItem()
 
 | 
| H A D | menudocumenthandler.cxx | 964 	Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY );  in WriteMenuItem()  local1003 …ndler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_MENUITEM )), xList );  in WriteMenuItem()
 
 | 
| /aoo41x/main/cui/source/options/ | 
| H A D | optsave.cxx | 546 …                Reference< XEnumeration > xList = xQuery->createSubSetEnumerationByQuery(sCommand);  in Reset()  local550                     while(xList->hasMoreElements())  in Reset()
 552                         SequenceAsHashMap aFilter(xList->nextElement());  in Reset()
 
 | 
| /aoo41x/main/sw/source/ui/envelp/ | 
| H A D | mailmrge.cxx | 443 …uno::Reference< container::XEnumeration > xList = xQuery->createSubSetEnumerationByQuery(sCommand);  in SwMailMergeDlg()  local448         while(xList->hasMoreElements())  in SwMailMergeDlg()
 450             comphelper::SequenceAsHashMap aFilter(xList->nextElement());  in SwMailMergeDlg()
 
 | 
| /aoo41x/main/sdext/source/presenter/ | 
| H A D | PresenterScreen.cxx | 774         Reference<container::XNameAccess> xList (  in ProcessLayout()  local789             xList,  in ProcessLayout()
 
 | 
| /aoo41x/main/winaccessibility/source/UAccCOM/ | 
| H A D | MAccessible.cpp | 1987 			Reference<XAccessible> xList=pRContext->getAccessibleChild(1);  in get_groupPosition()  local1988 			if (!xList.is())  in get_groupPosition()
 1992 			Reference<XAccessibleContext> xListContext(xList,UNO_QUERY);  in get_groupPosition()
 1997 			Reference<XAccessibleSelection> xListSel(xList,UNO_QUERY);  in get_groupPosition()
 
 | 
| /aoo41x/main/framework/source/services/ | 
| H A D | autorecovery.cxx | 1142     css::uno::Reference< css::container::XNameAccess > xList;  in implts_readConfig()  local1143     aValue >>= xList;  in implts_readConfig()
 1144     if (xList.is())  in implts_readConfig()
 1146         const css::uno::Sequence< ::rtl::OUString > lItems = xList->getElementNames();  in implts_readConfig()
 1157             xList->getByName(pItems[i]) >>= xItem;  in implts_readConfig()
 
 | 
| /aoo41x/main/framework/source/uielement/ | 
| H A D | menubarmanager.cxx | 1110                     Reference< XIndexAccess > xList( xDesktop->getFrames(), UNO_QUERY );  in IMPL_LINK()  local1111                     sal_Int32 nCount = xList->getCount();  in IMPL_LINK()
 1115                         xList->getByIndex(i) >>= xFrame;  in IMPL_LINK()
 
 |