/trunk/main/forms/source/xforms/ |
H A D | model.cxx | 359 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in rebind() 373 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in deferNotifications() 445 Sequence<PropertyValue> aSequence = mpInstances->getItem( nInstance ); in loadInstance() 503 … Binding* pBind = Binding::getBinding( mpBindings->Collection<XPropertySet_t>::getItem( i ) ); in isValid() 583 Submission::getSubmission( mpSubmissions->getItem( sID ) ); in submitWithInteraction() 625 getInstanceData( mpInstances->getItem( nInstance ), in getInstanceDocument() 636 getInstanceData( mpInstances->getItem( 0 ), NULL, &aInstance, NULL, NULL ); in getDefaultInstance() 666 return mpBindings->hasItem( sId ) ? mpBindings->getItem( sId ) : NULL; in getBinding() 705 xSubmission = xSubmission.query( mpSubmissions->getItem( sId ) ); in getSubmission()
|
H A D | collection.hxx | 71 const T& getItem( sal_Int32 n ) const in getItem() function in Collection 189 return com::sun::star::uno::makeAny( getItem( nIndex ) ); in getByIndex() 290 com::sun::star::uno::makeAny( getItem( nPos ) ), in _elementInserted() 321 com::sun::star::uno::makeAny( getItem( nPos ) ), in _elementReplaced()
|
H A D | namedcollection.hxx | 39 using Collection<T>::getItem; 46 const T& getItem( const rtl::OUString& rName ) const in getItem() function in NamedCollection 118 return com::sun::star::uno::makeAny( getItem( aName ) ); in getByName()
|
H A D | model_ui.cxx | 464 getInstanceData( pInstances->getItem( n ), &sName, NULL, NULL, NULL ); in lcl_findInstance() 479 Sequence<PropertyValue> aSeq = mpInstances->getItem( nPos ); in renameInstance() 516 mpInstances->removeItem( mpInstances->getItem( nPos ) ); in removeInstance() 694 mpBindings->Collection<XPropertySet_t>::getItem( n ) ); in renameNode() 722 mpBindings->Collection<XPropertySet_t>::getItem( n ) ); in getBindingForNode()
|
H A D | NameContainer.hxx | 66 T getItem( const rtl::OUString& rName ) in getItem() function in NameContainer
|
/trunk/main/filter/source/config/cache/ |
H A D | typedetection.cxx | 302 CacheItem aFilter = m_rCache->getItem(FilterCache::E_FILTER, *pIt); in impl_checkResultsAndAddBestFilter() 339 CacheItem aType = m_rCache->getItem(FilterCache::E_TYPE, sType); in impl_checkResultsAndAddBestFilter() 341 CacheItem aFilter = m_rCache->getItem(FilterCache::E_FILTER, sFilter); in impl_checkResultsAndAddBestFilter() 385 CacheItem aFilter = m_rCache->getItem(FilterCache::E_FILTER, sFilter); in impl_checkResultsAndAddBestFilter() 447 aType = m_rCache->getItem(FilterCache::E_TYPE, sType); in impl_getPreselectionForType() 565 aFilter = m_rCache->getItem(FilterCache::E_FILTER, sFilter); in impl_getPreselectionForFilter() 774 CacheItem aType = m_rCache->getItem(FilterCache::E_TYPE, sFlatType); in impl_detectTypeFlatAndDeep() 906 CacheItem aType = m_rCache->getItem(FilterCache::E_TYPE, sType); in impl_detectTypeDeepOnly() 909 CacheItem aFilter = m_rCache->getItem(FilterCache::E_FILTER, sFilter); in impl_detectTypeDeepOnly() 1204 CacheItem aFilter = m_rCache->getItem(FilterCache::E_FILTER, sFilter); in impl_validateAndSetFilterOnDescriptor() [all …]
|
H A D | filterfactory.cxx | 171 CacheItem aFilter = m_rCache->getItem(FilterCache::E_FILTER, sRealFilter); in createInstanceWithArguments() 415 const CacheItem aFilter = pCache->getItem(FilterCache::E_FILTER, sName); in impl_queryMatchByDocumentService() 495 const CacheItem aFilter = m_pCache->getItem(FilterCache::E_FILTER, sFilter); in operator ()()
|
H A D | frameloaderfactory.cxx | 127 CacheItem aLoader = m_rCache->getItem(m_eType, sRealLoader); in createInstanceWithArguments()
|
H A D | contenthandlerfactory.cxx | 130 CacheItem aHandler = m_rCache->getItem(FilterCache::E_CONTENTHANDLER, sRealHandler); in createInstanceWithArguments()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ |
H A D | IniFile.java | 126 String getItem(int i) in getItem() method in IniFile 149 String sLine = toLowerIfNeed(getItem(i).trim()); in findSection() 185 String sLine = getItem(j).trim(); in findKeyFromKnownSection() 218 String sLine = getItem(j).trim(); in findLastKnownKeyIndex() 246 String sLine = getItem(_nIndex).trim(); in getValue() 314 String sLine = getItem(i); in store()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/ |
H A D | IniFile.java | 162 private String getItem(int i) in getItem() method in IniFile 197 String sLine = toLowerIfNeed(getItem(i).trim()); in findSection() 248 String sLine = getItem(j).trim(); in findKeyFromKnownSection() 283 String sLine = getItem(j).trim(); in findLastKnownKeyIndex() 311 String sLine = getItem(_nIndex).trim(); in getValue() 427 String sLine = getItem(i); in store()
|
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/ |
H A D | IniFile.java | 183 private String getItem(int i) in getItem() method in IniFile 218 String sLine = toLowerIfNeed(getItem(i).trim()); in findSection() 269 String sLine = getItem(j).trim(); in findKeyFromKnownSection() 304 String sLine = getItem(j).trim(); in findLastKnownKeyIndex() 332 String sLine = getItem(_nIndex).trim(); in getValue() 452 String sLine = getItem(i); in store()
|
/trunk/main/forms/source/richtext/ |
H A D | rtattributes.hxx | 78 inline const SfxPoolItem* getItem() const; 114 setItem( _rSource.getItem() ); in operator =() 119 inline const SfxPoolItem* AttributeState::getItem() const in getItem() function in frm::AttributeState
|
H A D | parametrizedattributedispatcher.cxx | 91 if ( _rState.getItem() ) in fillFeatureEventFromAttributeState() 93 aEmptySet.Put( *_rState.getItem() ); in fillFeatureEventFromAttributeState() 94 SfxSlotId nSlotId = aEmptySet.GetPool()->GetSlotId( _rState.getItem()->Which() ); in fillFeatureEventFromAttributeState()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
H A D | _XListBox.java | 247 String item = oObj.getItem(itemCount) ; in _getItem() 402 oObj.getItem((short)0).equals(items[0]) && in _getSelectedItems() 403 oObj.getItem((short)2).equals(items[1]) ; in _getSelectedItems()
|
H A D | _XComboBox.java | 223 String item = oObj.getItem(itemCount); in _getItem()
|
/trunk/main/svtools/source/control/ |
H A D | valueacc.cxx | 231 ValueSetItem* pItem = getItem (sal::static_int_cast< sal_uInt16 >(i)); in getAccessibleChild() 612 ValueSetItem* pItem = getItem (sal::static_int_cast< sal_uInt16 >(nChildIndex)); in selectAccessibleChild() 630 ValueSetItem* pItem = getItem (sal::static_int_cast< sal_uInt16 >(nChildIndex)); in isAccessibleChildSelected() 671 ValueSetItem* pItem = getItem (i); in getSelectedAccessibleChildCount() 691 ValueSetItem* pItem = getItem(i); in getSelectedAccessibleChild() 777 ValueSetItem* ValueSetAcc::getItem (sal_uInt16 nIndex) const in getItem() function in ValueSetAcc
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 1790 const ListItem& getItem( const sal_Int32 i_nIndex ) const in getItem() function 1797 ListItem& getItem( const sal_Int32 i_nIndex ) in getItem() function 2047 ListItem& rItem( m_pData->getItem( i_nPosition ) ); in setItemText() 2059 ListItem& rItem( m_pData->getItem( i_nPosition ) ); in setItemImage() 2071 ListItem& rItem( m_pData->getItem( i_nPosition ) ); in setItemTextAndImage() 2083 ListItem& rItem( m_pData->getItem( i_nPosition ) ); in setItemData() 2091 const ListItem& rItem( m_pData->getItem( i_nPosition ) ); in getItemText() 2099 const ListItem& rItem( m_pData->getItem( i_nPosition ) ); in getItemImage() 2107 const ListItem& rItem( m_pData->getItem( i_nPosition ) ); in getItemTextAndImage() 2115 const ListItem& rItem( m_pData->getItem( i_nPosition ) ); in getItemData() [all …]
|
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 365 return OUString( mxComboBox->getItem( nPos ) ); in GetEntry() 464 rtl::OUString rItem = getImpl()->mxComboBox->getItem( nPos ); in GetEntry() 548 return mxListBox->getItem( nPos ); in GetEntry()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScDDELinkObj.csv | 6 "ScDDELinkObj";"com::sun::star::sheet::XDDELink";"getItem()"
|
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclMenu.java | 67 public VclMenuItem getItem(int index) { in getItem() method in VclMenu
|
H A D | VclMenuItem.java | 104 VclMenuItem item = menu.getItem(i); in getId()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
H A D | _XDDELink.java | 79 String sItem = oObj.getItem(); in _getItem()
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | XDDELink.idl | 62 string getItem();
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XComboBox.idl | 102 string getItem( [in] short nPos );
|