Searched refs:mnNameLen (Results 1 – 9 of 9) sorted by relevance
/trunk/main/comphelper/source/property/ |
H A D | ChainablePropertySetInfo.cxx | 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 | 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 | 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()
|
/trunk/main/unotools/source/property/ |
H A D | propertysetinfo.cxx | 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()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | PropertyInfoHash.hxx | 35 sal_uInt16 mnNameLen; member
|
H A D | propertysetinfo.hxx | 44 sal_uInt16 mnNameLen; member
|
/trunk/main/unotools/inc/unotools/ |
H A D | propertysetinfo.hxx | 44 sal_uInt16 mnNameLen; member
|
/trunk/main/svx/source/form/ |
H A D | dataaccessdescriptor.cxx | 255 …aReturn.Name = ::rtl::OUString( pProperty->mpName, pProperty->mnNameLen, RTL_TEXTENCODING_ASCII_US… in buildPropertyValue()
|
Completed in 52 milliseconds