Searched refs:_pFile (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/tools/source/debug/ |
H A D | debug.cxx | 360 void lcl_lineFeed( FILETYPE _pFile ) in lcl_lineFeed() argument 362 FilePrintF( _pFile, "%s", FILE_LINEEND ); in lcl_lineFeed() 397 void lcl_startSection( FILETYPE _pFile, ConfigSection _eSection ) in lcl_startSection() argument 399 FilePrintF( _pFile, "[%s]%s", lcl_getSectionName( _eSection ), FILE_LINEEND ); in lcl_startSection() 404 FilePrintF( _pFile, "%s=%s%s", _pKeyName, _pValue, FILE_LINEEND ); in lcl_writeConfigString() 407 void lcl_writeConfigBoolean( FILETYPE _pFile, const sal_Char* _pKeyName, bool _bValue ) in lcl_writeConfigBoolean() argument 409 lcl_writeConfigString( _pFile, _pKeyName, _bValue ? "1" : "0" ); in lcl_writeConfigBoolean() 414 lcl_writeConfigBoolean( _pFile, _pKeyName, ( _nAllFlags & _nCheckFlag ) != 0 ); in lcl_writeConfigFlag() 423 lcl_writeConfigString( _pFile, _pKeyName, names[ _nValue ] ); in lcl_writeConfigOutChannel() 425 void lcl_writeHexByte( FILETYPE _pFile, const sal_Char* _pKeyName, sal_uInt8 _nValue ) in lcl_writeHexByte() argument [all …]
|
Completed in 30 milliseconds