Searched refs:aLst (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 2533 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 …]
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | flddok.cxx | 241 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 D | flddinf.cxx | 156 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 D | fldfunc.cxx | 542 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 D | fldref.cxx | 667 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()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 471 SvCommandList aLst; in Plugin_ImplFillCommandSequence() local 472 aLst.AppendCommands( aCommands, &nEaten ); in Plugin_ImplFillCommandSequence() 474 const sal_Int32 nCount = aLst.Count(); in Plugin_ImplFillCommandSequence() 478 const SvCommand& rCommand = aLst[ nIndex ]; in Plugin_ImplFillCommandSequence()
|
/aoo42x/main/sw/inc/ |
H A D | docstyle.hxx | 165 SwPoolFmtList aLst; member in SwStyleSheetIterator
|
/aoo42x/main/svx/source/dialog/ |
H A D | srchdlg.cxx | 181 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()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2811 SfxStringListItem aLst( nWhich ); in GetGalleryState() local 2812 List *pLst = aLst.GetList(); in GetGalleryState() 2873 rSet.Put( aLst ); in GetGalleryState()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accpara.cxx | 1784 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 89 milliseconds