Lines Matching refs:aPathSeq
630 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in updateVersions() local
632 if ( aPathSeq.getLength() == 1 ) in updateVersions()
634 INetURLObject aObj( aPathSeq[0] ); in updateVersions()
734 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in IMPL_LINK() local
736 if ( mbShowPreview && ( aPathSeq.getLength() == 1 ) ) in IMPL_LINK()
738 OUString aURL = aPathSeq[0]; in IMPL_LINK()
853 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in getGraphic() local
855 if ( aPathSeq.getLength() == 1 ) in getGraphic()
857 aPath = aPathSeq[0]; in getGraphic()
2615 Sequence < OUString > aPathSeq = mpImp->mxFileDlg->getFiles(); in GetPath() local
2617 if ( aPathSeq.getLength() == 1 ) in GetPath()
2619 aPath = aPathSeq[0]; in GetPath()