Lines Matching refs:sLabel
170 aStyle.sLabel = ::rtl::OUString(); in getLabel4Style()
172 xStyle->getPropertyValue(STYLEPROP_UINAME) >>= aStyle.sLabel; in getLabel4Style()
177 { aStyle.sLabel = ::rtl::OUString(); } in getLabel4Style()
179 if (!aStyle.sLabel.getLength()) in getLabel4Style()
181 aStyle.sLabel = aStyle.sCommand; in getLabel4Style()
218 aFamilyInfo.sLabel = aFamilyInfo.sFamily; in getStyleFamilies()
221 xFamilyInfo->getPropertyValue(STYLEPROP_UINAME) >>= aFamilyInfo.sLabel; in getStyleFamilies()
268 xStyle->getPropertyValue(PROP_UINAME) >>= aStyleInfo.sLabel; in getStyles()
402 if (pData->sLabel.Len()) in GetCurLabel()
403 return pData->sLabel; in GetCurLabel()
1013 pGrpInfo->sLabel = sUIName; in GroupSelected()
1062 pGrpInfo->sLabel = children[n]->getName(); in GroupSelected()
1091 SvLBoxEntry* pFuncEntry = pFunctionListBox->InsertEntry( pStyle->sLabel, NULL ); in GroupSelected()
1095 pGrpInfo->sLabel = pStyle->sLabel; in GroupSelected()
1264 SvLBoxEntry* pStyleEntry = InsertEntry( pFamily->sLabel, pEntry ); in RequestingChilds()