Home
last modified time | relevance | path

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

12

/trunk/main/vcl/source/window/
H A Dsplitwin.cxx413 if ( pItems[i].mnWidth && pItems[i].mnHeight ) in ImplFindItem()
592 pItems[i].mnPixSize = pItems[i].mnSize; in ImplCalcSet()
755 pItems[i].mnOldWidth = pItems[i].mnWidth; in ImplCalcSet()
789 pItems[i].mnHeight = pItems[i].mnPixSize; in ImplCalcSet()
795 pItems[i].mnWidth = pItems[i].mnPixSize; in ImplCalcSet()
831 if ( pItems[i].mpSet && pItems[i].mnWidth && pItems[i].mnHeight ) in ImplCalcSet()
834 pItems[i].mnLeft, pItems[i].mnTop, in ImplCalcSet()
835 pItems[i].mnWidth, pItems[i].mnHeight, in ImplCalcSet()
963 if ( pItems[i].mpWindow && pItems[i].mnWidth && pItems[i].mnHeight && !bHide ) in ImplCalcSet2()
1001 pItems[i].mnSize = pItems[i].mnPixSize; in ImplCalcLogSize()
[all …]
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx73 pItems( NULL ), in ScColumn()
105 if ( !pItems ) in GetBlockMatrixEdges()
808 if (pItems) in Resize()
1498 rCol.pItems = pItems; in SwapCol()
1510 if (pItems) in SwapCol()
1531 if (pItems) in MoveTo()
1615 if (pItems) in UpdateReference()
1679 if (pItems) in UpdateTranspose()
1696 if (pItems) in UpdateGrow()
1722 if (pItems) in UpdateInsertTabOnlyCells()
[all …]
H A Dcolumn3.cxx124 if (pItems) in Insert()
192 if (pItems) in Append()
254 if (pItems) in FreeAll()
258 delete[] pItems; in FreeAll()
259 pItems = NULL; in FreeAll()
1171 if (pItems) in StartAllListeners()
1188 if (pItems) in StartNeededListeners()
1211 if ( pItems ) in BroadcastInArea()
1232 if ( pItems ) in StartListeningInArea()
1905 if ( pItems ) in HasStringCells()
[all …]
H A Dcolumn2.cxx1109 if (pItems) in TestTabRefAbs()
1273 if (pItems) in GetLastVisDataPos()
1284 nRet = pItems[i].nRow; in GetLastVisDataPos()
1294 if (pItems) in GetFirstVisDataPos()
1304 nRet = pItems[i].nRow; in GetFirstVisDataPos()
1365 bFound = pItems[i].nRow <= nEndRow && !pItems[i].pCell->IsBlank(); in GetEmptyLinesInBlock()
1379 bFound = pItems[i].nRow >= nStartRow && !pItems[i].pCell->IsBlank(); in GetEmptyLinesInBlock()
1687 if (pItems) in CompileDBFormula()
1698 if (pItems) in CompileDBFormula()
1709 if (pItems) in CompileNameFormula()
[all …]
H A Ddociter.cxx126 pCell = pCol->pItems[nColPos].pCell; in GetThisCol()
344 nRow = pCol->pItems[nColRow].nRow + 1; in GetThis()
447 pCell = pCol->pItems[nIdx].pCell; in GetCurNumFmtInfo()
451 pCell = pCol->pItems[nIdx].pCell; in GetCurNumFmtInfo()
507 return pCol->pItems[nColRow].nRow; in GetRowByColEntryIndex()
513 return pCol->pItems[nColRow].pCell; in GetCellByColEntryIndex()
1076 nRow = pCol->pItems[nColRow].nRow; in GetThis()
1431 const ColEntry* pItems = pCol->pItems; in BinarySearch() local
1514 pCell = pItems[i].pCell; in BinarySearch()
1661 nRow = pItems[nLo].nRow; in BinarySearch()
[all …]
/trunk/main/sc/source/core/tool/
H A Dcollect.cxx61 pItems ( NULL ) in ScCollection()
79 pItems ( NULL ) in ScCollection()
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()
133 delete[] pItems; in AtInsert()
134 pItems = pNewItems; in AtInsert()
137 memmove(&pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ScDataObject*)); in AtInsert()
157 return pItems[nIndex]; in At()
185 pItems[i] = r.pItems[i]->Clone(); in operator =()
[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()
645 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in SetRangeDirty()
670 ScChartListener* pCL = (ScChartListener*) pItems[ nIndex ]; in UpdateScheduledSeriesRanges()
695 if ( *((ScChartListener*) pItems[ nIndex ]) != in operator ==()
[all …]
H A Ddbcolect.cxx728 if (pItems) in GetDBAtCursor()
734 ScDBData* pDB = (ScDBData*)pItems[i]; in GetDBAtCursor()
757 if (pItems) 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()
841 if ( ((ScDBData*)pItems[i])->GetAdvancedQuerySource(aAdvSource) ) in UpdateReference()
850 ((ScDBData*)pItems[i])->SetAdvancedQuerySource( &aAdvSource ); in UpdateReference()
856 ((ScDBData*)pItems[i])->SetModified(bDoUpdate); 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()
/trunk/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 …]
/trunk/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()
378 pItems = new SfxMenuControl[nCount]; in CreateFromSVMenu()
448 pMnuCtrl = pItems+nPos; in CreateFromSVMenu()
495 pMnuCtrl = (pItems+nPos); in CreateFromSVMenu()
757 SfxMenuControl &rCtrl = pItems[nPos]; in Bind_Impl()
1199 return (pItems+nPos)->GetTitle(); in GetItemText()
1213 return (pItems+nPos)->GetHelpText(); in GetItemHelpText()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/inc/
H A Dundostyl.hxx40 SfxItemSet* pItems; member in ScStyleSaveData
52 const SfxItemSet* GetItems() const { return pItems; } in GetItems()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx937 void FmFilterModel::Append(FmFilterItems* pItems, FmFilterItem* pFilterItem) in Append() argument
939 Insert(pItems->GetChildren().end(), pFilterItem); in Append()
1019 FmFilterItems* pItems = PTR_CAST(FmFilterItems, *i); in EnsureEmptyFilterRows() local
1020 if ( pItems && pItems->GetChildren().empty() ) in EnsureEmptyFilterRows()

Completed in 249 milliseconds

12