Home
last modified time | relevance | path

Searched refs:ConfigSection (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/icu/
H A Dcreatemak.pl1003 my $ConfigSection = ($el eq "Configuration");
1020 if ( $ConfigSection && $att eq "Name" && $val eq "Release|Win32" ) {
1030 if ( $ConfigSection && $att eq "Name" && $val eq "Debug|Win32" ) {
1040 if ( $ConfigSection && $att eq "Name" && $val eq "Release|x64" ) {
1050 if ( $ConfigSection && $att eq "Name" && $val eq "Debug|x64" ) {
1116 if (($att eq "PreprocessorDefinitions") && $ConfigSection) {
/AOO41X/main/tools/source/debug/
H A Ddebug.cxx349 enum ConfigSection enum
365 const sal_Char* lcl_getSectionName( ConfigSection _eSection ) in lcl_getSectionName()
382ConfigSection lcl_getSectionFromName( const sal_Char* _pSectionName, size_t _nSectionNameLength ) in lcl_getSectionFromName()
397 void lcl_startSection( FILETYPE _pFile, ConfigSection _eSection ) in lcl_startSection()
739 ConfigSection eCurrentSection = eUnknown; in GetDebugData()