Home
last modified time | relevance | path

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

/AOO41X/main/soldep/bootstrp/
H A Dprj.cxx1703 CommandData* pCmdData; in InsertTokenLine() local
1884 pCmdData = new CommandData; in InsertTokenLine()
1885 pCmdData->SetPath( aDirName ); in InsertTokenLine()
1886 pCmdData->SetCommandType( nCommandType ); in InsertTokenLine()
1887 pCmdData->SetCommandPara( aCommandPara ); in InsertTokenLine()
1888 pCmdData->SetOSType( nOSType ); in InsertTokenLine()
1889 pCmdData->SetLogFile( aLogFileName ); in InsertTokenLine()
1890 pCmdData->SetComment( aCommentString ); in InsertTokenLine()
1891 pCmdData->SetClientRestriction( sClientRestriction ); in InsertTokenLine()
1893 pCmdData->SetDependencies( pDepList ); in InsertTokenLine()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dcmdevt.hxx415 … sal_Bool bMEvt = sal_False, const void* pCmdData = NULL );
441 sal_uInt16 nCmd, sal_Bool bMEvt, const void* pCmdData ) : in CommandEvent() argument
444 mpData = (void*)pCmdData; in CommandEvent()