Home
last modified time | relevance | path

Searched refs:aList (Results 26 – 50 of 144) sorted by relevance

123456

/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx351 List aList; in SetModel() local
360 aList.Insert(pSheet, LIST_APPEND); in SetModel()
371 pSheet = (SfxStyleSheetBase*)aList.First(); in SetModel()
397 pSheet = (SfxStyleSheetBase*)aList.Next(); in SetModel()
424 List aList; in SetModel() local
429 aList.Insert((void*)pItemSet, CONTAINER_APPEND); in SetModel()
434 pItemSet = (SfxItemSet*)aList.Last(); in SetModel()
439 pItemSet = (SfxItemSet*)aList.Prev(); in SetModel()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx93 …FillLineEndListBox(ListBox& rListBoxStart, ListBox& rListBoxEnd, const XLineEndListSharedPtr aList) in FillLineEndListBox() argument
95 const sal_uInt32 nCount(aList.get() ? aList->Count() : 0); in FillLineEndListBox()
110 XLineEndEntry* pEntry = aList->GetLineEnd(i); in FillLineEndListBox()
111 const Bitmap aBitmap = aList->GetUiBitmap(i); in FillLineEndListBox()
143 void FillLineStyleListBox(ListBox& rListBox, const XDashListSharedPtr aList) in FillLineStyleListBox() argument
145 const sal_uInt32 nCount(aList.get() ? aList->Count() : 0); in FillLineStyleListBox()
151 rListBox.InsertEntry(aList->GetStringForUiNoLine()); in FillLineStyleListBox()
154 rListBox.InsertEntry(aList->GetStringForUiSolidLine(), aList->GetBitmapForUISolidLine()); in FillLineStyleListBox()
158 XDashEntry* pEntry = aList->GetDash(i); in FillLineStyleListBox()
159 const Bitmap aBitmap = aList->GetUiBitmap(i); in FillLineStyleListBox()
/trunk/main/sw/source/core/inc/
H A Dswselectionlist.hxx46 std::list< SwPaM* > aList; // container for the selected text portions member in SwSelectionList
59 std::list<SwPaM*>::iterator getStart() { return aList.begin(); } in getStart()
63 std::list<SwPaM*>::iterator getEnd() { return aList.end(); } in getEnd()
70 void insertPaM( SwPaM* pPam ) { aList.push_front( pPam ); } in insertPaM()
76 bool isEmpty() const { return aList.empty(); } in isEmpty()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx336 Container aList; member in SdrPageGridFrameList
341 SdrPageGridFrame* GetObject(sal_uInt16 i) const { return (SdrPageGridFrame*)(aList.GetObject(i)); } in GetObject()
343 SdrPageGridFrameList(): aList(1024,4,4) {} in SdrPageGridFrameList()
346 …sal_uInt16 GetCount() const { return sal_uInt16(aList.C… in GetCount()
347 …void Insert(const SdrPageGridFrame& rGF, sal_uInt16 nPos=0xFFFF) { aList.Insert(new SdrP… in Insert()
348 …(sal_uInt16 nPos) { delete (SdrPageGridFrame*)aList.Remove(nPos); } in Delete()
349 …void Move(sal_uInt16 nPos, sal_uInt16 nNewPos) { aList.Insert(aList.Re… in Move()
H A Dsvdglue.hxx115 Container aList; member in SdrGluePointList
117 SdrGluePoint* GetObject(sal_uInt16 i) const { return (SdrGluePoint*)(aList.GetObject(i)); } in GetObject()
119 SdrGluePointList(): aList(1024,4,4) {} in SdrGluePointList()
120 SdrGluePointList(const SdrGluePointList& rSrcList): aList(1024,4,4) { *this=rSrcList; } in SdrGluePointList()
124 … GetCount() const { return sal_uInt16(aList.Count()); } in GetCount()
128 …lete(sal_uInt16 nPos) { delete (SdrGluePoint*)aList.Remove(nPos); } in Delete()
H A Dsvdetc.hxx262 Container aList; member in SdrLinkList
266 SdrLinkList(): aList(1024,4,4) {} in SdrLinkList()
269 unsigned GetLinkCount() const { return (unsigned)aList.Count(); } in GetLinkCount()
270 Link& GetLink(unsigned nNum) { return *((Link*)(aList.GetObject(nNum))); } in GetLink()
271 const Link& GetLink(unsigned nNum) const { return *((Link*)(aList.GetObject(nNum))); } in GetLink()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DGraphicalDifferenceCheck.java91 …Object[] aList = DirectoryHelper.traverse(_sInputPath, FileHelper.getFileFilter(), _aGTA.includeSu… in createReferences() local
92 for (int i=0;i<aList.length;i++) in createReferences()
94 String sEntry = (String)aList[i]; in createReferences()
182 …Object[] aList = DirectoryHelper.traverse(_sInputPath, FileHelper.getFileFilter(), _aGTA.includeSu… in check() local
183 if (aList.length != 0) in check()
185 for (int i=0;i<aList.length;i++) in check()
187 String sEntry = (String)aList[i]; in check()
H A DReferenceBuilder.java141 ArrayList aList = new ArrayList(); in mustInstalledSoftware() local
142 aList.add("perl -version"); in mustInstalledSoftware()
143 return aList.toArray(); in mustInstalledSoftware()
179 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in buildreference() local
189 for (int i=0;i<aList.length;i++) in buildreference()
191 String sEntry = (String)aList[i]; in buildreference()
H A DDocumentConverter.java141 ArrayList aList = new ArrayList(); in mustInstalledSoftware() local
143 return aList.toArray(); in mustInstalledSoftware()
173 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in convert() local
174 for (int i=0;i<aList.length;i++) in convert()
176 String sEntry = (String)aList[i]; in convert()
/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx1635 GroupedShellList aList (maCurrentList); in ReleaseAllShells() local
1637 for (iDescriptor=aList.begin(); iDescriptor!=aList.end(); ++iDescriptor) in ReleaseAllShells()
1655 GroupedShellList aList; in UpdateShells() local
1661 std::insert_iterator<GroupedShellList>(aList,aList.begin())); in UpdateShells()
1662 for (GroupedShellList::iterator iShell=aList.begin(); iShell!=aList.end(); ++iShell) in UpdateShells()
1672 aList.clear(); in UpdateShells()
1675 std::insert_iterator<GroupedShellList>(aList,aList.begin())); in UpdateShells()
1676 for (GroupedShellList::iterator iShell=aList.begin(); iShell!=aList.end(); ++iShell) in UpdateShells()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_xrefpage.cxx87 aList(CurOut(), "devmanrefs", C_sDevMan, 1); in Write_ManualLinks() local
89 rOutCell = aList.Add_Row() >>* new Html::TableCell; in Write_ManualLinks()
137 aList(CurOut(), i_label+1, i_title, 1); in Produce_List() local
139 rOutCell = aList.Add_Row() >>* new Html::TableCell; in Produce_List()
176 aList(CurOut(), i_label+1, i_title, 1); in Produce_Tree() local
178 rOut = aList.Add_Row() in Produce_Tree()
/trunk/main/svtools/source/config/
H A Dhtmlcfg.cxx59 LinkList aList; member
270 pImp->aList.Insert( new Link( rLink ) ); in AddListenerLink()
275 for ( sal_uInt16 n=0; n<pImp->aList.Count(); n++ ) in RemoveListenerLink()
277 if ( (*pImp->aList.GetObject(n) ) == rLink ) in RemoveListenerLink()
279 delete pImp->aList.Remove(n); in RemoveListenerLink()
287 for ( sal_uInt16 n = 0; n < pImp->aList.Count(); ++n ) in CallListeners()
288 pImp->aList.GetObject(n)->Call( this ); in CallListeners()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx531 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in registerScriptEvent()
584 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in registerScriptEvents()
585 detachAll_Impl( this, nIndex, aList ); in registerScriptEvents()
592 attachAll_Impl( this, nIndex, aList ); in registerScriptEvents()
609 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in revokeScriptEvent()
610 detachAll_Impl( this, nIndex, aList ); in revokeScriptEvent()
656 attachAll_Impl( this, nIndex, aList ); in revokeScriptEvent()
666 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in revokeScriptEvents()
667 detachAll_Impl( this, nIndex, aList ); in revokeScriptEvents()
673 attachAll_Impl( this, nIndex, aList ); in revokeScriptEvents()
[all …]
/trunk/main/sw/source/core/access/
H A Dacctable.cxx161 const SwAccessibleChildSList aList( *pFrm, mrAccMap ); in CollectData() local
162 SwAccessibleChildSList::const_iterator aIter( aList.begin() ); in CollectData()
163 SwAccessibleChildSList::const_iterator aEndIter( aList.end() ); in CollectData()
196 const SwAccessibleChildSList aList( *pFrm, mrAccMap ); in CollectRowHeaderData() local
197 SwAccessibleChildSList::const_iterator aIter( aList.begin() ); in CollectRowHeaderData()
240 const SwAccessibleChildSList aList( *pFrm, mrAccMap ); in CollectColumnHeaderData() local
241 SwAccessibleChildSList::const_iterator aIter( aList.begin() ); in CollectColumnHeaderData()
286 const SwAccessibleChildSList aList( *pFrm, mrAccMap ); in CollectExtents() local
287 SwAccessibleChildSList::const_iterator aIter( aList.begin() ); in CollectExtents()
327 const SwAccessibleChildSList aList( *pFrm, mrAccMap ); in FindCell() local
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1933 if(aList.Count()) in TravelFocusHdl()
1953 for( a = 0; a < aList.Count(); a++) in TravelFocusHdl()
1967 for(a = 0; a < aList.Count(); a++) in TravelFocusHdl()
1985 if(nOldHdl == aList.Count() - 1) in TravelFocusHdl()
2007 nNewHdl = aList.Count() - 1; in TravelFocusHdl()
2033 for(a = 0; a < aList.Count(); a++) in TravelFocusHdl()
2122 aList(1024,32,32) in SdrHdlList()
2208 aList.Clear(); in Clear()
2219 ImpSdrHdlListSorter aSort(aList); in Sort()
2247 sal_uIntPtr nPos=aList.GetPos(pHdl); in GetHdlNum()
[all …]
H A Dsvdibrow.cxx222 aList(1024,16,16) in _SdrItemBrowserControl()
293 sal_uIntPtr nAnz=aList.Count(); in Clear()
297 aList.Clear(); in Clear()
303 return aList.Count(); in GetRowCount()
315 if ( _nRow >= 0 && _nRow < (sal_Int32)aList.Count() ) in GetCellText()
386 if (nPos>=0 && (sal_uIntPtr)nPos<aList.Count()) { in GetCurrentPos()
473 if (nBtm>=(long)aList.Count()) nBtm=aList.Count()-1; in ImpSaveWhich()
485 sal_uIntPtr nAnz=aList.Count(); in ImpRestoreWhich()
580 aList.Insert(new ImpItemListRow(rEntry),CONTAINER_APPEND); in ImpSetEntry()
1055 sal_uIntPtr nTooMuch=aList.Count()-nEntryNum; in SetAttributes()
[all …]
/trunk/main/sc/source/ui/view/
H A Dcellsh.cxx744 List aList; in GetState() local
759 aList.Insert( new String( aStr ), LIST_APPEND ); in GetState()
761 aList.Insert( new String( aStr ), LIST_APPEND ); in GetState()
764 aList.Insert( new String( aProtect), LIST_APPEND ); in GetState()
773 DBG_ASSERT( aList.Count() == 0, "List not empty!" ); in GetState()
774 aList.Insert( new String( aComment ) ); in GetState()
777 rSet.Put( SfxStringListItem( nWhich, &aList ) ); in GetState()
779 sal_uLong nCount = aList.Count(); in GetState()
781 delete (String*) aList.GetObject(i); in GetState()
/trunk/main/sw/source/ui/fldui/
H A Dfldvar.cxx627 SvStringsDtor aList; in UpdateSubType() local
628 GetFldMgr().GetSubTypes( nTypeId, aList ); in UpdateSubType()
629 const sal_uInt16 nCount = aList.Count(); in UpdateSubType()
636 const sal_uInt16 nPos = aSelectionLB.InsertEntry( *aList[i] ); in UpdateSubType()
646 if ( GetCurField() != NULL && *aList[i] == GetCurField()->GetPar1() ) in UpdateSubType()
655 … if ( GetCurField() != NULL && *aList[i] == ( (SwFormulaField*) GetCurField() )->GetFormula() ) in UpdateSubType()
661 if ( GetCurField() != NULL && *aList[i] == GetCurField()->GetTyp()->GetName() ) in UpdateSubType()
675 sOldSel = *aList[i]; in UpdateSubType()
679 const sal_uInt16 nPos = aSelectionLB.InsertEntry( *aList[i] ); in UpdateSubType()
685 if ( GetCurField() != NULL && *aList[i] == GetCurField()->GetPar1() ) in UpdateSubType()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficeDatabaseReportExtractor.java231 ArrayList<String> aList = null; in load() local
292 aList = loadAndStoreReports(xNameAccess, aPropertyList2 /*, _nType*/ ); in load()
310 return aList; in load()
362 ArrayList<String> aList = new ArrayList<String>(); in loadAndStoreReports() local
375 aList.add(sDocumentPathName); in loadAndStoreReports()
387 return aList; in loadAndStoreReports()
H A DOffice.java88 ArrayList aList = aExtractor.load(m_sDocumentName); in load() local
89 if (aList != null) in load()
99 for (int i=0; i<aList.size();i++) in load()
101 String sDocumentName = (String)aList.get(i); in load()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx555 SvStorageInfoList aList; in getElementNames() local
556 m_pStorage->FillInfoList( &aList ); in getElementNames()
564 uno::Sequence< ::rtl::OUString > aSeq( aList.Count() ); in getElementNames()
565 for ( sal_uInt32 nInd = 0; nInd < aList.Count(); nInd++ ) in getElementNames()
566 aSeq[nInd] = aList[nInd].GetName(); in getElementNames()
618 SvStorageInfoList aList; in hasElements() local
619 m_pStorage->FillInfoList( &aList ); in hasElements()
627 return ( aList.Count() != 0 ); in hasElements()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx721 ::std::vector< ::rtl::OUString> aList; in isRenameDeleteAllowed()
722 getSelectionElementNames(aList); in isRenameDeleteAllowed()
727 bEnabled = (xContainer.is() && xContainer->hasByName(*aList.begin())); in isRenameDeleteAllowed()
729 bEnabled = Reference<XRename>(xContainer->getByName(*aList.begin()),UNO_QUERY).is(); in isRenameDeleteAllowed()
778 ::std::vector< ::rtl::OUString> aList; in doAction()
779 getSelectionElementNames(aList); in doAction()
790 ::std::vector< ::rtl::OUString>::iterator aEnd = aList.end(); in doAction()
791 for (::std::vector< ::rtl::OUString>::iterator aIter = aList.begin(); aIter != aEnd; ++aIter) in doAction()
H A DAppController.cxx1055 ::std::vector< ::rtl::OUString > aList; in Execute()
1056 getSelectionElementNames( aList ); in Execute()
1057 if ( !aList.empty() ) in Execute()
1072 ::std::vector< ::rtl::OUString> aList; in Execute()
1073 getSelectionElementNames(aList); in Execute()
1075 if ( !aList.empty() ) in Execute()
2076 ::std::vector< ::rtl::OUString> aList; in renameEntry()
2077 getSelectionElementNames(aList); in renameEntry()
2081 if ( aList.empty() ) in renameEntry()
2107 ::rtl::OUString sName = *aList.begin(); in renameEntry()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1013 SvTreeEntryList aList; in CopySelection() local
1026 aList.Insert( pSourceEntry, LIST_APPEND ); in CopySelection()
1030 pSourceEntry = (SvLBoxEntry*)aList.First(); in CopySelection()
1059 pSourceEntry = (SvLBoxEntry*)aList.Next(); in CopySelection()
1076 SvTreeEntryList aList; in MoveSelectionCopyFallbackPossible() local
1087 aList.Insert( pSourceEntry, LIST_APPEND ); in MoveSelectionCopyFallbackPossible()
1091 pSourceEntry = (SvLBoxEntry*)aList.First(); in MoveSelectionCopyFallbackPossible()
1139 SvTreeEntryList aList; in RemoveSelection() local
1145 aList.Insert( pEntry ); in RemoveSelection()
1151 pEntry = (SvLBoxEntry*)aList.First(); in RemoveSelection()
[all …]
/trunk/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx247 Sequence< ::rtl::OUString > aList; in executeControlCommand() local
250 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
251 for ( sal_Int32 j = 0; j < aList.getLength(); j++ ) in executeControlCommand()
252 m_pListBoxControl->InsertEntry( aList[j] ); in executeControlCommand()
259 aInfo[0].Value <<= aList; in executeControlCommand()

Completed in 129 milliseconds

123456