Lines Matching refs:bErr
311 sal_Bool bErr = sal_False; local
314 if( !bErr && aCommand.aListFile.Len() )
316 bErr |= !FileMove_Impl( aCommand.aListFile, aTmpListFile, bDoMove );
317 if( bErr ) {
322 if( !bErr && aCommand.aSlotMapFile.Len() )
324 bErr |= !FileMove_Impl( aCommand.aSlotMapFile, aTmpSlotMapFile, bDoMove );
325 if( bErr ) {
330 if( !bErr && aCommand.aSfxItemFile.Len() )
332 bErr |= !FileMove_Impl( aCommand.aSfxItemFile, aTmpSfxItemFile, bDoMove );
333 if( bErr ) {
338 if( !bErr && aCommand.aDataBaseFile.Len() )
340 bErr |= !FileMove_Impl( aCommand.aDataBaseFile, aTmpDataBaseFile, bDoMove );
341 if( bErr ) {
346 if( !bErr && aCommand.aCallingFile.Len() )
348 bErr |= !FileMove_Impl( aCommand.aCallingFile, aTmpCallingFile, bDoMove );
349 if( bErr ) {
354 if( !bErr && aCommand.aCxxFile.Len() )
356 bErr |= !FileMove_Impl( aCommand.aCxxFile, aTmpCxxFile, bDoMove );
357 if( bErr ) {
362 if( !bErr && aCommand.aHxxFile.Len() )
364 bErr |= !FileMove_Impl( aCommand.aHxxFile, aTmpHxxFile, bDoMove );
365 if( bErr ) {
370 if( !bErr && aCommand.aHelpIdFile.Len() )
372 bErr |= !FileMove_Impl( aCommand.aHelpIdFile, aTmpHelpIdFile, bDoMove );
373 if( bErr ) {
378 if( !bErr && aCommand.aCSVFile.Len() )
380 bErr |= !FileMove_Impl( aCommand.aCSVFile, aTmpCSVFile, bDoMove );
381 if( bErr ) {
386 if( !bErr && aCommand.aDocuFile.Len() )
388 bErr |= !FileMove_Impl( aCommand.aDocuFile, aTmpDocuFile, bDoMove );
389 if( bErr ) {
395 if( bErr )