Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx112 OUString lcl_GetSelectedRole( const SvTabListBox & rRoleListBox, bool bUITranslated = false ) in lcl_GetSelectedRole() argument
115 SvLBoxEntry * pEntry = rRoleListBox.FirstSelected(); in lcl_GetSelectedRole()
117 aResult = OUString( rRoleListBox.GetEntryText( pEntry, in lcl_GetSelectedRole()
122 OUString lcl_GetSelectedRolesRange( const SvTabListBox & rRoleListBox ) in lcl_GetSelectedRolesRange() argument
125 SvLBoxEntry * pEntry = rRoleListBox.FirstSelected(); in lcl_GetSelectedRolesRange()
127 aResult = OUString( rRoleListBox.GetEntryText( pEntry, 2 )); in lcl_GetSelectedRolesRange()

Completed in 7 milliseconds