Home
last modified time | relevance | path

Searched refs:xList (Results 1 – 25 of 26) sorted by path

12

/trunk/main/cui/source/options/
H A Doptsave.cxx553 … Reference< XEnumeration > xList = xQuery->createSubSetEnumerationByQuery(sCommand); in Reset() local
557 while(xList->hasMoreElements()) in Reset()
559 SequenceAsHashMap aFilter(xList->nextElement()); in Reset()
/trunk/main/desktop/source/app/
H A Dapp.cxx3105 Reference< XElementAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY_THROW ); in OpenClients() local
3106 if ( xList->hasElements() ) in OpenClients()
3228 Reference< XElementAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY_THROW ); in OpenClients() local
3229 if ( xList->hasElements() || pArgs->IsServer() ) in OpenClients()
3359 …::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > xList( xDesktop->get… in HandleAppEvent()
3360 if ( xList->getCount()>0 ) in HandleAppEvent()
3361 xList->getByIndex(0) >>= xTask; in HandleAppEvent()
H A Ddispatchwatcher.cxx445 Reference< XElementAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY ); in executeDispatchRequests() local
447 if ( !xList->hasElements() ) in executeDispatchRequests()
490 Reference< XElementAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY ); in dispatchFinished() local
492 if ( !xList->hasElements() ) in dispatchFinished()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx532 Reference<XEventListener> xList( xInt, UNO_QUERY); in methodXInterface() local
533 if( xList.is()) in methodXInterface()
534 xList->disposing( EventObject()); in methodXInterface()
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx786 Reference< XIndexAccess > xList( xTasksSupplier->getFrames(), UNO_QUERY ); in UpdateSpecialWindowMenu() local
787 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()
/trunk/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx457 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteEventsDocument() local
494 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 Dmenudocumenthandler.cxx964 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteMenuItem() local
1003 …ndler->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_MENUITEM )), xList ); in WriteMenuItem()
H A Dstatusbardocumenthandler.cxx550 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteStatusBarDocument() local
610 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 Dtoolboxdocumenthandler.cxx729 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteToolBoxDocument() local
798 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteToolBoxItem() local
864 …er->startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_NS_TOOLBARITEM )), xList ); in WriteToolBoxItem()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1142 css::uno::Reference< css::container::XNameAccess > xList; in implts_readConfig() local
1143 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()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx1109 Reference< XIndexAccess > xList( xDesktop->getFrames(), UNO_QUERY ); in IMPL_LINK() local
1110 sal_Int32 nCount = xList->getCount(); in IMPL_LINK()
1114 xList->getByIndex(i) >>= xFrame; in IMPL_LINK()
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx664 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteImagesDocument() local
707 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()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx952 ::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 …]
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx189 NameListRef xList = Config::implGetNameList( rKey ); in implGetNameList() local
190 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 Ddumperbase.cxx1549 NameListRef xList; in getNameList() local
1552 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java315 XAccessibleContext xList =mAT.getAccessibleObjectForRole( in selectListboxItem() local
341 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 …]
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx109 void ScMyStyleRanges::AddCurrencyRange(const ScRange& rRange, ScRangeListRef xList, in AddCurrencyRange() argument
113 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 DXMLStylesImportHelper.hxx101 void AddCurrencyRange(const ScRange& rRange, ScRangeListRef xList,
109 void SetStylesToRanges(ScRangeListRef xList,
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx774 Reference<container::XNameAccess> xList ( in ProcessLayout() local
789 xList, in ProcessLayout()
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx952 Reference< XIndexAccess > xList ( xTasksSupplier->getFrames(), UNO_QUERY ); in IMPL_LINK() local
953 sal_Int32 nFrameCount = xList->getCount(); in IMPL_LINK()
957 Any aVal = xList->getByIndex(i); in IMPL_LINK()
1113 Reference< XIndexAccess > xList( xDesktop->getFrames(), UNO_QUERY ); in IMPL_LINK() local
1114 sal_Int32 nFrameCount = xList->getCount(); in IMPL_LINK()
1117 Any aItem = xList->getByIndex(i); in IMPL_LINK()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx185 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 …]
/trunk/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx245 …css::uno::Reference< css::container::XElementAccess > xList( xTasksSupplier->getFrames(), css::uno… in PerformOfficeTermination() local
246 if ( !xList.is() ) in PerformOfficeTermination()
252 if ( !xList->hasElements() ) in PerformOfficeTermination()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx443 …uno::Reference< container::XEnumeration > xList = xQuery->createSubSetEnumerationByQuery(sCommand); in SwMailMergeDlg() local
448 while(xList->hasMoreElements()) in SwMailMergeDlg()
450 comphelper::SequenceAsHashMap aFilter(xList->nextElement()); in SwMailMergeDlg()
/trunk/main/unotools/source/config/
H A Dhistoryoptions.cxx291 css::uno::Reference< css::container::XNameAccess > xList; in impl_truncateList() local
301 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()
/trunk/main/unoxml/source/dom/
H A Delement.cxx349 Reference< XNodeList > const xList( in getElementsByTagName() local
351 return xList; in getElementsByTagName()
366 Reference< XNodeList > const xList( in getElementsByTagNameNS() local
368 return xList; in getElementsByTagNameNS()

Completed in 207 milliseconds

12