Searched refs:sDeps (Results 1 – 1 of 1) sorted by relevance
446 ByteString sDeps = ByteString( aNewProjectDlg.maEDeps.GetText(), RTL_TEXTENCODING_UTF8 ); in HandleNewPrjDialog() local448 if ( sDeps != "" ) in HandleNewPrjDialog()452 sal_uInt16 nToken = sDeps.GetTokenCount(' '); in HandleNewPrjDialog()455 sDepName = sDeps.GetToken( i, ' ' ); in HandleNewPrjDialog()465 if ( sDeps != "" ) in HandleNewPrjDialog()471 sal_uInt16 nToken = sDeps.GetTokenCount(' '); in HandleNewPrjDialog()474 sDepName = sDeps.GetToken( i, ' ' ); in HandleNewPrjDialog()542 ByteString sDeps = ByteString( aNewDirectoryDlg.maEDeps.GetText(), RTL_TEXTENCODING_UTF8 ); in HandleNewDirectoryDialog() local546 sal_uInt16 nToken = sDeps.GetTokenCount(' '); in HandleNewDirectoryDialog()549 sDepName = sDeps.GetToken( i, ' ' ); in HandleNewDirectoryDialog()
Completed in 13 milliseconds