Searched defs:pValueList (Results  1 – 3 of 3) sorted by relevance
| /trunk/main/registry/source/ | 
| H A D | regkey.cxx | 252 				   			 		  		sal_Int32* pValueList,   in setLongListValue() 294 				   			 		  		 sal_Char** pValueList,   in setStringListValue() 336 				   			 		  		   sal_Unicode** pValueList,   in setUnicodeListValue() 466 											sal_Int32** pValueList,   in getLongListValue() 505 											  sal_Char*** pValueList,   in getStringListValue() 544 											   sal_Unicode*** pValueList,   in getUnicodeListValue() 582 					   			  		 RegValue pValueList,   in freeValueList() 836 			   			 		  				sal_Int32* pValueList,   in reg_setLongListValue() 905 			   			 		  				sal_Int32** pValueList,   in reg_getLongListValue() 919 				   			  					  sal_Char*** pValueList,  in reg_getStringListValue() [all …] 
 | 
| H A D | keyimpl.cxx | 379 RegError ORegKey::setLongListValue(const OUString& valueName, sal_Int32* pValueList, sal_uInt32 len)  in setLongListValue() 438 RegError ORegKey::setStringListValue(const OUString& valueName, sal_Char** pValueList, sal_uInt32 l…  in setStringListValue() 506 RegError ORegKey::setUnicodeListValue(const OUString& valueName, sal_Unicode** pValueList, sal_uInt…  in setUnicodeListValue() 667 RegError ORegKey::getLongListValue(const OUString& valueName, sal_Int32** pValueList, sal_uInt32* p…  in getLongListValue() 764 RegError ORegKey::getStringListValue(const OUString& valueName, sal_Char*** pValueList, sal_uInt32*…  in getStringListValue() 870 RegError ORegKey::getUnicodeListValue(const OUString& valueName, sal_Unicode*** pValueList, sal_uIn…  in getUnicodeListValue()
  | 
| /trunk/main/registry/inc/registry/ | 
| H A D | registry.hxx | 373 					  ValueType* pValueList, sal_uInt32 length)  in setValueList() 968 			   			 					  sal_Int32* pValueList,   in setLongListValue() 979 			   			 					   sal_Char** pValueList,   in setStringListValue() 990 			   			 					   	 sal_Unicode** pValueList,   in setUnicodeListValue() 1025 			sal_Int32* 	pValueList;  in getLongListValue()  local 1048 			sal_Char** 	pValueList;  in getStringListValue()  local 1071 			sal_Unicode** 	pValueList;  in getUnicodeListValue()  local
  | 
        Completed in 40 milliseconds