/aoo42x/main/sc/source/core/tool/ |
H A D | cellkeytranslator.cxx | 71 mpName(pName), in ScCellKeyword() 93 rName = String::CreateFromAscii( itr->second.front().mpName ); in lclMatchKeyword() 97 const sal_Char* aBestMatchName = itr->second.front().mpName; in lclMatchKeyword() 113 rName = String::CreateFromAscii( itrList->mpName ); in lclMatchKeyword() 120 aBestMatchName = itrList->mpName; in lclMatchKeyword() 124 aBestMatchName = itrList->mpName; in lclMatchKeyword() 134 rName = String::CreateFromAscii( itrList->mpName ); in lclMatchKeyword() 144 rName = String::CreateFromAscii( itrList->mpName ); in lclMatchKeyword() 151 aBestMatchName = itrList->mpName; in lclMatchKeyword()
|
/aoo42x/main/comphelper/source/property/ |
H A D | ChainablePropertySetInfo.cxx | 68 while( pMap->mpName && ( ( nCount < 0) || ( nCount-- > 0 ) ) ) in add() 70 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add() 104 pProperties->Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties() 125 aProperty.Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getPropertyByName()
|
H A D | MasterPropertySetInfo.cxx | 76 for ( ; pMap->mpName && ( ( nCount < 0 ) || ( nCount > 0 ) ); --nCount, ++pMap ) in add() 78 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add() 131 pProperties->Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties() 152 aProperty.Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getPropertyByName()
|
H A D | propertysetinfo.cxx | 74 while( pMap->mpName && ( ( nCount < 0) || ( nCount-- > 0 ) ) ) in add() 76 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add() 124 pProperties->Name = OUString( pEntry->mpName, pEntry->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties()
|
H A D | genericpropertyset.cxx | 165 …const OUString aPropertyName( (*ppEntries)->mpName, (*ppEntries)->mnNameLen, RTL_TEXTENCODING_ASCI… in _setPropertyValues() 192 …const OUString aPropertyName( (*ppEntries)->mpName, (*ppEntries)->mnNameLen, RTL_TEXTENCODING_ASCI… in _getPropertyValues()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | XMLNumberStyles.cxx | 98 const char* mpName; member 357 sAttrValue = OUString::createFromAscii( pStyle->mpName ); in SdXMLExportStyle() 359 sAttrValue += OUString::createFromAscii( pStyle2->mpName ); in SdXMLExportStyle() 455 return OUString::createFromAscii(aSdXMLFixedTimeFormats[nFormat]->mpName ); in getTimeStyleName() 481 return OUString::createFromAscii(aSdXMLFixedDateFormats[nFormat]->mpName ); in getDateStyleName()
|
/aoo42x/main/unotools/source/property/ |
H A D | propertysetinfo.cxx | 71 while( pMap->mpName ) in add() 73 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add() 121 pProperties->Name = OUString( pEntry->mpName, pEntry->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties()
|
/aoo42x/main/svx/source/form/ |
H A D | dataaccessdescriptor.cxx | 219 while ( pEntry->mpName ) in getPropertyMap() 221 s_aProperties[ ::rtl::OUString::createFromAscii( pEntry->mpName ) ] = pEntry; in getPropertyMap() 255 …aReturn.Name = ::rtl::OUString( pProperty->mpName, pProperty->mnNameLen, RTL_TEXTENCODING_ASCII_US… in buildPropertyValue()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 630 String* mpName; member 1962 if ( !pInfo->mpName ) in SalEnumFontsProcExA() 1974 pInfo->mpName = &aName; in SalEnumFontsProcExA() 1981 pInfo->mpName = NULL; in SalEnumFontsProcExA() 2018 if ( !pInfo->mpName ) in SalEnumFontsProcExW() 2030 pInfo->mpName = &aName; in SalEnumFontsProcExW() 2037 pInfo->mpName = NULL; in SalEnumFontsProcExW() 2379 aInfo.mpName = NULL; in GetDevFontList()
|
/aoo42x/main/oox/source/ppt/ |
H A D | pptfilterhelpers.cxx | 88 while( p->mpName ) in find() 90 if( rName.compareToAscii( p->mpName ) == 0 ) in find()
|
H A D | pptfilterhelpers.hxx | 81 const sal_Char* mpName; member
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | PropertyInfoHash.hxx | 34 const sal_Char* mpName; member
|
H A D | propertysetinfo.hxx | 43 const sal_Char* mpName; member
|
/aoo42x/main/sc/source/core/inc/ |
H A D | cellkeytranslator.hxx | 40 const sal_Char* mpName; member
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | propertysetinfo.hxx | 43 const sal_Char* mpName; member
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 246 while( p->mpName ) in find() 257 pRet = p->mpName; in find()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | SwXDocumentSettings.cxx | 301 … RTL_CONSTASCII_USTRINGPARAM ( "Property is read-only: " ) ) + C2U(rInfo.mpName), static_cast < cp… in _setSingleValue()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptanimations.hxx | 253 const sal_Char* mpName; member
|
H A D | pptinanimations.cxx | 106 while( p->mpName ) in find() 108 if( rName.compareToAscii( p->mpName ) == 0 ) in find()
|
/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 2771 const char* mpName; in matchFamilyName() member 2818 pHaystack->mpName, pHaystack->mnLength in matchFamilyName()
|