Home
last modified time | relevance | path

Searched refs:aLst (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx2533 return aLst.Count(); in Count()
2553 aLst.Erase(); in First()
2717 aLst.Append( cPARA, pColl->GetName() ); in First()
2776 aLst.Append( cPARA, in First()
2810 aLst.Append( cFRAME, pFmt->GetName() ); in First()
2839 aLst.Append( cPAGE, rDesc.GetName() ); in First()
2873 if(aLst.Count() > 0) in First()
2884 if(aLst.Count() > 0 && nLastPos < aLst.Count()) in Next()
2948 aLst.Append( cType, *rList[i] ); in AppendStyleList()
2953 aLst.Append( cType, *rList[i] ); in AppendStyleList()
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dflddok.cxx241 SvStringsDtor aLst; in IMPL_LINK() local
242 GetFldMgr().GetSubTypes(nTypeId, aLst); in IMPL_LINK()
245 nCount = aLst.Count(); in IMPL_LINK()
256 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
270 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
280 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
296 if (*aLst[i] == GetCurField()->GetPar1()) in IMPL_LINK()
302 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK()
H A Dflddinf.cxx156 SvStringsDtor aLst; in Reset() local
157 GetFldMgr().GetSubTypes(nTypeId, aLst); in Reset()
158 for (sal_uInt16 i = 0; i < aLst.Count(); ++i) in Reset()
196 pEntry = aTypeTLB.InsertEntry(*aLst[i]); in Reset()
H A Dfldfunc.cxx542 SvStringsDtor aLst; in UpdateSubType() local
543 GetFldMgr().GetSubTypes(nTypeId, aLst); in UpdateSubType()
544 sal_uInt16 nCount = aLst.Count(); in UpdateSubType()
548 sal_uInt16 nPos = aSelectionLB.InsertEntry(*aLst[i]); in UpdateSubType()
H A Dfldref.cxx667 SvStringsDtor aLst; in UpdateSubType() local
668 GetFldMgr().GetSubTypes(nTypeId, aLst); in UpdateSubType()
669 for (sal_uInt16 i = 0; i < aLst.Count(); ++i) in UpdateSubType()
670 aSelectionLB.InsertEntry(*aLst[i]); in UpdateSubType()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx473 SvCommandList aLst; in Plugin_ImplFillCommandSequence() local
474 aLst.AppendCommands( aCommands, &nEaten ); in Plugin_ImplFillCommandSequence()
476 const sal_Int32 nCount = aLst.Count(); in Plugin_ImplFillCommandSequence()
480 const SvCommand& rCommand = aLst[ nIndex ]; in Plugin_ImplFillCommandSequence()
/trunk/main/sw/inc/
H A Ddocstyle.hxx165 SwPoolFmtList aLst; member in SwStyleSheetIterator
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx181 List aLst; in StrArrToList_Impl() local
184 aLst.Insert( rStrLst[ i ], LIST_APPEND ); in StrArrToList_Impl()
186 SFX_APP()->PutItem( SfxStringListItem( nId, &aLst ) ); in StrArrToList_Impl()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2811 SfxStringListItem aLst( nWhich ); in GetGalleryState() local
2812 List *pLst = aLst.GetList(); in GetGalleryState()
2873 rSet.Put( aLst ); in GetGalleryState()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1784 SvStringsDtor aLst; in GetFieldTypeNameAtIndex() local
1785 aMgr.GetSubTypes(pField->GetTypeId(), aLst); in GetFieldTypeNameAtIndex()
1786 if (subType < aLst.Count()) in GetFieldTypeNameAtIndex()
1787 sEntry = *aLst[subType]; in GetFieldTypeNameAtIndex()

Completed in 107 milliseconds