/aoo41x/main/autodoc/source/exes/adc_uni/ |
H A D | adc_cl.cxx | 42 CommandLine * CommandLine::pTheInstance_ = 0; 251 CommandLine::CommandLine() in CommandLine() function in autodoc::CommandLine 265 CommandLine::~CommandLine() in ~CommandLine() 272 CommandLine::Run() const in Run() 300 CommandLine & 301 CommandLine::Get_() in Get_() 308 CommandLine::DoesTransform_SinceTag() const in DoesTransform_SinceTag() 326 CommandLine::do_Init( int argc, in do_Init() 422 CommandLine::do_PrintUse() const in do_PrintUse() 428 CommandLine::inq_CheckParameters() const in inq_CheckParameters() [all …]
|
H A D | adc_cmds.cxx | 112 if ( CommandLine::Get_().IdlUsed() ) in do_Run() 114 if ( CommandLine::Get_().CppUsed() ) in do_Run() 129 rGate = CommandLine::Get_().TheRepository().Gate_Idl(); in run_Idl() 155 rReposy = CommandLine::Get_().TheRepository(); in run_Cpp()
|
H A D | cmd_run.cxx | 73 rAry = CommandLine::Get_().TheRepository(); in Perform() 175 pCppParser->Setup( CommandLine::Get_().TheRepository(), in Create_CppParser() 182 pIdlParser = new IdlParser(CommandLine::Get_().TheRepository()); in Create_IdlParser() 315 CommandRunner::Run( const CommandLine & i_rCL )
|
H A D | adc_cmd_parse.cxx | 93 CommandLine::Get_().Set_CppUsed(); in do_Init() 96 CommandLine::Get_().Set_IdlUsed(); in do_Init()
|
H A D | main.cxx | 38 autodoc::CommandLine aCL; in main()
|
/aoo41x/main/cosv/source/service/ |
H A D | commandline.cxx | 91 struct CommandLine:: 112 CommandLine::Interpret( int argc, in Interpret() 146 CommandLine::CommandLine() in CommandLine() function in csv::CommandLine 154 CommandLine::Add_Option( intt i_id, in Add_Option() 162 CommandLine::Get_Arguments( int argc, in Get_Arguments() 180 CommandLine::Find_Option( const String & i_text ) const in Find_Option() 198 CommandLine::Store_Argument( const String & i_arg ) in Store_Argument() 210 CommandLine::Find_OptionPoints() in Find_OptionPoints() 272 CommandLine::Include_Options( const String & i_optionsFile ) in Include_Options() 296 CommandLine::Load_Options( StreamStr & o_text, in Load_Options() [all …]
|
/aoo41x/main/soldep/bootstrp/ |
H A D | command.cxx | 84 CommandLine::CommandLine(sal_Bool bWrite) in CommandLine() function in CommandLine 109 CommandLine::CommandLine(const char *CommandString, sal_Bool bWrite) in CommandLine() function in CommandLine 135 CommandLine::CommandLine(const CommandLine& CCommandLine, sal_Bool bWrite) in CommandLine() function in CommandLine 161 CommandLine::~CommandLine() in ~CommandLine() 175 CommandLine& CommandLine::operator=(const CommandLine& CCommandLine) in operator =() 190 CommandLine& CommandLine::operator=(const char *CommandString) in operator =() 206 void CommandLine::Print() in Print() 219 void CommandLine::BuildCommand(const char *CommandString) in BuildCommand() 315 void CommandLine::Strtokens(const char *CommandString) in Strtokens()
|
/aoo41x/main/autodoc/source/inc/ |
H A D | adc_cl.hxx | 52 class CommandLine : public csv::CommandLine_Ifc class 56 CommandLine(); 57 ~CommandLine(); 86 static CommandLine & 158 static CommandLine * 166 CommandLine::DebugStyle_ShowText() const in DebugStyle_ShowText() 169 CommandLine::DebugStyle_ShowStoredObjects() const in DebugStyle_ShowStoredObjects() 172 CommandLine::DebugStyle_ShowTokens() const in DebugStyle_ShowTokens() 180 { return autodoc::CommandLine::Get_().DebugStyle_ShowText(); } in DEBUG_ShowText() 183 { return autodoc::CommandLine::Get_().DebugStyle_ShowStoredObjects(); } in DEBUG_ShowStoring() [all …]
|
/aoo41x/main/soldep/inc/soldep/ |
H A D | command.hxx | 63 class CommandLine; 66 class CommandLine class 76 CommandLine(sal_Bool bTmpWrite = sal_False); 77 CommandLine(const char *, sal_Bool bTmpWrite = sal_False); 78 CommandLine(const CommandLine&, sal_Bool bTmpWrite = sal_False); 79 virtual ~CommandLine(); 83 CommandLine& operator=(const CommandLine&); 84 CommandLine& operator=(const char *);
|
/aoo41x/main/shell/source/tools/lngconvex/ |
H A D | cmdline.cxx | 40 CommandLine::CommandLine(size_t argc, char* argv[], const std::string& ArgPrefix) : in CommandLine() function in CommandLine 55 size_t CommandLine::get_arg_count() const in get_arg_count() 71 std::string CommandLine::get_arg(size_t Index) const in get_arg() 89 StringListPtr_t CommandLine::get_arg_names() const in get_arg_names() 120 std::string CommandLine::get_arg(const std::string& ArgumentName) const in get_arg() 155 void CommandLine::set_arg_prefix(const std::string& Prefix) in set_arg_prefix() 168 bool CommandLine::is_arg_name(const std::string& Argument) const in is_arg_name()
|
H A D | cmdline.hxx | 31 class CommandLine class 40 CommandLine(size_t argc, char* argv[], const std::string& ArgPrefix = std::string("-")); 121 CommandLine(const CommandLine&); 122 CommandLine& operator=(const CommandLine&);
|
H A D | lngconvex.cxx | 569 CommandLine cmdline(argc, argv); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo41x/main/xml2cmp/source/support/ |
H A D | cmdline.cxx | 57 CommandLine::CommandLine( int argc, in CommandLine() function in CommandLine 108 CommandLine::~CommandLine() in ~CommandLine() 114 CommandLine::ErrorText() const in ErrorText() 138 CommandLine::ParseIndexCommand( int argc, in ParseIndexCommand() 176 CommandLine::ParseSingleFileCommand( int argc, in ParseSingleFileCommand()
|
H A D | cmdline.hxx | 31 class CommandLine class 34 CommandLine( 37 ~CommandLine();
|
/aoo41x/main/cosv/inc/cosv/ |
H A D | commandline.hxx | 59 class CommandLine class 63 virtual ~CommandLine() {} in ~CommandLine() 75 CommandLine(); 155 CommandLine::Arguments() const in Arguments() 161 CommandLine::IsOk() const in IsOk() 167 CommandLine::Set_Error() in Set_Error()
|
/aoo41x/main/xml2cmp/source/xcd/ |
H A D | main.cxx | 43 const CommandLine & i_rCommandLine ); 45 const CommandLine & i_rCommandLine ); 59 CommandLine aCommandLine(argc, argv); in main() 78 Do_SingleFileCommandLine(const CommandLine & i_rCommandLine) in Do_SingleFileCommandLine() 124 Do_IndexCommandLine(const CommandLine & i_rCommandLine) in Do_IndexCommandLine()
|
/aoo41x/main/autodoc/source/parser_i/idoc/ |
H A D | docu_pe2.cxx | 520 const autodoc::CommandLine & in SetCurSinceAtTagVersion_OOo() 521 rCommandLine = autodoc::CommandLine::Get_(); in SetCurSinceAtTagVersion_OOo() 560 const autodoc::CommandLine & in SetCurSinceAtTagVersion_Number() 561 rCommandLine = autodoc::CommandLine::Get_(); in SetCurSinceAtTagVersion_Number()
|
/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_typetext.cxx | 644 const autodoc::CommandLine & in is_ExternLink() 645 rCmdLine = autodoc::CommandLine::Get_(); in is_ExternLink() 677 rLink << autodoc::CommandLine::Get_().ExternRoot(); in produce_ExternLink()
|
H A D | hfi_tag.cxx | 157 autodoc::CommandLine::Get_().DisplayOf_SinceTagValue( in Display_SinceAtTag()
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | hd_docu.cxx | 300 if ( autodoc::CommandLine::Get_().DoesTransform_SinceTag() ) in Display_SinceTag() 302 sDisplay = autodoc::CommandLine::Get_() in Display_SinceTag()
|
/aoo41x/main/autodoc/source/ary/info/ |
H A D | all_tags.cxx | 512 AND autodoc::CommandLine::Get_().DoesTransform_SinceTag() ) in Add_SpecialMeaningToken()
|