Lines Matching refs:aDocFile
1001 String aDocFile; in GetDocFileName() local
1011 aDocFile = pEntry->msPath; in GetDocFileName()
1022 aDocFile = *maOpenFilesList[nEntry]; in GetDocFileName()
1028 return aDocFile; in GetDocFileName()
1524 String aDocFile = GetDocFileName(); in UpdatePreview() local
1532 if( aDocFile.Len() == 0 ) in UpdatePreview()
1547 maDocFile = aDocFile; in UpdatePreview()
1553 else if( aDocFile == maDocFile && ( mbDocPreview == bDocPreview || bDocPreview ) ) in UpdatePreview()
1577 if(IsOwnFormat(aDocFile)) in UpdatePreview()
1582 RestorePassword( pSet, aDocFile ); in UpdatePreview()
1583 if( (lErr = pSfxApp->LoadTemplate( xDocShell, aDocFile, sal_True, pSet )) != 0 ) in UpdatePreview()
1586 SavePassword( xDocShell, aDocFile ); in UpdatePreview()
1593 aReq.AppendItem( SfxStringItem( SID_FILE_NAME, aDocFile )); in UpdatePreview()
1610 maDocFile = aDocFile; in UpdatePreview()