Home
last modified time | relevance | path

Searched refs:xItem (Results 1 – 13 of 13) sorted by path

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx493 Reference< XAccessible > xItem = getAccessibleChild( nIndex ); in HandleSubToolBarEvent() local
494 if ( xItem.is() ) in HandleSubToolBarEvent()
498 static_cast< VCLXAccessibleToolBoxItem* >( xItem.get() ); in HandleSubToolBarEvent()
511 Reference< XAccessible > xItem = getAccessibleChild( nIndex ); in ReleaseSubToolBox() local
512 if ( xItem.is() ) in ReleaseSubToolBox()
516 static_cast< VCLXAccessibleToolBoxItem* >( xItem.get() ); in ReleaseSubToolBox()
/trunk/main/comphelper/inc/comphelper/
H A Dnumberedcollection.hxx75 css::uno::WeakReference< css::uno::XInterface > xItem; member
/trunk/main/comphelper/source/misc/
H A Dnumberedcollection.cxx112 aItem.xItem = css::uno::WeakReference< css::uno::XInterface >(xComponent); in leaseNumber()
140 const css::uno::Reference< css::uno::XInterface > xItem = rItem.xItem.get(); in releaseNumber() local
142 if ( ! xItem.is ()) in releaseNumber()
234 const css::uno::Reference< css::uno::XInterface > xItem = rItem.xItem.get(); in impl_searchFreeNumber() local
236 if ( ! xItem.is ()) in impl_searchFreeNumber()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1197 …Sequence< i18n::CalendarItem > xItem = pImpEditEngine->xLocaleDataWrapper->getDefaultCalendarDays(… in PostKeyEvent() local
1198 sal_Int32 nCount = xItem.getLength(); in PostKeyEvent()
1199 const i18n::CalendarItem* pArr = xItem.getArray(); in PostKeyEvent()
1212xItem = pImpEditEngine->xLocaleDataWrapper->getDefaultCalendarMonths(); in PostKeyEvent()
1213 sal_Int32 nMonthCount = xItem.getLength(); in PostKeyEvent()
1214 const i18n::CalendarItem* pMonthArr = xItem.getArray(); in PostKeyEvent()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx602 css::uno::Reference< css::beans::XProperty > xItem; in addStatePropsToItem() local
603 xSet->getByName(sItem) >>= xItem; in addStatePropsToItem()
717 if (!xItem.is()) in impl_flushByList()
730 xSet->getByName(sItem) >>= xItem; in impl_flushByList()
734 if (!xItem.is()) in impl_flushByList()
1800 if (!(aVal >>= xItem) || !xItem.is()) in impl_loadItem()
1850 impl_readPatchUINames(xItem, aItem); in impl_loadItem()
1888 impl_readPatchUINames(xItem, aItem); in impl_loadItem()
2398 xSet->getByName(sItem) >>= xItem; in impl_readOldItem()
2399 if (!xItem.is()) in impl_readOldItem()
[all …]
/trunk/main/framework/source/helper/
H A Doframes.cxx253 css::uno::Reference< XFramesSupplier > xItem( (*m_pFrameContainer)[nIndex], UNO_QUERY ); in queryFrames() local
254 impl_appendSequence( seqFrames, xItem->getFrames()->queryFrames( nChildSearchFlags ) ); in queryFrames()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1156 css::uno::Reference< css::beans::XPropertySet > xItem; in implts_readConfig() local
1157 xList->getByName(pItems[i]) >>= xItem; in implts_readConfig()
1158 if (!xItem.is()) in implts_readConfig()
1164 xItem->getPropertyValue(CFG_ENTRY_PROP_ORIGINALURL ) >>= aInfo.OrgURL ; in implts_readConfig()
1165 xItem->getPropertyValue(CFG_ENTRY_PROP_TEMPURL ) >>= aInfo.OldTempURL ; in implts_readConfig()
1166 xItem->getPropertyValue(CFG_ENTRY_PROP_TEMPLATEURL ) >>= aInfo.TemplateURL ; in implts_readConfig()
1167 xItem->getPropertyValue(CFG_ENTRY_PROP_FILTER ) >>= aInfo.RealFilter ; in implts_readConfig()
1168 xItem->getPropertyValue(CFG_ENTRY_PROP_DOCUMENTSTATE) >>= aInfo.DocumentState; in implts_readConfig()
1169 xItem->getPropertyValue(CFG_ENTRY_PROP_MODULE ) >>= aInfo.AppModule ; in implts_readConfig()
1170 xItem->getPropertyValue(CFG_ENTRY_PROP_TITLE ) >>= aInfo.Title ; in implts_readConfig()
[all …]
/trunk/main/idl/source/objects/
H A Dmodule.cxx283 SvMetaTypeRef xItem = new SvMetaType(); in ReadContextSvIdl() local
285 if( xItem->ReadSvIdl( rBase, rInStm ) ) in ReadContextSvIdl()
288 aTypeList.Append( xItem ); in ReadContextSvIdl()
290 rBase.GetTypeList().Append( xItem ); in ReadContextSvIdl()
/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx353 XclImpPCItemRef xItem( new XclImpPCItem( rStrm ) ); in ReadItem() local
360 maNumGroupItems.push_back( xItem ); in ReadItem()
362 maOrigItems.push_back( xItem ); in ReadItem()
366 maItems.push_back( xItem ); in ReadItem()
369 maOrigItems.push_back( xItem ); in ReadItem()
954 XclImpPTItemRef xItem( new XclImpPTItem( *this ) ); in ReadSxvi() local
955 maItems.push_back( xItem ); in ReadSxvi()
956 xItem->ReadSxvi( rStrm ); in ReadSxvi()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx3367 Reference< XPropertySet > xItem( GetObjectByIndex_Impl( nIndex ) ); in getByIndex() local
3368 if (!xItem.is()) in getByIndex()
3370 return Any( xItem ); in getByIndex()
/trunk/main/sfx2/inc/sfx2/
H A Ditemconnect.hxx535 std::auto_ptr< ItemType > xItem( in FillItemSet() local
537 xItem->SetWhich( nWhich ); in FillItemSet()
538 maItemWrp.SetItemValue( *xItem, aNewValue ); in FillItemSet()
539 rDestSet.Put( *xItem ); in FillItemSet()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx290 css::uno::Reference< css::container::XNameAccess > xItem ; in impl_existsItem() local
291 xItemList->getByName(sURL) >>= xItem; in impl_existsItem()
293 bFound = xItem.is(); in impl_existsItem()
324 css::uno::Reference< css::container::XNameAccess > xItem ; in impl_existsItemAtIndex() local
325 xItemList->getByName(sURL) >>= xItem; in impl_existsItemAtIndex()
327 bFound = xItem.is(); in impl_existsItemAtIndex()
/trunk/main/toolkit/source/layout/core/
H A Droot.cxx216 uno::Reference< awt::XLayoutConstrains > xItem; in getByName() local
219 xItem = i->second; in getByName()
220 return uno::makeAny( xItem ); in getByName()

Completed in 119 milliseconds