Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/envelp/
H A Dlabel1.cxx795 void lcl_SelectBlock(SvTreeListBox& rAutoTextLB, const String& rBlockName) in lcl_SelectBlock() argument
797 SvLBoxEntry* pEntry = rAutoTextLB.First(); in lcl_SelectBlock()
802 rAutoTextLB.Select(pEntry); in lcl_SelectBlock()
803 rAutoTextLB.MakeVisible(pEntry); in lcl_SelectBlock()
806 pEntry = rAutoTextLB.Next(pEntry); in lcl_SelectBlock()
810 sal_Bool lcl_FindBlock(SvTreeListBox& rAutoTextLB, const String& rBlockName) in lcl_FindBlock() argument
812 SvLBoxEntry* pEntry = rAutoTextLB.First(); in lcl_FindBlock()
817 rAutoTextLB.Select(pEntry); in lcl_FindBlock()
820 pEntry = rAutoTextLB.Next(pEntry); in lcl_FindBlock()

Completed in 19 milliseconds