Lines Matching refs:msApiName
140 , msApiName( rDisplayName ) in SdStyleSheet()
149 , msApiName( r.msApiName ) in SdStyleSheet()
163 msApiName = rApiName; in SetApiName()
168 if( msApiName.getLength() ) in GetApiName()
169 return msApiName; in GetApiName()
679 msApiName = OUString( RTL_CONSTASCII_USTRINGPARAM("outline") ); in SetHelpId()
680 msApiName += OUString( (sal_Unicode)( '1' + (nId - HID_PSEUDOSHEET_OUTLINE1) ) ); in SetHelpId()
720 msApiName = OUString( p->mpApiName, p->mnApiNameLength, RTL_TEXTENCODING_ASCII_US ); in SetHelpId()
1011 msApiName = rName; in setName()
1047 return pParentStyle->msApiName; in getParentStyle()
1066 if( pStyle && (pStyle->nFamily == nFamily) && (pStyle->msApiName == rParentName) ) in setParentStyle()