Home
last modified time | relevance | path

Searched refs:aInputList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/rsc/source/prj/
H A Dstart.cxx335 RscStrList aInputList; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
405 aInputList.Insert( new ByteString( *ppStr ), CONTAINER_APPEND ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
411 if( aInputList.Count() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
415 aResName = OutputFile( *aInputList.First(), "res" ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
419 aSrsName += OutputFile( *aInputList.First(), "srs" ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
428 if( bPrePro && aInputList.Count() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
432 pString = aInputList.First(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
443 pString = aInputList.Next(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
449 if( !CallRsc2( aRsc2Name, bPrePro ? &aTmpList : &aInputList, in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx310 aInputList.Insert( new ByteString( *ppStr ), 0xFFFF ); in RscCmdLine()
319 else if( aInputList.Count() ) in RscCmdLine()
325 it->aOutputRc = ::OutputFile( *aInputList.First(), "rc" ); in RscCmdLine()
328 aOutputSrs = ::OutputFile( *aInputList.First(), "srs" ); in RscCmdLine()
347 while( NULL != (pString = aInputList.Remove( (sal_uLong)0 )) ) in ~RscCmdLine()
481 pString = pCL->aInputList.First(); in Start()
488 pString = pCL->aInputList.Next(); in Start()
/trunk/main/rsc/inc/
H A Drscrsc.hxx54 RscStrList aInputList; // Liste der Quelldateien member in RscCmdLine

Completed in 28 milliseconds