Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A Dstlsheet.cxx140 , 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 …]
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertymap.cxx104 return strcmp(_rLeft.msApiName, _rRight.msApiName) < 0; in operator ()()
113 for ( pEnd = _pMap; pEnd->msApiName; ++pEnd) in implSortMap()
H A Delementexport.cxx364 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()
/trunk/main/xmloff/source/style/
H A Dxmlprmap.cxx49 sAPIPropertyName( OUString(rMapEntry.msApiName, rMapEntry.nApiNameLength, in XMLPropertySetMapperEntry_Impl()
86 while( pIter->msApiName ) in XMLPropertySetMapper()
/trunk/main/xmloff/inc/xmloff/
H A Dmaptype.hxx39 const sal_Char* msApiName; /// Property-Name member
/trunk/main/sd/inc/
H A Dstlsheet.hxx139 rtl::OUString msApiName; member in SdStyleSheet
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx1129 …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 Dximpshap.cxx4020 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 110 milliseconds