Searched refs:ppPropName (Results 1 – 1 of 1) sorted by relevance
63 const char** ppPropName = aPropNames; in lcl_GetFontPropertyNames() local67 for( sal_Int32 i = 0; *ppPropName; ++i, ++ppPropName ) in lcl_GetFontPropertyNames()69 pNames[i] = A2OU( *ppPropName ); in lcl_GetFontPropertyNames()89 const char** ppPropName = aPropNames; in lcl_GetSymbolPropertyNames() local93 for( sal_Int32 i = 0; *ppPropName; ++i, ++ppPropName ) in lcl_GetSymbolPropertyNames()95 pNames[i] = A2OU( *ppPropName ); in lcl_GetSymbolPropertyNames()171 const char** ppPropName = aPropNames; in lcl_GetPropertyNames() local175 for (sal_Int32 i = 0; i < nCount; ++i, ++ppPropName) in lcl_GetPropertyNames()177 pNames[i] = A2OU( *ppPropName ); in lcl_GetPropertyNames()
Completed in 17 milliseconds