Home
last modified time | relevance | path

Searched refs:_out_pnValue (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/tools/source/debug/
H A Ddebug.cxx465 …n( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_uIntPtr* _out_pnValue ) in lcl_tryReadConfigBoolean() argument
470 *_out_pnValue = strcmp( aBuf, "1" ) == 0 ? sal_True : sal_False; in lcl_tryReadConfigBoolean()
489 …l( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_uIntPtr* _out_pnValue ) in lcl_tryReadOutputChannel() argument
494 lcl_matchOutputChannel( aBuf, _out_pnValue ); in lcl_tryReadOutputChannel()
506 …yte( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_uInt8* _out_pnValue ) in lcl_tryReadHexByte() argument
511 *_out_pnValue = (sal_uInt8)rtl_str_toInt32( aBuf, 16 ); in lcl_tryReadHexByte()

Completed in 26 milliseconds