Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx87 void lcl_FillList( SwWrtShell& rSh, ComboBox& rSubRegions, ComboBox* pAvailNames, const SwSectionFm… in lcl_FillList() argument
103 if(pAvailNames) in lcl_FillList()
104 pAvailNames->InsertEntry(*pString); in lcl_FillList()
106 lcl_FillList( rSh, rSubRegions, pAvailNames, pFmt ); in lcl_FillList()
124 if(pAvailNames) in lcl_FillList()
125 pAvailNames->InsertEntry(*pString); in lcl_FillList()
127 lcl_FillList( rSh, rSubRegions, pAvailNames, pFmt ); in lcl_FillList()
133 void lcl_FillSubRegionList( SwWrtShell& rSh, ComboBox& rSubRegions, ComboBox* pAvailNames ) in lcl_FillSubRegionList() argument
135 lcl_FillList( rSh, rSubRegions, pAvailNames, 0 ); in lcl_FillSubRegionList()

Completed in 15 milliseconds