Searched refs:msApiName (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sd/source/core/ |
H A D | stlsheet.cxx | 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() [all …]
|
/aoo42x/main/xmloff/source/forms/ |
H A D | controlpropertymap.cxx | 104 return strcmp(_rLeft.msApiName, _rRight.msApiName) < 0; in operator ()() 113 for ( pEnd = _pMap; pEnd->msApiName; ++pEnd) in implSortMap()
|
H A D | elementexport.cxx | 364 while ( pCharAttributeProperties->msApiName ) in exportSubTags() 366 … exportedProperty( ::rtl::OUString::createFromAscii( pCharAttributeProperties->msApiName ) ); in exportSubTags() 371 while ( pParaAttributeProperties->msApiName ) in exportSubTags() 373 … exportedProperty( ::rtl::OUString::createFromAscii( pParaAttributeProperties->msApiName ) ); in exportSubTags()
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlprmap.cxx | 49 sAPIPropertyName( OUString(rMapEntry.msApiName, rMapEntry.nApiNameLength, in XMLPropertySetMapperEntry_Impl() 86 while( pIter->msApiName ) in XMLPropertySetMapper()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | maptype.hxx | 39 const sal_Char* msApiName; /// Property-Name member
|
/aoo42x/main/sd/inc/ |
H A D | stlsheet.hxx | 139 rtl::OUString msApiName; member in SdStyleSheet
|
/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport4.cxx | 1129 …for( const XMLPropertyMapEntry* pEntry = &aXMLTableShapeAttributes[0]; pEntry->msApiName; pEntry++… in ImpExportTableShape() 1134 …const OUString sAPIPropertyName( OUString(pEntry->msApiName, pEntry->nApiNameLength, RTL_TEXTENCOD… in ImpExportTableShape()
|
H A D | ximpshap.cxx | 4020 for( int i = 0; pEntry->msApiName && (i < 6); i++, pEntry++ ) in StartElement() 4024 …const OUString sAPIPropertyName( OUString(pEntry->msApiName, pEntry->nApiNameLength, RTL_TEXTENCOD… in StartElement() 4078 while( pEntry->msApiName && (i < 6) ) in processAttribute()
|
Completed in 163 milliseconds