Home
last modified time | relevance | path

Searched refs:pItems (Results 1 – 25 of 39) sorted by relevance

12

/AOO41X/main/vcl/source/window/
H A Dsplitwin.cxx325 ImplSplitItem* pItems = pSet->mpItems; in ImplFindSet() local
329 if ( pItems[i].mnId == nId ) in ImplFindSet()
330 return pItems[i].mpSet; in ImplFindSet()
335 if ( pItems[i].mpSet ) in ImplFindSet()
337 ImplSplitSet* pFindSet = ImplFindSet( pItems[i].mpSet, nId ); in ImplFindSet()
352 ImplSplitItem* pItems = pSet->mpItems; in ImplFindItem() local
356 if ( pItems[i].mnId == nId ) in ImplFindItem()
365 if ( pItems[i].mpSet ) in ImplFindItem()
367 ImplSplitSet* pFindSet = ImplFindItem( pItems[i].mpSet, nId, rPos ); in ImplFindItem()
382 ImplSplitItem* pItems = pSet->mpItems; in ImplFindItem() local
[all …]
/AOO41X/main/sc/source/core/data/
H A Dcolumn.cxx73 pItems( NULL ), in ScColumn()
105 if ( !pItems ) in GetBlockMatrixEdges()
112 ScBaseCell* pCell = pItems[nIndex].pCell; in GetBlockMatrixEdges()
129 while ( nIndex < nCount && pItems[nIndex].nRow <= nRow2 ) in GetBlockMatrixEdges()
131 ScBaseCell* pCell = pItems[nIndex].pCell; in GetBlockMatrixEdges()
178 while ( !bFound && nIndex < nCount && pItems[nIndex].nRow <= nBottom ) in HasSelectionMatrixFragment()
180 ScBaseCell* pCell = pItems[nIndex].pCell; in HasSelectionMatrixFragment()
688 if ( !pItems || !nCount ) in Search()
693 SCROW nMinRow = pItems[0].nRow; in Search()
699 SCROW nMaxRow = pItems[nCount-1].nRow; in Search()
[all …]
H A Dcolumn3.cxx74 if (pItems && nCount>0) in Insert()
76 if (pItems[nCount-1].nRow < nRow) in Insert()
87 ScBaseCell* pOldCell = pItems[nIndex].pCell; in Insert()
99 if ( nIndex >= nCount || pItems[nIndex].nRow != nRow ) in Insert()
103 pItems[nIndex].pCell = pNewCell; in Insert()
124 if (pItems) in Insert()
126 memmove( pNewItems, pItems, nCount * sizeof(ColEntry) ); in Insert()
127 delete[] pItems; in Insert()
129 pItems = pNewItems; in Insert()
131 memmove( &pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ColEntry) ); in Insert()
[all …]
H A Dcolumn2.cxx193 ScBaseCell* pCell = pItems[nIndex].pCell; in GetNeededSize()
634 SCROW nRow = pItems[nIndex].nRow; in GetSimpleTextNeededSize()
636 ScBaseCell* pCell = pItems[nIndex].pCell; in GetSimpleTextNeededSize()
702 SCROW nRow = pItems[nIndex].nRow; in GetOptimalColWidth()
704 sal_uInt8 nScript = pDocument->GetScriptType( nCol, nRow, nTab, pItems[nIndex].pCell ); in GetOptimalColWidth()
869 while ( nIndex < nCount && (nRow=pItems[nIndex].nRow) <= nEnd ) in GetOptimalHeight()
871 … sal_uInt8 nScript = pDocument->GetScriptType( nCol, nRow, nTab, pItems[nIndex].pCell ); in GetOptimalHeight()
907 while ( (nIndex < nCount) ? ((nRow=pItems[nIndex].nRow) <= nEnd) : sal_False ) in GetOptimalHeight()
996 if ( pItems[i].pCell->GetCellType() == CELLTYPE_EDIT ) in RemoveAutoSpellObj()
998 ScEditCell* pOldCell = (ScEditCell*) pItems[i].pCell; in RemoveAutoSpellObj()
[all …]
H A Ddociter.cxx117 nColRow = (nColPos < pCol->nCount) ? pCol->pItems[nColPos].nRow : MAXROW+1; in GetThisCol()
126 pCell = pCol->pItems[nColPos].pCell; in GetThisCol()
339 while (( nColRow < pCol->nCount ) && ( pCol->pItems[nColRow].nRow < nRow )) in GetThis()
342 if ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow <= nEndRow ) in GetThis()
344 nRow = pCol->pItems[nColRow].nRow + 1; in GetThis()
347 ScBaseCell* pCell = pCol->pItems[nColRow].pCell; in GetThis()
368 pCol->pItems[nColRow].nRow <= nEndRow && in GetThis()
369 pCol->pItems[nColRow].pCell->GetCellType() == CELLTYPE_VALUE && in GetThis()
372 fNextValue = ((ScValueCell*)pCol->pItems[nColRow].pCell)->GetValue(); in GetThis()
373 nNextRow = pCol->pItems[nColRow].nRow; in GetThis()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dcollect.cxx61 pItems ( NULL ) in ScCollection()
71 pItems = new ScDataObject*[nLimit]; in ScCollection()
79 pItems ( NULL ) in ScCollection()
88 lcl_DeleteScDataObjects( pItems, nCount ); in ~ScCollection()
95 if ((pItems) && (nIndex < nCount)) in AtFree()
97 delete pItems[nIndex]; in AtFree()
99 memmove ( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ScDataObject*)); in AtFree()
100 pItems[nCount] = NULL; in AtFree()
115 lcl_DeleteScDataObjects( pItems, nCount ); in FreeAll()
117 pItems = new ScDataObject*[nLimit]; in FreeAll()
[all …]
H A Dchartlis.cxx503 ((ScChartListener*) pItems[ nIndex ])->StartListeningTo(); in StartAllListeners()
515 pCL = (ScChartListener*) pItems[ nIndex ]; in ChangeListening()
534 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in FreeUnused()
553 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in FreeUno()
585 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in UpdateDirtyCharts()
598 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetDirty()
611 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetDiffDirty()
614 if ( !bFound || (*pCL != *((const ScChartListener*) rCmp.pItems[ nFound ])) ) in SetDiffDirty()
622 ((const ScChartListener*) rCmp.pItems[ nFound ])->GetRangeList(); in SetDiffDirty()
645 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetRangeDirty()
[all …]
H A Ddbcolect.cxx728 if (pItems) in GetDBAtCursor()
732 if (((ScDBData*)pItems[i])->IsDBAtCursor(nCol, nRow, nTab, bStartOnly)) in GetDBAtCursor()
734 ScDBData* pDB = (ScDBData*)pItems[i]; in GetDBAtCursor()
757 if (pItems) in GetDBAtArea()
760 if (((ScDBData*)pItems[i])->IsDBAtArea(nTab, nCol1, nRow1, nCol2, nRow2)) in GetDBAtArea()
762 ScDBData* pDB = (ScDBData*)pItems[i]; in GetDBAtArea()
776 if (pItems) in GetFilterDBAtTable()
780 ScDBData* pDBTemp = (ScDBData*)pItems[i]; in GetFilterDBAtTable()
831 ((ScDBData*)pItems[i])->GetArea( theTab1, theCol1, theRow1, theCol2, theRow2 ); in UpdateReference()
838 ((ScDBData*)pItems[i])->MoveTo( theTab1, theCol1, theRow1, theCol2, theRow2 ); in UpdateReference()
[all …]
H A Dcellkeytranslator.cxx224 void ScCellKeywordTranslator::addToMap(const TransItem* pItems, const Locale& rLocale) in addToMap() argument
226 for (sal_uInt16 i = 0; pItems[i].from != NULL; ++i) in addToMap()
227 addToMap(String(pItems[i].from), pItems[i].to, rLocale, pItems[i].func); in addToMap()
H A Drangenam.cxx846 ((ScRangeData*)pItems[i])->UpdateReference(eUpdateRefMode, rRange, in UpdateReference()
853 ((ScRangeData*)pItems[i])->UpdateTranspose( rSource, rDest ); in UpdateTranspose()
859 ((ScRangeData*)pItems[i])->UpdateGrow( rArea, nGrowX, nGrowY ); in UpdateGrow()
884 sal_uInt16 nIdx = ((ScRangeData*)pItems[i])->GetIndex(); in GetEntryIndex()
916 if ( pItems ) in GetRangeAtBlock()
919 if ( ((ScRangeData*)pItems[i])->IsRangeAtBlock( rBlock ) ) in GetRangeAtBlock()
920 return (ScRangeData*)pItems[i]; in GetRangeAtBlock()
931 ((ScRangeData*)pItems[i])->UpdateTabRef(nOldTable, nFlag, nNewTable); in UpdateTabRef()
H A Duserlist.cxx255 if (((ScUserListData*)pItems[i])->GetSubIndex(rSubStr, nIndex)) in GetData()
256 return (ScUserListData*)pItems[i]; in GetData()
H A Dchartarr.cxx606 if (!((*(const ScChartArray*)pItems[i]) == (*(const ScChartArray*)rCmp.pItems[i]))) in operator ==()
/AOO41X/main/sc/source/ui/undo/
H A Dundostyl.cxx54 pItems( NULL ) in ScStyleSaveData()
62 if (rOther.pItems) in ScStyleSaveData()
63 pItems = new SfxItemSet( *rOther.pItems ); in ScStyleSaveData()
65 pItems = NULL; in ScStyleSaveData()
70 delete pItems; in ~ScStyleSaveData()
78 delete pItems; in operator =()
79 if (rOther.pItems) in operator =()
80 pItems = new SfxItemSet( *rOther.pItems ); in operator =()
82 pItems = NULL; in operator =()
93 delete pItems; in InitFromStyle()
[all …]
/AOO41X/main/sfx2/source/menu/
H A Dvirtmenu.cxx193 pItems(0), in SfxVirtualMenu()
229 pItems(0), in SfxVirtualMenu()
289 if (pItems) in ~SfxVirtualMenu()
291 delete [] pItems; in ~SfxVirtualMenu()
381 pItems = new SfxMenuControl[nCount]; in CreateFromSVMenu()
430 (pItems+nPos)->Bind( 0, nSlotId, sItemText, sHelpText, *pBindings); in CreateFromSVMenu()
451 pMnuCtrl = pItems+nPos; in CreateFromSVMenu()
482 (pItems+nPos)->Bind( 0, nSlotId, sItemText, sHelpText, *pBindings); in CreateFromSVMenu()
494 (pItems+nPos)->Bind( 0, nSlotId, sItemText, sHelpText, *pBindings); in CreateFromSVMenu()
498 pMnuCtrl = (pItems+nPos); in CreateFromSVMenu()
[all …]
/AOO41X/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiOptionsEventHandlerImpl.java140 String[] pItems = (String []) xListProps.getPropertyValue("StringItemList"); in EditSetting() local
141 if ( pSel.length > 0 && pItems.length > pSel[0] ) in EditSetting()
143 String selName = pItems[pSel[0]]; in EditSetting()
144 ht = m_aSettings.getSettingByUrl( pItems[pSel[0]] ); in EditSetting()
168 … String[] pItems = (String []) GetPropSet("WikiList").getPropertyValue("StringItemList"); in RemoveSetting() local
169 if ( pSel.length > 0 && pItems.length > pSel[0] ) in RemoveSetting()
171 m_aSettings.removeSettingByUrl( pItems[pSel[0]] ); in RemoveSetting()
/AOO41X/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx153 const ::rtl::OUString* pItems = _rItems.getConstArray(); in fillListBox() local
154 const ::rtl::OUString* pEnd = pItems + _rItems.getLength(); in fillListBox()
157 for (;pItems < pEnd; ++pItems, ++nIndex) in fillListBox()
159 nPos = _rList.InsertEntry(*pItems); in fillListBox()
169 const ::rtl::OUString* pItems = _rItems.getConstArray(); in fillListBox() local
170 const ::rtl::OUString* pEnd = pItems + _rItems.getLength(); in fillListBox()
173 for (;pItems < pEnd; ++pItems) in fillListBox()
175 nPos = _rList.InsertEntry(*pItems); in fillListBox()
/AOO41X/main/xmloff/source/forms/
H A Dpropertyexport.cxx514 const ::rtl::OUString* pItems = aItems.getConstArray(); in exportStringSequenceAttribute() local
515 const ::rtl::OUString* pEnd = pItems + aItems.getLength(); in exportStringSequenceAttribute()
518 pItems != pEnd; in exportStringSequenceAttribute()
519 ++pItems in exportStringSequenceAttribute()
522 OSL_ENSURE(!_aQuoteCharacter || (-1 == pItems->indexOf(_aQuoteCharacter)), in exportStringSequenceAttribute()
524 OSL_ENSURE(_aQuoteCharacter || (-1 == pItems->indexOf(_aListSeparator)), in exportStringSequenceAttribute()
529 sFinalList += *pItems; in exportStringSequenceAttribute()
533 if (pItems != pLastElement) in exportStringSequenceAttribute()
/AOO41X/main/sfx2/source/inc/
H A Dvirtmenu.hxx45 SfxMenuControl* pItems; member in SfxVirtualMenu
143 return *(pItems+nPos); in operator []()
151 return pItems ? pItems[nPos].GetId() : 0; in GetItemId()
/AOO41X/main/filter/source/config/cache/
H A Dfiltercache.cxx1602 const ::rtl::OUString* pItems = lItems.getConstArray(); in impl_loadSet() local
1606 CacheItemList::iterator pItem = pCache->find(pItems[i]); in impl_loadSet()
1615 (*pCache)[pItems[i]] = impl_loadItem(xSet, eType, pItems[i], eOption); in impl_loadSet()
1636 sMsg.append (pItems[i] ); in impl_loadSet()
1643 CacheItem aItem = impl_loadItem(xSet, eType, pItems[i], eOption); in impl_loadSet()
2372 const ::rtl::OUString* pItems = lItems.getConstArray(); in impl_readOldFormat() local
2374 m_lTypes[pItems[i]] = impl_readOldItem(xSet, E_TYPE, pItems[i]); in impl_readOldFormat()
2383 const ::rtl::OUString* pItems = lItems.getConstArray(); in impl_readOldFormat() local
2385 m_lFilters[pItems[i]] = impl_readOldItem(xSet, E_FILTER, pItems[i]); in impl_readOldFormat()
/AOO41X/main/fpicker/source/office/
H A DOfficeControlAccess.cxx631 const ::rtl::OUString* pItems = aItems.getConstArray(); in implSetControlProperty() local
633 for ( const ::rtl::OUString* pItem = pItems; in implSetControlProperty()
735 ::rtl::OUString* pItems = aItems.getArray(); in implGetControlProperty()
737 *pItems++ = static_cast< ListBox* >( _pControl )->GetEntry( i ); in implGetControlProperty()
/AOO41X/main/sc/source/ui/inc/
H A Dundostyl.hxx40 SfxItemSet* pItems; member in ScStyleSaveData
52 const SfxItemSet* GetItems() const { return pItems; } in GetItems()
/AOO41X/main/stoc/source/invocation/
H A Dinvocation.cxx805 boost::scoped_array< MemberItem > pItems( new MemberItem[ nTotalCount ] ); in getInfoSequenceImpl() local
816 MemberItem& rItem = pItems[ iTotal ]; in getInfoSequenceImpl()
825 MemberItem& rItem = pItems[ iTotal ]; in getInfoSequenceImpl()
834 MemberItem& rItem = pItems[ iTotal ]; in getInfoSequenceImpl()
859 MemberItem& rItem = pItems[ iTotal ]; in getInfoSequenceImpl()
/AOO41X/main/svl/source/items/
H A Ditemset.cxx1873 static SfxItemArray AddItem_Impl(SfxItemArray pItems, sal_uInt16 nOldSize, sal_uInt16 nPos) in AddItem_Impl() argument
1888 if ( pItems ) in AddItem_Impl()
1892 memcpy( (void*) pNew, pItems, nPos * sizeof(SfxPoolItem **) ); in AddItem_Impl()
1896 memcpy( (void*) (pNew + nPos + 1), pItems + nPos, in AddItem_Impl()
1904 delete[] pItems; in AddItem_Impl()
/AOO41X/main/sfx2/source/dialog/
H A Dtempldlg.cxx1833 const SfxPoolItem* pItems[ 6 ]; in Execute_Impl() local
1836 pItems[ nCount++ ] = &aItem; in Execute_Impl()
1837 pItems[ nCount++ ] = &aFamily; in Execute_Impl()
1839 pItems[ nCount++ ] = &aMask; in Execute_Impl()
1845 pItems[ nCount++ ] = &aUpdName; in Execute_Impl()
1848 pItems[ nCount++ ] = &aRefName; in Execute_Impl()
1850 pItems[ nCount++ ] = 0; in Execute_Impl()
1862 pItems, nModi ); in Execute_Impl()
/AOO41X/main/reportdesign/source/ui/misc/
H A DUITools.cxx545 const Items pItems[] = { {ITEMID_LANGUAGE,PROPERTY_CHARLOCALE} in lcl_itemsToCharProperties() local
549 for(size_t k = 0; k < sizeof(pItems)/sizeof(pItems[0]);++k) in lcl_itemsToCharProperties()
551 …if ( SFX_ITEM_SET == _rItemSet.GetItemState( pItems[k].nWhich,sal_True,&pItem) && pItem->ISA(SvxLa… in lcl_itemsToCharProperties()
556 … lcl_pushBack( _out_rProperties, pItems[k].sPropertyName, uno::makeAny( aCharLocale ) ); in lcl_itemsToCharProperties()

12